From 10838b7446ab8e24a7e0b04878cef7318e5c17c8 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 5 Nov 2019 09:24:37 +0900 Subject: [PATCH 01/89] Merge changes from NEMSfv3gfs/gmtb/develop into ufs-weather-model/dtc/develop --- .gitmodules | 13 +- CODEOWNERS | 14 ++ FV3 | 2 +- NEMS | 2 +- WW3 | 2 +- modulefiles/gaea.intel/fv3.intel-16.0.3.210 | 2 +- tests/rt.sh | 12 +- tests/rt_ccpp_caps.conf | 22 ++ tests/rt_ccpp_gmtb.conf | 246 ++++++++++++++++++++ tests/rt_ccpp_gsd.conf | 42 ++++ 10 files changed, 340 insertions(+), 17 deletions(-) create mode 100644 CODEOWNERS create mode 100644 tests/rt_ccpp_caps.conf create mode 100644 tests/rt_ccpp_gmtb.conf create mode 100644 tests/rt_ccpp_gsd.conf diff --git a/.gitmodules b/.gitmodules index 02d35c657d..c7e8159add 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,20 +1,19 @@ [submodule "FV3"] path = FV3 - url = https://github.com/NOAA-EMC/fv3atm - branch = develop + url = https://github.com/NCAR/fv3atm + branch = dtc/develop [submodule "NEMS"] path = NEMS - url = https://github.com/NOAA-EMC/NEMS - branch = develop + url = https://github.com/NCAR/NEMS + branch = dtc/develop [submodule "FMS"] path = FMS url = https://github.com/NOAA-EMC/FMS branch = GFS-FMS [submodule "WW3"] path = WW3 - url = https://github.com/NOAA-EMC/WW3 - branch = develop + url = https://github.com/NCAR/gmtb-ww3 + branch = dtc/develop [submodule "stochastic_physics"] path = stochastic_physics url = https://github.com/noaa-psd/stochastic_physics - diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000000..0d5230f892 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,14 @@ +# Lines starting with '#' are comments. +# Each line is a file pattern followed by one or more owners. + +# These owners will be the default owners for everything in the repo. +#* @defunkt +* @climbfuji @llpcarson @grantfirl @JulieSchramm + +# Order is important. The last matching pattern has the most precedence. +# So if a pull request only touches javascript files, only these owners +# will be requested to review. +#*.js @octocat @github/js + +# You can also use email addresses if you prefer. +#docs/* docs@example.com diff --git a/FV3 b/FV3 index 45dbc34bdb..8bd0c2e6fc 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 45dbc34bdb8cf2d6d3ed1fc0b0067d00be8422d8 +Subproject commit 8bd0c2e6fcbd9111a7768a1c998dc2d3ee8b242b diff --git a/NEMS b/NEMS index 22be22b0ad..d09125afd2 160000 --- a/NEMS +++ b/NEMS @@ -1 +1 @@ -Subproject commit 22be22b0ad8836a6c8264075f79cbcca64ba74a7 +Subproject commit d09125afd2131f99b77730751e2171c62f955d91 diff --git a/WW3 b/WW3 index 3063a4cd33..73263f7547 160000 --- a/WW3 +++ b/WW3 @@ -1 +1 @@ -Subproject commit 3063a4cd337bab3de738c7ee16aa91952d1c180f +Subproject commit 73263f7547d00d2a8959d27682a55f4f4943c7f6 diff --git a/modulefiles/gaea.intel/fv3.intel-16.0.3.210 b/modulefiles/gaea.intel/fv3.intel-16.0.3.210 index 407f07407e..68bc0388e8 100644 --- a/modulefiles/gaea.intel/fv3.intel-16.0.3.210 +++ b/modulefiles/gaea.intel/fv3.intel-16.0.3.210 @@ -37,7 +37,7 @@ module load NCEPlibs/9.9.9 ## ## use pre-compiled EMSF library for above compiler / MPI combination ## -module load esmf/8.0.0_bs50 +module load esmf/8.0.0 # Needed at runtime: module load alps diff --git a/tests/rt.sh b/tests/rt.sh index 5ec70ae076..43bca0efb5 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -172,10 +172,10 @@ elif [[ $MACHINE_ID = hera.* ]]; then QUEUE=debug # ACCNR=fv3-cpu PARTITION= - dprefix=/scratch1/NCEPDEV - DISKNM=$dprefix/nems/emc.nemspara/RT - STMP=$dprefix/stmp4 - PTMP=$dprefix/stmp2 + dprefix=/scratch1/BMC/gmtb + DISKNM=$dprefix/ufs-weather-model/RT + STMP=$dprefix + PTMP=$dprefix # default scheduler on Hera SCHEDULER=slurm @@ -288,8 +288,8 @@ ECFLOW=false KEEP_RUNDIR=false TESTS_FILE='rt.conf' -## Switch to special regression test config on wcoss_cray: -## don't run the IPD and CCPP tests in REPRO mode. +# Switch to special regression test config on wcoss_cray: +# don't run the IPD and CCPP tests in REPRO mode. if [[ $MACHINE_ID = wcoss_cray ]]; then TESTS_FILE='rt_wcoss_cray.conf' fi diff --git a/tests/rt_ccpp_caps.conf b/tests/rt_ccpp_caps.conf new file mode 100644 index 0000000000..3ace1b7585 --- /dev/null +++ b/tests/rt_ccpp_caps.conf @@ -0,0 +1,22 @@ +# Compile with CCPP - static mode +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_shinhong,FV3_GFS_2017_ysu,FV3_GFS_2017_ntiedtke | standard | theia.intel | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_shinhong,FV3_GFS_2017_ysu,FV3_GFS_2017_ntiedtke | standard | theia.gnu | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_shinhong,FV3_GFS_2017_ysu,FV3_GFS_2017_ntiedtke | standard | hera.intel | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_shinhong,FV3_GFS_2017_ysu,FV3_GFS_2017_ntiedtke | standard | cheyenne.intel | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_shinhong,FV3_GFS_2017_ysu,FV3_GFS_2017_ntiedtke | standard | cheyenne.gnu | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_shinhong,FV3_GFS_2017_ysu,FV3_GFS_2017_ntiedtke | standard | stampede.intel | fv3 | +# Run tests +RUN | fv3_ccpp_shinhong | standard | | fv3 | +RUN | fv3_ccpp_ysu | standard | | fv3 | +RUN | fv3_ccpp_ntiedtke | standard | | fv3 | +# Compile with CCPP - dynamic mode +COMPILE | CCPP=Y REPRO=Y | standard | theia.intel | | +COMPILE | CCPP=Y REPRO=Y | standard | hera.intel | | +COMPILE | CCPP=Y REPRO=Y | standard | theia.gnu | | +COMPILE | CCPP=Y REPRO=Y | standard | cheyenne.intel | | +COMPILE | CCPP=Y REPRO=Y | standard | cheyenne.gnu | | +COMPILE | CCPP=Y REPRO=Y | standard | stampede.intel | | +# Run tests +RUN | fv3_ccpp_shinhong | standard | | | +RUN | fv3_ccpp_ysu | standard | | | +RUN | fv3_ccpp_ntiedtke | standard | | | diff --git a/tests/rt_ccpp_gmtb.conf b/tests/rt_ccpp_gmtb.conf new file mode 100644 index 0000000000..12895f2073 --- /dev/null +++ b/tests/rt_ccpp_gmtb.conf @@ -0,0 +1,246 @@ +############################################################################################################################################################## +# CCPP reference: no CCPP, repro mode # +############################################################################################################################################################## +COMPILE | REPRO=Y | standard | theia.intel | fv3 | +COMPILE | REPRO=Y | standard | theia.gnu | fv3 | +COMPILE | REPRO=Y | standard | hera.intel | fv3 | +COMPILE | REPRO=Y | standard | cheyenne.intel | fv3 | +COMPILE | REPRO=Y | standard | cheyenne.gnu | fv3 | +COMPILE | REPRO=Y | standard | stampede.intel | fv3 | +COMPILE | REPRO=Y | standard | jet.intel | fv3 | +# Run standard tests +RUN | fv3_control | standard | | fv3 | +RUN | fv3_decomp | standard | | | +RUN | fv3_2threads | standard | | | +RUN | fv3_ozphys_2015 | standard | | fv3 | +RUN | fv3_wsm6 | standard | | fv3 | +RUN | fv3_gfdlmp | standard | | fv3 | +RUN | fv3_gfdlmprad | standard | | fv3 | +RUN | fv3_gfdlmprad_gwd | standard | | fv3 | +RUN | fv3_gfdlmprad_noahmp | standard | | fv3 | +RUN | fv3_stochy | standard | | fv3 | +RUN | fv3_satmedmf | standard | | fv3 | +RUN | fv3_lheatstrg | standard | | fv3 | +RUN | fv3_h2ophys | standard | | fv3 | +# Note: any suite that uses csawmg crashes with GNU and PGI (--> there must be something wrong with it) +RUN | fv3_csawmg | standard | theia.intel | fv3 | +RUN | fv3_csawmg | standard | hera.intel | fv3 | +RUN | fv3_csawmg | standard | cheyenne.intel | fv3 | +RUN | fv3_csawmg | standard | jet.intel | fv3 | +RUN | fv3_csawmgshoc | standard | theia.intel | fv3 | +RUN | fv3_csawmgshoc | standard | hera.intel | fv3 | +RUN | fv3_csawmgshoc | standard | cheyenne.intel | fv3 | +RUN | fv3_csawmgshoc | standard | jet.intel | fv3 | +RUN | fv3_csawmg3shoc127 | standard | theia.intel | fv3 | +RUN | fv3_csawmg3shoc127 | standard | hera.intel | fv3 | +RUN | fv3_csawmg3shoc127 | standard | cheyenne.intel | fv3 | +RUN | fv3_csawmg3shoc127 | standard | jet.intel | fv3 | +# 32-bit dynamics +COMPILE | REPRO=Y 32BIT=Y | standard | theia.intel | fv3 | +COMPILE | REPRO=Y 32BIT=Y | standard | hera.intel | fv3 | +COMPILE | REPRO=Y 32BIT=Y | standard | theia.gnu | fv3 | +COMPILE | REPRO=Y 32BIT=Y | standard | cheyenne.intel | fv3 | +COMPILE | REPRO=Y 32BIT=Y | standard | cheyenne.gnu | fv3 | +COMPILE | REPRO=Y 32BIT=Y | standard | stampede.intel | fv3 | +COMPILE | REPRO=Y 32BIT=Y | standard | jet.intel | fv3 | +# Run standard tests, 32-bit dynamics +RUN | fv3_control_32bit | standard | | fv3 | +RUN | fv3_gfdlmp_32bit | standard | | fv3 | +RUN | fv3_stretched | standard | | fv3 | +RUN | fv3_stretched_nest | standard | theia.intel | fv3 | +RUN | fv3_stretched_nest | standard | hera.intel | fv3 | +RUN | fv3_stretched_nest | standard | cheyenne.intel | fv3 | +RUN | fv3_stretched_nest | standard | jet.intel | fv3 | +RUN | fv3_stretched_nest_quilt | standard | theia.intel | fv3 | +RUN | fv3_stretched_nest_quilt | standard | hera.intel | fv3 | +RUN | fv3_regional_control | standard | | fv3 | +RUN | fv3_regional_restart | standard | | fv3 | +# fv3_regional_quilt/fv3_regional_c768 not working on Cheyenne, code aborts with invalid values +# for surface pressure, out of range warnings and all other sorts of errors +RUN | fv3_regional_quilt | standard | theia.intel | fv3 | +RUN | fv3_regional_quilt | standard | hera.intel | fv3 | +RUN | fv3_regional_c768 | standard | theia.intel | fv3 | +RUN | fv3_regional_c768 | standard | hera.intel | fv3 | +RUN | fv3_gfs_v15 | standard | theia.intel | fv3 | +RUN | fv3_gfs_v15 | standard | hera.intel | fv3 | +RUN | fv3_gfs_v15plus | standard | theia.intel | fv3 | +RUN | fv3_gfs_v15plus | standard | hera.intel | fv3 | +# Note: any suite that uses csawmg crashes with GNU and PGI (--> there must be something wrong with it) +RUN | fv3_cpt | standard | theia.intel | fv3 | +RUN | fv3_cpt | standard | hera.intel | fv3 | +# CCPP only tests (use CCPP static build to create) +#RUN | fv3_gsd | standard | theia.intel | fv3 | +#RUN | fv3_gsd | standard | hera.intel | fv3 | +#RUN | fv3_gfs_myj | standard | theia.intel | fv3 | +#RUN | fv3_gfs_myj | standard | hera.intel | fv3 | +############################################################################################################################################################## +# CCPP static: CCPP, static option, repro mode # +############################################################################################################################################################## +# control-based tests +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf | standard | theia.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf | standard | theia.gnu | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf | standard | hera.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf | standard | cheyenne.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf | standard | cheyenne.gnu | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf | standard | stampede.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf | standard | jet.intel | | +# Run tests with static CCPP add-on +RUN | fv3_ccpp_control | standard | | | +RUN | fv3_ccpp_decomp | standard | | | +RUN | fv3_ccpp_2threads | standard | | | +RUN | fv3_ccpp_stochy | standard | | | +RUN | fv3_ccpp_lheatstrg | standard | | | +RUN | fv3_ccpp_satmedmf | standard | | | +# gfdlmp-based tests +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | theia.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | theia.gnu | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | hera.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | cheyenne.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | cheyenne.gnu | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | stampede.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | jet.intel | | +# Run tests with static CCPP add-on +RUN | fv3_ccpp_gfdlmp | standard | | | +RUN | fv3_ccpp_gfdlmprad | standard | | | +RUN | fv3_ccpp_gfdlmprad_gwd | standard | | | +RUN | fv3_ccpp_gfdlmprad_noahmp | standard | | | +## csawmg-based tests (Intel only, crashing with GNU and PGI) +#COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc | standard | theia.intel | | +#COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc | standard | hera.intel | | +#COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc | standard | cheyenne.intel | | +#COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc | standard | jet.intel | | +## Run tests with static CCPP add-on +#RUN | fv3_ccpp_csawmgshoc | standard | theia.intel | | +#RUN | fv3_ccpp_csawmgshoc | standard | hera.intel | | +#RUN | fv3_ccpp_csawmgshoc | standard | cheyenne.intel | | +#RUN | fv3_ccpp_csawmgshoc | standard | jet.intel | | +# control- and gfdlmp-based tests, 32-bit dynamics +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp 32BIT=Y | standard | theia.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp 32BIT=Y | standard | theia.gnu | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp 32BIT=Y | standard | hera.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp 32BIT=Y | standard | cheyenne.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp 32BIT=Y | standard | cheyenne.gnu | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp 32BIT=Y | standard | jet.intel | | +# Run tests with static CCPP add-on, 32-bit dynamics +RUN | fv3_ccpp_control_32bit | standard | | | +RUN | fv3_ccpp_gfdlmp_32bit | standard | | | +# stretched- and stretched-nest based tests, 32-bit dynamics +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_stretched 32BIT=Y | standard | theia.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_stretched 32BIT=Y | standard | theia.gnu | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_stretched 32BIT=Y | standard | hera.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_stretched 32BIT=Y | standard | cheyenne.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_stretched 32BIT=Y | standard | cheyenne.gnu | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_stretched 32BIT=Y | standard | stampede.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_stretched 32BIT=Y | standard | jet.intel | | +RUN | fv3_ccpp_stretched | standard | | | +RUN | fv3_ccpp_stretched_nest | standard | theia.intel | | +RUN | fv3_ccpp_stretched_nest | standard | hera.intel | | +RUN | fv3_ccpp_stretched_nest | standard | cheyenne.intel | | +RUN | fv3_ccpp_stretched_nest | standard | jet.intel | | +RUN | fv3_ccpp_stretched_nest_quilt | standard | theia.intel | | +RUN | fv3_ccpp_stretched_nest_quilt | standard | hera.intel | | +# gfdlmp-regional-based tests, 32-bit dynamics +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional 32BIT=Y | standard | theia.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional 32BIT=Y | standard | theia.gnu | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional 32BIT=Y | standard | hera.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional 32BIT=Y | standard | cheyenne.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional 32BIT=Y | standard | cheyenne.gnu | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional 32BIT=Y | standard | stampede.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional 32BIT=Y | standard | jet.intel | | +RUN | fv3_ccpp_regional_control | standard | | | +RUN | fv3_ccpp_regional_restart | standard | | | +# fv3_ccpp_regional_quilt not working on Cheyenne, code aborts with invalid values +# for surface pressure, out of range warnings and all other sorts of errors +RUN | fv3_ccpp_regional_quilt | standard | theia.intel | | +RUN | fv3_ccpp_regional_quilt | standard | hera.intel | | +# gfdlmp-regional-c768 based tests, 32-bit dynamics +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | theia.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | hera.intel | | +# fv3_ccpp_regional_c768 not working on Cheyenne, code aborts with invalid values +# for surface pressure, out of range warnings and all other sorts of errors +RUN | fv3_ccpp_regional_c768 | standard | theia.intel | | +RUN | fv3_ccpp_regional_c768 | standard | hera.intel | | +# Physics bakeoff tests, 32-bit dynamics +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | theia.intel | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | hera.intel | fv3 | +RUN | fv3_ccpp_gfs_v15 | standard | theia.intel | | +RUN | fv3_ccpp_gfs_v15 | standard | hera.intel | | +RUN | fv3_ccpp_gfs_v15plus | standard | theia.intel | | +RUN | fv3_ccpp_gfs_v15plus | standard | hera.intel | | +# Note: any suite that uses csawmg crashes with GNU and PGI (--> there must be something wrong with it) +RUN | fv3_ccpp_cpt | standard | theia.intel | | +RUN | fv3_ccpp_cpt | standard | hera.intel | | +RUN | fv3_ccpp_gsd | standard | theia.intel | fv3 | +RUN | fv3_ccpp_gsd | standard | hera.intel | fv3 | +# Additional physics: MYJ +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_myj 32BIT=Y | standard | theia.intel | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_myj 32BIT=Y | standard | hera.intel | fv3 | +RUN | fv3_ccpp_gfs_myj | standard | theia.intel | fv3 | +RUN | fv3_ccpp_gfs_myj | standard | hera.intel | fv3 | + +############################################################################################################################################################## +# CCPP dynamic: CCPP, dynamic option, repro mode # +############################################################################################################################################################## +COMPILE | CCPP=Y REPRO=Y | standard | theia.intel | | +COMPILE | CCPP=Y REPRO=Y | standard | theia.gnu | | +COMPILE | CCPP=Y REPRO=Y | standard | hera.intel | | +COMPILE | CCPP=Y REPRO=Y | standard | cheyenne.intel | | +COMPILE | CCPP=Y REPRO=Y | standard | cheyenne.gnu | | +COMPILE | CCPP=Y REPRO=Y | standard | stampede.intel | | +COMPILE | CCPP=Y REPRO=Y | standard | jet.intel | | +# Run tests with CCPP add-on +RUN | fv3_ccpp_control | standard | | | +RUN | fv3_ccpp_decomp | standard | | | +RUN | fv3_ccpp_2threads | standard | | | +RUN | fv3_ccpp_ozphys_2015 | standard | | | +RUN | fv3_ccpp_gfdlmp | standard | | | +RUN | fv3_ccpp_gfdlmprad | standard | | | +RUN | fv3_ccpp_gfdlmprad_gwd | standard | | | +RUN | fv3_ccpp_gfdlmprad_noahmp | standard | | | +RUN | fv3_ccpp_stochy | standard | | | +RUN | fv3_ccpp_satmedmf | standard | | | +RUN | fv3_ccpp_lheatstrg | standard | | | +RUN | fv3_ccpp_h2ophys | standard | | | +## Note: any suite that uses csawmg crashes with GNU and PGI (--> there must be something wrong with it) +#RUN | fv3_ccpp_csawmgshoc | standard | theia.intel | | +#RUN | fv3_ccpp_csawmgshoc | standard | hera.intel | | +#RUN | fv3_ccpp_csawmgshoc | standard | cheyenne.intel | | +# 32-bit dynamics +COMPILE | CCPP=Y REPRO=Y 32BIT=Y | standard | theia.intel | | +COMPILE | CCPP=Y REPRO=Y 32BIT=Y | standard | theia.gnu | | +COMPILE | CCPP=Y REPRO=Y 32BIT=Y | standard | hera.intel | | +COMPILE | CCPP=Y REPRO=Y 32BIT=Y | standard | cheyenne.intel | | +COMPILE | CCPP=Y REPRO=Y 32BIT=Y | standard | cheyenne.gnu | | +COMPILE | CCPP=Y REPRO=Y 32BIT=Y | standard | stampede.intel | | +COMPILE | CCPP=Y REPRO=Y 32BIT=Y | standard | jet.intel | | +# Run tests with CCPP add-on, 32-bit dynamics +RUN | fv3_ccpp_control_32bit | standard | | | +RUN | fv3_ccpp_gfdlmp_32bit | standard | | | +RUN | fv3_ccpp_stretched | standard | | | +RUN | fv3_ccpp_stretched_nest | standard | theia.intel | | +RUN | fv3_ccpp_stretched_nest | standard | hera.intel | | +RUN | fv3_ccpp_stretched_nest | standard | cheyenne.intel | | +RUN | fv3_ccpp_stretched_nest | standard | jet.intel | | +RUN | fv3_ccpp_stretched_nest_quilt | standard | theia.intel | | +RUN | fv3_ccpp_stretched_nest | standard | hera.intel | | +RUN | fv3_ccpp_regional_control | standard | | | +RUN | fv3_ccpp_regional_restart | standard | | | +# fv3_regional_quilt/fv3_regional_c768 not working on Cheyenne, code aborts with invalid values +# for surface pressure, out of range warnings and all other sorts of errors +RUN | fv3_ccpp_regional_quilt | standard | theia.intel | | +RUN | fv3_ccpp_regional_quilt | standard | hera.intel | | +RUN | fv3_ccpp_regional_c768 | standard | theia.intel | | +RUN | fv3_ccpp_regional_c768 | standard | hera.intel | | +# Physics bakeoff tests, 32-bit dynamics +RUN | fv3_ccpp_gfs_v15 | standard | theia.intel | | +RUN | fv3_ccpp_gfs_v15 | standard | hera.intel | | +RUN | fv3_ccpp_gfs_v15plus | standard | theia.intel | | +RUN | fv3_ccpp_gfs_v15plus | standard | hera.intel | | +# Note: any suite that uses csawmg crashes with GNU and PGI (--> there must be something wrong with it) +RUN | fv3_ccpp_cpt | standard | theia.intel | | +RUN | fv3_ccpp_cpt | standard | hera.intel | | +RUN | fv3_ccpp_gsd | standard | theia.intel | | +RUN | fv3_ccpp_gsd | standard | hera.intel | | +# Additional physics: MYJ +RUN | fv3_ccpp_gfs_myj | standard | theia.intel | | +RUN | fv3_ccpp_gfs_myj | standard | hera.intel | | diff --git a/tests/rt_ccpp_gsd.conf b/tests/rt_ccpp_gsd.conf new file mode 100644 index 0000000000..d8c95670f2 --- /dev/null +++ b/tests/rt_ccpp_gsd.conf @@ -0,0 +1,42 @@ +# Compile with CCPP - static mode +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_gf_thompson,FV3_GSD_v0,FV3_GSD_noah | standard | theia.intel | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_gf_thompson,FV3_GSD_v0,FV3_GSD_noah | standard | theia.gnu | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_gf_thompson,FV3_GSD_v0,FV3_GSD_noah | standard | hera.intel | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_gf_thompson,FV3_GSD_v0,FV3_GSD_noah | standard | cheyenne.intel | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_gf_thompson,FV3_GSD_v0,FV3_GSD_noah | standard | cheyenne.gnu | fv3 | +# Run tests +RUN | fv3_ccpp_thompson_mynn | standard | | fv3 | +RUN | fv3_ccpp_gf_thompson | standard | | fv3 | +RUN | fv3_ccpp_gsd | standard | | fv3 | +RUN | fv3_ccpp_gsd_coldstart | standard | | | +RUN | fv3_ccpp_gsd_warmstart | standard | | | +RUN | fv3_ccpp_gsd_noah | standard | | fv3 | +# Compile with CCPP - static mode +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15_thompson,FV3_GFS_v15_gf,FV3_GFS_v15_mynn,FV3_GSD_v0_drag_suite | standard | theia.intel | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15_thompson,FV3_GFS_v15_gf,FV3_GFS_v15_mynn,FV3_GSD_v0_drag_suite | standard | theia.gnu | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15_thompson,FV3_GFS_v15_gf,FV3_GFS_v15_mynn,FV3_GSD_v0_drag_suite | standard | hera.intel | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15_thompson,FV3_GFS_v15_gf,FV3_GFS_v15_mynn,FV3_GSD_v0_drag_suite | standard | cheyenne.intel | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15_thompson,FV3_GFS_v15_gf,FV3_GFS_v15_mynn,FV3_GSD_v0_drag_suite | standard | cheyenne.gnu | fv3 | +# Run tests +RUN | fv3_ccpp_thompson | standard | | fv3 | +RUN | fv3_ccpp_gf | standard | | fv3 | +RUN | fv3_ccpp_mynn | standard | | fv3 | +RUN | fv3_ccpp_gsd_drag_suite | standard | | fv3 | + +# Compile with CCPP - dynamic mode +COMPILE | CCPP=Y REPRO=Y | standard | theia.intel | | +COMPILE | CCPP=Y REPRO=Y | standard | theia.gnu | | +COMPILE | CCPP=Y REPRO=Y | standard | hera.intel | | +COMPILE | CCPP=Y REPRO=Y | standard | cheyenne.intel | | +COMPILE | CCPP=Y REPRO=Y | standard | cheyenne.gnu | | +# Run tests +RUN | fv3_ccpp_thompson_mynn | standard | | | +RUN | fv3_ccpp_gf_thompson | standard | | | +RUN | fv3_ccpp_gsd | standard | | | +RUN | fv3_ccpp_gsd_coldstart | standard | | | +RUN | fv3_ccpp_gsd_warmstart | standard | | | +RUN | fv3_ccpp_gsd_noah | standard | | | +RUN | fv3_ccpp_thompson | standard | | | +RUN | fv3_ccpp_gf | standard | | | +RUN | fv3_ccpp_mynn | standard | | | +RUN | fv3_ccpp_gsd_drag_suite | standard | | | From d60fb526bf52b1628fac0ce8b182c054fc4350e2 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 5 Nov 2019 09:29:35 +0900 Subject: [PATCH 02/89] Rename rt_ccpp_gmtb.conf to rt_ccpp_dtc.conf, clean up CAPS and DTC regression tests --- tests/rt_ccpp_caps.conf | 4 - tests/{rt_ccpp_gmtb.conf => rt_ccpp_dtc.conf} | 99 +++++++++---------- 2 files changed, 45 insertions(+), 58 deletions(-) rename tests/{rt_ccpp_gmtb.conf => rt_ccpp_dtc.conf} (92%) diff --git a/tests/rt_ccpp_caps.conf b/tests/rt_ccpp_caps.conf index 3ace1b7585..e40ee06a70 100644 --- a/tests/rt_ccpp_caps.conf +++ b/tests/rt_ccpp_caps.conf @@ -1,6 +1,4 @@ # Compile with CCPP - static mode -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_shinhong,FV3_GFS_2017_ysu,FV3_GFS_2017_ntiedtke | standard | theia.intel | fv3 | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_shinhong,FV3_GFS_2017_ysu,FV3_GFS_2017_ntiedtke | standard | theia.gnu | fv3 | COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_shinhong,FV3_GFS_2017_ysu,FV3_GFS_2017_ntiedtke | standard | hera.intel | fv3 | COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_shinhong,FV3_GFS_2017_ysu,FV3_GFS_2017_ntiedtke | standard | cheyenne.intel | fv3 | COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_shinhong,FV3_GFS_2017_ysu,FV3_GFS_2017_ntiedtke | standard | cheyenne.gnu | fv3 | @@ -10,9 +8,7 @@ RUN | fv3_ccpp_shinhong RUN | fv3_ccpp_ysu | standard | | fv3 | RUN | fv3_ccpp_ntiedtke | standard | | fv3 | # Compile with CCPP - dynamic mode -COMPILE | CCPP=Y REPRO=Y | standard | theia.intel | | COMPILE | CCPP=Y REPRO=Y | standard | hera.intel | | -COMPILE | CCPP=Y REPRO=Y | standard | theia.gnu | | COMPILE | CCPP=Y REPRO=Y | standard | cheyenne.intel | | COMPILE | CCPP=Y REPRO=Y | standard | cheyenne.gnu | | COMPILE | CCPP=Y REPRO=Y | standard | stampede.intel | | diff --git a/tests/rt_ccpp_gmtb.conf b/tests/rt_ccpp_dtc.conf similarity index 92% rename from tests/rt_ccpp_gmtb.conf rename to tests/rt_ccpp_dtc.conf index 12895f2073..bca68f3b22 100644 --- a/tests/rt_ccpp_gmtb.conf +++ b/tests/rt_ccpp_dtc.conf @@ -1,8 +1,7 @@ ############################################################################################################################################################## # CCPP reference: no CCPP, repro mode # ############################################################################################################################################################## -COMPILE | REPRO=Y | standard | theia.intel | fv3 | -COMPILE | REPRO=Y | standard | theia.gnu | fv3 | +COMPILE | REPRO=Y | standard | gaea.intel | fv3 | COMPILE | REPRO=Y | standard | hera.intel | fv3 | COMPILE | REPRO=Y | standard | cheyenne.intel | fv3 | COMPILE | REPRO=Y | standard | cheyenne.gnu | fv3 | @@ -23,22 +22,21 @@ RUN | fv3_satmedmf RUN | fv3_lheatstrg | standard | | fv3 | RUN | fv3_h2ophys | standard | | fv3 | # Note: any suite that uses csawmg crashes with GNU and PGI (--> there must be something wrong with it) -RUN | fv3_csawmg | standard | theia.intel | fv3 | +RUN | fv3_csawmg | standard | gaea.intel | fv3 | RUN | fv3_csawmg | standard | hera.intel | fv3 | RUN | fv3_csawmg | standard | cheyenne.intel | fv3 | RUN | fv3_csawmg | standard | jet.intel | fv3 | -RUN | fv3_csawmgshoc | standard | theia.intel | fv3 | +RUN | fv3_csawmgshoc | standard | gaea.intel | fv3 | RUN | fv3_csawmgshoc | standard | hera.intel | fv3 | RUN | fv3_csawmgshoc | standard | cheyenne.intel | fv3 | RUN | fv3_csawmgshoc | standard | jet.intel | fv3 | -RUN | fv3_csawmg3shoc127 | standard | theia.intel | fv3 | +RUN | fv3_csawmg3shoc127 | standard | gaea.intel | fv3 | RUN | fv3_csawmg3shoc127 | standard | hera.intel | fv3 | RUN | fv3_csawmg3shoc127 | standard | cheyenne.intel | fv3 | RUN | fv3_csawmg3shoc127 | standard | jet.intel | fv3 | # 32-bit dynamics -COMPILE | REPRO=Y 32BIT=Y | standard | theia.intel | fv3 | +COMPILE | REPRO=Y 32BIT=Y | standard | gaea.intel | fv3 | COMPILE | REPRO=Y 32BIT=Y | standard | hera.intel | fv3 | -COMPILE | REPRO=Y 32BIT=Y | standard | theia.gnu | fv3 | COMPILE | REPRO=Y 32BIT=Y | standard | cheyenne.intel | fv3 | COMPILE | REPRO=Y 32BIT=Y | standard | cheyenne.gnu | fv3 | COMPILE | REPRO=Y 32BIT=Y | standard | stampede.intel | fv3 | @@ -47,38 +45,37 @@ COMPILE | REPRO=Y 32BIT=Y RUN | fv3_control_32bit | standard | | fv3 | RUN | fv3_gfdlmp_32bit | standard | | fv3 | RUN | fv3_stretched | standard | | fv3 | -RUN | fv3_stretched_nest | standard | theia.intel | fv3 | +RUN | fv3_stretched_nest | standard | gaea.intel | fv3 | RUN | fv3_stretched_nest | standard | hera.intel | fv3 | RUN | fv3_stretched_nest | standard | cheyenne.intel | fv3 | RUN | fv3_stretched_nest | standard | jet.intel | fv3 | -RUN | fv3_stretched_nest_quilt | standard | theia.intel | fv3 | +RUN | fv3_stretched_nest_quilt | standard | gaea.intel | fv3 | RUN | fv3_stretched_nest_quilt | standard | hera.intel | fv3 | RUN | fv3_regional_control | standard | | fv3 | RUN | fv3_regional_restart | standard | | fv3 | # fv3_regional_quilt/fv3_regional_c768 not working on Cheyenne, code aborts with invalid values # for surface pressure, out of range warnings and all other sorts of errors -RUN | fv3_regional_quilt | standard | theia.intel | fv3 | +RUN | fv3_regional_quilt | standard | gaea.intel | fv3 | RUN | fv3_regional_quilt | standard | hera.intel | fv3 | -RUN | fv3_regional_c768 | standard | theia.intel | fv3 | +RUN | fv3_regional_c768 | standard | gaea.intel | fv3 | RUN | fv3_regional_c768 | standard | hera.intel | fv3 | -RUN | fv3_gfs_v15 | standard | theia.intel | fv3 | +RUN | fv3_gfs_v15 | standard | gaea.intel | fv3 | RUN | fv3_gfs_v15 | standard | hera.intel | fv3 | -RUN | fv3_gfs_v15plus | standard | theia.intel | fv3 | +RUN | fv3_gfs_v15plus | standard | gaea.intel | fv3 | RUN | fv3_gfs_v15plus | standard | hera.intel | fv3 | # Note: any suite that uses csawmg crashes with GNU and PGI (--> there must be something wrong with it) -RUN | fv3_cpt | standard | theia.intel | fv3 | +RUN | fv3_cpt | standard | gaea.intel | fv3 | RUN | fv3_cpt | standard | hera.intel | fv3 | # CCPP only tests (use CCPP static build to create) -#RUN | fv3_gsd | standard | theia.intel | fv3 | +#RUN | fv3_gsd | standard | gaea.intel | fv3 | #RUN | fv3_gsd | standard | hera.intel | fv3 | -#RUN | fv3_gfs_myj | standard | theia.intel | fv3 | +#RUN | fv3_gfs_myj | standard | gaea.intel | fv3 | #RUN | fv3_gfs_myj | standard | hera.intel | fv3 | ############################################################################################################################################################## # CCPP static: CCPP, static option, repro mode # ############################################################################################################################################################## # control-based tests -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf | standard | theia.intel | | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf | standard | theia.gnu | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf | standard | gaea.intel | | COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf | standard | hera.intel | | COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf | standard | cheyenne.intel | | COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf | standard | cheyenne.gnu | | @@ -92,8 +89,7 @@ RUN | fv3_ccpp_stochy RUN | fv3_ccpp_lheatstrg | standard | | | RUN | fv3_ccpp_satmedmf | standard | | | # gfdlmp-based tests -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | theia.intel | | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | theia.gnu | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | gaea.intel | | COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | hera.intel | | COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | cheyenne.intel | | COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | cheyenne.gnu | | @@ -105,18 +101,17 @@ RUN | fv3_ccpp_gfdlmprad RUN | fv3_ccpp_gfdlmprad_gwd | standard | | | RUN | fv3_ccpp_gfdlmprad_noahmp | standard | | | ## csawmg-based tests (Intel only, crashing with GNU and PGI) -#COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc | standard | theia.intel | | +#COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc | standard | gaea.intel | | #COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc | standard | hera.intel | | #COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc | standard | cheyenne.intel | | #COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc | standard | jet.intel | | ## Run tests with static CCPP add-on -#RUN | fv3_ccpp_csawmgshoc | standard | theia.intel | | +#RUN | fv3_ccpp_csawmgshoc | standard | gaea.intel | | #RUN | fv3_ccpp_csawmgshoc | standard | hera.intel | | #RUN | fv3_ccpp_csawmgshoc | standard | cheyenne.intel | | #RUN | fv3_ccpp_csawmgshoc | standard | jet.intel | | # control- and gfdlmp-based tests, 32-bit dynamics -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp 32BIT=Y | standard | theia.intel | | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp 32BIT=Y | standard | theia.gnu | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp 32BIT=Y | standard | gaea.intel | | COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp 32BIT=Y | standard | hera.intel | | COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp 32BIT=Y | standard | cheyenne.intel | | COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp 32BIT=Y | standard | cheyenne.gnu | | @@ -125,23 +120,21 @@ COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp 32BIT= RUN | fv3_ccpp_control_32bit | standard | | | RUN | fv3_ccpp_gfdlmp_32bit | standard | | | # stretched- and stretched-nest based tests, 32-bit dynamics -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_stretched 32BIT=Y | standard | theia.intel | | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_stretched 32BIT=Y | standard | theia.gnu | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_stretched 32BIT=Y | standard | gaea.intel | | COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_stretched 32BIT=Y | standard | hera.intel | | COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_stretched 32BIT=Y | standard | cheyenne.intel | | COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_stretched 32BIT=Y | standard | cheyenne.gnu | | COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_stretched 32BIT=Y | standard | stampede.intel | | COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_stretched 32BIT=Y | standard | jet.intel | | RUN | fv3_ccpp_stretched | standard | | | -RUN | fv3_ccpp_stretched_nest | standard | theia.intel | | +RUN | fv3_ccpp_stretched_nest | standard | gaea.intel | | RUN | fv3_ccpp_stretched_nest | standard | hera.intel | | RUN | fv3_ccpp_stretched_nest | standard | cheyenne.intel | | RUN | fv3_ccpp_stretched_nest | standard | jet.intel | | -RUN | fv3_ccpp_stretched_nest_quilt | standard | theia.intel | | +RUN | fv3_ccpp_stretched_nest_quilt | standard | gaea.intel | | RUN | fv3_ccpp_stretched_nest_quilt | standard | hera.intel | | # gfdlmp-regional-based tests, 32-bit dynamics -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional 32BIT=Y | standard | theia.intel | | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional 32BIT=Y | standard | theia.gnu | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional 32BIT=Y | standard | gaea.intel | | COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional 32BIT=Y | standard | hera.intel | | COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional 32BIT=Y | standard | cheyenne.intel | | COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional 32BIT=Y | standard | cheyenne.gnu | | @@ -151,38 +144,37 @@ RUN | fv3_ccpp_regional_control RUN | fv3_ccpp_regional_restart | standard | | | # fv3_ccpp_regional_quilt not working on Cheyenne, code aborts with invalid values # for surface pressure, out of range warnings and all other sorts of errors -RUN | fv3_ccpp_regional_quilt | standard | theia.intel | | +RUN | fv3_ccpp_regional_quilt | standard | gaea.intel | | RUN | fv3_ccpp_regional_quilt | standard | hera.intel | | # gfdlmp-regional-c768 based tests, 32-bit dynamics -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | theia.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | gaea.intel | | COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | hera.intel | | # fv3_ccpp_regional_c768 not working on Cheyenne, code aborts with invalid values # for surface pressure, out of range warnings and all other sorts of errors -RUN | fv3_ccpp_regional_c768 | standard | theia.intel | | +RUN | fv3_ccpp_regional_c768 | standard | gaea.intel | | RUN | fv3_ccpp_regional_c768 | standard | hera.intel | | # Physics bakeoff tests, 32-bit dynamics -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | theia.intel | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | gaea.intel | fv3 | COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | hera.intel | fv3 | -RUN | fv3_ccpp_gfs_v15 | standard | theia.intel | | +RUN | fv3_ccpp_gfs_v15 | standard | gaea.intel | | RUN | fv3_ccpp_gfs_v15 | standard | hera.intel | | -RUN | fv3_ccpp_gfs_v15plus | standard | theia.intel | | +RUN | fv3_ccpp_gfs_v15plus | standard | gaea.intel | | RUN | fv3_ccpp_gfs_v15plus | standard | hera.intel | | # Note: any suite that uses csawmg crashes with GNU and PGI (--> there must be something wrong with it) -RUN | fv3_ccpp_cpt | standard | theia.intel | | +RUN | fv3_ccpp_cpt | standard | gaea.intel | | RUN | fv3_ccpp_cpt | standard | hera.intel | | -RUN | fv3_ccpp_gsd | standard | theia.intel | fv3 | +RUN | fv3_ccpp_gsd | standard | gaea.intel | fv3 | RUN | fv3_ccpp_gsd | standard | hera.intel | fv3 | # Additional physics: MYJ -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_myj 32BIT=Y | standard | theia.intel | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_myj 32BIT=Y | standard | gaea.intel | fv3 | COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_myj 32BIT=Y | standard | hera.intel | fv3 | -RUN | fv3_ccpp_gfs_myj | standard | theia.intel | fv3 | +RUN | fv3_ccpp_gfs_myj | standard | gaea.intel | fv3 | RUN | fv3_ccpp_gfs_myj | standard | hera.intel | fv3 | ############################################################################################################################################################## # CCPP dynamic: CCPP, dynamic option, repro mode # ############################################################################################################################################################## -COMPILE | CCPP=Y REPRO=Y | standard | theia.intel | | -COMPILE | CCPP=Y REPRO=Y | standard | theia.gnu | | +COMPILE | CCPP=Y REPRO=Y | standard | gaea.intel | | COMPILE | CCPP=Y REPRO=Y | standard | hera.intel | | COMPILE | CCPP=Y REPRO=Y | standard | cheyenne.intel | | COMPILE | CCPP=Y REPRO=Y | standard | cheyenne.gnu | | @@ -202,12 +194,11 @@ RUN | fv3_ccpp_satmedmf RUN | fv3_ccpp_lheatstrg | standard | | | RUN | fv3_ccpp_h2ophys | standard | | | ## Note: any suite that uses csawmg crashes with GNU and PGI (--> there must be something wrong with it) -#RUN | fv3_ccpp_csawmgshoc | standard | theia.intel | | +#RUN | fv3_ccpp_csawmgshoc | standard | gaea.intel | | #RUN | fv3_ccpp_csawmgshoc | standard | hera.intel | | #RUN | fv3_ccpp_csawmgshoc | standard | cheyenne.intel | | # 32-bit dynamics -COMPILE | CCPP=Y REPRO=Y 32BIT=Y | standard | theia.intel | | -COMPILE | CCPP=Y REPRO=Y 32BIT=Y | standard | theia.gnu | | +COMPILE | CCPP=Y REPRO=Y 32BIT=Y | standard | gaea.intel | | COMPILE | CCPP=Y REPRO=Y 32BIT=Y | standard | hera.intel | | COMPILE | CCPP=Y REPRO=Y 32BIT=Y | standard | cheyenne.intel | | COMPILE | CCPP=Y REPRO=Y 32BIT=Y | standard | cheyenne.gnu | | @@ -217,30 +208,30 @@ COMPILE | CCPP=Y REPRO=Y 32BIT=Y RUN | fv3_ccpp_control_32bit | standard | | | RUN | fv3_ccpp_gfdlmp_32bit | standard | | | RUN | fv3_ccpp_stretched | standard | | | -RUN | fv3_ccpp_stretched_nest | standard | theia.intel | | +RUN | fv3_ccpp_stretched_nest | standard | gaea.intel | | RUN | fv3_ccpp_stretched_nest | standard | hera.intel | | RUN | fv3_ccpp_stretched_nest | standard | cheyenne.intel | | RUN | fv3_ccpp_stretched_nest | standard | jet.intel | | -RUN | fv3_ccpp_stretched_nest_quilt | standard | theia.intel | | +RUN | fv3_ccpp_stretched_nest_quilt | standard | gaea.intel | | RUN | fv3_ccpp_stretched_nest | standard | hera.intel | | RUN | fv3_ccpp_regional_control | standard | | | RUN | fv3_ccpp_regional_restart | standard | | | # fv3_regional_quilt/fv3_regional_c768 not working on Cheyenne, code aborts with invalid values # for surface pressure, out of range warnings and all other sorts of errors -RUN | fv3_ccpp_regional_quilt | standard | theia.intel | | +RUN | fv3_ccpp_regional_quilt | standard | gaea.intel | | RUN | fv3_ccpp_regional_quilt | standard | hera.intel | | -RUN | fv3_ccpp_regional_c768 | standard | theia.intel | | +RUN | fv3_ccpp_regional_c768 | standard | gaea.intel | | RUN | fv3_ccpp_regional_c768 | standard | hera.intel | | # Physics bakeoff tests, 32-bit dynamics -RUN | fv3_ccpp_gfs_v15 | standard | theia.intel | | +RUN | fv3_ccpp_gfs_v15 | standard | gaea.intel | | RUN | fv3_ccpp_gfs_v15 | standard | hera.intel | | -RUN | fv3_ccpp_gfs_v15plus | standard | theia.intel | | +RUN | fv3_ccpp_gfs_v15plus | standard | gaea.intel | | RUN | fv3_ccpp_gfs_v15plus | standard | hera.intel | | # Note: any suite that uses csawmg crashes with GNU and PGI (--> there must be something wrong with it) -RUN | fv3_ccpp_cpt | standard | theia.intel | | +RUN | fv3_ccpp_cpt | standard | gaea.intel | | RUN | fv3_ccpp_cpt | standard | hera.intel | | -RUN | fv3_ccpp_gsd | standard | theia.intel | | +RUN | fv3_ccpp_gsd | standard | gaea.intel | | RUN | fv3_ccpp_gsd | standard | hera.intel | | # Additional physics: MYJ -RUN | fv3_ccpp_gfs_myj | standard | theia.intel | | +RUN | fv3_ccpp_gfs_myj | standard | gaea.intel | | RUN | fv3_ccpp_gfs_myj | standard | hera.intel | | From 4555e2048d7aa58cff12280809dd2aaa927b2149 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 5 Nov 2019 15:11:55 +0900 Subject: [PATCH 03/89] Update of regression test setup scripts for CCPP dynamic build --- tests/fv3_conf/ccpp_control_run.IN | 4 ++-- tests/fv3_conf/ccpp_cpt_run.IN | 4 ++-- tests/fv3_conf/ccpp_csawmg3shoc127_run.IN | 4 ++-- tests/fv3_conf/ccpp_csawmg_run.IN | 4 ++-- tests/fv3_conf/ccpp_csawmgshoc_run.IN | 4 ++-- tests/fv3_conf/ccpp_gf_thompson_run.IN | 4 ++-- tests/fv3_conf/ccpp_gfdlmp_run.IN | 4 ++-- tests/fv3_conf/ccpp_gfs_v15_run.IN | 4 ++-- tests/fv3_conf/ccpp_gsd_run.IN | 4 ++-- tests/fv3_conf/ccpp_regional_run.IN | 4 ++-- tests/fv3_conf/ccpp_satmedmf_run.IN | 4 ++-- tests/fv3_conf/ccpp_stretched_run.IN | 4 ++-- 12 files changed, 24 insertions(+), 24 deletions(-) diff --git a/tests/fv3_conf/ccpp_control_run.IN b/tests/fv3_conf/ccpp_control_run.IN index 591497e49c..68e5df4629 100644 --- a/tests/fv3_conf/ccpp_control_run.IN +++ b/tests/fv3_conf/ccpp_control_run.IN @@ -32,10 +32,10 @@ cp @[RTPWD]/${inputdir}/*grb . cp @[RTPWD]/${inputdir}/*_table . cp @[RTPWD]/${inputdir}/*configure . -cp ${PATHRT}/../ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml +cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml # Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh echo " " >> module-setup.sh echo "# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH" -echo "export LD_LIBRARY_PATH=${PATHRT}/../${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh +echo "export LD_LIBRARY_PATH=${PATHRT}/../FV3/${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh echo " " >> module-setup.sh diff --git a/tests/fv3_conf/ccpp_cpt_run.IN b/tests/fv3_conf/ccpp_cpt_run.IN index d6d84e1338..c193d41f0d 100644 --- a/tests/fv3_conf/ccpp_cpt_run.IN +++ b/tests/fv3_conf/ccpp_cpt_run.IN @@ -18,10 +18,10 @@ cp @[RTPWD]/${inputdir}/diag_table_mg3tke diag_table cp @[RTPWD]/${inputdir}/field_table_csawmg3shoc field_table cp @[RTPWD]/${inputdir}/*configure . -cp ${PATHRT}/../ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml +cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml # Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh echo " " >> module-setup.sh echo "# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH" -echo "export LD_LIBRARY_PATH=${PATHRT}/../${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh +echo "export LD_LIBRARY_PATH=${PATHRT}/../FV3/${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh echo " " >> module-setup.sh diff --git a/tests/fv3_conf/ccpp_csawmg3shoc127_run.IN b/tests/fv3_conf/ccpp_csawmg3shoc127_run.IN index d6d84e1338..c193d41f0d 100644 --- a/tests/fv3_conf/ccpp_csawmg3shoc127_run.IN +++ b/tests/fv3_conf/ccpp_csawmg3shoc127_run.IN @@ -18,10 +18,10 @@ cp @[RTPWD]/${inputdir}/diag_table_mg3tke diag_table cp @[RTPWD]/${inputdir}/field_table_csawmg3shoc field_table cp @[RTPWD]/${inputdir}/*configure . -cp ${PATHRT}/../ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml +cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml # Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh echo " " >> module-setup.sh echo "# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH" -echo "export LD_LIBRARY_PATH=${PATHRT}/../${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh +echo "export LD_LIBRARY_PATH=${PATHRT}/../FV3/${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh echo " " >> module-setup.sh diff --git a/tests/fv3_conf/ccpp_csawmg_run.IN b/tests/fv3_conf/ccpp_csawmg_run.IN index 7f61d03250..88f3c856fa 100644 --- a/tests/fv3_conf/ccpp_csawmg_run.IN +++ b/tests/fv3_conf/ccpp_csawmg_run.IN @@ -19,10 +19,10 @@ cp @[RTPWD]/FV3_input_data/diag_table_mgrs diag_table cp @[RTPWD]/FV3_input_data/field_table_csawmg field_table cp @[RTPWD]/FV3_input_data/*configure . -cp ${PATHRT}/../ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml +cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml # Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh echo " " >> module-setup.sh echo "# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH" -echo "export LD_LIBRARY_PATH=${PATHRT}/../${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh +echo "export LD_LIBRARY_PATH=${PATHRT}/../FV3/${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh echo " " >> module-setup.sh diff --git a/tests/fv3_conf/ccpp_csawmgshoc_run.IN b/tests/fv3_conf/ccpp_csawmgshoc_run.IN index 0524a05561..fa6142ad20 100644 --- a/tests/fv3_conf/ccpp_csawmgshoc_run.IN +++ b/tests/fv3_conf/ccpp_csawmgshoc_run.IN @@ -19,10 +19,10 @@ cp @[RTPWD]/FV3_input_data/diag_table_mgtkers diag_table cp @[RTPWD]/FV3_input_data/field_table_csawmgshoc field_table cp @[RTPWD]/FV3_input_data/*configure . -cp ${PATHRT}/../ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml +cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml # Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh echo " " >> module-setup.sh echo "# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH" -echo "export LD_LIBRARY_PATH=${PATHRT}/../${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh +echo "export LD_LIBRARY_PATH=${PATHRT}/../FV3/${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh echo " " >> module-setup.sh diff --git a/tests/fv3_conf/ccpp_gf_thompson_run.IN b/tests/fv3_conf/ccpp_gf_thompson_run.IN index 3a79ce13b2..3b6af18ae8 100644 --- a/tests/fv3_conf/ccpp_gf_thompson_run.IN +++ b/tests/fv3_conf/ccpp_gf_thompson_run.IN @@ -22,11 +22,11 @@ cp @[RTPWD]/FV3_input_data_gsd/qr_acr_qg.dat . cp @[RTPWD]/FV3_input_data_gsd/freezeH2O.dat . cp @[RTPWD]/FV3_input_data_gsd/CCN_ACTIVATE.BIN . -cp ${PATHRT}/../ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml +cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml # Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh echo " " >> module-setup.sh echo "# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH" -echo "export LD_LIBRARY_PATH=${PATHRT}/../${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh +echo "export LD_LIBRARY_PATH=${PATHRT}/../FV3/${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh echo " " >> module-setup.sh diff --git a/tests/fv3_conf/ccpp_gfdlmp_run.IN b/tests/fv3_conf/ccpp_gfdlmp_run.IN index d52f6beeab..5feb6fa59c 100644 --- a/tests/fv3_conf/ccpp_gfdlmp_run.IN +++ b/tests/fv3_conf/ccpp_gfdlmp_run.IN @@ -17,10 +17,10 @@ cp @[RTPWD]/FV3_input_data/diag_table_gfdlmp diag_table cp @[RTPWD]/FV3_input_data/field_table_gfdlmp field_table cp @[RTPWD]/FV3_input_data/*configure . -cp ${PATHRT}/../ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml +cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml # Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh echo " " >> module-setup.sh echo "# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH" -echo "export LD_LIBRARY_PATH=${PATHRT}/../${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh +echo "export LD_LIBRARY_PATH=${PATHRT}/../FV3/${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh echo " " >> module-setup.sh diff --git a/tests/fv3_conf/ccpp_gfs_v15_run.IN b/tests/fv3_conf/ccpp_gfs_v15_run.IN index c87765f2e4..967f026363 100644 --- a/tests/fv3_conf/ccpp_gfs_v15_run.IN +++ b/tests/fv3_conf/ccpp_gfs_v15_run.IN @@ -18,10 +18,10 @@ cp @[RTPWD]/FV3_input_data/diag_table_gfdlmp diag_table cp @[RTPWD]/FV3_input_data_gsd/field_table_suite2 field_table cp @[RTPWD]/FV3_input_data/*configure . -cp ${PATHRT}/../ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml +cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml # Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh echo " " >> module-setup.sh echo "# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH" -echo "export LD_LIBRARY_PATH=${PATHRT}/../${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh +echo "export LD_LIBRARY_PATH=${PATHRT}/../FV3/${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh echo " " >> module-setup.sh diff --git a/tests/fv3_conf/ccpp_gsd_run.IN b/tests/fv3_conf/ccpp_gsd_run.IN index 2f12b2a2c9..957dd6d5a3 100644 --- a/tests/fv3_conf/ccpp_gsd_run.IN +++ b/tests/fv3_conf/ccpp_gsd_run.IN @@ -53,11 +53,11 @@ if [ $IMP_PHYSICS = 8 ]; then cp @[RTPWD]/FV3_input_data_gsd/CCN_ACTIVATE.BIN . fi -cp ${PATHRT}/../ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml +cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml # Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh echo " " >> module-setup.sh echo "# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH" -echo "export LD_LIBRARY_PATH=${PATHRT}/../${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh +echo "export LD_LIBRARY_PATH=${PATHRT}/../FV3/${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh echo " " >> module-setup.sh diff --git a/tests/fv3_conf/ccpp_regional_run.IN b/tests/fv3_conf/ccpp_regional_run.IN index 65311d91e6..d4070e0c6a 100644 --- a/tests/fv3_conf/ccpp_regional_run.IN +++ b/tests/fv3_conf/ccpp_regional_run.IN @@ -16,10 +16,10 @@ if [ $WARM_START = .T. ]; then cp ../fv3_ccpp_regional_control${RT_SUFFIX}/RESTART/20181015.120000.sfc_data.nc INPUT/sfc_data.nc fi -cp ${PATHRT}/../ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml +cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml # Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh echo " " >> module-setup.sh echo "# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH" -echo "export LD_LIBRARY_PATH=${PATHRT}/../${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh +echo "export LD_LIBRARY_PATH=${PATHRT}/../FV3/${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh echo " " >> module-setup.sh diff --git a/tests/fv3_conf/ccpp_satmedmf_run.IN b/tests/fv3_conf/ccpp_satmedmf_run.IN index bb8b2b57d0..2fa327ffa2 100644 --- a/tests/fv3_conf/ccpp_satmedmf_run.IN +++ b/tests/fv3_conf/ccpp_satmedmf_run.IN @@ -26,10 +26,10 @@ cp @[RTPWD]/${inputdir}/*_table . cp @[RTPWD]/${inputdir}/field_table_satmedmf field_table cp @[RTPWD]/${inputdir}/*configure . -cp ${PATHRT}/../ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml +cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml # Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh echo " " >> module-setup.sh echo "# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH" -echo "export LD_LIBRARY_PATH=${PATHRT}/../${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh +echo "export LD_LIBRARY_PATH=${PATHRT}/../FV3/${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh echo " " >> module-setup.sh diff --git a/tests/fv3_conf/ccpp_stretched_run.IN b/tests/fv3_conf/ccpp_stretched_run.IN index cdb8d702a6..41a7be91c3 100644 --- a/tests/fv3_conf/ccpp_stretched_run.IN +++ b/tests/fv3_conf/ccpp_stretched_run.IN @@ -17,10 +17,10 @@ mkdir INPUT RESTART rsync -arv @[RTPWD]/@[INPUT_DIR]/INPUT/. INPUT/. # *DH 20190528 -cp ${PATHRT}/../ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml +cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml # Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh echo " " >> module-setup.sh echo "# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH" -echo "export LD_LIBRARY_PATH=${PATHRT}/../${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh +echo "export LD_LIBRARY_PATH=${PATHRT}/../FV3/${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh echo " " >> module-setup.sh From f7d4530648ef152ed80ad214f85d0d56a1722596 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 5 Nov 2019 16:38:26 +0900 Subject: [PATCH 04/89] Bugfix for CAPS regression test: correct name of namelist template --- tests/tests/fv3_ccpp_shinhong | 2 +- tests/tests/fv3_ccpp_ysu | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tests/fv3_ccpp_shinhong b/tests/tests/fv3_ccpp_shinhong index 4b5c6c58fe..69111a642c 100644 --- a/tests/tests/fv3_ccpp_shinhong +++ b/tests/tests/fv3_ccpp_shinhong @@ -80,7 +80,7 @@ DT_ATMOS="1200" export FV3_RUN=ccpp_gfdlmp_run.IN export CCPP_SUITE=FV3_GFS_2017_shinhong export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_gfdlmp.IN +export INPUT_NML=ccpp_gfdlmp.nml.IN RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_ysu b/tests/tests/fv3_ccpp_ysu index 2769ed573a..4255d61a8e 100644 --- a/tests/tests/fv3_ccpp_ysu +++ b/tests/tests/fv3_ccpp_ysu @@ -80,7 +80,7 @@ DT_ATMOS="600" export FV3_RUN=ccpp_gfdlmp_run.IN export CCPP_SUITE=FV3_GFS_2017_ysu export CCPP_LIB_DIR=ccpp/lib -export INPUT_NML=ccpp_gfdlmp.IN +export INPUT_NML=ccpp_gfdlmp.nml.IN RUN_SCRIPT=rt_fv3.sh From 5edf0eff22f3ecc0f4755e6d30674f41c6365668 Mon Sep 17 00:00:00 2001 From: "Man.Zhang" Date: Thu, 7 Nov 2019 21:28:38 -0700 Subject: [PATCH 05/89] merge configuration files for FA scheme --- parm/ccpp_regional_c768_FA.nml.IN | 304 ++++++++++++++++++ tests/fv3_conf/ccpp_regional_FA_run.IN | 31 ++ tests/rt_ccpp_HAFS.conf | 11 + .../fv3_ccpp_regional_c768_FA_update_moist | 25 ++ 4 files changed, 371 insertions(+) create mode 100644 parm/ccpp_regional_c768_FA.nml.IN create mode 100644 tests/fv3_conf/ccpp_regional_FA_run.IN create mode 100644 tests/rt_ccpp_HAFS.conf create mode 100644 tests/tests/fv3_ccpp_regional_c768_FA_update_moist diff --git a/parm/ccpp_regional_c768_FA.nml.IN b/parm/ccpp_regional_c768_FA.nml.IN new file mode 100644 index 0000000000..a74eb9adb1 --- /dev/null +++ b/parm/ccpp_regional_c768_FA.nml.IN @@ -0,0 +1,304 @@ +&amip_interp_nml + interp_oi_sst = .true. + use_ncep_sst = .true. + use_ncep_ice = .false. + no_anom_sst = .false. + data_set = 'reynolds_oi', + date_out_of_range = 'climo', +/ + + &atmos_model_nml + blocksize = 32 + chksum_debug = .false. + dycore_only = .false. + fdiag = 1 + ccpp_suite = '@[CCPP_SUITE]' +/ + +&diag_manager_nml + prepend_date = .F. +/ + + &fms_io_nml + checksum_required = .false. + max_files_r = 100, + max_files_w = 100, +/ + + &fms_nml + clock_grain = 'ROUTINE', + domains_stack_size = 3000000, + print_memory_usage = .false. +/ + + &fv_grid_nml + grid_file = 'INPUT/grid_spec.nc' +/ + + &fv_core_nml + layout = 24,20 + io_layout = 1,1 + npx = 1729 + npy = 1441 + ntiles = 1, + npz = 64 + !grid_type = -1 + make_nh = @[MAKE_NH] + fv_debug = .F. + range_warn = .T. + reset_eta = .F. + n_sponge = 24 + nudge_qv = .T. + tau = 5. + rf_cutoff = 20.e2 + d2_bg_k1 = 0.20 + d2_bg_k2 = 0.04 + kord_tm = -11 + kord_mt = 11 + kord_wz = 11 + kord_tr = 11 + hydrostatic = .F. + phys_hydrostatic = .F. + use_hydro_pressure = .F. + beta = 0. + a_imp = 1. + p_fac = 0.1 + k_split = 4 + n_split = 5 + nwat = 5 + na_init = @[NA_INIT] + d_ext = 0.0 + dnats = 1 + fv_sg_adj = 300 + d2_bg = 0. + nord = 2 + dddmp = 0.1 + d4_bg = 0.12 + vtdm4 = 0.02 + delt_max = 0.008 + ke_bg = 0. + do_vort_damp = .T. + external_ic = @[EXTERNAL_IC] + external_eta = .T. + gfs_phil = .false. + nggps_ic = @[NGGPS_IC] + mountain = @[MOUNTAIN] + ncep_ic = .F. + d_con = 1.0 + hord_mt = 6 + hord_vt = 6 + hord_tm = 6 + hord_dp = -6 + hord_tr = 8 + adjust_dry_mass = .F. + consv_te = 0. + consv_am = .F. + fill = .T. + dwind_2d = .F. + print_freq = 6 + warm_start = @[WARM_START] + no_dycore = .false. + z_tracer = .T. + read_increment = @[READ_INCREMENT] + res_latlon_dynamics = "fv3_increment.nc" + + do_schmidt = .true. + target_lat = 35.5 + target_lon = -97.5 + stretch_fac = 1.5 +!! nord_zs_filter = 4 + n_zs_filter = 0 + regional = .true. + bc_update_interval = 6 +/ + + &external_ic_nml + filtered_terrain = .true. + levp = 65 + gfs_dwinds = .true. + checker_tr = .F. + nt_checker = 0 +/ + + &gfs_physics_nml + fhzero = 3. + ldiag3d = .false. + fhcyc = 24. + nst_anl = .true. + use_ufo = .true. + pre_rad = .false. + ncld = 5 + imp_physics = 15 + spec_adv = .true. + RHGRD = 0.98 + pdfcld = .false. + fhswr = 3600. + fhlwr = 3600. + ialb = 1 + iems = 1 + IAER = 111 + ico2 = 2 + isubc_sw = 2 + isubc_lw = 2 + isol = 2 + lwhtr = .true. + swhtr = .true. + cnvgwd = .true. + shal_cnv = .true. + cal_pre = .false. + redrag = .true. + dspheat = .true. + hybedmf = @[HYBEDMF] + satmedmf = @[SATMEDMF] + lheatstrg = @[LHEATSTRG] + random_clds = .false. + trans_trac = .true. + cnvcld = .false. + imfshalcnv = 2 + imfdeepcnv = 2 + cdmbgwd = 3.5, 0.25 ! NCEP default + prslrd0 = 0. + ivegsrc = 1 + isot = 1 + lsm = 1 + iopt_dveg = 2 + iopt_crs = 1 + iopt_btr = 1 + iopt_run = 1 + iopt_sfc = 1 + iopt_frz = 1 + iopt_inf = 1 + iopt_rad = 1 + iopt_alb = 2 + iopt_snf = 4 + iopt_tbot = 2 + iopt_stc = 1 + debug = .false. + oz_phys = @[OZ_PHYS_OLD] + oz_phys_2015 = @[OZ_PHYS_NEW] + nstf_name = 1,1,1,0,5 + cplflx = .F. + iau_delthrs = 6 + iaufhrs = 30 + iau_inc_files = @[IAU_INC_FILES] + do_sppt = @[DO_SPPT] + do_shum = @[DO_SHUM] + do_skeb = @[DO_SKEB] + do_sfcperts = @[DO_SFCPERTS] +/ + + &interpolator_nml + interp_method = 'conserve_great_circle' +/ + +&namsfc + FNGLAC = "global_glacier.2x2.grb", + FNMXIC = "global_maxice.2x2.grb", + FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", + FNSNOC = "global_snoclim.1.875.grb", + FNZORC = "igbp" + FNALBC = "global_snowfree_albedo.bosu.t126.384.190.rg.grb", + FNALBC2 = "global_albedo4.1x1.grb", + FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", + FNTG3C = "global_tg3clim.2.6x1.5.grb", + FNVEGC = "global_vegfrac.0.144.decpercent.grb", + FNVETC = "global_vegtype.igbp.t126.384.190.rg.grb", + FNSOTC = "global_soiltype.statsgo.t126.384.190.rg.grb", + FNSMCC = "global_soilmgldas.t126.384.190.grb", + FNMSKH = "seaice_newland.grb", + FNTSFA = "", + FNACNA = "", + FNSNOA = "", + FNVMNC = "global_shdmin.0.144x0.144.grb", + FNVMXC = "global_shdmax.0.144x0.144.grb", + FNSLPC = "global_slope.1x1.grb", + FNABSC = "global_mxsnoalb.uariz.t126.384.190.rg.grb", + LDEBUG =.false., + FSMCL(2) = 99999 + FSMCL(3) = 99999 + FSMCL(4) = 99999 + FTSFS = 90 + FAISS = 99999 + FSNOL = 99999 + FSICL = 99999 + FTSFL = 99999, + FAISL = 99999, + FVETL = 99999, + FSOTL = 99999, + FvmnL = 99999, + FvmxL = 99999, + FSLPL = 99999, + FABSL = 99999, + FSNOS = 99999, + FSICS = 99999, +/ + + &gfdl_cloud_microphysics_nml + sedi_transport = .false. + do_sedi_heat = .false. + rad_snow = .true. + rad_graupel = .true. + rad_rain = .true. + const_vi = .F. + const_vs = .F. + const_vg = .F. + const_vr = .F. + vi_max = 1. + vs_max = 2. + vg_max = 12. + vr_max = 12. + qi_lim = 1. + prog_ccn = .false. + do_qa = .true. + fast_sat_adj = .true. + tau_l2v = 180. + tau_v2l = 90. + tau_g2v = 900. + rthresh = 10.e-6 ! This is a key parameter for cloud water + dw_land = 0.16 + dw_ocean = 0.10 + ql_gen = 1.0e-3 + ql_mlt = 1.0e-3 + qi0_crt = 8.0E-5 + qs0_crt = 1.0e-3 + tau_i2s = 1000. + c_psaci = 0.05 + c_pgacs = 0.01 + rh_inc = 0.30 + rh_inr = 0.30 + rh_ins = 0.30 + ccn_l = 300. + ccn_o = 100. + c_paut = 0.5 + c_cracw = 0.8 + use_ppm = .false. + use_ccn = .true. + mono_prof = .true. + z_slope_liq = .true. + z_slope_ice = .true. + de_ice = .false. + fix_negative = .true. + icloud_f = 1 + mp_time = 90. +/ + +&nam_stochy +/ + +&nam_sfcperts +/ + +&cires_ugwp_nml + knob_ugwp_solver = 2 + knob_ugwp_source = 1,1,0,0 + knob_ugwp_wvspec = 1,25,25,25 + knob_ugwp_azdir = 2,4,4,4 + knob_ugwp_stoch = 0,0,0,0 + knob_ugwp_effac = 1,1,1,1 + knob_ugwp_doaxyz = 1 + knob_ugwp_doheat = 1 + knob_ugwp_dokdis = 1 + knob_ugwp_ndx4lh = 1 + knob_ugwp_version = 0 + launch_level = 25 +/ diff --git a/tests/fv3_conf/ccpp_regional_FA_run.IN b/tests/fv3_conf/ccpp_regional_FA_run.IN new file mode 100644 index 0000000000..453db0a257 --- /dev/null +++ b/tests/fv3_conf/ccpp_regional_FA_run.IN @@ -0,0 +1,31 @@ +rsync -arv @[RTPWD]/FV3_regional_input_data/. . +rsync -arv @[RTPWD]/@[INPUT_DIR]/model_configure . + +rm -rf INPUT RESTART +mkdir INPUT RESTART + +rsync -arv @[RTPWD]/@[INPUT_DIR]/INPUT/. INPUT/. + +if [ $WARM_START = .T. ]; then + cp ../fv3_ccpp_regional_control${RT_SUFFIX}/RESTART/20181015.120000.coupler.res INPUT/coupler.res + cp ../fv3_ccpp_regional_control${RT_SUFFIX}/RESTART/20181015.120000.fv_core.res.nc INPUT/fv_core.res.nc + cp ../fv3_ccpp_regional_control${RT_SUFFIX}/RESTART/20181015.120000.fv_core.res.tile1.nc INPUT/fv_core.res.tile1.nc + cp ../fv3_ccpp_regional_control${RT_SUFFIX}/RESTART/20181015.120000.fv_srf_wnd.res.tile1.nc INPUT/fv_srf_wnd.res.tile1.nc + cp ../fv3_ccpp_regional_control${RT_SUFFIX}/RESTART/20181015.120000.fv_tracer.res.tile1.nc INPUT/fv_tracer.res.tile1.nc + cp ../fv3_ccpp_regional_control${RT_SUFFIX}/RESTART/20181015.120000.phy_data.nc INPUT/phy_data.nc + cp ../fv3_ccpp_regional_control${RT_SUFFIX}/RESTART/20181015.120000.sfc_data.nc INPUT/sfc_data.nc +fi +cp @[RTPWD]/FV3_input_data/DETAMPNEW_DATA* . +cp @[RTPWD]/FV3_input_data/*grb . +cp @[RTPWD]/FV3_input_data/*_table . +cp /home/Man.Zhang/diag_table_FA diag_table +cp /home/Man.Zhang/field_table_FA3 field_table +cp @[RTPWD]/FV3_input_data/*configure . + +cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml + +# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh +echo " " >> module-setup.sh +echo "# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH" +echo "export LD_LIBRARY_PATH=${PATHRT}/../FV3/${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh +echo " " >> module-setup.sh diff --git a/tests/rt_ccpp_HAFS.conf b/tests/rt_ccpp_HAFS.conf new file mode 100644 index 0000000000..5fd9739c3c --- /dev/null +++ b/tests/rt_ccpp_HAFS.conf @@ -0,0 +1,11 @@ +# Compile with CCPP - dynamic mode +COMPILE | CCPP=Y REPRO=Y | standard | hera.intel | | +# Run tests, input data currently only available on Theia +#RUN | fv3_ccpp_ferhires | standard | | | +RUN | fv3_ccpp_regional_c768_FA_update_moist | standard | | | +#RUN | fv3_ccpp_regional_c768 | standard | | | +#RUN | fv3_ccpp_gfdlmp | standard | | | +#RUN | fv3_ccpp_control | standard | | | +#RUN | fv3_ccpp_csawmg | standard | | | +#RUN | fv3_ccpp_satmedmf | standard | | | +#RUN | fv3_ccpp_cpt | standard | | | diff --git a/tests/tests/fv3_ccpp_regional_c768_FA_update_moist b/tests/tests/fv3_ccpp_regional_c768_FA_update_moist new file mode 100644 index 0000000000..7493c3cf44 --- /dev/null +++ b/tests/tests/fv3_ccpp_regional_c768_FA_update_moist @@ -0,0 +1,25 @@ +############################################################################### +# +# FV3 CCPP regional c768 test +# +############################################################################### + +export TEST_DESCR="Compare FV3 CCPP regional c768 results with previous trunk version" + +export CNTL_DIR=fv3_regional_c768 + +export LIST_FILES=" atmos_4xdaily.nc \ + fv3_history2d.nc \ + fv3_history.nc " + +export_fv3 + +export TASKS=480 +export WLCLK=30 + +export RUN_SCRIPT=rt_fv3.sh +export FV3_RUN=ccpp_regional_FA_run.IN + +export CCPP_SUITE=FV3_HAFS_ferhires_update_moist +export CCPP_LIB_DIR=ccpp/lib +export INPUT_NML=ccpp_regional_c768_FA.nml.IN From c19f2ce0da90b5038b8c6f2a8ce17eb2c92b3054 Mon Sep 17 00:00:00 2001 From: "Man.Zhang" Date: Thu, 14 Nov 2019 13:31:59 -0700 Subject: [PATCH 06/89] 1. change nwat to 4 for qv,qc,qi,qr water loading for FA scheme 2. add lradar in NML for dbz OUTPUT 3. change shal_cnv to .false. for explicit simulation in regional C768 configuration. --- parm/ccpp_regional_c768_FA.nml.IN | 5 +++-- tests/fv3_conf/ccpp_regional_FA_run.IN | 4 ++-- tests/rt_ccpp_HAFS.conf | 7 +++++-- tests/tests/fv3_ccpp_regional_c768_FA_update_moist | 2 ++ 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/parm/ccpp_regional_c768_FA.nml.IN b/parm/ccpp_regional_c768_FA.nml.IN index a74eb9adb1..c6f5435227 100644 --- a/parm/ccpp_regional_c768_FA.nml.IN +++ b/parm/ccpp_regional_c768_FA.nml.IN @@ -65,7 +65,7 @@ p_fac = 0.1 k_split = 4 n_split = 5 - nwat = 5 + nwat = 4 na_init = @[NA_INIT] d_ext = 0.0 dnats = 1 @@ -131,6 +131,7 @@ imp_physics = 15 spec_adv = .true. RHGRD = 0.98 + lradar = @[LRADAR] pdfcld = .false. fhswr = 3600. fhlwr = 3600. @@ -144,7 +145,7 @@ lwhtr = .true. swhtr = .true. cnvgwd = .true. - shal_cnv = .true. + shal_cnv = .false. cal_pre = .false. redrag = .true. dspheat = .true. diff --git a/tests/fv3_conf/ccpp_regional_FA_run.IN b/tests/fv3_conf/ccpp_regional_FA_run.IN index 453db0a257..cb1d03cdab 100644 --- a/tests/fv3_conf/ccpp_regional_FA_run.IN +++ b/tests/fv3_conf/ccpp_regional_FA_run.IN @@ -19,8 +19,8 @@ cp @[RTPWD]/FV3_input_data/DETAMPNEW_DATA* . cp @[RTPWD]/FV3_input_data/*grb . cp @[RTPWD]/FV3_input_data/*_table . cp /home/Man.Zhang/diag_table_FA diag_table -cp /home/Man.Zhang/field_table_FA3 field_table -cp @[RTPWD]/FV3_input_data/*configure . +cp /home/Man.Zhang/field_table_FA_nwat4 field_table +#cp @[RTPWD]/FV3_input_data/*configure . cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml diff --git a/tests/rt_ccpp_HAFS.conf b/tests/rt_ccpp_HAFS.conf index 5fd9739c3c..1f688f66fd 100644 --- a/tests/rt_ccpp_HAFS.conf +++ b/tests/rt_ccpp_HAFS.conf @@ -1,11 +1,14 @@ # Compile with CCPP - dynamic mode COMPILE | CCPP=Y REPRO=Y | standard | hera.intel | | # Run tests, input data currently only available on Theia -#RUN | fv3_ccpp_ferhires | standard | | | RUN | fv3_ccpp_regional_c768_FA_update_moist | standard | | | #RUN | fv3_ccpp_regional_c768 | standard | | | #RUN | fv3_ccpp_gfdlmp | standard | | | #RUN | fv3_ccpp_control | standard | | | #RUN | fv3_ccpp_csawmg | standard | | | -#RUN | fv3_ccpp_satmedmf | standard | | | +#RUN | fv3_ccpp_gfs_v15 | standard | | | #RUN | fv3_ccpp_cpt | standard | | | +# +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires_update_moist 32BIT=Y | standard | hera.intel | | +#RUN | fv3_ccpp_regional_c768_FA_update_moist | standard | | | + diff --git a/tests/tests/fv3_ccpp_regional_c768_FA_update_moist b/tests/tests/fv3_ccpp_regional_c768_FA_update_moist index 7493c3cf44..3761cfbfc3 100644 --- a/tests/tests/fv3_ccpp_regional_c768_FA_update_moist +++ b/tests/tests/fv3_ccpp_regional_c768_FA_update_moist @@ -23,3 +23,5 @@ export FV3_RUN=ccpp_regional_FA_run.IN export CCPP_SUITE=FV3_HAFS_ferhires_update_moist export CCPP_LIB_DIR=ccpp/lib export INPUT_NML=ccpp_regional_c768_FA.nml.IN +export LRADAR=.T. +export WRITE_DOPOST=.true. From 2a46d107f4f7e051733a1ad376755c878d8d7dfd Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 18 Nov 2019 15:09:37 -0700 Subject: [PATCH 07/89] parm/{ccpp_control.nml.IN,gfdlmp.nml.IN,input.nml.IN}: make imfdeepcnv, imfshalcnv and isatmedmf configurable by regression test scripts, set default value for isatmedmf in tests/default_vars.sh --- parm/ccpp_control.nml.IN | 2 +- parm/gfdlmp.nml.IN | 4 ++-- parm/input.nml.IN | 2 +- tests/default_vars.sh | 1 + 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/parm/ccpp_control.nml.IN b/parm/ccpp_control.nml.IN index 87b887c300..c25b4038db 100644 --- a/parm/ccpp_control.nml.IN +++ b/parm/ccpp_control.nml.IN @@ -159,7 +159,7 @@ cnvcld = .true. imfshalcnv = 2 imfdeepcnv = 2 - isatmedmf = 0 + isatmedmf = @[ISATMEDMF] cdmbgwd = 3.5,0.25 prslrd0 = 0. ivegsrc = 1 diff --git a/parm/gfdlmp.nml.IN b/parm/gfdlmp.nml.IN index d1a1d1a99e..70e7ec8b1a 100644 --- a/parm/gfdlmp.nml.IN +++ b/parm/gfdlmp.nml.IN @@ -149,8 +149,8 @@ random_clds = .false. trans_trac = .false. cnvcld = .true. - imfshalcnv = 2 - imfdeepcnv = 2 + imfshalcnv = @[IMFSHALCNV] + imfdeepcnv = @[IMFDEEPCNV] cdmbgwd = 3.5,0.25 prslrd0 = 0. ivegsrc = 1 diff --git a/parm/input.nml.IN b/parm/input.nml.IN index c4d53f76ca..e3a4fd75ab 100644 --- a/parm/input.nml.IN +++ b/parm/input.nml.IN @@ -158,7 +158,7 @@ cnvcld = .true. imfshalcnv = 2 imfdeepcnv = 2 - isatmedmf = 0 + isatmedmf = @[ISATMEDMF] cdmbgwd = 3.5,0.25 prslrd0 = 0. ivegsrc = 1 diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 110993b338..a8dc0f2f36 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -135,6 +135,7 @@ export GWD_OPT=1 # PBL export SATMEDMF=.F. +export ISATMEDMF=0 export HYBEDMF=.T. export SHINHONG=.F. export DO_YSU=.F. From 2a39743d7ba2125d0dc1ea4d70dfd01b769a26ba Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 18 Nov 2019 15:18:27 -0700 Subject: [PATCH 08/89] Add new regression tests for sas and satmedmfvdifq --- tests/rt_ccpp_dtc.conf | 28 ++++++++------ tests/tests/fv3_ccpp_sas | 71 ++++++++++++++++++++++++++++++++++ tests/tests/fv3_ccpp_satmedmfq | 70 +++++++++++++++++++++++++++++++++ tests/tests/fv3_sas | 69 +++++++++++++++++++++++++++++++++ tests/tests/fv3_satmedmfq | 67 ++++++++++++++++++++++++++++++++ 5 files changed, 294 insertions(+), 11 deletions(-) create mode 100644 tests/tests/fv3_ccpp_sas create mode 100644 tests/tests/fv3_ccpp_satmedmfq create mode 100644 tests/tests/fv3_sas create mode 100644 tests/tests/fv3_satmedmfq diff --git a/tests/rt_ccpp_dtc.conf b/tests/rt_ccpp_dtc.conf index bca68f3b22..81e50052b9 100644 --- a/tests/rt_ccpp_dtc.conf +++ b/tests/rt_ccpp_dtc.conf @@ -19,6 +19,7 @@ RUN | fv3_gfdlmprad_gwd RUN | fv3_gfdlmprad_noahmp | standard | | fv3 | RUN | fv3_stochy | standard | | fv3 | RUN | fv3_satmedmf | standard | | fv3 | +RUN | fv3_satmedmfq | standard | | fv3 | RUN | fv3_lheatstrg | standard | | fv3 | RUN | fv3_h2ophys | standard | | fv3 | # Note: any suite that uses csawmg crashes with GNU and PGI (--> there must be something wrong with it) @@ -44,6 +45,7 @@ COMPILE | REPRO=Y 32BIT=Y # Run standard tests, 32-bit dynamics RUN | fv3_control_32bit | standard | | fv3 | RUN | fv3_gfdlmp_32bit | standard | | fv3 | +RUN | fv3_sas | standard | | fv3 | RUN | fv3_stretched | standard | | fv3 | RUN | fv3_stretched_nest | standard | gaea.intel | fv3 | RUN | fv3_stretched_nest | standard | hera.intel | fv3 | @@ -75,12 +77,12 @@ RUN | fv3_cpt # CCPP static: CCPP, static option, repro mode # ############################################################################################################################################################## # control-based tests -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf | standard | gaea.intel | | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf | standard | hera.intel | | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf | standard | cheyenne.intel | | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf | standard | cheyenne.gnu | | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf | standard | stampede.intel | | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf | standard | jet.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf,FV3_GFS_2017_satmedmfq | standard | gaea.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf,FV3_GFS_2017_satmedmfq | standard | hera.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf,FV3_GFS_2017_satmedmfq | standard | cheyenne.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf,FV3_GFS_2017_satmedmfq | standard | cheyenne.gnu | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf,FV3_GFS_2017_satmedmfq | standard | stampede.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf,FV3_GFS_2017_satmedmfq | standard | jet.intel | | # Run tests with static CCPP add-on RUN | fv3_ccpp_control | standard | | | RUN | fv3_ccpp_decomp | standard | | | @@ -88,6 +90,7 @@ RUN | fv3_ccpp_2threads RUN | fv3_ccpp_stochy | standard | | | RUN | fv3_ccpp_lheatstrg | standard | | | RUN | fv3_ccpp_satmedmf | standard | | | +RUN | fv3_ccpp_satmedmfq | standard | | | # gfdlmp-based tests COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | gaea.intel | | COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | hera.intel | | @@ -111,14 +114,15 @@ RUN | fv3_ccpp_gfdlmprad_noahmp #RUN | fv3_ccpp_csawmgshoc | standard | cheyenne.intel | | #RUN | fv3_ccpp_csawmgshoc | standard | jet.intel | | # control- and gfdlmp-based tests, 32-bit dynamics -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp 32BIT=Y | standard | gaea.intel | | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp 32BIT=Y | standard | hera.intel | | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp 32BIT=Y | standard | cheyenne.intel | | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp 32BIT=Y | standard | cheyenne.gnu | | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp 32BIT=Y | standard | jet.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp,FV3_GFS_2017_sas 32BIT=Y | standard | gaea.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp,FV3_GFS_2017_sas 32BIT=Y | standard | hera.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp,FV3_GFS_2017_sas 32BIT=Y | standard | cheyenne.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp,FV3_GFS_2017_sas 32BIT=Y | standard | cheyenne.gnu | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp,FV3_GFS_2017_sas 32BIT=Y | standard | jet.intel | | # Run tests with static CCPP add-on, 32-bit dynamics RUN | fv3_ccpp_control_32bit | standard | | | RUN | fv3_ccpp_gfdlmp_32bit | standard | | | +RUN | fv3_ccpp_sas | standard | | | # stretched- and stretched-nest based tests, 32-bit dynamics COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_stretched 32BIT=Y | standard | gaea.intel | | COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_stretched 32BIT=Y | standard | hera.intel | | @@ -191,6 +195,7 @@ RUN | fv3_ccpp_gfdlmprad_gwd RUN | fv3_ccpp_gfdlmprad_noahmp | standard | | | RUN | fv3_ccpp_stochy | standard | | | RUN | fv3_ccpp_satmedmf | standard | | | +RUN | fv3_ccpp_satmedmfq | standard | | | RUN | fv3_ccpp_lheatstrg | standard | | | RUN | fv3_ccpp_h2ophys | standard | | | ## Note: any suite that uses csawmg crashes with GNU and PGI (--> there must be something wrong with it) @@ -207,6 +212,7 @@ COMPILE | CCPP=Y REPRO=Y 32BIT=Y # Run tests with CCPP add-on, 32-bit dynamics RUN | fv3_ccpp_control_32bit | standard | | | RUN | fv3_ccpp_gfdlmp_32bit | standard | | | +RUN | fv3_ccpp_sas | standard | | | RUN | fv3_ccpp_stretched | standard | | | RUN | fv3_ccpp_stretched_nest | standard | gaea.intel | | RUN | fv3_ccpp_stretched_nest | standard | hera.intel | | diff --git a/tests/tests/fv3_ccpp_sas b/tests/tests/fv3_ccpp_sas new file mode 100644 index 0000000000..039074bc45 --- /dev/null +++ b/tests/tests/fv3_ccpp_sas @@ -0,0 +1,71 @@ +############################################################################### +# +# FV3 CCPP SAS test +# +############################################################################### + +export TEST_DESCR="Compare FV3 CCPP SAS results with previous trunk version" + +export CNTL_DIR=fv3_sas + +export LIST_FILES="atmos_4xdaily.tile1.nc \ + atmos_4xdaily.tile2.nc \ + atmos_4xdaily.tile3.nc \ + atmos_4xdaily.tile4.nc \ + atmos_4xdaily.tile5.nc \ + atmos_4xdaily.tile6.nc \ + phyf000.nemsio \ + phyf024.nemsio \ + dynf000.nemsio \ + dynf024.nemsio \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_core.res.tile2.nc \ + RESTART/fv_core.res.tile3.nc \ + RESTART/fv_core.res.tile4.nc \ + RESTART/fv_core.res.tile5.nc \ + RESTART/fv_core.res.tile6.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile2.nc \ + RESTART/fv_srf_wnd.res.tile3.nc \ + RESTART/fv_srf_wnd.res.tile4.nc \ + RESTART/fv_srf_wnd.res.tile5.nc \ + RESTART/fv_srf_wnd.res.tile6.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/fv_tracer.res.tile2.nc \ + RESTART/fv_tracer.res.tile3.nc \ + RESTART/fv_tracer.res.tile4.nc \ + RESTART/fv_tracer.res.tile5.nc \ + RESTART/fv_tracer.res.tile6.nc \ + RESTART/sfc_data.tile1.nc \ + RESTART/sfc_data.tile2.nc \ + RESTART/sfc_data.tile3.nc \ + RESTART/sfc_data.tile4.nc \ + RESTART/sfc_data.tile5.nc \ + RESTART/sfc_data.tile6.nc \ + RESTART/phy_data.tile1.nc \ + RESTART/phy_data.tile2.nc \ + RESTART/phy_data.tile3.nc \ + RESTART/phy_data.tile4.nc \ + RESTART/phy_data.tile5.nc \ + RESTART/phy_data.tile6.nc" + + +export_fv3 +export NODES=$(expr $TASKS / $TPN + 1) + +DT_ATMOS="1200" +export IMFSHALCNV=1 +export IMFDEEPCNV=1 +export OUTPUT_GRID="'gaussian_grid'" +export OUTPUT_FILE="'nemsio'" +export WRITE_NEMSIOFLIP=.true. +export WRITE_FSYNCFLAG=.true. + +export FV3_RUN=ccpp_gfdlmp_run.IN +export CCPP_SUITE=FV3_GFS_2017_sas +export CCPP_LIB_DIR=ccpp/lib +export INPUT_NML=ccpp_gfdlmp.nml.IN + +RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_satmedmfq b/tests/tests/fv3_ccpp_satmedmfq new file mode 100644 index 0000000000..f49f57627b --- /dev/null +++ b/tests/tests/fv3_ccpp_satmedmfq @@ -0,0 +1,70 @@ +############################################################################### +# +# FV3 CCPP satmedmfq test +# +############################################################################### + +export TEST_DESCR="Compare FV3 CCPP control with satmedmfq on Gaussian grid nemsio output results with previous trunk version" + +export CNTL_DIR=fv3_satmedmfq + +export LIST_FILES="atmos_4xdaily.tile1.nc \ + atmos_4xdaily.tile2.nc \ + atmos_4xdaily.tile3.nc \ + atmos_4xdaily.tile4.nc \ + atmos_4xdaily.tile5.nc \ + atmos_4xdaily.tile6.nc \ + phyf000.nemsio \ + phyf024.nemsio \ + dynf000.nemsio \ + dynf024.nemsio \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_core.res.tile2.nc \ + RESTART/fv_core.res.tile3.nc \ + RESTART/fv_core.res.tile4.nc \ + RESTART/fv_core.res.tile5.nc \ + RESTART/fv_core.res.tile6.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile2.nc \ + RESTART/fv_srf_wnd.res.tile3.nc \ + RESTART/fv_srf_wnd.res.tile4.nc \ + RESTART/fv_srf_wnd.res.tile5.nc \ + RESTART/fv_srf_wnd.res.tile6.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/fv_tracer.res.tile2.nc \ + RESTART/fv_tracer.res.tile3.nc \ + RESTART/fv_tracer.res.tile4.nc \ + RESTART/fv_tracer.res.tile5.nc \ + RESTART/fv_tracer.res.tile6.nc \ + RESTART/phy_data.tile1.nc \ + RESTART/phy_data.tile2.nc \ + RESTART/phy_data.tile3.nc \ + RESTART/phy_data.tile4.nc \ + RESTART/phy_data.tile5.nc \ + RESTART/phy_data.tile6.nc \ + RESTART/sfc_data.tile1.nc \ + RESTART/sfc_data.tile2.nc \ + RESTART/sfc_data.tile3.nc \ + RESTART/sfc_data.tile4.nc \ + RESTART/sfc_data.tile5.nc \ + RESTART/sfc_data.tile6.nc" + + +export_fv3 +export NODES=$(expr $TASKS / $TPN + 1) + +export SATMEDMF=.T. +export ISATMEDMF=1 +export HYBEDMF=.F. +export OUTPUT_GRID="'gaussian_grid'" +export OUTPUT_FILE="'nemsio'" +export WRITE_NEMSIOFLIP=.true. +export WRITE_FSYNCFLAG=.true. +export FV3_RUN=ccpp_satmedmf_run.IN +export CCPP_SUITE=FV3_GFS_2017_satmedmfq +export CCPP_LIB_DIR=ccpp/lib +export INPUT_NML=ccpp_control.nml.IN + +RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_sas b/tests/tests/fv3_sas new file mode 100644 index 0000000000..02615f3f40 --- /dev/null +++ b/tests/tests/fv3_sas @@ -0,0 +1,69 @@ +############################################################################### +# +# FV3 SAS test +# +############################################################################### + +export TEST_DESCR="Compare FV3 SAS results with previous trunk version" + +export CNTL_DIR=fv3_sas + +export LIST_FILES="atmos_4xdaily.tile1.nc \ + atmos_4xdaily.tile2.nc \ + atmos_4xdaily.tile3.nc \ + atmos_4xdaily.tile4.nc \ + atmos_4xdaily.tile5.nc \ + atmos_4xdaily.tile6.nc \ + phyf000.nemsio \ + phyf024.nemsio \ + dynf000.nemsio \ + dynf024.nemsio \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_core.res.tile2.nc \ + RESTART/fv_core.res.tile3.nc \ + RESTART/fv_core.res.tile4.nc \ + RESTART/fv_core.res.tile5.nc \ + RESTART/fv_core.res.tile6.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile2.nc \ + RESTART/fv_srf_wnd.res.tile3.nc \ + RESTART/fv_srf_wnd.res.tile4.nc \ + RESTART/fv_srf_wnd.res.tile5.nc \ + RESTART/fv_srf_wnd.res.tile6.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/fv_tracer.res.tile2.nc \ + RESTART/fv_tracer.res.tile3.nc \ + RESTART/fv_tracer.res.tile4.nc \ + RESTART/fv_tracer.res.tile5.nc \ + RESTART/fv_tracer.res.tile6.nc \ + RESTART/sfc_data.tile1.nc \ + RESTART/sfc_data.tile2.nc \ + RESTART/sfc_data.tile3.nc \ + RESTART/sfc_data.tile4.nc \ + RESTART/sfc_data.tile5.nc \ + RESTART/sfc_data.tile6.nc \ + RESTART/phy_data.tile1.nc \ + RESTART/phy_data.tile2.nc \ + RESTART/phy_data.tile3.nc \ + RESTART/phy_data.tile4.nc \ + RESTART/phy_data.tile5.nc \ + RESTART/phy_data.tile6.nc" + + +export_fv3 +export NODES=$(expr $TASKS / $TPN + 1) + +DT_ATMOS="1200" +export IMFSHALCNV=1 +export IMFDEEPCNV=1 +export OUTPUT_GRID="'gaussian_grid'" +export OUTPUT_FILE="'nemsio'" +export WRITE_NEMSIOFLIP=.true. +export WRITE_FSYNCFLAG=.true. + +export INPUT_NML=gfdlmp.nml.IN +export FV3_RUN=gfdlmp_run.IN + +RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_satmedmfq b/tests/tests/fv3_satmedmfq new file mode 100644 index 0000000000..dc636e0c77 --- /dev/null +++ b/tests/tests/fv3_satmedmfq @@ -0,0 +1,67 @@ +############################################################################### +# +# FV3 satmedmfq test +# +############################################################################### + +export TEST_DESCR="Compare FV3 control with satmedmfq on Gaussian grid nemsio output results with previous trunk version" + +export CNTL_DIR=fv3_satmedmfq + +export LIST_FILES="atmos_4xdaily.tile1.nc \ + atmos_4xdaily.tile2.nc \ + atmos_4xdaily.tile3.nc \ + atmos_4xdaily.tile4.nc \ + atmos_4xdaily.tile5.nc \ + atmos_4xdaily.tile6.nc \ + phyf000.nemsio \ + phyf024.nemsio \ + dynf000.nemsio \ + dynf024.nemsio \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_core.res.tile2.nc \ + RESTART/fv_core.res.tile3.nc \ + RESTART/fv_core.res.tile4.nc \ + RESTART/fv_core.res.tile5.nc \ + RESTART/fv_core.res.tile6.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile2.nc \ + RESTART/fv_srf_wnd.res.tile3.nc \ + RESTART/fv_srf_wnd.res.tile4.nc \ + RESTART/fv_srf_wnd.res.tile5.nc \ + RESTART/fv_srf_wnd.res.tile6.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/fv_tracer.res.tile2.nc \ + RESTART/fv_tracer.res.tile3.nc \ + RESTART/fv_tracer.res.tile4.nc \ + RESTART/fv_tracer.res.tile5.nc \ + RESTART/fv_tracer.res.tile6.nc \ + RESTART/phy_data.tile1.nc \ + RESTART/phy_data.tile2.nc \ + RESTART/phy_data.tile3.nc \ + RESTART/phy_data.tile4.nc \ + RESTART/phy_data.tile5.nc \ + RESTART/phy_data.tile6.nc \ + RESTART/sfc_data.tile1.nc \ + RESTART/sfc_data.tile2.nc \ + RESTART/sfc_data.tile3.nc \ + RESTART/sfc_data.tile4.nc \ + RESTART/sfc_data.tile5.nc \ + RESTART/sfc_data.tile6.nc" + + +export_fv3 +export NODES=$(expr $TASKS / $TPN + 1) + +export SATMEDMF=.T. +export ISATMEDMF=1 +export HYBEDMF=.F. +export OUTPUT_GRID="'gaussian_grid'" +export OUTPUT_FILE="'nemsio'" +export WRITE_NEMSIOFLIP=.true. +export WRITE_FSYNCFLAG=.true. +export FV3_RUN=satmedmf_run.IN + +RUN_SCRIPT=rt_fv3.sh From 5d9b1202903d83a4fe93e123d6c8ec96ae51b20c Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 18 Nov 2019 15:20:26 -0700 Subject: [PATCH 09/89] Update submodule pointer for FV3 --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 8bd0c2e6fc..567fd3f7dc 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 8bd0c2e6fcbd9111a7768a1c998dc2d3ee8b242b +Subproject commit 567fd3f7dc5652c1e8758c6eaa9e7a24f7374331 From 866a2c7e06d2584a19e40455819c09722204f9ab Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 19 Nov 2019 14:49:01 -0700 Subject: [PATCH 10/89] conf/configure.fv3.macosx.gnu: adjust REPRO flags for b4b identical results on macOS with 32-bit dynamics --- conf/configure.fv3.macosx.gnu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/configure.fv3.macosx.gnu b/conf/configure.fv3.macosx.gnu index dd504228f9..98bd707e55 100644 --- a/conf/configure.fv3.macosx.gnu +++ b/conf/configure.fv3.macosx.gnu @@ -122,7 +122,7 @@ CPPDEFS += -DMULTI_GASES endif FFLAGS_OPT = -O2 -g -fno-range-check -FFLAGS_REPRO = -O2 -g -fbacktrace -fno-range-check +FFLAGS_REPRO = -O0 -g -fbacktrace -fno-range-check FFLAGS_DEBUG = -g -O0 -ggdb -fno-unsafe-math-optimizations -frounding-math -fsignaling-nans -Wuninitialized -ffpe-trap=invalid,zero,overflow -fbounds-check -fbacktrace -fno-range-check TRANSCENDENTALS := From 46cf4644f423d228338693eb33ef37a78d2ad419 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 19 Nov 2019 14:50:25 -0700 Subject: [PATCH 11/89] tests/compile.sh: workaround to avoid warnings about non-existent include directories for GNU --- tests/compile.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/compile.sh b/tests/compile.sh index f97c101521..43d3fb6734 100755 --- a/tests/compile.sh +++ b/tests/compile.sh @@ -60,6 +60,12 @@ cd "$PATHTR/../NEMS" COMPONENTS="FMS,FV3" if [[ "${MAKE_OPT}" == *"CCPP=Y"* ]]; then COMPONENTS="CCPP,$COMPONENTS" + # FIXME - create CCPP include directory before building FMS to avoid + # gfortran warnings of non-existent include directory (adding + # -Wno-missing-include-dirs) to the GNU compiler flags does not work, + # see also https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55534); + # this line can be removed once FMS becomes a pre-installed library + mkdir -p $PATHTR/ccpp/include fi if [[ "${MAKE_OPT}" == *"WW3=Y"* ]]; then From 466a73b51018a709ca9bea6b3c9a435d475635ab Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 19 Nov 2019 14:51:30 -0700 Subject: [PATCH 12/89] Update submodule pointer for FV3 --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 567fd3f7dc..a333ffcd48 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 567fd3f7dc5652c1e8758c6eaa9e7a24f7374331 +Subproject commit a333ffcd48533cfe97ae2b64b23d7e69d633700e From 68f030aec9f7851b766a44571b8f0f4d57913945 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 19 Nov 2019 14:51:45 -0700 Subject: [PATCH 13/89] Update submodule pointer for stochastic_physics --- stochastic_physics | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stochastic_physics b/stochastic_physics index 25c3321ec7..cd453c827a 160000 --- a/stochastic_physics +++ b/stochastic_physics @@ -1 +1 @@ -Subproject commit 25c3321ec77fe0de50b60399a4eff71363fabd90 +Subproject commit cd453c827a7d408f02dda35d5e4e44f9cbbe7c09 From 64799c3bdd90232689d41feb9aff968e28da6e52 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 20 Nov 2019 07:42:55 -0700 Subject: [PATCH 14/89] Bugfix for NEMSCompset tests: add new default variables to compsets/fv3.input --- compsets/fv3.input | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compsets/fv3.input b/compsets/fv3.input index f190c90eac..e9c224b2a0 100644 --- a/compsets/fv3.input +++ b/compsets/fv3.input @@ -201,7 +201,10 @@ fv3_defaults = { MAKE_NH='.T.' MOUNTAIN='.F.' SATMEDMF='.F.' + ISATMEDMF='0' HYBEDMF='.T.' + IMFSHALCNV='2' + IMFDEEPCNV='2' LHEATSTRG='.F.' LGFDLMPRAD='.F.' EFFR_IN='.F.' From e00902d5996957196a3685cd96d537ac2b58f418 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 20 Nov 2019 09:42:16 -0700 Subject: [PATCH 15/89] Update submodule pointer for FV --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index a333ffcd48..8c7f2313aa 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit a333ffcd48533cfe97ae2b64b23d7e69d633700e +Subproject commit 8c7f2313aafeee8ca9e48a32d05d604d3579d9f4 From 8d276bab0d5e03cfa257b96d59d6e7c3261ceefe Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 20 Nov 2019 11:51:23 -0700 Subject: [PATCH 16/89] Update submodule pointers for FV3 and stochastic_physics --- FV3 | 2 +- stochastic_physics | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FV3 b/FV3 index 8c7f2313aa..332fb61795 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 8c7f2313aafeee8ca9e48a32d05d604d3579d9f4 +Subproject commit 332fb617957d0f904ec5ce5d05b66bfa94858a9c diff --git a/stochastic_physics b/stochastic_physics index cd453c827a..231e5b7283 160000 --- a/stochastic_physics +++ b/stochastic_physics @@ -1 +1 @@ -Subproject commit cd453c827a7d408f02dda35d5e4e44f9cbbe7c09 +Subproject commit 231e5b7283580662d3ae5fcaef93bb3f43cf42cf From 4a6439557c54ca979fdba795fe3098a79f27492a Mon Sep 17 00:00:00 2001 From: "Man.Zhang" Date: Thu, 21 Nov 2019 19:13:07 -0700 Subject: [PATCH 17/89] minor fix --- tests/fv3_conf/ccpp_regional_FA_run.IN | 5 ++--- tests/tests/fv3_ccpp_regional_c768_FA_update_moist | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/tests/fv3_conf/ccpp_regional_FA_run.IN b/tests/fv3_conf/ccpp_regional_FA_run.IN index cb1d03cdab..b21d6fa5ab 100644 --- a/tests/fv3_conf/ccpp_regional_FA_run.IN +++ b/tests/fv3_conf/ccpp_regional_FA_run.IN @@ -18,9 +18,8 @@ fi cp @[RTPWD]/FV3_input_data/DETAMPNEW_DATA* . cp @[RTPWD]/FV3_input_data/*grb . cp @[RTPWD]/FV3_input_data/*_table . -cp /home/Man.Zhang/diag_table_FA diag_table -cp /home/Man.Zhang/field_table_FA_nwat4 field_table -#cp @[RTPWD]/FV3_input_data/*configure . +cp /scratch1/BMC/gmtb/HAFS_physics/diag_table_FA diag_table +cp /scratch1/BMC/gmtb/HAFS_physics/field_table_FA_nwat4 field_table cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml diff --git a/tests/tests/fv3_ccpp_regional_c768_FA_update_moist b/tests/tests/fv3_ccpp_regional_c768_FA_update_moist index 3761cfbfc3..55e31e207a 100644 --- a/tests/tests/fv3_ccpp_regional_c768_FA_update_moist +++ b/tests/tests/fv3_ccpp_regional_c768_FA_update_moist @@ -1,10 +1,10 @@ ############################################################################### # -# FV3 CCPP regional c768 test +# FV3 CCPP regional c768 test with Ferrier-Aligo MP scheme # ############################################################################### -export TEST_DESCR="Compare FV3 CCPP regional c768 results with previous trunk version" +export TEST_DESCR="Compare FV3 CCPP regional c768 with Ferrier-Aligo MP scheme results with previous trunk version" export CNTL_DIR=fv3_regional_c768 From be2363fa61452e66d2b42a3fd9c898155eea01c5 Mon Sep 17 00:00:00 2001 From: "Man.Zhang" Date: Fri, 22 Nov 2019 13:51:13 -0700 Subject: [PATCH 18/89] delete rt_ccpp_HAFS.conf --- tests/rt_ccpp_HAFS.conf | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 tests/rt_ccpp_HAFS.conf diff --git a/tests/rt_ccpp_HAFS.conf b/tests/rt_ccpp_HAFS.conf deleted file mode 100644 index 1f688f66fd..0000000000 --- a/tests/rt_ccpp_HAFS.conf +++ /dev/null @@ -1,14 +0,0 @@ -# Compile with CCPP - dynamic mode -COMPILE | CCPP=Y REPRO=Y | standard | hera.intel | | -# Run tests, input data currently only available on Theia -RUN | fv3_ccpp_regional_c768_FA_update_moist | standard | | | -#RUN | fv3_ccpp_regional_c768 | standard | | | -#RUN | fv3_ccpp_gfdlmp | standard | | | -#RUN | fv3_ccpp_control | standard | | | -#RUN | fv3_ccpp_csawmg | standard | | | -#RUN | fv3_ccpp_gfs_v15 | standard | | | -#RUN | fv3_ccpp_cpt | standard | | | -# -#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_HAFS_ferhires_update_moist 32BIT=Y | standard | hera.intel | | -#RUN | fv3_ccpp_regional_c768_FA_update_moist | standard | | | - From c37646eb10cbc04d613022d347b31e0333ccd914 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Fri, 22 Nov 2019 15:23:52 -0700 Subject: [PATCH 19/89] Allow environment variable NEMS_MACHINE to overwrite (or set) MACHINE_ID --- tests/detect_machine.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/detect_machine.sh b/tests/detect_machine.sh index e3c8b63879..20acc01f9b 100755 --- a/tests/detect_machine.sh +++ b/tests/detect_machine.sh @@ -122,6 +122,9 @@ case $(hostname -f) in login4.stampede2.tacc.utexas.edu) MACHINE_ID=stampede ;; ### stampede4 esac +# Overwrite auto-detect with NEMS_MACHINE if set +MACHINE_ID=${NEMS_MACHINE:-${MACHINE_ID}} + # For Theia and Cheyenne, append compiler if [ $MACHINE_ID = theia ] || [ $MACHINE_ID = hera ] || [ $MACHINE_ID = cheyenne ] || [ $MACHINE_ID = jet ] || [ $MACHINE_ID = gaea ] || [ $MACHINE_ID = stampede ] ; then MACHINE_ID=${MACHINE_ID}.${COMPILER} From fa17957df6863500aceba4ba89e4ae060784f783 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Fri, 22 Nov 2019 16:36:36 -0700 Subject: [PATCH 20/89] Update submodule pointer for FV3 --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 332fb61795..b2404b5f2c 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 332fb617957d0f904ec5ce5d05b66bfa94858a9c +Subproject commit b2404b5f2c9718e4a5865db70fda33cbf96a77c6 From 361a497a4bd4e648b61b687ae159ddb61aadd44c Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 25 Nov 2019 08:20:11 -0700 Subject: [PATCH 21/89] Update submodule pointer for FV3 --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index b2404b5f2c..cb7e38913d 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit b2404b5f2c9718e4a5865db70fda33cbf96a77c6 +Subproject commit cb7e38913d595954ebf737cbd97f997216992c79 From 26fcd57774937c3c5f8d47d779a3ba5e3e45beac Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 26 Nov 2019 08:13:09 -0700 Subject: [PATCH 22/89] Point submodule WW3 back to NOAA-EMC --- .gitmodules | 4 ++-- WW3 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index c7e8159add..5db91e6066 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,8 +12,8 @@ branch = GFS-FMS [submodule "WW3"] path = WW3 - url = https://github.com/NCAR/gmtb-ww3 - branch = dtc/develop + 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 index 73263f7547..3063a4cd33 160000 --- a/WW3 +++ b/WW3 @@ -1 +1 @@ -Subproject commit 73263f7547d00d2a8959d27682a55f4f4943c7f6 +Subproject commit 3063a4cd337bab3de738c7ee16aa91952d1c180f From 6fc17ca178b20fe57111ef3b7ee2a22f3c0b31dc Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 26 Nov 2019 09:02:09 -0700 Subject: [PATCH 23/89] Merge NEMSfv3gfs gsd/develop into ufs-weather-model dtc/develop, squashed commit of the following: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit a9afb3607115ba35cc3c841bf48d410a048912c8 Merge: 6c9a70dc 2d13e99d Author: Dom Heinzeller Date: Thu Nov 21 15:44:02 2019 -0700 Merge pull request #279 from climbfuji/update_submodule_pointers_rdlai Initialize Leaf Area Index (LAI) from climatology and other submodule updates commit 2d13e99dc0c5a39ece155e6ac6eb2bd5ddcc1037 Author: Dom Heinzeller Date: Thu Nov 21 15:43:07 2019 -0700 Update submodule pointers for ccpp/physics and FV3 commit 1653ff116ddca30b690a7375006139eab55237de Author: Dom Heinzeller Date: Thu Nov 21 12:59:39 2019 -0700 Update submodule pointers for FV3 and ccpp/physics commit caed402a8f5a6a535e58284f63f678e692f341d9 Author: Dom Heinzeller Date: Wed Nov 20 16:24:56 2019 -0700 Update submodule pointer for stochastic physics to point to the head of the master branch commit 38c66d903797bdc7dbbc99589badece212a63412 Author: Dom Heinzeller Date: Wed Nov 20 16:13:30 2019 -0700 Update FMS to the head of the GFS-FMS branch commit 29fbfcad795536eb763499ea98e9596d03c9d483 Author: Dom Heinzeller Date: Wed Nov 20 16:13:08 2019 -0700 Update submodule WW3 to point back to the NOAA-EMC version, set correct hash commit 6c9a70dcdf5da8f1f678ad17523ef7533291062f Merge: 8b1bd280 fd8b7b48 Author: Dom Heinzeller Date: Tue Nov 19 20:54:26 2019 -0700 Merge pull request #278 from climbfuji/add_gsd_sar_regression_test gsd/develop: add GSD SAR regression test commit fd8b7b487a7b6a2cb3ad0a2e395aaf874b6efd8f Author: Dom Heinzeller Date: Tue Nov 19 20:53:00 2019 -0700 tests/tests/fv3_ccpp_gsd_sar: bugfix, correct name of control directory commit 86cc553107ace9e66429fbfee6e6e2a1dca88c73 Author: Dom Heinzeller Date: Mon Nov 18 14:39:06 2019 -0700 tests/tests/fv3_ccpp_gsd_sar: correct list of files to check commit 43dbf0504cf5f86b9ad416e2d6358043df3863fb Author: Dom Heinzeller Date: Mon Nov 18 09:22:07 2019 -0700 Add regression test for GSD SAR commit 8b1bd2805a2543bb1a434dcc0718ca89e27ba284 Merge: c73f665b 13329bf9 Author: Dom Heinzeller Date: Sat Nov 2 06:08:45 2019 +0900 Merge pull request #277 from climbfuji/gsd_develop_update_submodule_pointer_ccpp_physics_20191102g gsd/develop: update submodule pointer for ccpp-physics 2019/11/01 commit 13329bf9b7d8191a4e85789d52f4a6174bf61c50 Author: Dom Heinzeller Date: Sat Nov 2 06:06:24 2019 +0900 Update submodule pointer for ccpp/physics commit c73f665b5838a2db86ba5bf65157c89f4ed90cc5 Merge: fafa77ee 0f0778d4 Author: Dom Heinzeller Date: Mon Oct 28 12:54:28 2019 +0900 Merge pull request #276 from climbfuji/gsd_debug_test_and_submodule_pointer_update_20191028 gsd/develop: add CCPP GSD suite debug test, reduce timestep for Thompson MP tests, update submodule pointers commit 0f0778d4cb84150c2b1b3a2e0fe7501b897f2d9f Author: Dom Heinzeller Date: Mon Oct 28 12:39:54 2019 +0900 Update submodule pointer for ccpp/physics commit c3c0379e1cb10b7060095b9a85c045d6b3058e8b Author: Dom Heinzeller Date: Mon Oct 28 12:33:09 2019 +0900 Add new regression test for GSD suite in DEBUG mode commit cc2706d9c35fbbd69048c244dc0997107b9a3c78 Author: Dom Heinzeller Date: Fri Oct 25 11:14:30 2019 +0900 Reduce timestep for regression tests using Thompson MP from 1200s to 600s commit fafa77eeae3696ff1fd9922b88becd3644b9dd55 Merge: f3d1f6d2 e6b48fbe Author: Dom Heinzeller Date: Thu Oct 24 11:00:48 2019 +0900 Merge pull request #275 from climbfuji/gsd_develop_update_submodule_pointer_20191024 gsd/develop: update submodule pointer, remote theia commit e6b48fbea416696a5b23f6910df2697334c8d656 Author: Dom Heinzeller Date: Thu Oct 24 10:57:13 2019 +0900 Update submodule pointer for ccpp/physics commit 1bc10a8b7da94ed4d3648157ad9a8dfcef25180a Author: Dom Heinzeller Date: Mon Oct 21 08:20:15 2019 +0900 Update submodule pointer for ccpp-physics commit b583bd011b9e4139c3ff9efc7fa0240554d39a28 Author: Dom Heinzeller Date: Mon Oct 21 08:19:12 2019 +0900 tests/rt_ccpp_gsd.conf: remove theia commit f3d1f6d212199af9eb47cd4e723eecbbdbd1f76c Merge: eac6d996 deec3095 Author: Dom Heinzeller Date: Sun Oct 13 14:59:39 2019 +0900 Merge pull request #265 from climbfuji/update_submodule_pointers_20191011_1 gsd/develop: update submodule pointers for FMS and ccpp/physics commit deec3095e43efd3b1599052525a631faea17d7d0 Author: Dom Heinzeller Date: Fri Oct 11 08:01:14 2019 +0900 Update submodule pointers for ccpp/physics and FMS commit eac6d996d84085d4010e8e1bfc8dff1855f9e21f Merge: 49f6c48e e49075d7 Author: Dom Heinzeller Date: Tue Sep 24 14:21:16 2019 -0600 Merge pull request #257 from climbfuji/update_submodule_pointers_gsd_develop_20190924 gsd/develop: update submodule pointers 2019/09/24 commit e49075d70b330b2a7dfa907d9bc7ad6e97a48992 Author: Dom Heinzeller Date: Tue Sep 24 14:19:43 2019 -0600 Update submodule pointers for FV3, NEMS, ccpp-framework, ccpp-physics commit 49f6c48edc94ba9d9ac0c143b6068ce56159cb00 Merge: 5ea40b23 221bd404 Author: Dom Heinzeller Date: Tue Sep 24 12:56:42 2019 -0600 Merge pull request #256 from climbfuji/update_gsd_develop_from_gmtb_develop_20190924 Update gsd/develop from gmtb/develop 2019/09/24 commit 221bd404496a25f133b1f4e7aaf068225dfd9446 Author: Dom Heinzeller Date: Tue Sep 24 12:51:44 2019 -0600 Update CODEOWNERS and .gitmodules for gsd/develop, update submodule pointers commit e30fc6c67c3c98ceab5b0859fe47780de0859b91 Merge: e7691783 3042e609 Author: Dom Heinzeller Date: Tue Sep 24 10:53:31 2019 -0600 Merge pull request #255 from climbfuji/cleanup_remove_thompson_satadj gmtb/develop: cleanup work 2019/09/24 commit 3042e6090e4e4b6d3f22d2e3ee0677df057263ae Author: Dom Heinzeller Date: Tue Sep 24 09:52:12 2019 -0600 Update submodule pointer for ccpp-physics, remove Thompson MP + saturation adjustment tests commit e7691783692215fb713ba60ae2799f33a2147efe Merge: f1b4c707 d5051cd2 Author: Dom Heinzeller Date: Mon Sep 23 10:16:50 2019 -0600 Merge pull request #254 from climbfuji/update_submodule_pointers_20190923 Update submodule pointers 2019/09/23 commit d5051cd2f28c7cb2df686db02664f98584c3fb70 Author: Dom Heinzeller Date: Mon Sep 23 10:15:15 2019 -0600 Update submodule pointers following https://github.com/NCAR/NEMSfv3gfs/pull/251 et al. commit f1b4c70787e949ac3557a4f4f89e549574c4065c Merge: 4d78478e e86179ec Author: Dom Heinzeller Date: Mon Sep 23 09:33:06 2019 -0600 Merge pull request #251 from climbfuji/gmtb_develop_update_from_master_20190920 gmtb/develop: update from master 2019/09/20, remove TRANSITION mode commit e86179ec519baba659f29c71ea119cf010e6020c Author: Dom Heinzeller Date: Fri Sep 20 19:59:53 2019 -0600 Update submodule pointer for ccpp/physics commit 136b3af34a6c4c9c759fa13f49ca0009e8e9d1c4 Author: Dom Heinzeller Date: Fri Sep 20 08:55:40 2019 -0600 Remove TRANSITION mode commit 20a5de0f2bab4ddea82df0bb2682738244ac86f0 Merge: c97254f5 31e98b23 Author: Dom Heinzeller Date: Fri Sep 20 07:41:07 2019 -0600 Merge branch 'master' of gerrit:NEMSfv3gfs into HEAD commit c97254f5dc9e84281fa26098b603e3436cead0ac Merge: 4d78478e fadc8080 Author: Dom Heinzeller Date: Fri Sep 20 07:24:46 2019 -0600 Merge branch 'master' of https://github.com/NCAR/NEMSfv3gfs into HEAD commit 4d78478e98a4aa1e547dc714b9dd7b895f71f351 Merge: af03bb30 4c1b7e7b Author: Dom Heinzeller Date: Thu Sep 19 16:10:13 2019 -0600 Merge pull request #250 from climbfuji/update_submodule_pointers_20190919 Update submodule pointers for FV3, ccpp-physics, ccpp-framework 2019/09/19 commit 4c1b7e7b99568e8e3d19c5727e6ba41b2c3ae2d7 Author: Dom Heinzeller Date: Thu Sep 19 16:08:16 2019 -0600 Update submodule pointers for FV3, ccpp-physics, ccpp-framework commit af03bb30daac3be4b6aca41043612743f66d618c Merge: 80ff65a6 5aab0bee Author: Dom Heinzeller Date: Thu Sep 19 14:40:18 2019 -0600 Merge pull request #249 from climbfuji/myj_with_dom_mods gmtb/develop: MYJ PBL/SFC, Noah MP, Cheyenne modulefiles, cleanup rt*.conf commit 5aab0bee5e2952529cafb2191f0b8c6f53ea4f43 Author: Dom Heinzeller Date: Wed Sep 18 13:54:29 2019 -0600 Update submodule pointer for FMS and ccpp/physics commit 1d09c3b363c6c0ac05cabe4ce6ec2d4cc86499ae Author: Dom Heinzeller Date: Wed Sep 18 13:49:09 2019 -0600 Bugfix for modulefiles/macosx.gnu/fv3 commit 04321dc32e522e2ece1ddd952c5771922b45ce6a Author: Dom Heinzeller Date: Mon Sep 16 15:40:52 2019 -0600 Update submodule pointers for FV3 and ccpp/physics commit 2bc9874472eb499d7381a37782fbf3ac04af266b Author: Dom Heinzeller Date: Mon Sep 16 15:37:57 2019 -0600 ccpp/CMakeLists.txt: for GNU and REPRO mode, add -g to compiler options commit 9f5a6ca3be704d40d2473f5bb8017195dbd5d93e Author: Dom Heinzeller Date: Fri Sep 13 17:21:26 2019 -0600 Add hera.intel to rt_ccpp_caps.conf, rt_ccpp_gmtb.conf, rt_ccpp_gsd.conf commit a747a0687153c1e69f8a741bcbdbc67eff766943 Author: Dom Heinzeller Date: Fri Sep 13 16:43:45 2019 -0600 Update submodule pointers for FV3, ccpp-framework, ccpp-physics commit 9091411f3fe01d44701545ed75d0b5fc90c313b0 Author: Dom Heinzeller Date: Fri Sep 13 16:43:24 2019 -0600 Update ESMF version for macOS and linux platforms commit f1c3c4a37351e7097505cfe5ca136e4b2d5e5d2e Merge: 1aedd2bb 80ff65a6 Author: Dom Heinzeller Date: Fri Sep 13 16:41:38 2019 -0600 Merge branch 'gmtb/develop' of https://github.com/NCAR/NEMSfv3gfs into myj_with_dom_mods commit 1aedd2bb06899f3c273fb151d54e6c9c0b2bf2d8 Author: Dom Heinzeller Date: Fri Sep 13 16:25:52 2019 -0600 tests/rt_ccpp_gmtb.conf: formatting changes commit 80ff65a69a144127015aa1703a73dbc123df008e Merge: a6b70173 4183ee57 Author: Dom Heinzeller Date: Fri Sep 13 16:23:34 2019 -0600 Merge pull request #246 from climbfuji/gmtb_develop_metadata2html_batchconvert gmtb/develop: metadata2html batch processing commit 141f41e44c3977287808bb4d08f8adfeb2ecbcc1 Author: Dom Heinzeller Date: Fri Sep 13 16:10:38 2019 -0600 Remove redundant regression test configurations commit 940b7d1a6de99438a9e5a33bab836dab52e8a0a6 Merge: 26acc72b 3c961fa0 Author: Dom Heinzeller Date: Fri Sep 13 16:08:26 2019 -0600 Merge branch 'noahmp' of https://github.com/grantfirl/NEMSfv3gfs into myj_with_dom_mods commit 26acc72b9c895c28f213a73aa17dbe4a953fdaab Author: Dom Heinzeller Date: Fri Sep 13 16:01:40 2019 -0600 Combining CCPP GFDLMP namelist template with MYJ changes, add default values to tests/default_vars.sh Remove separate regression test config for MYJ, add to rt_ccpp_gmtb.conf commit abf19ed89d7d0a84840cfccf759d2cad7b8c5526 Author: Dom Heinzeller Date: Fri Sep 13 16:00:17 2019 -0600 modulefiles/cheyenne.*/fv3: update ESMF to 8.0.0bs48, use modules instead of setting environment variables manually commit 8a1cc14102eab44fdda81daaec0c0f6ba6a60a51 Author: Dom Heinzeller Date: Fri Sep 13 15:59:30 2019 -0600 ccpp/suites/suite_FV3_GFS_2017_myj.xml: update with stochastic_physics and UGWD changes commit 3c961fa0bcf21dc5e5020b1a326caf47c580c58b Author: Grant Firl Date: Fri Sep 13 14:52:04 2019 -0600 add noahmp tests to rt.conf and rt_ccpp_gmtb.conf commit db00f41e14c62aeadad503119e95f287562bd4d7 Merge: b34799b2 282ad6b6 Author: Dom Heinzeller Date: Fri Sep 13 10:46:04 2019 -0600 Merge branch 'myj_from_qingfu' into detect_machine_cheyenne_update_20190912 commit a6b701733c4b1571a8a54c12db2142b3b5f9b815 Merge: 079b0b14 b34799b2 Author: Dom Heinzeller Date: Fri Sep 13 09:37:14 2019 -0600 Merge pull request #247 from climbfuji/detect_machine_cheyenne_update_20190912 gmtb/develop: update tests/detect_machine.sh for Cheyenne commit b34799b26f6c956adc313027ffd6c51204e19acb Author: Dom Heinzeller Date: Thu Sep 12 21:17:03 2019 -0600 tests/detect_machine.sh: detect cheyenne with and without .ib. in hostname commit 4183ee576bfedea4fec85c72d3f0d8f26c2900e7 Author: Dom Heinzeller Date: Thu Sep 12 15:38:08 2019 -0600 ccpp/config/ccpp_prebuild_config.py: remove outdated version number from comment commit 92d6056d8b90d98e3ae2ffca275d5767f634b449 Author: Dom Heinzeller Date: Thu Sep 12 08:45:09 2019 -0600 Update submodule pointer for ccpp/framework commit 25486e833de3d752824ef391474f939daf370ca4 Author: Dom Heinzeller Date: Thu Sep 12 08:44:55 2019 -0600 ccpp/config/ccpp_prebuild_config.py: add new variable METADATA_HTML_OUTPUT_DIR required for metadata2html batch processing commit d5dff46bb109e9a9c4707941013db1e47f221760 Author: Grant Firl Date: Tue Sep 10 17:42:35 2019 -0600 remove stochastic physics calls from suite_FV3_GFS_2017_gfdlmp_noahmp.xml commit d114de7b13be53593146c39cacf939affda4c56f Merge: 2c378470 079b0b14 Author: Grant Firl Date: Tue Sep 10 17:38:07 2019 -0600 Merge branch 'gmtb/develop' into noahmp commit 079b0b14c8dabc0e510119de4be1ab0ec0c39dc2 Merge: c28e4020 20a8a674 Author: Dom Heinzeller Date: Sun Sep 8 20:44:52 2019 -0600 Merge pull request #245 from climbfuji/gmtb_develop_update_submodule_pointers_20190908 gmtb/develop: update submodule pointers 2019/09/08 commit 20a8a674fd496965423d07936039a355df1da0ff Author: Dom Heinzeller Date: Sun Sep 8 20:42:53 2019 -0600 Update submodule pointers for FV3, NEMS, ccpp-framework, ccpp-physics commit c28e4020d3616f8b2de6d42f7b15e49a34f6e8fa Merge: 5b120105 69b55a7c Author: Dom Heinzeller Date: Sun Sep 8 20:32:26 2019 -0600 Merge pull request #243 from climbfuji/gmtb_develop_monster_merge_20190904 Convert all schemes to new metadata, merge gsd/develop, update from Vlab, update of CCPP physics with IPD physics changes, GNU portability commit 2c378470a94f672d726a865ee67fc18e61e5e86c Author: Grant Firl Date: Fri Sep 6 15:13:34 2019 -0600 move calculation of precipitation rates for NoahMP to pre-NoahMP scheme rather than GFS_MP_generic_post for B4B testing commit 69b55a7c7c39ece01f97fef334012cbcc5a6e079 Author: Dom Heinzeller Date: Thu Sep 5 21:48:25 2019 -0600 Update submodule pointer for ccpp/framework commit e67e618bb89dd396235e5dff186d11b458169b0b Author: Dom Heinzeller Date: Wed Sep 4 21:18:48 2019 -0600 Bugfix for GSD suites: replace gwdps_pre with GFS_GWD_generic_pre commit fadc80809693b39557f8ab4b75329bbf0106c519 Merge: 64f209ce 097468ca Author: Dom Heinzeller Date: Wed Sep 4 16:45:51 2019 -0600 Merge pull request #244 from climbfuji/github_master_update_submodule_pointer_FV3_20190904 GitHub master: update submodule pointer for FV3 commit 097468ca99392eb208ee90039f3fc9b1e07ce903 Author: Dom Heinzeller Date: Wed Sep 4 16:44:20 2019 -0600 Update submodule pointer for FV3 commit 64f209cee5a7f364d5a93df27ad8e071f7f4682d Merge: 45b389ae 8fe8d004 Author: Dom Heinzeller Date: Wed Sep 4 16:41:54 2019 -0600 Merge pull request #242 from climbfuji/github_master_update_from_vlab_master_20190904 Update GitHub master from Vlab master 2019/09/04 commit a105b2c92f91557b74cf439740628cfbddbc845c Author: Dom Heinzeller Date: Wed Sep 4 15:41:35 2019 -0600 Update submodule pointers for FV3 and ccpp/physics commit d5c4e5faa2994d2d75c48d27121ccb5bc46b9c9e Author: Dom Heinzeller Date: Wed Sep 4 15:41:18 2019 -0600 ccpp/config/ccpp_prebuild_config.py: add new dependency ccpp/physics/physics/samfaerosols.F commit bd52519b589955ecf40e8e3dc2dfe6b087419210 Author: Grant Firl Date: Wed Sep 4 13:36:21 2019 -0600 add noahmp-specific rt.conf commit 7d142eb30608f14e8a2a7995f8f37bd8b52445af Author: Jun Wang Date: Tue Sep 3 01:39:37 2019 +0000 NEMSfv3gfs: this commits #refs 67151, Add aerosol transport to SAMF deep convection scheme, #refs 67152, Export instantaneous convective specific humidity tendency Change-Id: Iaad6fd2aef539341bccec8665a790421a1794951 commit da04e9ae8ecd7448732903b138ae29a675509b37 Author: Dom Heinzeller Date: Wed Sep 4 11:04:02 2019 -0600 ccpp/suites/suite_FV3_GFS_v15_gf.xml: fix merge conflict commit 3b81d224bdb9b33a7b5743a6c7f1bd836d46cb26 Author: Dom Heinzeller Date: Wed Sep 4 11:00:34 2019 -0600 ccpp/suites/*.xml: remove stochastic_physics and stochastic_physics_sfc schemes from new SDFs commit 3c247950ad1ddcfe34a3f9a53f53127309a5b3d1 Author: Dom Heinzeller Date: Wed Sep 4 10:57:18 2019 -0600 Update submodule pointers for ccpp/framework and ccpp/physics commit 8fe8d0041c672b12da0e360f59ab2aa746efbef2 Author: Jun Wang Date: Tue Sep 3 01:39:37 2019 +0000 NEMSfv3gfs: this commits #refs 67151, Add aerosol transport to SAMF deep convection scheme, #refs 67152, Export instantaneous convective specific humidity tendency Change-Id: Iaad6fd2aef539341bccec8665a790421a1794951 commit 7b9cd36b2d17dfbe7693b1669077c7a07b4b8342 Author: Dom Heinzeller Date: Wed Sep 4 10:11:08 2019 -0600 ccpp/config/ccpp_prebuild_config.py: add sfc_cice scheme commit 79e5cd20c3b40effb990573a013e040b03ccb08b Merge: b9e05586 5ea40b23 Author: Dom Heinzeller Date: Wed Sep 4 09:18:44 2019 -0600 Merge branch 'gsd/develop' of https://github.com/NCAR/NEMSfv3gfs into gaea_update_stochastic_physics_metadata_conversion commit b9e05586d33eac6902fb3e64d7646489c3b25fe1 Author: Dom Heinzeller Date: Wed Sep 4 08:22:02 2019 -0600 modulefiles/macosx.gnu/fv3: improve setting compilers so that it works when MPIF90 etc are not set commit ceef678c966308e22ba2d08fd26a6526e6f4064b Author: Dom Heinzeller Date: Wed Sep 4 08:18:39 2019 -0600 ccpp/config/ccpp_prebuild_config.py: add ccpp_types to converted metadata dictionary commit 0aafc0a34ed6649d8e54d058f96e83712162bbda Author: Grant Firl Date: Tue Sep 3 15:08:02 2019 -0600 update SDF using noahmp commit 99626b8c2da1a22d6abb9da32cc3fc9168614ba7 Merge: 235b712b 5b120105 Author: Grant Firl Date: Tue Sep 3 15:06:00 2019 -0600 Merge branch 'gmtb/develop' of https://github.com/NCAR/NEMSfv3gfs into noahmp commit caa9037ab43b21fd727d1d030b4cef9ecab7f1d3 Author: Dom Heinzeller Date: Wed Jul 10 08:05:30 2019 -0600 compsets/fv3.input: set variables DO_SPPT, DO_SHUM, DO_SKEB, DO_SFCPERTS for fv3_stochy test commit bf8c2ded4b6779c9e1446507057f38a384b98167 Author: Dom Heinzeller Date: Tue Jul 9 14:33:37 2019 -0600 parm/input.nml.IN, tests/tests/fv3_stochy: add new namelist options do_sppt, do_shum, do_skeb, do_sfcperts to namelist template, set for fv3_stochy test commit 85b7a7a2c32a19971ac89255f9b9d595829902a7 Author: Dom Heinzeller Date: Tue Jul 9 14:31:48 2019 -0600 ccpp/config/ccpp_prebuild_config.py, ccpp/suites/*: remove stochastic physics from CCPP config and suite definition files commit d33df0427b1d6df35ff92edcab2e152d08499f15 Author: Dom Heinzeller Date: Tue Jul 9 14:30:55 2019 -0600 Add new submodule stochastic_physics, located in directory with same name commit c061af4a2d8f1a8318ca40aacdfb25ccec353f15 Merge: 2483ed32 5b120105 Author: Dom Heinzeller Date: Tue Sep 3 09:22:32 2019 -0600 Merge branch 'gmtb/develop' of https://github.com/NCAR/NEMSfv3gfs into gaea_update_stochastic_physics_metadata_conversion commit 5b1201056ec3187c04f7edb9d8afaac2465b4e9b Merge: 0ab90a12 fd7d0f1e Author: Dom Heinzeller Date: Tue Sep 3 09:19:54 2019 -0600 Merge pull request #239 from climbfuji/gmtb_develop_update_from_master_20190830 gmtb/develop: update from master 2019/08/30 commit 2483ed324e53de72fa67de24cb1d04d492b1c862 Author: Dom Heinzeller Date: Tue Sep 3 08:31:04 2019 -0600 ccpp/build_ccpp.sh modulefiles/gaea.intel/fv3: update for gaea following wcoss_cray to avoid setting NETCDF and HDF5 in modulefile commit 45b389ae0e2fea91bb71edcceef481601827a5c5 Merge: 257f2a2e ce0c61f6 Author: Dom Heinzeller Date: Tue Sep 3 08:23:51 2019 -0600 Merge pull request #240 from climbfuji/update_submodule_pointer_in_NEMSfv3gfs_20190903 master: update submodule pointers for FV3, NEMS, WW3 commit ce0c61f644c95afc7f8dfa49ce6678d40356f54b Author: Dom Heinzeller Date: Tue Sep 3 08:22:21 2019 -0600 Update submodule pointers for FV3, NEMS, WW3 commit 257f2a2eec6f9ca902c4a2aac9fd312f24470d9b Merge: a1a54d1f 95583de5 Author: Laurie Carson Date: Mon Sep 2 14:15:08 2019 -0600 Merge pull request #238 from climbfuji/update_from_noaaemc_dev_20190830 Update GitHub NCAR master from Vlab master commit fd7d0f1e022c60a010691a51dbc866b82a48c1c1 Author: Dom Heinzeller Date: Fri Aug 30 15:43:28 2019 -0600 Update submodule pointer for ccpp-physics commit 15c64a190aa7af38dce3a9154d7bae9bbe1e381c Author: Jun Wang Date: Tue Aug 27 20:23:05 2019 +0000 NEMSfv3gfs: this commits #refs 66699, Calling radiative transfer parameterizations on each physics time step, #refs 66931,fix time window for accumulated fields in fv3 with IAU, #refs 62918,output omega field in fv3 history file and #65894,add WW3 component in NEMSfv3gfs(part2) Change-Id: I85286a530943fe67839e1afe2c94653faba27b2d commit 50962a88c93b90930d747e1e007f10c21b042fdb Author: Jun Wang Date: Sun Aug 25 02:56:05 2019 +0000 NEMSfv3gfs: this commits #refs 59519, separate FV3 dynamical core repository from FV3 Change-Id: I0f7ba54ca67ef6aeef0d529b3005f3fef7bc3aa9 commit 5f481c8f5a36a2c0ae56dd02645bd5ec591dcc6f Author: Dom Heinzeller Date: Fri Aug 30 15:33:53 2019 -0600 Update .gitmodules to point to NCAR repro and branch gmtb/develop for new submodule WW3, update submodule pointer commit 872693bea7e160edb478b05cfb68e96e3671ec8c Author: Jessica.Meixner Date: Tue Aug 20 12:10:34 2019 +0000 NEMSfv3gfs: this commit refs #65894, adding WW3 commit 95583de5ce6c4cbb83abe35b969476ba88628cca Author: Dom Heinzeller Date: Fri Aug 30 11:29:32 2019 -0600 Add default branch develop for WW3 and update submodule pointer commit a2fc15ec2140ef5b5e80dc4bd4b2d88430a9d59d Author: Jun Wang Date: Tue Aug 27 20:23:05 2019 +0000 NEMSfv3gfs: this commits #refs 66699, Calling radiative transfer parameterizations on each physics time step, #refs 66931,fix time window for accumulated fields in fv3 with IAU, #refs 62918,output omega field in fv3 history file and #65894,add WW3 component in NEMSfv3gfs(part2) Change-Id: I85286a530943fe67839e1afe2c94653faba27b2d commit c15a5f76e78c08c68e3afb0d5e5194f55dcdd855 Author: Jun Wang Date: Sun Aug 25 02:56:05 2019 +0000 NEMSfv3gfs: this commits #refs 59519, separate FV3 dynamical core repository from FV3 Change-Id: I0f7ba54ca67ef6aeef0d529b3005f3fef7bc3aa9 commit 100dc801cb2901618f778720c6ad4426070ce4c7 Author: Dom Heinzeller Date: Fri Aug 30 10:17:47 2019 -0600 Update .gitmodules so that WW3 points to the NCAR repository commit 25aa6fe7d55240903a132fc81dd9fb9b8aca0631 Author: Jessica.Meixner Date: Tue Aug 20 12:10:34 2019 +0000 NEMSfv3gfs: this commit refs #65894, adding WW3 commit 0ab90a125b63b89d29bb73e0f640000b6c5b74a0 Merge: cee7b3fe b77f1471 Author: Dom Heinzeller Date: Fri Aug 30 07:42:51 2019 -0600 Merge pull request #237 from climbfuji/gmtb_develop_update_submodule_pointers_20190830_1 gmtb/develop: update submodule pointers for FV3, NEMS, ccpp/framework, ccpp/physics commit b77f14719ac17b564f85d69383c99b8b161de817 Author: Dom Heinzeller Date: Fri Aug 30 07:40:55 2019 -0600 Update submodule pointers for FV3, NEMS, ccpp/framework, ccpp/physics commit cee7b3fe354e07a29dbc9fa49235d909f4cf528a Merge: f4671a1c d02d0c16 Author: Dom Heinzeller Date: Fri Aug 30 07:39:01 2019 -0600 Merge pull request #234 from climbfuji/bugfix_rt_conf gmtb/develop: bugfix for rt.conf commit a1a54d1f5159aa927ac4d4b01abaa6548040ff52 Merge: 8a1e235d ed0c436a Author: Dom Heinzeller Date: Thu Aug 29 15:32:08 2019 -0600 Merge pull request #236 from grantfirl/master add Julie as codeowner commit ed0c436ad2aa1c52a6a6a5fa1ca7a9fc210956d3 Author: Grant Firl Date: Thu Aug 29 15:00:06 2019 -0600 add Julie as codeowner commit f4671a1c9f394609f33e0f04a893ab1a8147f8bb Merge: ea22d467 a667940f Author: Dom Heinzeller Date: Thu Aug 29 14:58:30 2019 -0600 Merge pull request #235 from grantfirl/gmtb/develop add Julie as codeowner commit a667940f9cfff12e41cb5134f86e66babc76081f Author: Grant Firl Date: Thu Aug 29 14:52:42 2019 -0600 add Julie as codeowner commit d02d0c1679ffd3b57b2d2d049f86efdc531b51fd Author: Dom Heinzeller Date: Thu Aug 29 08:06:47 2019 -0600 Update submodule pointers for FV3 NEMS ccpp/physics commit 65238966d6c574b314bc1b0e487e59f78d9b5552 Author: Dom Heinzeller Date: Thu Aug 29 08:06:02 2019 -0600 tests/rt.conf: bugfix, correct name of suite FV3_GFS_2017_gfdlmprad_gwd to FV3_GFS_2017_gfdlmp_gwd commit 282ad6b657ff250eefba8092975b484681479d8a Author: Qingfu Liu Date: Wed Aug 28 19:53:24 2019 +0000 correct file content tests/tests/fv3_ccpp_gfs_myj commit 29993a06e32ea08b588bed93d7e088ea386daf7c Author: Qingfu Liu Date: Wed Aug 28 19:49:13 2019 +0000 correct file content tests/tests/fv3_ccpp_gfs_myj commit 5ea40b233539ed0b8a86d8ef54ed59cba4c89621 Merge: e06da970 01f6a0f8 Author: Dom Heinzeller Date: Tue Aug 27 16:40:43 2019 -0600 Merge pull request #232 from climbfuji/gsd_develop_update_submodule_pointers_20190827 gsd/develop: update submodule pointers for FV3 and ccpp/physics commit 01f6a0f87727751a8252a576bceed7bc5b9729a7 Author: Dom Heinzeller Date: Tue Aug 27 16:39:04 2019 -0600 Update submodule pointers for FV3 and ccpp/physics commit ea22d467cb4e6289768ca625133f68d803cc4772 Merge: 8ba3d4ae 3150c4b4 Author: Dom Heinzeller Date: Tue Aug 27 16:32:58 2019 -0600 Merge pull request #231 from climbfuji/update_submodule_pointers_gmtb_develop_20190827 gmtb/develop: update submodule pointers for FV3, NEMS, ccpp/physics commit 3150c4b432ac93119c578a1d0cb12a7b0e1e3fd6 Author: Dom Heinzeller Date: Tue Aug 27 16:30:38 2019 -0600 Update submodule pointers for FV3 NEMS ccpp/physics commit 8ba3d4ae5bfd786895d54c26f398821d28601821 Merge: 6aba4551 f91d7846 Author: Dom Heinzeller Date: Tue Aug 27 15:45:47 2019 -0600 Merge pull request #230 from climbfuji/hera_update_20190827 gmtb/develop: update hera config, enable regression testing commit f91d78461f1608bfdbe1de0d38a9527f8381cea7 Author: Dom Heinzeller Date: Tue Aug 27 15:04:42 2019 -0600 Update submodule pointer for NEMS commit 235b712ba15d59c4d56aa990d3a9edeb30999496 Author: Grant Firl Date: Mon Aug 26 15:40:00 2019 -0600 add CCPP-based NoahMP test to RTs for rt_ccpp_gmtb.conf (plus new SDF based on suite_FV3_GFS_2017_gfdlmp.xml) commit e74e0d2ebd6430e39c2f869c7241be858776f385 Author: Dom Heinzeller Date: Tue Aug 27 13:53:55 2019 -0600 Update submodule pointer for NEMS commit 290a484f1e3be763aced44c2dfd099c6d832ce2e Author: Dom Heinzeller Date: Tue Aug 27 13:53:33 2019 -0600 rt_hera_test.conf: temporary regression test config for testing on hera commit c52d27b0d8e99029d1e723ecde07d3ba0813da09 Author: Dom Heinzeller Date: Tue Aug 27 13:52:20 2019 -0600 tests/rt.sh: enable regression testing with rt.sh, changes from Ratko, update STMP and PTMP for GMTB commit 6b9508c93f81383418ad1b779ce8d4bc2358aba4 Author: Dom Heinzeller Date: Tue Aug 27 13:48:01 2019 -0600 modulefiles/hera.intel/fv3: update path to modules following transition from Juno test system to hera commit eb229d3cb145a7811d69348cb2167fbd5a5a097d Author: Dom Heinzeller Date: Tue Aug 27 13:47:33 2019 -0600 ccpp/build_ccpp.sh and conf/configure.fv3.hera.intel: don't use the AVX512 flags yet on hera commit 6aba455146a4a8d4629704e5226570116091691f Merge: 5c289838 75b5715e Author: Dom Heinzeller Date: Tue Aug 27 07:17:17 2019 -0600 Merge pull request #229 from climbfuji/gmtb_develop_update_submodule_20190827 gmtb/develop: update submodule pointers for FV3, ccpp-physics, ccpp-framework commit 75b5715e41c6f978defaa04e38d41b8d20326488 Author: Dom Heinzeller Date: Tue Aug 27 07:15:40 2019 -0600 Update submodule pointer for FV3, ccpp-physics, ccpp-framework commit 5c289838c1bc9d443319e4cdad4b23df5215fc77 Merge: eb7b7ae8 48000a93 Author: Dom Heinzeller Date: Tue Aug 27 07:13:20 2019 -0600 Merge pull request #218 from bluefinweiwei/cires_ugwp UGWP Version 0 commit 51299cadc6514199225605df04246e54446d6486 Author: Qingfu Liu Date: Tue Aug 27 11:03:43 2019 +0000 add MYJ surface layer scheme and MYJ PBL scheme to CCPP commit 75596f60b0d684413cf8a6f42567cd92195b3661 Author: Grant Firl Date: Mon Aug 26 13:34:15 2019 -0600 remove noahmp_pre.F90 from CCPP config since code was moved to existing interstitial scheme commit d913c69b7e11b23f5666c4f8432a6e0c80fe7036 Author: Grant Firl Date: Fri Aug 23 18:04:07 2019 -0600 remove module_wrf_utl.f90 from ccpp_prebuild_config scheme dependency list commit 48000a93dfd9b07159d3d006016c854e14a20886 Merge: 266c9885 e38eda36 Author: Weiwei <42526954+bluefinweiwei@users.noreply.github.com> Date: Fri Aug 23 13:53:36 2019 -0600 Merge pull request #3 from climbfuji/ugwd_dom Delete tests/rt_with_ugwp.conf commit e38eda36b8d1d7181400059c3d7cc1af3511534d Merge: 789ab6bc 266c9885 Author: Dom Heinzeller Date: Fri Aug 23 13:50:02 2019 -0600 Merge branch 'cires_ugwp' of https://github.com/bluefinweiwei/NEMSfv3gfs into ugwd_dom commit 789ab6bc2ae4e04cdeaa580abbb0cbcf0c4d9cb7 Author: Dom Heinzeller Date: Fri Aug 23 13:48:59 2019 -0600 Delete tests/rt_with_ugwp.conf commit 266c9885f97153154fa6caaaf0bbac87addda38b Author: Weiwei <42526954+bluefinweiwei@users.noreply.github.com> Date: Fri Aug 23 13:47:39 2019 -0600 Delete rt_ugwp_only.conf Removed. commit b27a08aa3d2544024a0fb6adf0a38d339ac3a18c Merge: 5ffd3ed8 adc9df36 Author: Weiwei <42526954+bluefinweiwei@users.noreply.github.com> Date: Fri Aug 23 13:22:27 2019 -0600 Merge pull request #2 from climbfuji/ugwd_dom UGWD update for open PR to gmtb/develop commit adc9df36fbe5a866bcab77f709d368286d2a496d Author: Dom Heinzeller Date: Fri Aug 23 11:59:13 2019 -0600 Update submodule pointers commit 4410e285d4f0a99a68f2da799fa8d9d117e8ef1a Merge: 1499c32c eb7b7ae8 Author: Dom Heinzeller Date: Fri Aug 23 09:34:58 2019 -0600 Merge branch 'gmtb/develop' of https://github.com/NCAR/NEMSfv3gfs into ugwd_dom commit 1499c32c862f4471a72c85204208d01c847f8d2d Author: Dom Heinzeller Date: Fri Aug 23 09:11:39 2019 -0600 Update submodule pointers for FV3, ccpp/framework, ccpp/physics commit 7ae19849e6a6365adab0642e674a3e16b04cbbf3 Author: Dom Heinzeller Date: Fri Aug 23 09:10:02 2019 -0600 ccpp/suites/*: rename gwdps_pre to GFS_GWD_generic_pre, remove duplicate UGWP test, rename CCPP UGWP test to match existing IPD test, update regression test configuration files commit eb7b7ae83ec4cc828f640810512ab528f6f7a7c8 Merge: 91e485ca cb382b97 Author: Dom Heinzeller Date: Fri Aug 23 07:52:49 2019 -0600 Merge pull request #226 from climbfuji/update_submodule_pointers_gmtb_develop_20190823 gmtb/develop: update submodule pointers for FV3 and ccpp/framework 2019/08/23 commit cb382b97d933d35a3b40ab7dfa6428079ce810fa Author: Dom Heinzeller Date: Fri Aug 23 07:50:39 2019 -0600 Update submodule pointers for FV3 and ccpp/framework commit 91e485cac197bb902c095770526dfc503f09f028 Merge: 00168544 4741dd2f Author: Dom Heinzeller Date: Fri Aug 23 07:49:50 2019 -0600 Merge pull request #225 from climbfuji/github_gmtb_develop_wcoss_cray_gaea_jet_cheyenne_20190819 gmtb/develop: bugfixes and updates for wcoss/cray/gaea/jet/cheyenne commit 4741dd2f282be63e8e3ceefc0c1e8ad3deb487ab Author: Dom Heinzeller Date: Thu Aug 22 16:25:46 2019 -0600 modulefiles/theia.intel/fv3: workaround to fix EMC's broken yaml-cpp module commit 0dd206c8fc9afde82ee11d145e6021e5e36a6d10 Author: Grant Firl Date: Thu Aug 22 13:40:10 2019 -0600 add noahmp_pre.F90 to ccpp_prebuild_config.py commit 816818024cc3b512794a1a5507628157de8ce23d Author: Dom Heinzeller Date: Thu Aug 22 12:25:37 2019 -0600 doc/README_CENTOS.txt, modulefiles/linux.gnu/fv3: final touches on documentation, update of modulefiles to match the defaults in READ_{CENTOS,UBUNTU}.txt (strictly speaking not necessary) commit 0ab1908a4add63af6250cb33a68505a618a24202 Author: Dom Heinzeller Date: Wed Aug 21 23:20:31 2019 -0600 doc/README_UBUNTU.txt: add missing environment variables for buidling CCPP version on UBUNTU commit 6624c650b92a10bbbe282bf8f3f10618c4d4630c Author: Dom Heinzeller Date: Wed Aug 21 22:09:22 2019 -0600 doc/README_{UBUNTU,CENTOS,MACOSX_*}.txt: add note that 'make check' for ESMF is optional and that it can take a very long time commit 3893de3c5e7e7c561017cf0a6428c41ac07f7704 Author: Grant Firl Date: Wed Aug 21 11:39:39 2019 -0600 update ccpp_prebuild_config.py for NoahMP commit 7415d501a0d9ba1a1ef4235f15141cf254ca4eb5 Merge: 00168544 5ffd3ed8 Author: Dom Heinzeller Date: Wed Aug 21 14:24:29 2019 -0600 Merge branch 'cires_ugwp' of https://github.com/bluefinweiwei/NEMSfv3gfs into HEAD commit 6151127e825b9c195a2e3088989910359736355f Author: Dom Heinzeller Date: Wed Aug 21 12:29:42 2019 -0600 doc/README_CENTOS.txt: instructions for configuring CentOS linux systems, similar to the existing Ubuntu Linux instructions commit 0d4dd7f1140793f21e9bb7989cf4ada7fb4f0245 Author: Dom Heinzeller Date: Wed Aug 21 11:27:38 2019 -0600 doc/README_UBUNTU.txt: update documentation to latest state, simplify installation of netCDF commit 1d9d132652c04a8c1c7ad8f4393cb7fb7d31f4a1 Author: Dom Heinzeller Date: Wed Aug 21 11:25:51 2019 -0600 tests/rt_ccpp_gmtb.conf: remove PGI compiler, this allows to remove multiple entires for runs that only work with Intel and GNU; remove wcoss entries (no dynamic builds), replace gaea (no dynamic build) with jet commit f9ebd24090c38d5037d315f42b5b2f7029c0437b Author: Dom Heinzeller Date: Wed Aug 21 10:03:28 2019 -0600 tests/rt_ccpp_gsd.conf: enable running GSD regression tests on other platforms than theia (regression test baseline now contains GSD input data) commit b2a7580ced26fd21dd9b98688911747e89cfe10b Author: Dom Heinzeller Date: Wed Aug 21 10:00:35 2019 -0600 tests/rt_ccpp_caps.conf: remove PGI commit d1e2b5c8f23cb5c1c78186270b39c54540fcf8c6 Author: Dom Heinzeller Date: Wed Aug 21 09:58:44 2019 -0600 conf/before_components.mk, modulefiles/theia.gnu/fv3: replace user-based libraries with modules located in GMTB project directory, enable theia.gnu for testing commit ffc518e0f4f139fcab0b4138f5e4b78542c25f06 Author: Dom Heinzeller Date: Wed Aug 21 09:56:32 2019 -0600 Update ESMF on Cheyenne, Gaea, Jet; for Jet, also remove the module load anaconda (no longer needed and causes ccpp_prebuild.py to fail) commit e64d8a75dd76d5bed8c1eb47b2ae74b18ee6006f Merge: 00168544 73d2015f Author: Dom Heinzeller Date: Mon Aug 19 09:54:08 2019 -0600 Merge branch 'gaea_jet_cheyenne_support_and_initial_gnu_tests' of gerrit:NEMSfv3gfs into HEAD commit e06da970ac5fb5f177fe6e3baba9ff70e3f44ebd Merge: 18cd1a1a 175971b7 Author: Dom Heinzeller Date: Mon Aug 19 08:53:49 2019 -0600 Merge pull request #224 from climbfuji/gsd_develop_update_submodule_pointers_20190819 gsd/develop update submodule pointers 2019/08/19 commit 175971b7d34d49c371f659adeba870b91628cbc0 Author: Dom Heinzeller Date: Mon Aug 19 08:51:05 2019 -0600 Update submodule pointer for FV3 commit 18cd1a1aadddb816b0f8903fcb059556768b001b Merge: 9fbef48c f663d381 Author: Dom Heinzeller Date: Mon Aug 19 08:48:34 2019 -0600 Merge pull request #221 from climbfuji/update_gsd_develop_with_vlab_master_20190816 Update GitHub gsd/develop with Vlab master 2019/08/16 commit 001685445cb219fd9c4565c0bc3885800c68f813 Merge: 50eca7bb df214421 Author: Dom Heinzeller Date: Sat Aug 17 16:32:16 2019 -0600 Merge pull request #223 from climbfuji/gmtb_develop_update_submodule_pointers_20190817 gmtb/develop: update submodule pointers 2019/08/17 commit df214421c29449cb1f800ed33ffe3b7a9a87663c Author: Dom Heinzeller Date: Sat Aug 17 16:30:49 2019 -0600 Update submodule pointers for FV3 NEMS ccpp/framework ccpp/physics commit 50eca7bbf0cb47d05591286257acd6c5fa4c2edc Merge: de32c317 1686f099 Author: Dom Heinzeller Date: Sat Aug 17 16:28:47 2019 -0600 Merge pull request #212 from climbfuji/make_linux_and_macos_modulefiles_flexible Generalize and update Linux modulefile, add support for hera commit f663d38105a20ddc0c60467493972c47f0aa35e9 Merge: 2a1c6868 9fbef48c Author: Dom Heinzeller Date: Fri Aug 16 13:47:46 2019 -0600 Merge branch 'gsd/develop' of https://github.com/NCAR/NEMSfv3gfs into update_gsd_develop_with_vlab_master_20190816 commit 9fbef48c1b10bc348acc0ca073248e04be7da5b5 Merge: f86243fc a995462a Author: Dom Heinzeller Date: Fri Aug 16 13:47:28 2019 -0600 Merge pull request #217 from climbfuji/update_submodule_pointer_NEMS_20190816 gsd/develop: update submodule pointer for new NEMS repo commit 2a1c6868319d02394b1012be4fe4bd05bc77d1cd Author: Ratko Vasic Date: Thu Aug 8 16:59:04 2019 +0000 Fix hash to NEMS commit 9dfe49f9e0d244186055e272d1298f1e3b18c799 Author: Ratko Vasic Date: Thu Aug 8 16:29:12 2019 +0000 NEMS transitioned from Vlab to GitHub. NEMS documentation is moved to separate repository: NEMS-doc (https://github.com/NOAA-EMC/NEMS-doc) Clone NEMS from new repository: git clone https://github.com/NOAA-EMC/NEMS commit ef403be0795a476ead513ff57ffb5c1f9e75aa7a Author: Ratko Vasic Date: Mon Aug 5 18:34:48 2019 +0000 This commit is part of group effort (Raffaele, Gerhard, Jessica, Dusan and Ratko): Summary of updates in NEMS commit: -- removes 'module load slurm' commands -- Gerhard's mediator updates to run large number of ATM/MED pets and have ATM/MED on diff PETs: https://vlab.ncep.noaa.gov/redmine/issues/66089 -- Increase path size of directory for building WW3 error capturing in NEMS: https://vlab.ncep.noaa.gov/redmine/issues/65507 -- Other WW3 NEMS makefile updates: https://vlab.ncep.noaa.gov/redmine/issues/66085 -- Raffaele's change on debug mode of compiling fv3_gsdchem Applications: EMC_FV3-MOM6-CICE5 -- Updated module to point to ESMFv8.0.0bs40 EMC_FV3-GSDCHEM-WW3 -- Updatedmodule on theia to point to ESMFv8.0.0bs32 on theia and 40 on phase2 (Does not run GSDCHEM compsets here). EMC_FV3GFS-GSDCHEM -- Updates to run ESMFv8.0.0bs40 required pointing to the GSDCHEM 0.8.7_esmf8_bs40 branch, updating modules to point to ESMFv8.0.0bs40 and creating a baseline on WCOSS Cray NEMSfv3gfs -- Updated module to point to ESMFv8.0.0bs40 commit 9d7ddc8695a0742b4865582dabc38824b0b321b6 Author: Dusan Jovic Date: Fri Jul 26 13:51:22 2019 +0000 Fix an issue introduced in the previous commit where merge conflict markers were inadvertently committed. Change-Id: Ib699fae7acda1bbb2cf6475461b41d09a6fba578 commit b53a1117e79822ae158ba8e7f41f10b206c1bf68 Author: Jun.Wang Date: Sat Jul 20 14:17:26 2019 +0000 NEMSfv3gfs: This commits #refs 65267 adding obs-based roughness length formulations and adjustment of K for hurricane simulations Change-Id: Ia71047b284c7ae09b390a2e375b8cba94fdfc46c commit 1686f099f08ac2a7f0909c292619fededec1aabf Author: Dom Heinzeller Date: Fri Aug 16 12:25:22 2019 -0600 Update submodule pointer for ccpp/framework commit 4418499222f2ba30e6965160c4e59493baa202d4 Merge: 0cd98189 4524ac0b Author: Dom Heinzeller Date: Fri Aug 16 12:03:42 2019 -0600 Merge branch 'update_gmtb_develop_from_vlab_master_20190816' of https://github.com/climbfuji/NEMSfv3gfs into make_linux_and_macos_modulefiles_flexible commit 4524ac0b7a4982d28e50c6cebb1b514ce6ac7b7e Author: Ratko Vasic Date: Thu Aug 8 16:59:04 2019 +0000 Fix hash to NEMS commit 8b114af25680fe70f8d302cac8c087e87c472b14 Author: Ratko Vasic Date: Thu Aug 8 16:29:12 2019 +0000 NEMS transitioned from Vlab to GitHub. NEMS documentation is moved to separate repository: NEMS-doc (https://github.com/NOAA-EMC/NEMS-doc) Clone NEMS from new repository: git clone https://github.com/NOAA-EMC/NEMS commit f61d93cb6fb5bf5bacf6c0d6c38429bb71af4f71 Author: Ratko Vasic Date: Mon Aug 5 18:34:48 2019 +0000 This commit is part of group effort (Raffaele, Gerhard, Jessica, Dusan and Ratko): Summary of updates in NEMS commit: -- removes 'module load slurm' commands -- Gerhard's mediator updates to run large number of ATM/MED pets and have ATM/MED on diff PETs: https://vlab.ncep.noaa.gov/redmine/issues/66089 -- Increase path size of directory for building WW3 error capturing in NEMS: https://vlab.ncep.noaa.gov/redmine/issues/65507 -- Other WW3 NEMS makefile updates: https://vlab.ncep.noaa.gov/redmine/issues/66085 -- Raffaele's change on debug mode of compiling fv3_gsdchem Applications: EMC_FV3-MOM6-CICE5 -- Updated module to point to ESMFv8.0.0bs40 EMC_FV3-GSDCHEM-WW3 -- Updatedmodule on theia to point to ESMFv8.0.0bs32 on theia and 40 on phase2 (Does not run GSDCHEM compsets here). EMC_FV3GFS-GSDCHEM -- Updates to run ESMFv8.0.0bs40 required pointing to the GSDCHEM 0.8.7_esmf8_bs40 branch, updating modules to point to ESMFv8.0.0bs40 and creating a baseline on WCOSS Cray NEMSfv3gfs -- Updated module to point to ESMFv8.0.0bs40 commit 8a1e235d57a13d40e8ba71d3ce174d62dfa4f265 Merge: 62eaf40f 8ad5805c Author: Dom Heinzeller Date: Fri Aug 16 11:41:45 2019 -0600 Merge pull request #220 from climbfuji/update_submodule_pointer_fv3 Update submodule pointer for FV3 commit 8ad5805ce1c219f8ba2962d6e84403dd11dfeac2 Author: Dom Heinzeller Date: Fri Aug 16 11:40:27 2019 -0600 Update submodule pointer for FV3 commit 62eaf40f77eae7a450913e9aba54b967da37b9b3 Merge: a8e8fa58 f6eae698 Author: Dom Heinzeller Date: Fri Aug 16 11:36:46 2019 -0600 Merge pull request #219 from climbfuji/update_github_master_from_vlab_master_20190816 Update GitHub master from Vlab master 2019/08/16 commit f6eae698bf40e3adca1b8d95417cb2c8905df7f4 Author: Ratko Vasic Date: Thu Aug 8 16:59:04 2019 +0000 Fix hash to NEMS commit dcc7a818cc8a19c0ec894015c4bd0d8003768fc0 Author: Ratko Vasic Date: Thu Aug 8 16:29:12 2019 +0000 NEMS transitioned from Vlab to GitHub. NEMS documentation is moved to separate repository: NEMS-doc (https://github.com/NOAA-EMC/NEMS-doc) Clone NEMS from new repository: git clone https://github.com/NOAA-EMC/NEMS commit a9cb714dd858e2d46571cd89776275847e2ced7a Author: Ratko Vasic Date: Mon Aug 5 18:34:48 2019 +0000 This commit is part of group effort (Raffaele, Gerhard, Jessica, Dusan and Ratko): Summary of updates in NEMS commit: -- removes 'module load slurm' commands -- Gerhard's mediator updates to run large number of ATM/MED pets and have ATM/MED on diff PETs: https://vlab.ncep.noaa.gov/redmine/issues/66089 -- Increase path size of directory for building WW3 error capturing in NEMS: https://vlab.ncep.noaa.gov/redmine/issues/65507 -- Other WW3 NEMS makefile updates: https://vlab.ncep.noaa.gov/redmine/issues/66085 -- Raffaele's change on debug mode of compiling fv3_gsdchem Applications: EMC_FV3-MOM6-CICE5 -- Updated module to point to ESMFv8.0.0bs40 EMC_FV3-GSDCHEM-WW3 -- Updatedmodule on theia to point to ESMFv8.0.0bs32 on theia and 40 on phase2 (Does not run GSDCHEM compsets here). EMC_FV3GFS-GSDCHEM -- Updates to run ESMFv8.0.0bs40 required pointing to the GSDCHEM 0.8.7_esmf8_bs40 branch, updating modules to point to ESMFv8.0.0bs40 and creating a baseline on WCOSS Cray NEMSfv3gfs -- Updated module to point to ESMFv8.0.0bs40 commit f595bcfeb55c8503c3b3f290cb22169fe75b6065 Author: Dusan Jovic Date: Fri Jul 26 13:51:22 2019 +0000 Fix an issue introduced in the previous commit where merge conflict markers were inadvertently committed. Change-Id: Ib699fae7acda1bbb2cf6475461b41d09a6fba578 commit ae772b0a3fc5b75e3814f2328ac35139d4f4ed99 Author: Jun.Wang Date: Sat Jul 20 14:17:26 2019 +0000 NEMSfv3gfs: This commits #refs 65267 adding obs-based roughness length formulations and adjustment of K for hurricane simulations Change-Id: Ia71047b284c7ae09b390a2e375b8cba94fdfc46c commit 5ffd3ed8b437297040036dc835f86142da8e8879 Author: Weiwei Date: Wed Jul 3 12:23:33 2019 -0600 new file: ccpp/config/ccpp_prebuild_config.py new file: ccpp/suites/suite_FV3_GFS_2017_gfdlmp_ugwp.xml new file: parm/ccpp_ugwp.nml.IN new file: tests/rt_ugwp_only.conf new file: tests/rt_ugwp.sh new file: tests/tests/fv3_gfdlmprad_ugwp new file: tests/tests/fv3_ccpp_gfdlmprad_ugwp new file: tests/rt_ccpp_gmtb_with_ugwp.conf new file: tests/rt_with_ugwp.conf commit a995462aeaa86ce2640c75b77847ff2b9709ce5e Author: Dom Heinzeller Date: Fri Aug 16 10:08:44 2019 -0600 Update submodule pointer for NEMS following transition of EMC NEMS repo Vlab -> GitHub commit 0cd98189b738c9d1fafef7d8c8011582fb6b677b Author: Dom Heinzeller Date: Fri Aug 16 09:55:10 2019 -0600 Update submodule pointer for NEMS following the move from Vlab to GitHub commit ac49f23be40492ab8908161e5c48cd7f10f6c499 Merge: a2c18766 de32c317 Author: Dom Heinzeller Date: Fri Aug 16 09:22:54 2019 -0600 Merge branch 'gmtb/develop' of https://github.com/NCAR/NEMSfv3gfs into make_linux_and_macos_modulefiles_flexible commit de32c31777ff15f0f850bcdc6b7f18e049993794 Merge: ddcf419d d1932bc5 Author: Laurie Carson Date: Fri Aug 16 09:20:59 2019 -0600 Merge pull request #216 from llpcarson/update_nems Update submodule pointers for new NEMS repo commit d1932bc52876a361c3234b00bb0a18aa6039babd Author: Laurie Carson Date: Fri Aug 16 09:15:13 2019 -0600 Update submodule pointers for new NEMS repo commit a8e8fa58e812f2d0fe88e05c8d278af55ff5a4bf Author: Laurie Carson Date: Fri Aug 16 09:11:32 2019 -0600 Update submodule pointers for new NEMS repo, latest ccpp-physics (some SCM updates only) commit a2c1876603ea7b6e959d85d27566f7350a8398a2 Author: Dom Heinzeller Date: Thu Aug 15 17:20:11 2019 -0600 Update submodule pointers for FV3, NEMS, ccpp-framework, ccpp-physics commit 30a41c84d22b9f8bf03d086017c2e5d420531c59 Merge: 42be0321 ddcf419d Author: Dom Heinzeller Date: Thu Aug 15 17:17:29 2019 -0600 Merge branch 'gmtb/develop' of https://github.com/NCAR/NEMSfv3gfs into make_linux_and_macos_modulefiles_flexible commit 42be032139a3e79533fd78f22fedac23efacd056 Author: Dom Heinzeller Date: Wed Aug 14 16:49:50 2019 -0600 Add support for hera with juno (hera test system) modifications commit ddcf419d388d2d181aa0a9a5a2f6a9e19d41539e Merge: 1b5d9cc1 9884db3d Author: Dom Heinzeller Date: Thu Aug 15 12:01:13 2019 -0600 Merge pull request #213 from climbfuji/update_macosx_20190811 Update MacOSX build configuration 2019/08/11 commit 9884db3d03067c73ec6f66e23769d8af25fef7a4 Author: Dom Heinzeller Date: Wed Aug 14 08:33:39 2019 -0600 Update submodule pointer for FV3 commit 450819fcfcbdb624b33aa4e41fb3efcdccefd727 Author: Dom Heinzeller Date: Wed Aug 14 08:33:28 2019 -0600 doc/README_MACOSX_clanggfortran.txt, doc/README_MACOSX_gccgfortran.txt: final touches to install/setup documentation commit e46d3256356a971cbcaa3ce520327115a485a1ad Author: Dom Heinzeller Date: Tue Aug 13 14:48:14 2019 -0600 doc/README_MACOSX_*.txt: add missing command for ESMF commit 730bdfe2286a51857b32da2a999a6f8ab51e5653 Author: Dom Heinzeller Date: Tue Aug 13 10:27:56 2019 -0600 Update submodule pointer for FV3 commit 99ef65ba88b8964bd6c757dab910710e0f0f7107 Author: Dom Heinzeller Date: Tue Aug 13 10:27:41 2019 -0600 doc/README_MACOSX_clanggfortran.txt: remove TODO reminders commit e2c20771b790076a9c932b45ba0d30204914e059 Author: Dom Heinzeller Date: Mon Aug 12 21:03:30 2019 -0600 modulefiles/macosx.gnu/fv3: update library versions, adjust to work with both clang+gfortran and gcc+gfortran commit 1b3302e8cdc59aa302240a0b03ecb34141202ac5 Author: Dom Heinzeller Date: Mon Aug 12 21:02:43 2019 -0600 doc/README_MACOSX_*: work in progress, saving progress commit 35d02b6f2842d5951122777ddb6630f4ea68959d Author: Dom Heinzeller Date: Mon Aug 12 21:01:46 2019 -0600 Update submodule pointer for FV3 commit f86243fce831151f943d64b7bba62391a03f89af Merge: c7dc843e a0596c86 Author: Dom Heinzeller Date: Mon Aug 12 20:30:08 2019 -0600 Merge pull request #215 from climbfuji/update_submodule_pointer_20190812 Update submodule pointer for ccpp/physics commit a0596c864d8936f39a05ff314eb593211aae0b65 Author: Dom Heinzeller Date: Mon Aug 12 20:28:33 2019 -0600 Update submodule pointer for ccpp/physics commit c7dc843eb975f33368037556d0ecf6a55649584f Merge: 1ebaea29 3d01b44f Author: Dom Heinzeller Date: Mon Aug 12 20:26:50 2019 -0600 Merge pull request #214 from climbfuji/bugfix_ruclsm_ice_temp_landmask_landuse_inconsistencies Bugfix RUC LSM ice temperature initialization, appbuild bugfix commit ceef93aa0a0f5815bbca4a5fbf281bb4d9adefbe Author: Dom Heinzeller Date: Mon Aug 12 09:23:58 2019 -0600 Work in progress: provide instructions for both clang+gfortran and gcc+gfortran on MacOSX commit 3d01b44f5b316ca5bfeb0dfa8e570074921bdfec Author: Dom Heinzeller Date: Mon Aug 12 08:18:45 2019 -0600 Update submodule pointer for ccpp/physics commit d4773492a63cfe26bcb84c6d50c78e86855f4b05 Author: Dom Heinzeller Date: Mon Aug 12 08:17:43 2019 -0600 tests/tests/fv3_ccpp_appbuild: bugfix, add back description/control dir that were unintentially removed in a previous commit commit ae4795908cfba0955c7aed812f717cf54562cb62 Author: dom Date: Sun Aug 11 16:07:59 2019 -0600 conf/configure.fv3.macosx.gnu, modulefiles/macosx.gnu/fv3: add flexibility by using user-defined compiler commands and library locations (through environment variables) commit 619382c41818dfee04a5ab1f5c3cafde7fab821b Author: Dom Heinzeller Date: Fri Aug 9 10:35:07 2019 -0600 modulefiles/linux.gnu/fv3: allow user to specify own locations for compilers and libraries commit 1b5d9cc192f1032d899468379569be64a7b13bd1 Merge: e8a4da85 03553110 Author: Dom Heinzeller Date: Thu Aug 1 16:27:31 2019 -0600 Merge pull request #211 from climbfuji/github_gmtb_develop_update_submodule_pointers_20190801 GitHub gmtb/develop update submodule pointers 2019/08/01 commit 0355311007afd0231f93bf5039e72d6df4125292 Author: Dom Heinzeller Date: Thu Aug 1 16:25:10 2019 -0600 Update submodule pointers for FV3, ccpp/framework, ccpp/physics commit e8a4da8588c7495408a931cce323ca3c6f5cd190 Merge: b06eeb95 ab06c106 Author: Dom Heinzeller Date: Thu Aug 1 14:46:17 2019 -0600 Merge pull request #210 from climbfuji/new_metadata_format_step1_20190725 Migrate to new metadata format step 1 commit bd4cb27b7cc39d246f1aa5c055beb2506427f601 Merge: 1ebaea29 b06eeb95 Author: Dom Heinzeller Date: Thu Aug 1 08:22:28 2019 -0600 Merge branch 'gmtb/develop' of https://github.com/NCAR/NEMSfv3gfs into HEAD commit ab06c106e05811faf6e7ae7107769657c3e8b9e0 Author: Dom Heinzeller Date: Wed Jul 31 16:26:46 2019 -0600 Update submodule pointers for ccpp/framework and ccpp/physics commit 74d98ff31771e50553e2eb31e6b8cafcfc305008 Merge: b77f1871 13619a43 Author: Dom Heinzeller Date: Wed Jul 31 15:49:32 2019 -0600 Merge branch 'master' of gerrit:NEMSfv3gfs into HEAD commit b77f187103fbbcf25c0871a328f094f609761193 Author: Dom Heinzeller Date: Wed Jul 31 13:39:37 2019 -0600 ccpp/config/ccpp_prebuild_config.py: add new type definition files and TYPEDEFS_NEW_METADATA configuration entry commit 73d2015f97e3730a334c532eef46f4ae2a3e4193 Author: Dom Heinzeller Date: Mon Jul 22 20:49:37 2019 -0400 tests/rt.sh, tests/fv3_conf/fv3_qsub.IN_jet -> tests/fv3_conf/fv3_slurm.IN_jet: change scheduler on jet from Moab/Torque to Slurm commit 2312a74d685f0c348b71c41af86eefc6606fd196 Author: Dom Heinzeller Date: Fri Jul 19 15:14:44 2019 -0600 conf/before_components.mk: enable jet.intel commit e6cda943e2adc3b54005a64805c667a9185f02c4 Author: Dom Heinzeller Date: Fri Jul 19 14:51:30 2019 -0600 Update submodule pointer for FV3 commit 0642cc07aa0808fc86a538e9b2ae8f8295e569ae Author: Dom Heinzeller Date: Fri Jul 19 14:51:04 2019 -0600 tests/rt.conf: add jet.intel similar to gaea.intel commit 8607bea695293c71f879e70d910853b81b492ea5 Author: Dom Heinzeller Date: Fri Jul 19 14:49:21 2019 -0600 Update modulefiles/jet.intel/fv3 to use modules created by GMTB commit 1ebaea2974ba4f06f4c1c114faa03fde94c3e293 Merge: 2605f0b7 72c10102 Author: Dom Heinzeller Date: Fri Jul 19 11:47:22 2019 -0600 Merge pull request #209 from climbfuji/update_submodule_pointer_20190719 Update submodule pointer for ccpp/physics commit 72c10102ce07ac8c465f571bea6a6cd5aa5fe088 Author: Dom Heinzeller Date: Fri Jul 19 11:45:57 2019 -0600 Update submodule pointer for ccpp/physics commit 2605f0b773ab7a862f9152a0c214f8da372e3d1e Merge: cad0f201 820e0cc2 Author: Dom Heinzeller Date: Fri Jul 19 11:45:20 2019 -0600 Merge pull request #208 from climbfuji/gsd_develop_ruc_bugfixes_sar_update_surface_flux_bugfix_inactive_20190718 Gsd develop ruc bugfixes sar update surface flux bugfix inactive 20190718 commit 820e0cc2a94c9599b4a48e0f7c54900792e8cfbe Author: Dom Heinzeller Date: Thu Jul 18 21:28:28 2019 -0600 Update submodule pointer for ccpp/physics commit d954359f8d36cda0306e9f51a8f5f3797945cd2f Author: Dom Heinzeller Date: Thu Jul 18 21:28:08 2019 -0600 ccpp/suites/suite_FV3_GSD_v0.xml: add calls to temporary interstitial schemes for RUC-sfc_sice interaction commit c3993781d192fa061dc9484342b923e149597b0f Author: Dom Heinzeller Date: Thu Jul 18 21:27:13 2019 -0600 ccpp/config/ccpp_prebuild_config.py: add temporary interstitial schemes in lsm_ruc_sfc_sice_interstitial.F90 commit a8d3ec08a9ed65de0bf45d7bdd4974b7a9ae6c83 Author: Dom Heinzeller Date: Thu Jul 18 15:27:48 2019 -0600 conf/configure.fv3.wcoss_cray, ccpp/build_ccpp.sh: set correct REPRO compiler flags for Intel 16, pass legacy-Intel flag to cmake commit e0b77299c83e21bd38a1cf0a9cb4617e461c4af9 Author: Dom Heinzeller Date: Thu Jul 18 11:13:16 2019 -0600 tests/rt_gnu.conf: initial set of GNU-based regression tests, Cheyenne only commit 35c2ef3f34ca3ca4086d3e71b4c610b56e2659b8 Author: Dom Heinzeller Date: Thu Jul 18 11:12:47 2019 -0600 tests/rt_utils.sh: update of regular expression for Cheyenne only commit 4aa66b51bde51c9ec2bb3ca0b240a8bfd71bf2af Author: Dom Heinzeller Date: Thu Jul 18 11:12:03 2019 -0600 tests/rt.sh: temorary, change location of regression test baseline to ESRL-GSD-GMTB project directory commit ed13c0038d6bd15da146321b8ca04ab632a07abc Author: Dom Heinzeller Date: Thu Jul 18 11:10:58 2019 -0600 modulefiles/gaea.intel/fv3, modulefiles/gaea.intel/fv3.intel-16.0.3.210: update of modulefiles on gaea for both Intel 16 and 18 for CCPP commit b99c6e2a1058fea4ea7c083bcf7ba54cd9fc62b6 Author: Dom Heinzeller Date: Thu Jul 18 11:09:38 2019 -0600 Update of Intel and GNU modulefiles for Cheyenne following the major OS upgrades beginning of July 2019 commit b74241682499f54e474d087fdc6797932534f459 Author: Dom Heinzeller Date: Thu Jul 18 11:08:31 2019 -0600 conf/configure.fv3.gaea.intel: add option to use Intle 16, adjust repro flags if Intel 16 is used commit 89024d4dd5034aedec7ed197e84388e888c01a7f Author: Dom Heinzeller Date: Thu Jul 18 11:03:32 2019 -0600 conf/before_components.mk: enable gaea.intel, add switch to use Intel 16 compiler on this machine (default is Intel 18) commit 9909cd1c5711baf1a59595f3e4047aaa8b960606 Author: Dom Heinzeller Date: Thu Jul 18 11:01:42 2019 -0600 ccpp/CMakeLists.txt, ccpp/build_ccpp.sh: add option INTEL16=Y to build_ccpp.sh, which triggers a cmake flag LEGACY_INTEL to use a different fp-model option in REPRO mode commit cad0f201bf3de40b3e6b4f24a491ff18d654ac5b Author: Dom Heinzeller Date: Thu Jul 18 10:46:02 2019 -0600 Update CODEOWNERS to enable branch protection commit 89a0f8eaf60b393739658b9605de3194d8159a9d Merge: 259b675c c7c692c0 Author: Dom Heinzeller Date: Wed Jul 17 20:50:49 2019 -0600 Merge pull request #207 from climbfuji/gsd_develop_update_submodule_pointers_20190717 gsd/develop: update submodule pointers for FV3 and ccpp/physics commit c7c692c02b8a680c6e8f7c03f0a46eee1afdbd4b Author: Dom Heinzeller Date: Wed Jul 17 20:49:18 2019 -0600 Update submodule pointers for FV3 and ccpp/physics commit 259b675cfd32286d7995b7c5a2483344f0e81213 Merge: cb0d5e30 75906385 Author: Dom Heinzeller Date: Wed Jul 17 20:48:13 2019 -0600 Merge pull request #206 from climbfuji/add_regression_tests_20190717 gsd/develop: add regression tests for Thompson only, GF only, MYNN only & cleanup commit 759063853f2cae2173afe9234c7d04424baaafb7 Author: Dom Heinzeller Date: Wed Jul 17 14:47:10 2019 -0600 tests/fv3_conf/ccpp_gsd_run.IN: add logic to use correct field table, depending on choice of microphysics schemes and whether a TKE PBL scheme is used commit 835265e06943d297959cc45645d0d5c516e675e2 Author: Dom Heinzeller Date: Wed Jul 17 14:31:47 2019 -0600 Update submodule pointers for FV3 and ccpp/physics commit bb7f8838d76dba2f3b8ef85a3015f3fa51b8dd2f Author: Dom Heinzeller Date: Wed Jul 17 14:31:32 2019 -0600 parm/ccpp_gsd.nml.IN, tests/fv3_conf/ccpp_gsd_run.IN, tests/rt_ccpp_gsd.conf: use additional namelist variables for more flexibility commit d454c1cff7d9cf740f2129620f09eddb8fe0cd30 Author: Dom Heinzeller Date: Wed Jul 17 14:29:19 2019 -0600 tests/tests/fv3_ccpp_*: add new tests for individual schemes of the GSD suite, remove increase of wallclock time on Cheyenne commit b93828f3c8f338f9bc5a56f0c67a9b88765efa74 Author: Dom Heinzeller Date: Wed Jul 17 14:28:07 2019 -0600 tests/default_vars.sh: add additional default variables for microphysics commit b06eeb95aeba76e3ad3e6210cb8b4ff81707086b Merge: f4790463 4e253679 Author: Dom Heinzeller Date: Wed Jul 17 09:42:39 2019 -0600 Merge pull request #205 from climbfuji/gitmodules_add_default_branches_20190716 gmtb/develop: add default branches for submodules to .gitmodules commit 4e25367977bbfb401e604e867cafd9e3b09892f0 Author: Dom Heinzeller Date: Tue Jul 16 15:15:37 2019 -0600 .gitmodules: set default branches for submodules commit cb0d5e30c0a244e1bc14b57b9dbc331b7781319d Author: Dom Heinzeller Date: Tue Jul 16 15:04:21 2019 -0600 Update submodule pointers for all submodules commit 22fd642f89cd516f177e160ecb486d6ed179a56c Author: Dom Heinzeller Date: Tue Jul 16 15:04:06 2019 -0600 .gitmodules: set default branches of submodules to gsd/develop commit f1b1245a9f566a13b1d2dabca46a12729fd1c418 Merge: f9330c32 f4790463 Author: Dom Heinzeller Date: Tue Jul 16 15:03:24 2019 -0600 Update CODEOWNERS to GSD team commit f4790463c2aaeb1fcf2d45ff38a68b5b935a4cd2 Merge: d0e04795 b90bc84b Author: Dom Heinzeller Date: Tue Jul 16 14:48:58 2019 -0600 Merge pull request #204 from climbfuji/update_submodule_pointers_gmtb_develop_20190716_2 Update submodule pointer for FV3 commit b90bc84ba18f1a307cf91a5e3c63b9581d8f4cea Author: Dom Heinzeller Date: Tue Jul 16 14:48:11 2019 -0600 Update submodule pointer for FV3 commit d0e047956cb06ba1379d3a0160223f2a046b2638 Merge: 6b83808c 26b7e04e Author: Dom Heinzeller Date: Tue Jul 16 14:45:59 2019 -0600 Merge pull request #203 from climbfuji/update_gmtb_develop_from_vlab_master_20190716 Update gmtb/develop from Vlab master 2019/07/16 commit 26b7e04e5c63606449b3691ab5e9a5d2d460eefd Merge: 6b83808c 2be1ccbc Author: Dom Heinzeller Date: Tue Jul 16 14:41:59 2019 -0600 Merge branch 'master' of gerrit:NEMSfv3gfs into HEAD commit 9fb85921ebe72a8fdd876a2b29a5426b2adbd73f Merge: 94fb4627 8116feaf Author: Dom Heinzeller Date: Tue Jul 16 14:40:28 2019 -0600 Merge pull request #202 from climbfuji/update_submodule_pointers_master_github_20190716 Update submodule pointer for FV3 commit 8116feaf11cdb702b17f5385dbc6d288f8f70467 Author: Dom Heinzeller Date: Tue Jul 16 14:38:44 2019 -0600 Update submodule pointer for FV3 commit 94fb4627f8da089fb87c998a72b40702acde9c92 Merge: 6ede598a 9d267a28 Author: Dom Heinzeller Date: Tue Jul 16 14:37:38 2019 -0600 Merge pull request #201 from climbfuji/update_master_github_from_master_vlab Update master GitHub from master vlab commit 9d267a28bdba2fe42498cc23dec0c823273bd485 Merge: 6ede598a 2be1ccbc Author: Dom Heinzeller Date: Tue Jul 16 14:33:53 2019 -0600 Merge branch 'master' of gerrit:NEMSfv3gfs into HEAD commit 6b83808c9c6ca9421e66416621ae73161161479c Merge: a5ff9b8b 5b4e17d8 Author: Dom Heinzeller Date: Tue Jul 16 14:28:23 2019 -0600 Merge pull request #200 from climbfuji/update_submodule_pointers_gmtb_develop_20190716 Update submodule pointers for FV3 and ccpp/physics commit 5b4e17d86f47fc6974b6c7db9c89726046926898 Author: Dom Heinzeller Date: Tue Jul 16 14:27:12 2019 -0600 Update submodule pointers for FV3 and ccpp/physics commit a5ff9b8bec059f51951cec79ee108201d13b526c Merge: 01391756 18f0d376 Author: Dom Heinzeller Date: Tue Jul 16 14:25:23 2019 -0600 Merge pull request #199 from climbfuji/bugfix_gf_conv_AND_thompson_cleanup_20190709 Bugfix GF convection, Thompson cleanup 2019/07/09 commit 18f0d37675f4e890f3298f4d6d49a872bc699998 Merge: 6f7d0c37 01391756 Author: Dom Heinzeller Date: Tue Jul 16 14:24:51 2019 -0600 Merge branch 'gmtb/develop' of https://github.com/NCAR/NEMSfv3gfs into bugfix_gf_conv_AND_thompson_cleanup_20190709 commit 6f7d0c37c6c68cb53c827239bd01942ac119571b Author: Dom Heinzeller Date: Mon Jul 15 11:23:56 2019 -0600 Update submodule pointers for FV3 and ccpp/physics commit 01391756f2ce47743b274bfe757476ab820fab2e Author: Dom Heinzeller Date: Thu Jul 11 08:52:56 2019 -0600 Update submodule pointer for ccpp/framework after adjusting CODEOWNERS (branch gmtb/develop) commit 14f7761ca37a27e176798895cb6236e2194c3193 Merge: 74b4f625 5652ee3b Author: Dom Heinzeller Date: Thu Jul 11 08:39:50 2019 -0600 Merge pull request #198 from climbfuji/update_submodule_pointers_gmtb_ccpp_20190711 Update submodule pointers for FV3 and NEMS commit 5652ee3bdd467c956a2695396486c0302d6301f0 Author: Dom Heinzeller Date: Thu Jul 11 08:37:55 2019 -0600 Update submodule pointers for FV3 and NEMS commit 74b4f625546615296cda3a2652910b3fd189c87c Merge: 459fa8b3 5d6cb8e4 Author: Dom Heinzeller Date: Thu Jul 11 08:37:22 2019 -0600 Merge pull request #197 from climbfuji/update_from_github_master_20190708 Update from GitHub (=VLab) master 2019/07/08 commit 5d6cb8e433c8a6a1996169bb69d77b005b8df554 Merge: 87538af4 6ede598a Author: Dom Heinzeller Date: Mon Jul 8 11:42:28 2019 -0600 Merge branch 'master' of https://github.com/NCAR/NEMSfv3gfs into HEAD commit 87538af47312ac9682a2fdda52cb880214e7e07b Merge: 459fa8b3 b97b53bf Author: Dom Heinzeller Date: Mon Jul 8 11:42:15 2019 -0600 Merge branch 'master' of gerrit:NEMSfv3gfs into HEAD commit 6ede598abe169b25cd11cff7537186c415bc1a85 Author: Dom Heinzeller Date: Mon Jul 8 08:25:16 2019 -0600 Update submodule pointer for FV3 and NEMS commit 53e4ca365e3d983d896c3fce35db11db48be0ccc Author: Dom Heinzeller Date: Mon Jul 8 08:25:01 2019 -0600 Update .gitmodules to point to submodules on NCAR GitHub after mirroring Vlab master commit 5b2c8644be83640dc30e21e8a36099f6be6e7201 Author: Dom Heinzeller Date: Mon Jul 8 08:24:31 2019 -0600 Add CODEOWNERS after mirroring Vlab master commit 459fa8b340ef30111615c49473929292edc0b638 Merge: b433e913 37b82082 Author: Dom Heinzeller Date: Wed Jul 3 21:51:31 2019 -0600 Merge pull request #196 from climbfuji/remove_ccpp_prod_tests_wcoss_cray Remove CCPP PROD tests from wcoss_cray regression test config commit 37b82082e51524a99be00069320faf45a9cc5e4a Author: Dom Heinzeller Date: Wed Jul 3 21:47:16 2019 -0600 Remove CCPP PROD tests from tests/rt_wcoss_cray.conf commit b433e9139339e55892b9562d0859b7df07282cdd Merge: d826270c 9055383b Author: Dom Heinzeller Date: Wed Jul 3 09:48:34 2019 -0600 Merge pull request #195 from climbfuji/wcoss_cray_mods_20190703 Updates for wcoss_cray (from gerrit codereview) commit 9055383b8580ee6745ed61235f1a1ff38979755d Author: Dom Heinzeller Date: Wed Jul 3 09:31:40 2019 -0600 Updates for wcoss_cray: revert -fp-model consistent to -fp-model source, run only IPD PROD and CCPP PROD tests on this machine using rt_wcoss_cray.conf, make rt_wcoss_cray.conf the default regression test config for this machine commit d826270cfc08ad2a6a45b5824bccdfff30b63715 Merge: 4323801c 297d55c7 Author: Dom Heinzeller Date: Wed Jul 3 08:01:45 2019 -0600 Merge pull request #194 from climbfuji/update_submodule_pointer_20190703_1 Update submodule pointer for FV3 - 2019/07/03 - 1 commit 297d55c7d4d7ca4bdab580cc0d06c12ee45f524a Author: Dom Heinzeller Date: Wed Jul 3 07:59:50 2019 -0600 Update submodule pointer for FV3 commit 4323801c712c7c6f9aa18a9242a2579170111842 Merge: 5e165b96 b321a025 Author: Dom Heinzeller Date: Wed Jul 3 07:58:44 2019 -0600 Merge pull request #193 from climbfuji/cleanup_work_gerrit_codereview_20190701 Cleanup work gerrit codereview 2019/07/01 commit b321a025b0c13a14286f8a44222472d13b612acd Author: Dom Heinzeller Date: Tue Jul 2 08:28:38 2019 -0600 modulefiles/wcoss_cray/fv3, ccpp/build_ccpp.sh: add logic to CCPP to infer NETCDF from NETCDF_DIR on wcoss_cray, if NETCDF is unset, and remove explicit definition in modulefile commit 64805303c70d4d2708ce59382be2dc5cc595c379 Author: Dom Heinzeller Date: Tue Jul 2 08:26:41 2019 -0600 modulefiles/theia.intel/fv3: remove unused NCEPlib modules commit fcfd9db642804f884d3fd7b8756a23d52cc27705 Author: Dom Heinzeller Date: Tue Jul 2 08:13:33 2019 -0600 Remove old CCPP acceptance regression test configs, rename rt_ccpp.conf to rt_ccpp_gmtb.conf commit a2fc1825ffec670e61a72d74bcc9eb8428ec6edb Author: Dom Heinzeller Date: Tue Jul 2 07:29:30 2019 -0600 tests/fv3_conf/fv3_slurm.IN_theia: add environment variables and --exclusive option to reduce the number of tmi_fabric errors on theia commit f0d902da46904e5527adc6d0c9a33aca086d0219 Author: Dom Heinzeller Date: Mon Jul 1 21:32:19 2019 -0600 ccpp/build_ccpp.sh: rename local variable ESMF_MK to CCPP_MK to avoid confusion with ESMFMKFILE, infer ESMF_LIB from ESMFMKFILE's ESMF_LIBSDIR entry; modulefiles/theia.intel/fv3 modulefiles/wcoss_cray/fv3: remove explicit definitions of ESMF_LIB commit 17206cf3832f0118b8689469eadb4a02400b048f Author: Dom Heinzeller Date: Mon Jul 1 15:04:01 2019 -0600 Update submodule pointer for FV3 commit f2490c49aefae06b890ca84b1f977aaf48f1a751 Author: Dom Heinzeller Date: Mon Jul 1 15:03:48 2019 -0600 conf/before_components.mk: add guard to prevent normal users from using gaea.intel,jet.intel,theia.gnu,theia.pgi (still under development) commit de9cdb2487b040dc40a3f08524c16a93a1c7a96a Author: Dom Heinzeller Date: Mon Jul 1 15:03:04 2019 -0600 modulefiles/theia.intel/fv3: replace ESMF and NCEPLIBS from GMTB with versions provided by EMC commit 0ba4df9e397356755ad2ef0a11bfc66571d59776 Author: Dom Heinzeller Date: Mon Jul 1 14:27:02 2019 -0600 tests/rt.sh: remove 'module load slurm' command on theia, cleanup comments from moab-to-slurm transition ongaea, avoid uninitialized RT_SUFFIX/BL_SUFFIX variables commit 961328701eaa70740293634b9008a9bb92bca021 Author: Dom Heinzeller Date: Mon Jul 1 14:24:50 2019 -0600 compsets/jet.input, compsets/theia.input: remove 'module load slurm' command, since this will create an error from August 1 on (module no longer required, will be removed) commit 7b1fe018c088553946ec2dce0e910ba96c3142f9 Author: Dom Heinzeller Date: Mon Jul 1 10:18:55 2019 -0600 Move setting of CCPP compiler environment variables from modulefiles to ccpp/set_compilers.sh (called by ccpp/build_ccpp.sh) to avoid potential conflicts with other NEMS build systems commit 39a09a9a0744518eb725ed53f68eccb48c87ae91 Author: Dom Heinzeller Date: Mon Jul 1 09:39:11 2019 -0600 compsets/fv3.input: move CCPP-specific namelist variable substitution into fv3_ccpp_control test setup commit aa3dc9f17ad53bf2b426785fc7f68dcaf942ebcb Author: Dom Heinzeller Date: Mon Jul 1 09:27:18 2019 -0600 tests/rt.conf: run fv3_wrtGauss_nemsio_c768 only on theia.intel, cheyenne.intel, wcoss_cray commit 5e165b96d01ed6cc0d06db54eff3ff00f5bd7751 Merge: 6e54116d cd6ccb0d Author: Dom Heinzeller Date: Sun Jun 30 20:30:40 2019 -0600 Merge pull request #191 from climbfuji/update_submodule_pointers_20190630 Update submodule pointers 2019/06/30 commit cd6ccb0d2d487f118353f0a97f342d99c7c89f39 Author: Dom Heinzeller Date: Sun Jun 30 20:27:09 2019 -0600 Update submodule pointers for FV3, ccpp-physics, ccpp-framework commit 6e54116d8e69cc4b3075201ae4d7912432d4efab Merge: c1757468 e01c240e Author: Dom Heinzeller Date: Sun Jun 30 20:25:46 2019 -0600 Merge pull request #190 from climbfuji/cleanup_work_gerrit_codereview_20190627 Cleanup work gerrit code review part 2 - 2019/06/29 commit e01c240ec3b4e55d6354d50395a1f9070cde942c Author: Dom Heinzeller Date: Sat Jun 29 22:09:36 2019 -0600 Remove file conf/configure.fv3.macosx.gnu.old, was inadvertently added commit becb07eb26ce48ef7263e398a1db74a9cc1bbc67 Author: Dom Heinzeller Date: Sat Jun 29 21:33:52 2019 -0600 compsets/fv3.input: update fv3_ccpp_control regression test to compare against its own Intel 18 baseline commit 70a9745f2340e343a716dd6f0ef7823cd9a0dbb1 Author: Dom Heinzeller Date: Sat Jun 29 19:55:54 2019 -0600 parm/ccpp_gsd.nml.IN: reduce temperature tendency limiter to 0.004 to avoid model crashes with Intel 18 on Theia commit 951e5c2c6f36632305088a16fe74c8e0a30e5d62 Author: Dom Heinzeller Date: Sat Jun 29 09:56:27 2019 -0600 compsets/all.input: need to add theia.slurm.intel following the change from MACHINE_ID to PLATFORM_NAME commit 13e7aae058b4a33f509d504ca35cc828c105716a Author: Dom Heinzeller Date: Sat Jun 29 09:30:49 2019 -0600 Update submodule pointer for FV3 commit 840f9401bbd341e9142ea2fa37710dda2f0f3f44 Author: Dom Heinzeller Date: Sat Jun 29 08:54:21 2019 -0600 tests/tests/fv_ccpp_*: change CNTL_DIR name for GSD tests from fv3_ccpp_* to fv3_* to match all other tests commit ab2456de08978d2345e4d3924252b0504024aadd Author: Dom Heinzeller Date: Sat Jun 29 08:47:51 2019 -0600 Update submodule pointer for ccpp/framework following the switch to Intel 18 on Theia and Gaea commit ba96e4d1db483d534459524b820068d62557a553 Author: Dom Heinzeller Date: Sat Jun 29 08:42:53 2019 -0600 Make Intel 18 default compiler on Theia and Gaea, remove Intel 15/16 commit 28c6e21f2b167c7101764988293dccc101b8511d Author: Dom Heinzeller Date: Sat Jun 29 08:25:34 2019 -0600 Rename tests/rt.conf to test/rt_old.conf, tests/rt_new_with_ccpp.conf to tests/rt.conf commit c19f2de4882c31cef00ddc50ae1f49cd179c59b2 Author: Dom Heinzeller Date: Sat Jun 29 08:24:59 2019 -0600 Update submodule pointers for Fv3, ccpp/framework, ccpp/physics commit 1c1984929bd66ae439b44a8b3e000a504d2efd35 Author: Dom Heinzeller Date: Sat Jun 29 08:24:30 2019 -0600 compsets/fv3.input: use PLATFORM_NAME instead of MACHINE_ID in if test as request per code review commit 2725fe0a00ad7634ef4c8b214e543bc78601ff62 Author: Dom Heinzeller Date: Sat Jun 29 08:11:54 2019 -0600 conf/configure.*: remove additional/redundant DYN32 logic, this is now handled inside FV3/gfsphysics/makefile and FV3/CCPP_layer/makefile commit 3f1897a7ac9e2a2664c3044a065e9bef564aff62 Author: Dom Heinzeller Date: Fri Jun 28 15:23:11 2019 -0600 Remove unused parm/satmedmf.nml.IN commit fd4f78edcc56ba2f27edc3f1105fe8d2e8b0fd77 Author: Dom Heinzeller Date: Fri Jun 28 15:20:26 2019 -0600 tests/fv3_conf/fv3_slurm.IN_theia: remove environment variable PSM_RANKS_PER_CONTEXT, since this did not help with preventing the issue commit 3372ef82b486afa2327957f6ddbe1d7be20f11da Author: Dom Heinzeller Date: Fri Jun 28 15:17:59 2019 -0600 tests/rt.sh: update comments in file as per code review commit d5e6f6f88ae0dc49e2deb5f13feebbb8c91a5b21 Author: Dom Heinzeller Date: Fri Jun 28 15:15:00 2019 -0600 revert changes to release/v0/parm/parm_fv3diag/field_table as requested per code review commit 944b537bf7699f79fbd98a38f6afa97636673fe7 Author: Dom Heinzeller Date: Fri Jun 28 15:13:35 2019 -0600 *.appBuilder: change comment 'Standalone GSM' to 'Standalone FV3' as requested by Jun commit a4287fc2c8c01060a00ede498da555d0ca086464 Author: Dom Heinzeller Date: Fri Jun 28 13:51:16 2019 -0600 tests/rt.sh: load Python 2.7 modules for WCOSS (from Dusan) commit 256cce9dc2eea2d30c62891f32ac42939c2337c2 Author: Dom Heinzeller Date: Fri Jun 28 08:00:18 2019 -0600 tests/fv3_conf/ccpp_gfs_v15_run.IN, tests/fv3_conf/gfs_v15_run.IN, tests/rt_new_with_ccpp.conf: correct path to field_table for suite2, run tests only on theia commit 0269f321ca69a47ab2339969cc0366089080636d Merge: be24cdb4 c1757468 Author: Dom Heinzeller Date: Thu Jun 27 22:46:12 2019 -0600 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into cleanup_work_gerrit_codereview_20190627 commit be24cdb40b974b430414a4b6493f3453de422f69 Author: Dom Heinzeller Date: Thu Jun 27 22:46:09 2019 -0600 Update submodule pointers for FV3 and ccpp-physics commit c1757468ae59a713bbb5444e512f079af4625cc2 Merge: a3439a0a 66a0b799 Author: Dom Heinzeller Date: Thu Jun 27 22:36:07 2019 -0600 Merge pull request #189 from climbfuji/update_submodule_pointers_20190627 Update submodule pointers for FV3 and ccpp/physics commit 66a0b799dc89f60adb03d43b67db7a602b2c877d Author: Dom Heinzeller Date: Thu Jun 27 22:33:48 2019 -0600 Update submodule pointers for FV3 and ccpp/physics commit a3439a0a0c4ebca904fea5e891069e276024d1a2 Merge: 8e693659 558b94c9 Author: Dom Heinzeller Date: Thu Jun 27 22:32:49 2019 -0600 Merge pull request #188 from climbfuji/cleanup_work_gerrit_codereview_20190626 Cleanup work for CCPP transition 2019/06/27 - 1 commit e47965e3b19ce300181bcdddb7bb232c3f9ef6fc Author: Dom Heinzeller Date: Thu Jun 27 16:01:33 2019 -0600 tests/rt_new_with_ccpp.conf: rearrange run sequence of tests to reduce the number of compilations commit 558b94c9bf219bbe741b902da2c944a622fea738 Author: Dom Heinzeller Date: Thu Jun 27 15:09:55 2019 -0600 tests/fv3_conf/ccpp_gsd_run.IN: bugfix for warmstart run commit 819e9315659e270fa55f2ff1f11279cdb474cb38 Author: Dom Heinzeller Date: Thu Jun 27 11:36:50 2019 -0600 Update submodule pointers for FV3 and ccpp/physics commit 6c5aad08e7997b4e300c2e2b678dd2a67c64bc3c Author: Dom Heinzeller Date: Thu Jun 27 11:36:27 2019 -0600 tests/run_test.sh: cleanup comments commit 50b5c6ebd484e2a0fa4c4500c66863e70d1657c4 Author: Dom Heinzeller Date: Thu Jun 27 11:35:50 2019 -0600 tests/rt.sh: by default, remove regression test directories if all tests pass, unless -k option is specified; if regression tests fail, keep regression test directories commit b30246d7a4d2e43f8f15c554c29a0bd2927ce62d Author: Dom Heinzeller Date: Thu Jun 27 11:34:33 2019 -0600 tests/fv3_conf/ccpp_gf_thompson_run.IN and tests/fv3_conf/ccpp_gsd_run.IN: clean up GSD regression tests, use correct input directory commit e35b20a64839a73b49dbafbb6fdc29644936ed1e Author: Dom Heinzeller Date: Thu Jun 27 11:30:45 2019 -0600 standaloneFV3.appBuilder: update comment commit f6e2e605e4a30e945dbeb9e0f2086d41fca1b673 Author: Dom Heinzeller Date: Wed Jun 26 11:54:14 2019 -0600 Remove SIONlib from modulefiles and configure scripts for all NOAA RDHPC systems commit 8e693659bc54d69e1d0947cc83dc7cd57d526518 Merge: fd7527df 9358760d Author: Dom Heinzeller Date: Wed Jun 26 08:46:24 2019 -0600 Merge pull request #187 from climbfuji/update_submodule_pointers_20190626_1 Update submodule pointers 2019/06/26 - 1 commit 9358760de84782d196b021d454c52bc0370e971e Author: Dom Heinzeller Date: Wed Jun 26 08:44:44 2019 -0600 Update submodule pointers for FV3 and ccpp/physics commit fd7527dfcaeb9545320698bc7f4a45ab37771cb1 Merge: 039cec55 254c8232 Author: Dom Heinzeller Date: Wed Jun 26 08:44:11 2019 -0600 Merge pull request #186 from climbfuji/ruclsm_b4b_20190625 RUC LSM b4b through restarts, cleanup for Thompson MP / effective radii / debug output commit 254c82323426f1d07855a8c275844afb727fd2a3 Merge: fd525964 039cec55 Author: Dom Heinzeller Date: Tue Jun 25 21:39:11 2019 -0600 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into ruclsm_b4b_20190625 commit fd525964c74cdae9e280d4a449dcd53682d9c8f8 Author: Dom Heinzeller Date: Tue Jun 25 21:35:52 2019 -0600 Update NEMSfv3gfs from upstream gmtb/ccpp commit 039cec55a189d214c853a8a8948fd68eb7417a95 Merge: 2c070272 e8a08ff3 Author: Dom Heinzeller Date: Tue Jun 25 08:27:44 2019 -0600 Merge pull request #185 from NCAR/update_submodule_pointer_FV3_20190625 Update submodule pointer FV3 2019/06/25 commit e8a08ff3a1b7753b0826f9565e4ba4f2d6ce7ece Author: climbfuji Date: Tue Jun 25 08:26:10 2019 -0600 Update submodule pointer for FV3 commit 2c070272876f3ebbcaac04136293b7d51a7486a9 Merge: dada357c bef92397 Author: Dom Heinzeller Date: Tue Jun 25 08:20:27 2019 -0600 Merge pull request #184 from climbfuji/update_submodule_pointer_ccpp_physics_20190625 Update submodule pointer ccpp/physics 2019/06/25 commit bef92397df7b44c77567f6667e6c6370e917f341 Author: Dom Heinzeller Date: Tue Jun 25 08:18:22 2019 -0600 Update submodule pointer for ccpp/physics commit dada357c478bed7bfb05a89711ece080e5e14b33 Merge: 7379a03f 63ed8737 Author: Dom Heinzeller Date: Fri Jun 21 09:07:39 2019 +0200 Merge pull request #183 from climbfuji/update_submodule_pointers_20190621 Update submodule pointers for ccpp-framework, ccpp-physics, FV3 commit 63ed87377c6bb2ec75ce990b154bc08b3d5a15a1 Author: Dom Heinzeller Date: Fri Jun 21 09:06:00 2019 +0200 Update submodule pointers for ccpp-framework, ccpp-physics, FV3 commit 7379a03f7e91c3bac2ee9c3c4ab232e9997072a0 Merge: d4d1aee9 bd97d4a6 Author: Dom Heinzeller Date: Fri Jun 21 08:59:26 2019 +0200 Merge pull request #182 from climbfuji/ccpp_github_update_vlab_master_20190611 CCPP GitHub update from VLab master 2019/06/11 commit bd97d4a63ba4bcf0e07768442c8b1d231562ad36 Author: Dom Heinzeller Date: Sat Jun 15 19:27:36 2019 -0600 This commit combines three commits to Vlab master: NEMSfv3gfs: this commits #refs 56264: support fractional landmask on FV3 grid, and #refs 64400: bug fix for UGW and in CSAW Change-Id: Id42e31a8b32ba52dd810e98dff059b14135884ec NEMSfv3gfs: this commits #refs 64015 Add updated scale-aware TKE-based moist EDMF scheme. Updated fv3_cap #refs 62862 Change-Id: Ic6a04044bd2826a3a4be700e77067ff435fadc56 NEMSfv3gfs: this commits #refs 61507, coupling Noah MP to fv3gfs Change-Id: Ia3b86d247d98ee143e47b5e41fce3ae92dde0564 commit d4d1aee929f2f1a9c44bbc56728575bcfc939d10 Merge: 6859de0f e9a415ac Author: Dom Heinzeller Date: Mon Jun 10 20:38:43 2019 -0600 Merge pull request #180 from climbfuji/update_submodule_pointers_20190610 Update submodule pointers for ccpp/framework and ccpp/physics commit e9a415ac8a74740b37eca61d23ff416627c882fc Author: Dom Heinzeller Date: Mon Jun 10 20:36:46 2019 -0600 Update submodule pointers for ccpp/framework and ccpp/physics commit 6859de0f149b3de7a1d1b5b8bcb589720e42b0bf Merge: 53dc5b38 a49a2085 Author: Dom Heinzeller Date: Mon Jun 10 20:32:07 2019 -0600 Merge pull request #179 from climbfuji/rt_sh_fixes_gnu_32bit_cheyenne_intel19_automatic_unit_conversion_pilot Bugfix rt.sh, 32-bit dynamics with GNU compilers, Cheyenne Intel 19 update commit a49a20852ab549d29bf0aa810006933126ebf1fc Author: Dom Heinzeller Date: Sun Jun 9 20:30:19 2019 -0600 Update submodule pointers for ccpp/framework and ccpp/physics commit edd9c4c434acea656cc12bad08491d02f646d334 Author: Dom Heinzeller Date: Sun Jun 9 20:19:30 2019 -0600 ccpp/CMakeLists.txt: add logic to separate compiler flags for floating point precision from other compiler flags commit 94c1d546e0ccbf30e38f886d78ee6f4782a857a7 Author: Dom Heinzeller Date: Sun Jun 9 20:17:30 2019 -0600 tests/fv3_conf/fv3_slurm.IN_theia: add 'export PSM_RANKS_PER_CONTEXT=4' as recommended by Theia Helpdesk to avoid job launch errors of kind 'Error attaching to shared memory object in shm_open: Permission denied (err=9); MPI startup(): tmi fabric is not available and fallback fabric is not enabled' commit b7da5f720dee51db44cf6b62ad7e11672fc90d04 Author: Dom Heinzeller Date: Sun Jun 9 10:48:54 2019 -0600 tests/rt_new_with_ccpp.conf: test fv3_regional_c768 not working on Cheyenne in REPRO mode, remove for all modes commit 88298444a61047c4a0e1e0c3b838e63fa0f23075 Author: Dom Heinzeller Date: Sun Jun 9 06:10:01 2019 -0600 modulefiles/cheyenne.intel/fv3: use Intel 19 instead of Intel 18 commit b4659768735f9c3ef0e53cae8d995f7de5ec4e7b Author: Dom Heinzeller Date: Sat Jun 8 19:46:43 2019 -0600 tests/rt_ccpp.conf: do not run fv3_stretched_nest with GNU compilers, leads to out-of-memory/allocation errors commit 0b53f43301effc3b01a778e13885d4b48090ea06 Author: Dom Heinzeller Date: Fri Jun 7 20:31:44 2019 -0600 CCPP_static_trans.appBuilder: bugfix, use SUITES instead of SUITE (thanks Dusan) commit 5c460528656705165645ab4df79272d9ce6ec9a8 Author: Dom Heinzeller Date: Fri Jun 7 20:31:14 2019 -0600 tests/rt.sh: bugfix for rt.sh not capturing errors in appbuild.sh, doing the same thing as for compile.sh works commit 53dc5b38027ab45e370f42d5ab703ee7561de3eb Merge: 5923e234 787a69d1 Author: Dom Heinzeller Date: Thu Jun 6 08:20:13 2019 -0600 Merge pull request #177 from climbfuji/update_submodule_pointers_20190606_1 Update submodule pointers 2019/06/06 - 1 commit 787a69d1fd7c378b15ae13c5781bfffa9e0eab07 Author: Dom Heinzeller Date: Thu Jun 6 08:18:43 2019 -0600 Update submodule pointer for ccpp/physics commit 5923e234255a4183ea8df8957cf3ab7c8c212541 Merge: 5cb7741f 15534459 Author: Laurie Carson Date: Wed Jun 5 13:36:43 2019 -0600 Merge pull request #175 from grantfirl/update_submodule_pointers update submodule pointers for ccpp/framework and ccpp/physics commit 15534459f60a40800a5284ba87001e72a64c1070 Author: Grant.Firl Date: Wed Jun 5 13:19:31 2019 -0600 update submodule pointers for ccpp/framework and ccpp/physics commit 5cb7741f9ac248e0462b65148e92f5734dd45dce Merge: 10d4699e 96168111 Author: grantfirl Date: Wed Jun 5 11:23:54 2019 -0600 Merge pull request #173 from climbfuji/bugfix_gfs_v15_jet_modules_rt_sh_speedup Bugfix GFS v15 regression tests, update for Gaea and Jet, cleanup of Theia modules, speedup of rt.sh, update CCPP library versions, and more cleanup commit 96168111d75e4d24aad5c311c74baf01744cb2f4 Author: Dom Heinzeller Date: Tue Jun 4 10:30:08 2019 -0600 conf/before_components.mk, tests/appbuild.sh: remove logic to replace default modulefiles for Theia/Gaea with CCPP versions for Intel15/16 commit 3ee0e191df938803ffe49a0e56355922cc5a6ca4 Author: Dom Heinzeller Date: Tue Jun 4 10:20:48 2019 -0600 Merge necessary CCPP changes from modulefiles/theia.intel/fv3.intel-15.1.133 into modulefiles/theia.intel/fv3, remove modulefiles/theia.intel/fv3.intel-15.1.133, update documentation in modulefiles/theia.intel/fv3.intel-18.0.1.163 commit af38a828dc5a1d14705df6341eb5b10741424ccf Author: Dom Heinzeller Date: Tue Jun 4 10:17:18 2019 -0600 Merge necessary CCPP changes from modulefiles/gaea.intel/fv3.intel-16.0.3.210 into modulefiles/gaea.intel/fv3, remove modulefiles/gaea.intel/fv3.intel-16.0.3.210, update documentation in modulefiles/gaea.intel/fv3.intel-18.0.3.222 commit 78fb0bf60d683d5b8d2aeecad0f654804d754471 Author: Dom Heinzeller Date: Tue Jun 4 10:13:28 2019 -0600 modulefiles/theia.intel/fv3.intel-18.0.1.163: remove slurm module, no longer required commit 9cd4e617e320052dc6dac16ff2d3abcea5997fc2 Author: Dom Heinzeller Date: Tue Jun 4 10:13:02 2019 -0600 tests/fv3_conf/gfs_v15_run.IN, tests/fv3_conf/ccpp_gfs_v15_run.IN: bugfix for GFS v15 setup script, replace undefined variable 'inputdir' with 'FV3_input_data' commit 7b47b507f65d41a83e6a3f4765e0c7774693ea83 Author: Dom Heinzeller Date: Tue Jun 4 10:12:11 2019 -0600 tests/detect_machine.sh gaea now reporting full qualified domain name instead of just hostname, detect both commit 4011e9d3b5bd5ce6c7e3ee8ef147b947f3c1b625 Author: Dom Heinzeller Date: Tue Jun 4 10:10:27 2019 -0600 tests/rt.sh: avoid compiling code if none of the tests is run in the next block in 'create' mode, add 'fv3' to COMPILE lines in tests/rt*conf so that these compile executions are executed in 'create' mode; tests/rt_ccpp_static_for_acceptance.conf: remove all 'fv3' entries, because these tests are only run in 'compare-against-own-baseline' mode commit fd37ad4ff54581b8cf195e672ccb83e1e50caedf Author: Dom Heinzeller Date: Tue Jun 4 10:04:58 2019 -0600 modulefiles/jet.intel/fv3: remove slurm module, no longer required commit d453400edffff8aef8998cb99a3b2b7302b44a49 Author: Dom Heinzeller Date: Tue Jun 4 10:04:13 2019 -0600 Update for Gaea to use slurm instead of moab commit 89205ca285ec2f46f91b7c89537d8146edcea183 Author: Dom Heinzeller Date: Tue Jun 4 08:57:00 2019 -0600 ccpp/suites/*.xml: bump up CCPP version number from 2 to 3 commit 67fd47ee706d7c024a4f0a351197483a719e2d9e Author: Dom Heinzeller Date: Mon Jun 3 20:25:37 2019 -0600 Remove old regression test configurations rt_ccpp_{ref,standalone,static}.conf - use rt_ccpp.conf instead commit 10d4699e99fe982385f08aa2ddc99c9edb2500e0 Merge: 5cc7b360 daf7b5af Author: Dom Heinzeller Date: Mon Jun 3 09:10:47 2019 -0600 Merge pull request #172 from climbfuji/update_submodule_pointer_20190603 Update submodule pointer 2019/06/03 commit daf7b5af511d502c2d3a4a5f8e3b2e3f2c5dedd8 Author: Dom Heinzeller Date: Mon Jun 3 09:08:08 2019 -0600 Update submodule pointer for ccpp/physics commit 5cc7b3601115151d4cb4e1ecfa6374055fe3d9d0 Merge: 3c372a25 fc70bfb4 Author: Dom Heinzeller Date: Mon Jun 3 09:07:18 2019 -0600 Merge pull request #164 from climbfuji/regtest_logic_to_append_repro_or_ccpp_to_regtest_dirs_20190524 Regression test logic to append "repro" or "prod/ccpp" to regression test directories/log files commit fc70bfb49009c40df55a1de444b8593f845e4853 Merge: 01f51d6e 3c372a25 Author: Dom Heinzeller Date: Fri May 31 08:52:15 2019 -0600 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into regtest_logic_to_append_repro_or_ccpp_to_regtest_dirs_20190524 commit 01f51d6eac027737ed5c09c2619d906f97df3612 Author: Dom Heinzeller Date: Fri May 31 08:32:20 2019 -0600 Update submodule pointers for FV3 and ccpp/physics commit 698938303229ca95799b7b3d8de4ccddf699e397 Author: Dom Heinzeller Date: Fri May 31 08:32:00 2019 -0600 tests/rt.sh: bugfix, for CCPP acceptance tests (TRANSITION=Y), do not append any suffices to the regression test or baseline directories/log files (need to compare CCPP PROD to IPD PROD) commit e0d77046deed9f0266933aba134d1c3c3f546b43 Author: Dom Heinzeller Date: Fri May 31 08:31:07 2019 -0600 Workaround to pass standaloneFV3.appBuilder regression tests against official baseline (Intel 15) and against new baseline created by rt_new_with_ccpp.conf (Intel 18) commit 3c372a2525d6f283786b8150ebbf46a7780599c9 Merge: 44de0c7c 9e616673 Author: Dom Heinzeller Date: Thu May 30 22:07:45 2019 -0600 Merge pull request #169 from climbfuji/update_submodule_pointers_20190530_2 Update submodule pointers 2019/05/30 - 2 commit 9e616673152e46a6531e01c7f5824d226ae8d9c7 Author: Dom Heinzeller Date: Thu May 30 22:02:31 2019 -0600 Update submodule pointers for FV3 and ccpp/physics commit 44de0c7cfef0d01b461bf61fdd7c81324305ccfc Merge: cd230386 ef3605ca Author: Dom Heinzeller Date: Thu May 30 22:00:54 2019 -0600 Merge pull request #168 from climbfuji/bugfix_fractional_landmask_and_cleanup Bugfix fractional landmask, scientific documentation update, cleanup commit ffcb7d9cbd0a01fb9a513957232a9fb4cdfc6870 Merge: 1a098b7a ef3605ca Author: Dom Heinzeller Date: Thu May 30 10:44:33 2019 -0600 Merge branch 'bugfix_fractional_landmask_and_cleanup' of https://github.com/climbfuji/NEMSfv3gfs into regtest_logic_to_append_repro_or_ccpp_to_regtest_dirs_20190524 commit ef3605ca61d30c209f69222a2c70d95c9b8dda9b Author: Dom Heinzeller Date: Thu May 30 10:24:32 2019 -0600 Update submodule pointers for FV3 and ccpp/physics commit 1a098b7a23b2aef7f865ddc2892e76f935b41eab Author: Dom Heinzeller Date: Thu May 30 08:52:11 2019 -0600 tests/rt.sh, tests/run_test.sh: add BL_SUFFIX environment variable to control the names of the regression test baseline directories independent of the regression test runtime directories commit cfb1b7ae3918f085cbc4002b2f23cf6f1ba90a15 Author: Dom Heinzeller Date: Thu May 30 08:49:15 2019 -0600 standaloneFV3.appBuilder, tests/appbuild.sh: make Intel 18 the default compiler for IPD PROD tests on Theia commit c348dd7fcddab5e4bf98c37bfa3df0da0fbcf630 Merge: ba93a885 cd230386 Author: Dom Heinzeller Date: Thu May 30 08:42:04 2019 -0600 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into bugfix_fractional_landmask_and_cleanup commit cd23038639e609d6eb51d3d77f1cddcfe0e8117a Merge: 83ac78d8 6f79354f Author: Dom Heinzeller Date: Thu May 30 06:37:47 2019 -0600 Merge pull request #167 from climbfuji/update_submodule_pointers_20190530_1 Update submodule pointers for FV3 and ccpp/physics 2019/05/30 - 1 commit 6f79354f1b5fcbb2f7d7976ae10a1a1fa7f0fe41 Author: Dom Heinzeller Date: Thu May 30 06:35:46 2019 -0600 Update submodule pointers for FV3 and ccpp/physics commit 83ac78d81e24e0e8252f2c652bf81c476865d32f Merge: ecb8f2a0 986919b9 Author: Dom Heinzeller Date: Thu May 30 06:34:38 2019 -0600 Merge pull request #166 from climbfuji/gsd_suite_cleanup_and_fractional_landmask_follow_up GSD suite cleanup and fractional landmask follow up commit ba93a8853661b18f76c596cc93cb48ee271a493f Author: Dom Heinzeller Date: Wed May 29 15:09:40 2019 -0600 ccpp/config/ccpp_prebuild_config.py: remove schemes/dependencies that have been removed from ccpp-physics repository commit 986919b9ba803d82090570853e01a825bddeaf1f Author: Dom Heinzeller Date: Wed May 29 09:52:03 2019 -0600 tests/tests/fv3_ccpp_gsd, tests/tests/fv3_ccpp_gsd_noah: bugfixes, increase wallclock time to 30minutes for 48h integrations commit 4eebc0d5e99402a2479e25002c49aed3b7085901 Author: Dom Heinzeller Date: Wed May 29 09:50:09 2019 -0600 parm/ccpp_gsd.nml.IN, parm/ccpp_gsd.nml.IN.tmp.with.sat.adj: set Thompson tendency limiter to 0.005 commit 4b9d305080e9bab7b152725ea2b0cbb77a6f0dfc Author: Dom Heinzeller Date: Tue May 28 15:57:48 2019 -0600 Adding TEMPORARY files ccpp/suites/suite_FV3_GSD_v0.xml.tmp.with.sat.adj and parm/ccpp_gsd.nml.IN.tmp.with.sat.adj for running GSD physics with fast physics turned on commit ed8b674d051486c8c5fb4143726bc9b4f195e325 Author: Dom Heinzeller Date: Tue May 28 15:57:02 2019 -0600 Update submodule pointer for FV3 commit b7eba2463605b8069bf66e4b8e4cbcba815366c7 Author: Dom Heinzeller Date: Tue May 28 15:33:19 2019 -0600 tests/fv3_conf/fv3_stretched_run.IN tests/fv3_conf/ccpp_stretched_run.IN: comment out warm-start logic that does not work with the way the input data is copied from a common directory; add note to look at regional run setup scripts for how to implement this if needed commit ba008ae3e112affd0dfa1b99748f30dbbe7d4d5c Author: Dom Heinzeller Date: Tue May 28 15:25:12 2019 -0600 tests/rt.sh, tests/run_test.sh: combine RT_NAME_SUFFIX and RT_DIR_SUFFIX to RT_SUFFIX, save original CNTL_DIR name as INPUT_DIR, fix regression regional regression tests commit 6fac819a0c0b4d9fd21074fafd6967fd2e0d9bb4 Author: Dom Heinzeller Date: Tue May 28 15:14:24 2019 -0600 parm/ccpp_gsd.nml.IN: remove TODO comment, test passed commit 4b27178623d8e3d8019c63dd01163b364c9914e4 Author: Dom Heinzeller Date: Tue May 28 15:11:11 2019 -0600 Update submodule pointer for FV3 and ccpp/physics commit ec785c37317c6c58785171fc08dd9162001927a1 Author: Dom Heinzeller Date: Tue May 28 14:34:29 2019 -0600 New regression test config for GSD+Noah LSM commit 63ee76416b869c92a2a3a74b3a13b3525488c29a Author: Dom Heinzeller Date: Tue May 28 14:34:02 2019 -0600 tests/rt_ccpp_gsd.conf: fix name of full GSD suite, add regression test for GSD+Noah LSM commit 77159dd518ed48e7277bec3007e31bbb68c52867 Author: Dom Heinzeller Date: Tue May 28 14:33:05 2019 -0600 tests/fv3_conf/ccpp_gsd_run.IN: copy diag_table depending on choice of LSM commit afc2f5b6338460747faf00487a3ee8044a73914f Author: Dom Heinzeller Date: Tue May 28 14:31:24 2019 -0600 ccpp/suites/suite_FV3_GSD_v0.xml: workaround for fractional landmask changes, run sfc_sice to handle ice points, run RUC LSM only for land points commit 94f40446535588a4ae1200c5cd2da5466544f0d0 Author: Dom Heinzeller Date: Sat May 25 20:29:07 2019 -0600 tests/rt_new_with_ccpp.conf: bugfix, remove DEBUG=Y tests from list of REPRO=Y tests (specifying both options is not compatible) commit be378251d3be6567b1ad9af03a5d84ac1680c0ec Author: Dom Heinzeller Date: Sat May 25 20:28:09 2019 -0600 tests/rt.sh, ests/run_test.sh: similar to RT_DIR_SUFFIX, add RT_NAME_SUFFIX to regresssion test logs commit 49e31e74bdcb1f08766a9b2597c5c47f2bbd2fd1 Author: Dom Heinzeller Date: Fri May 24 22:22:32 2019 -0600 tests/rt_new_with_ccpp.conf: bugfix, replace COMPILE with APPBUILD commit e785fe85d42a1c5fd97a98e12e0f1e68bac36d8a Author: Dom Heinzeller Date: Fri May 24 22:21:15 2019 -0600 tests/rt.sh and tests/run_test.sh: add logic to suffix RUNDIR and CNTL_DIR with _repro or _ccpp, depending on MAKEOPTS/APP commit afee802bdefa2644f21256dac8c3029e2d616076 Author: Dom Heinzeller Date: Fri May 24 22:19:41 2019 -0600 tests/appbuild.sh: add missing appBuilder configurations and replace theia.* with theia.intel commit 2707970df58b46de44d4fc8e3feb8be0d2b0c9e1 Author: Dom Heinzeller Date: Fri May 24 22:18:32 2019 -0600 compsets/fv3.input: (preliminary) add note on how to change in the future when separate compiler versions and baselines are in use for IPD PROD and CCPP PROD commit 9f56c40ad8b619dca4c96b7c9fc2c2511bed7dff Author: Dom Heinzeller Date: Fri May 24 22:17:23 2019 -0600 CCPP*.appBuilder: fix MAKEOPT, add INTEL18=Y where missing commit ecb8f2a0633e6ab4fa46f282a50817791e61d5b5 Merge: 086f0b14 cb8bacb2 Author: Dom Heinzeller Date: Fri May 24 14:02:22 2019 -0600 Merge pull request #163 from climbfuji/update_submodule_pointers_20190324 Update submodule pointers 2019/05/24 commit cb8bacb20d5f118c58150a89b406d4f630cc0627 Author: Dom Heinzeller Date: Fri May 24 14:00:53 2019 -0600 Update submodule pointers for FV3, NEMS, ccpp-framework, ccpp-physics commit 086f0b1452b29b68e2e70f2d7044b78c0dc06b27 Merge: fd51ae97 33933c8a Author: Dom Heinzeller Date: Fri May 24 14:00:01 2019 -0600 Merge pull request #162 from climbfuji/remove_ccpp_hybrid_20190523 Remove CCPP HYBRID mode commit 33933c8a9e0dc7f817220cb590a90deb60fa39b6 Author: Dom Heinzeller Date: Fri May 24 05:30:32 2019 -0600 Update submodule pointer for FV3 commit afcea8112c65c00df658d9c924c1ed46411d809a Author: Dom Heinzeller Date: Thu May 23 20:01:25 2019 -0600 Update submodule pointers for FV3, NEMS, ccpp-framework, ccpp-physics commit 2d58649d8f0d7c4ef0f39ca539027178f8604c6e Author: Dom Heinzeller Date: Thu May 23 20:00:21 2019 -0600 Remove HYBRID CCPP build commit fd51ae9722b328878c6ee080de5be9e962c9274c Merge: 446619b0 97d988f7 Author: Dom Heinzeller Date: Thu May 23 11:00:23 2019 -0600 Merge pull request #161 from climbfuji/ccpp_github_cleanup_20190523 CCPP GitHub cleanup 2019/05/23 - remove temporary directory only, update submodule pointers commit 97d988f7c6e69865f0ed4f7a74bb7fd12fa1ef65 Author: Dom Heinzeller Date: Thu May 23 10:58:20 2019 -0600 Update submodule pointers for FV3 NEMS ccpp/framework ccpp/physic commit 5d38f22b1246998bf0f3a0a9e801e4cca2857e6b Merge: 9ddc8157 446619b0 Author: Dom Heinzeller Date: Thu May 23 10:56:15 2019 -0600 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into ccpp_github_cleanup_20190523 commit 446619b06cf27e5b8ae1c3236a47554930a3e193 Merge: d0d51bdf 19f3b477 Author: Dom Heinzeller Date: Thu May 23 10:53:52 2019 -0600 Merge pull request #158 from climbfuji/ccpp_github_cleanup_20190513 CCPP cleanup 2019/05/13 commit 9ddc815762b4ae02a8fd184c85c7d3c20702daa7 Author: Dom Heinzeller Date: Thu May 23 10:50:07 2019 -0600 Cleanup: remove temporary directory TMP_CCPP_ACCEPTANCE_DEBUGGING commit 19f3b477aa000e57a6e07cf3cda5021e355c81fa Author: Dom Heinzeller Date: Tue May 21 19:42:16 2019 -0600 Update submodule pointers for FV3 and ccpp/physics commit 28fe7861e835c66012b466bfc6cb510daee5b782 Author: Dom Heinzeller Date: Tue May 21 19:41:47 2019 -0600 tests/rt_ccpp_static.conf: bugfix, remove linebreak that prevents tests from running beyond fv3_ccpp_regional_restart commit ec7260a5109c0eaea25bcba0fbd9bb56f2ff245a Author: Dom Heinzeller Date: Tue May 21 16:31:49 2019 -0600 parm/ccpp_gsd.nml.IN: adjust settings as in manual tests used for bit-for-bit identical results through restarts commit 1743baa1e023dbb70ea23adcbe80b700a3e65d91 Author: Dom Heinzeller Date: Tue May 21 10:21:06 2019 -0600 tests/tests/fv3_ccpp_cpt, tests/tests/fv3_ccpp_gsd*: fix name of suites in tests commit 1ee28fa988c758f6997abfad93ac7da885bd705e Author: Dom Heinzeller Date: Mon May 20 20:38:10 2019 -0600 tests/rt_ccpp.conf and tests/rt_ccpp_static.conf: bugfix, rename FV3_CPT_advanced to FV3_CPT_v0 commit aa130e60ef09236298081b6badae215bfd84ff9e Author: Dom Heinzeller Date: Mon May 20 16:06:55 2019 -0600 Update submodule pointer for FV3 commit 4dfb308e72d336b19278bcd441e4121318652489 Author: Dom Heinzeller Date: Mon May 20 16:01:13 2019 -0600 ccpp/config/ccpp_prebuild_config.py: bugfix, use correct version of GFS_typedefs commit 808c3ba78fb5f5ace2eee65c2b4185736d0eca95 Author: Dom Heinzeller Date: Mon May 20 15:29:41 2019 -0600 tests/rt*.conf: GSD tests are CCPP-only, which has consequences on how to generate the baseline and test against it commit 4e196bfc688dc3554536e4c481768161fa7c418a Author: Dom Heinzeller Date: Mon May 20 14:06:53 2019 -0600 Update submodule pointers for FV3, NEMS, ccpp/framework commit 47a28aa1fe2e33a0fb4f2c99c6e68c7c32a5e301 Author: Dom Heinzeller Date: Mon May 20 10:51:21 2019 -0600 Reverse whitespace changes to NEMSfv3gfs code commit 2f1d99a783fc4b2e9d567b7aac1407c5da0e0e5d Author: Dom Heinzeller Date: Sat May 18 21:14:47 2019 -0600 ccpp/config/ccpp_prebuild_config.py: update name of GFS_typedefs file for CCPP commit 678575aa9348997ab73c6e217985235150ffe261 Author: Dom Heinzeller Date: Fri May 17 20:35:41 2019 -0600 tests/rt_new_with_ccpp.conf: first version of mother-of-all-regression-tests (MOART) commit 53545beccd60f500999d11e516e4709d6b4ad066 Author: Dom Heinzeller Date: Fri May 17 20:34:58 2019 -0600 Add new appbuilder configurations for REPRO mode and corresponding logic in tests/appbuild.sh commit 976d37950a30afe028dfadf86d0fea418e72138a Author: Dom Heinzeller Date: Tue May 14 20:54:49 2019 -0600 Cleanup of regression test configurations in tests/fv3_conf: use runtime selections to reduce number of files commit 75b3dddb44b844c0a8f20ff5299ed475f356f866 Author: Dom Heinzeller Date: Mon May 13 11:53:47 2019 -0600 rt_ccpp*.conf: rename/add physics bakeoff testing suites commit 50455042b79889cb6e393ad619c3d7c36d86bbee Author: Dom Heinzeller Date: Mon May 13 11:12:06 2019 -0600 Rename suites FV3_CPT_advanced and FV3_GSD to FV3_CPT_v0 and FV3_GSD_v0, adjust namelist for suite CPT_v0 to match physics bakeoff experiment (partially) commit e9e05f32655696cde39422b8b9da59ed6488a790 Merge: 63915469 d0d51bdf Author: Dom Heinzeller Date: Mon May 13 09:42:37 2019 -0600 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into ccpp_github_cleanup_20190509 commit d0d51bdf509742d1f4ba3506368e31bf20ce3234 Merge: 22dc7ebd 1834364f Author: Dom Heinzeller Date: Mon May 13 09:42:30 2019 -0600 Merge pull request #157 from climbfuji/update_submodule_pointers_20190513 Update submodule pointers 2019/05/13 commit 1834364fb77a2628be93852f3c5fd136a57f026a Author: Dom Heinzeller Date: Mon May 13 09:40:33 2019 -0600 Update submodule pointer for FV3 commit 6391546989ba2b3592d0557dd8cba57bf5524e60 Author: Dom Heinzeller Date: Mon May 13 09:38:34 2019 -0600 Rename suite2 tests to gfs_v15plus, add suite1 tests as gfs_v15 commit 22dc7ebd0ad4cd287c78bb6d6872ce65e0e8c929 Merge: 9cc176b7 1ea07801 Author: Dom Heinzeller Date: Mon May 13 09:36:29 2019 -0600 Merge pull request #156 from climbfuji/ccpp_github_cleanup_20190509 gmtb/ccpp cleanup in preparation for transition to VLab master - part 1 commit 1ea0780164ed4fc9c450870e2487f9ea012995fc Author: Dom Heinzeller Date: Mon May 13 09:13:53 2019 -0600 tests/tests/fv3_ccpp_regional_restart tests/tests/fv3_regional_restart: set MAKE_NH as in official regression test commit 2cbf109ecea772acf477294010f8f4d9bdcf5255 Merge: c7ae0c03 9cc176b7 Author: Dom Heinzeller Date: Thu May 9 16:34:51 2019 -0600 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into ccpp_github_cleanup_20190509 commit c7ae0c03542fb00083ecbdb0028d3f3dd5ca6676 Author: Dom Heinzeller Date: Thu May 9 16:31:25 2019 -0600 Add submodule pointers for FV3, ccpp/framework, ccpp/physics commit 9cc176b76c6fc2cf0db5354cc98c50ff8f71026e Merge: 5ba27c8a d153683b Author: Dom Heinzeller Date: Thu May 9 13:39:22 2019 -0600 Merge pull request #155 from climbfuji/update_submodule_pointers_20190509 Update submodule pointers for gmtb/ccpp 2019/05/09 commit d153683bdc9b41786eb60117aa55425bf799fc99 Author: Dom Heinzeller Date: Thu May 9 13:36:49 2019 -0600 Update submodule pointers for FV3 ccpp/framework ccpp/physics commit be2860cb22bfa9c77dbcf30ab6da248ce4c5876f Merge: c2a027b1 5ba27c8a Author: Dom Heinzeller Date: Thu May 9 13:20:50 2019 -0600 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into ccpp_github_cleanup_20190509 commit c2a027b159b6d3c5d46d981be33c20d6ccd105a7 Author: Dom Heinzeller Date: Thu May 9 11:51:05 2019 -0600 Cleanup of ozphys_2015/ccpp_ozphys_2015 regression tests, use input.nml.IN/ccpp_control.nml.IN commit 7cf1a9c663a30920574acbb3661d36df82e132c6 Author: Dom Heinzeller Date: Thu May 9 11:45:08 2019 -0600 Cleanup of ccpp_satmedmf regression test, use ccpp_control.nml.IN commit 2290c3bc1a8e1c4ae74d29666375d4169c70c598 Author: Dom Heinzeller Date: Thu May 9 11:42:16 2019 -0600 Remove unused ccpp_mynnedmf.nml.IN commit 311023c25d78977ce42aa9836990860cc2f1cc70 Author: Dom Heinzeller Date: Thu May 9 11:41:46 2019 -0600 Remove unused ccpp_gfdlmp_mynn.nml.IN commit ce0c6ac06e95eb7b425823861fd559a61b45f949 Author: Dom Heinzeller Date: Thu May 9 11:41:12 2019 -0600 Cleanup of h2ophys/ccpp_h2ophys regression tests, use input.nml.IN/ccpp_control.nml.IN commit 64f4e58ba125c29086678813effc2dd8a465e398 Author: Dom Heinzeller Date: Thu May 9 11:35:40 2019 -0600 Add default variables for GSD physics, use in ccpp_gsd.nml.IN, cleanup gsd/gf_thompson/thompson_mynn regression tests commit 58b13c5d8d14680af3009cae422fae9529e20c0a Author: Dom Heinzeller Date: Thu May 9 10:41:24 2019 -0600 Add default variable DO_YSU=.F., use in ccpp_gfdlmp.nml.IN, cleanup ysu regression test commit 287f1f9d03dcc3322f78d63626963d95c12285b4 Author: Dom Heinzeller Date: Thu May 9 10:36:12 2019 -0600 Add default variable SHINHONG=.F., use in ccpp_gfdlmp.nml.IN, cleanup shinhong regression test commit 80e6dc638d48bc5b0a43a4b5af38fa50a04b8586 Author: Dom Heinzeller Date: Thu May 9 08:55:18 2019 -0600 Add default variables IMFSHALCNV=2 and IMFDEEPCNV=2, use in ccpp_gfdlmp.nml.IN, cleanup ntiedtke regression test commit 5ba27c8aac4051b8d98040f078c425df1f286f6b Merge: 8b560aa4 462b693a Author: Dom Heinzeller Date: Thu May 9 08:57:21 2019 -0600 Merge pull request #153 from climbfuji/ccpp_github_update_vlab_master_20190507 Fractional landmask changes in GFS physics, change sfc_ex_coef to sfc_diff to avoid confusion commit 9415c5b11bd10f36e485c5c7749e96be5928e722 Author: Dom Heinzeller Date: Thu May 9 08:47:05 2019 -0600 Cleanup of regional_{control,quilt,restart} regression tests, remove unused ccpp_ruc.nml.IN commit 852bc2024c4e9b26fe8e362fad4a1cf97427929d Author: Dom Heinzeller Date: Thu May 9 08:00:32 2019 -0600 Remove temporary folders with diag tables, field tables and namelists - data is available in /scratch4/NCEPDEV/stmp4/Dom.Heinzeller/FV3_RT/REGRESSION_TEST_INPUT_DATA_GMTB on theia commit 462b693aff31a2d0f9f8414bb505c3652d9fd669 Author: Dom Heinzeller Date: Wed May 8 14:04:55 2019 -0600 New regression test set tests/rt_ccpp.conf that will replace rt_ccpp_{hybrid,static,standalone}.conf commit 4e593a71d0d67ce9b4b7948699c57d5a80550042 Author: Dom Heinzeller Date: Wed May 8 12:32:43 2019 -0600 tests/rt_ccpp_ref_for_acceptance.conf, tests/rt_ccpp_static_for_acceptance.conf: simplify regression test sets by removing Cheyenne (PROD+TRANSITION flags only valid on Theia), combine multiple suites into one compile command to shorten time required to run the tests, update documentation commit 478b828c5e2b35a11edabc6b8a43e4b36d164062 Author: Dom Heinzeller Date: Wed May 8 12:11:32 2019 -0600 Cleanup work of modulesfiles for wcoss and jet: transfer minimal CCPP settings from special CCPP modulefiles to standard modulefiles for wcoss_cray and wcoss_dell_p3; for jet, additionally make Intel 18 the only choice; correct logic in conf/before_components.mk accordingly commit 8f2abf36a35c8594f110933c5b95cbc7bed94e14 Author: Dom Heinzeller Date: Wed May 8 10:44:13 2019 -0600 Combine GSD and CAPS regression test configurations into one file each, make use of multi-suite static build commit 9b188383a2f86be58ac5ac39312afc07cf3a452d Author: Dom Heinzeller Date: Wed May 8 09:05:47 2019 -0600 Update submodule pointers for FV3 and ccpp/physics commit 91d915a47fca87b45c5d53dac9e3a943a2518969 Author: Dom Heinzeller Date: Wed May 8 09:05:31 2019 -0600 TMP_CCPP_ACCEPTANCE_DEBUGGING/FV3/gfsphysics/GFS_layer/debug_bitforbit_diagtoscreen.inc: interstitial-to-screen debugging output (disabled by default) commit d9584779cf1b1a93229b03460c06cc235cd88d68 Author: Dom Heinzeller Date: Tue May 7 14:47:36 2019 -0600 Update submodule pointer for ccpp/physics commit d97dc304b2be51b170e441be252da5024dffad5c Author: Dom Heinzeller Date: Tue May 7 14:20:31 2019 -0600 ccpp/config/ccpp_prebuild_config.py: add new schemes GFS_surface_composites_{pre,post} commit dbc3cdc8cc9e909d1aa04fc487badaa6525a0b43 Author: Dom Heinzeller Date: Tue May 7 14:02:22 2019 -0600 Update submodule pointers for FV3 and ccpp/physics commit 41733f319b6eb4b5c1736c6f2e8de1ef083c61b9 Author: Dom Heinzeller Date: Tue May 7 13:41:56 2019 -0600 ccpp/suites/*: add calls to new composite_{pre,post} schemes, add missing calls to maximum hourly diagnostics scheme commit b11120eebdb1fb6dd38bc765ddab0b958b920d66 Author: Dom Heinzeller Date: Tue May 7 13:28:27 2019 -0600 Update files in TMP_CCPP_ACCEPTANCE_DEBUGGING commit f8544cf18d7858e8d68ceb7d81893a709cd7af53 Author: Jun Wang Date: Mon May 6 02:35:42 2019 +0000 NEMSfv3gfs: #56264: support fractional landmask on FV3 grid. No changes in results if current default non-frac landmask is used Change-Id: Ie2a127dc99ba765b35f000b64b79a2bc64c0a15b commit 1f5c5819c47166e6652904f6bc575284bb84ea83 Author: Dom Heinzeller Date: Tue May 7 10:26:36 2019 -0600 Update submodule pointer for FV3 commit f9330c3207887ee7c44e3f05d933a846879def75 Author: Dom Heinzeller Date: Tue May 7 08:48:22 2019 -0600 Update submodule pointer for NEMS commit 8b560aa46812304c3db3ade466d8314321f3fba4 Merge: 3868e983 848d6daf Author: Dom Heinzeller Date: Tue May 7 08:47:08 2019 -0600 Merge pull request #152 from climbfuji/update_submodule_pointers_20190507 Update submodule pointers 2019/05/07 commit 848d6daf3b95ff70895e8c2327465b1efddfb760 Author: Dom Heinzeller Date: Tue May 7 08:45:19 2019 -0600 Update submodule pointers for FV3, NEMS, ccpp/physics commit 3868e98332064c147177ed163fe758942470cb45 Merge: 902a18e8 98402849 Author: Dom Heinzeller Date: Tue May 7 08:44:31 2019 -0600 Merge pull request #150 from climbfuji/update_gmtb-ccpp_with_gsd-develop_20190506 Merge gsd/develop into gmtb/ccpp 2019/05/06 commit 98402849ffbf71f650bc1d2f6c3855f29f67b629 Author: Dom Heinzeller Date: Mon May 6 10:47:25 2019 -0600 Update submodule pointers for FV3 NEMS ccpp/physics commit efaa2cf0befcf6e97319c0a7e7b6b80b3c5c67f7 Author: Dom Heinzeller Date: Mon May 6 10:47:25 2019 -0600 Update submodule pointers for FV3 NEMS ccpp/physics commit f911a79a76b0f3dd8e656a295347e9202b896a56 Merge: 776553be b7bd7f74 Author: Dom Heinzeller Date: Mon May 6 10:45:24 2019 -0600 Merge pull request #149 from climbfuji/gsd_develop_merge_in_gmtb-ccpp_20190503 gsd/develop merge in gmtb/ccpp 2019/05/03 commit b7bd7f744b36f9f786ec77f6fb6f97185f3469b6 Author: Dom Heinzeller Date: Sun May 5 08:13:08 2019 -0600 Update submodule pointers for FV3 and ccpp/physics commit 614aeaab63d1b5e518952bef5718511994ec2d6c Author: Dom Heinzeller Date: Sun May 5 08:09:52 2019 -0600 Update GSD regression tests: do not use SIONlib, copy SIONlib and standard precomputed tables for Thompson scheme commit 5e0a5e1a75bbe03ecefec720bcb0f7b013212cbb Author: Dom Heinzeller Date: Fri May 3 19:42:15 2019 -0600 Update submodule pointer for NEMS commit bef25b9c53de86145d4c93b0075d0a65c187e968 Merge: 776553be 902a18e8 Author: Dom Heinzeller Date: Fri May 3 19:41:59 2019 -0600 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into HEAD commit 902a18e86f927ea96195ca697f1ec0f3653ea15a Merge: d95afccf c13cd943 Author: Dom Heinzeller Date: Fri May 3 19:31:50 2019 -0600 Merge pull request #148 from climbfuji/update_submodule_pointers_20190503 Update submodule pointers for FV3 and ccpp/physics commit c13cd943f96ec3f10fd97ebda2830ed81ad6a755 Author: Dom Heinzeller Date: Fri May 3 19:30:28 2019 -0600 Update submodule pointers for FV3 and ccpp/physics commit 776553be18a03b16e2124a90a2b680346f341b84 Author: Dom Heinzeller Date: Fri May 3 19:29:42 2019 -0600 Update submodule pointers for FV3, NEMS, ccpp/physics commit d5584305bf40eb57bc382166c5561ffa1d8d4271 Merge: 9287d677 84cf4d02 Author: Dom Heinzeller Date: Fri May 3 19:27:24 2019 -0600 Merge pull request #147 from climbfuji/update_gsd_regression_tests_20190502 Update/cleanup gsd/develop: fix/add GSD regression tests, rename Thompson MP, update NCEPlibs handling commit 84cf4d0240657a864a1205aebde04daa3397382a Author: Dom Heinzeller Date: Fri May 3 17:26:49 2019 -0600 doc/README_MACOSX.txt: remove 'export SIONLIB' statement from documentation, because instructions for compiling are not provided commit 56aa055ea55d8405b4d3632f8b1e0a2094b85ad3 Author: Dom Heinzeller Date: Fri May 3 16:32:19 2019 -0600 Update submodule pointers for FV3, NEMS, ccpp/physics commit dda284c7e3aa49281694c7c4b4bd2b5cec000e36 Author: Dom Heinzeller Date: Fri May 3 16:13:27 2019 -0600 Update regression test configurations for GSD suite, GF+Thompson, Thompson+MYNN; add restart test for GSD suite commit daeb5b9f4a511fd2d6d2f13152189112c0b2e36f Author: Dom Heinzeller Date: Fri May 3 16:11:58 2019 -0600 ccpp/build_ccpp.sh: add support for for SuperMUC Phase2, change how NCEP libraries are passed to CCPP (used for dynamic build only) commit 96b65697936809936c96087cc13cad64bf9d88be Author: Dom Heinzeller Date: Fri May 3 16:10:37 2019 -0600 Add NEMSfv3gfs configuration for LRZ SuperMUC Phase2 commit de127d3e1460ed44c4d6b45bd2684e4bcb347739 Author: Dom Heinzeller Date: Fri May 3 15:00:21 2019 -0600 Rename CCPP version of Thompson scheme from mp_thompson_hrrr to mp_thompson commit d95afccf27eb41af26d49c8ec6598b6a84608acc Merge: a9b9da98 08b01f18 Author: Dom Heinzeller Date: Fri May 3 11:41:50 2019 -0600 Merge pull request #146 from climbfuji/ccpp_github_update_vlab_master_20190429 GitHub CCPP update to VLab master 2019/04/29 commit 0ca635646b7a77c351bc7221dfe6f43c4577cb5f Author: Dom Heinzeller Date: Thu May 2 13:55:09 2019 -0600 Update submodule pointers for FV3, NEMS and ccpp-framework commit 08b01f1866a33d6aafa7e0632e9f5fe1b38198be Author: Dom Heinzeller Date: Wed May 1 20:47:25 2019 -0600 Update submodule pointers for FV3 and ccpp/physics commit cace329297ccf7e7511861ef10d9c66e76d60d7f Author: Dom Heinzeller Date: Mon Apr 29 20:05:32 2019 -0600 Update submodule pointer for FV3 commit 930d262012bc3fbfe30fc04424d95cb3708af9cf Author: Dom Heinzeller Date: Mon Apr 29 14:53:04 2019 -0600 Update submodule pointers commit 7eb8b0014f1c8b4e0148298f94ccacd949feafd7 Author: Dom Heinzeller Date: Mon Apr 29 14:51:41 2019 -0600 Remove obsolete WORKAROUND_SRFLAG MAKEOPT and CPP directive commit 2077935b21a72fb3f4dfb54265564efca7bfed6b Author: Dom Heinzeller Date: Mon Apr 29 14:49:12 2019 -0600 Remove obsolete fv3_regional_c768_moninq regression test commit e88e9c8ad3fbb7f9e705524b74266e7c1b4023bb Author: Jun Wang Date: Sat Apr 27 11:49:40 2019 +0000 NEMSfv3gfs: this commits #61778 enhance restart capability for continuous accumulated diagnostic fields and #61740 Incorrect units in calculation of Sfcprop%srflag for GFDL-MP; remove obsolete test fv3_csawmg_moninq Change-Id: If641b0270f97401877e1ffe3a5b8cf06d1be6a7d commit a9b9da98962961338615914a2b4dc576c6fbc0e0 Merge: 49007b37 fb431ca1 Author: grantfirl Date: Mon Apr 22 13:15:20 2019 -0600 Merge pull request #144 from grantfirl/gmtb/ccpp updated submodule pointers commit fb431ca1ca627b98d7baae906f4e5e70276c5ab5 Author: Grant.Firl Date: Mon Apr 22 13:11:15 2019 -0600 updated submodule pointers commit 49007b378f42decae99b554e50fbe8e6f9b077c1 Merge: fbf531c8 b125afcb Author: grantfirl Date: Mon Apr 22 13:03:05 2019 -0600 Merge pull request #142 from climbfuji/ccpp_github_update_vlab_master_20190417_BASED_ON_static_build_xml_validation_20190326 GitHub CCPP update with VLab master changes 20190419 commit b125afcbfc6854bef047ed4305e3f74dcc21fb4d Author: Dom Heinzeller Date: Mon Apr 22 06:05:45 2019 -0600 Update submodule pointers commit 9287d677ee14932890db53ef3c9f1ab456e65dbc Author: Dom Heinzeller Date: Fri Apr 19 20:58:24 2019 -0600 Update submodule pointers commit d8c509f0c666e65b7b58e8854b8c9b7adab9b339 Merge: e07432b4 2174781f Author: Dom Heinzeller Date: Fri Apr 19 20:53:58 2019 -0600 Merge pull request #143 from climbfuji/gsd_develop_bugfix_20190419 gsd/develop: bugfix for sncovr (compilation error) commit 2174781fd1958a849248dea6168dfd0f0affaf70 Author: Dom Heinzeller Date: Fri Apr 19 20:49:33 2019 -0600 Update submodule pointers commit 4101b5e5e06f837ae80b35d3bac57cf0bdf54b70 Merge: db58cd32 fbf531c8 Author: Dom Heinzeller Date: Fri Apr 19 15:49:00 2019 -0600 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into ccpp_github_update_vlab_master_20190417_BASED_ON_static_build_xml_validation_20190326 commit db58cd3221090cd2c087e44beb6cb2b8cbbcde28 Author: Dom Heinzeller Date: Fri Apr 19 15:22:49 2019 -0600 Update submodule pointers commit 4a0565da880a6f68f21cfa34fac1228d7efbfc67 Author: Dom Heinzeller Date: Fri Apr 19 15:22:38 2019 -0600 Add MULTI_GASES MAKEOPT to machine configuration files commit e7fb9123677d0b788b5d8ff87c445eaad84ea19b Author: Dom Heinzeller Date: Fri Apr 19 15:22:15 2019 -0600 Enable multi-gases physics in CCPP commit e07432b40523c48ce80a8f921be0f373ec05a280 Merge: c47c8840 fbf531c8 Author: Dom Heinzeller Date: Fri Apr 19 14:49:18 2019 -0600 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into HEAD commit fbf531c820da75245c1da33c2a8ad7833a6aa3d6 Merge: 37b7d86e c34b7e9f Author: Dom Heinzeller Date: Fri Apr 19 13:57:40 2019 -0600 Merge pull request #141 from climbfuji/update_submodule_pointers_20190419 Update submodule pointers for FV3, NEMS, ccpp/framework ... commit c34b7e9fe115e4aef50930024ce82a80950afe82 Author: Dom Heinzeller Date: Fri Apr 19 13:56:20 2019 -0600 Update submodule pointers for FV3, NEMS, ccpp/framework commit 37b7d86e78bba38b77d9f4d5c58748333f9f7085 Merge: 2a282a5f 1f0eeea6 Author: Dom Heinzeller Date: Fri Apr 19 13:47:28 2019 -0600 Merge pull request #139 from climbfuji/multi_suite_static_build ccpp_prebuild version of multi-suite static build, cleanup validation of SDF used commit 52855ee5b2d1641fda51066c73960d3c5e2c6ff4 Author: Adam Kubaryk Date: Tue Apr 16 10:40:08 2019 -0400 NEMSfv3gfs: this commit refs #60993 Adds -DMULTI_GASES to CPPDEFS for compile option MULTI_GASES=Y Change-Id: I305afadfcc81c9480d70c02b374321205c50173f commit 40989f18687474f732d12557664f2a40f0eab430 Author: Ratko Vasic Date: Sat Apr 6 23:15:27 2019 +0000 NEMS commit regarding adding FV3GFS-GSDCHEM application. Modified files: src/module_EARTH_GRID_COMP.F90 src/module_MEDIATOR.F90 tests/apps.def tests/commit.def tests/nightly/nightly.def FV3GFS-GSDCHEM application will be part of nightly tests on Theia and WCOSS-Cray. NEMS passed supported tests. *) App FV3-MOM6-CICE5 need to be updated from icesurfacetemp branch. *) App FV3GFS-GSDCHEM have to be updated with new baselines. *) Gaea and Jet are temporarily not supported. Changes are going to be committed on Saturday, April 6th by 8PM. commit c47c88401920b3b8def65da98232e0b828f9ca62 Author: Dom Heinzeller Date: Wed Apr 17 13:22:29 2019 -0600 Update submodule pointers for FV3 and ccpp/physics commit 1f0eeea6365cabe82d56359acd95dfde830e5fbd Author: Dom Heinzeller Date: Tue Apr 16 21:22:34 2019 -0600 doc/README_*.txt, tests/compile.sh: remove confusing documentation, update date tags for regression test baseline commit dfe411d540815291e395eec11738c392c59d457f Author: Dom Heinzeller Date: Tue Apr 16 21:21:13 2019 -0600 Remove _updated from SDF filenames and suite names to shorten module names of auto-generated Fortran code; cleanup: remove old ldiag3d tests commit d13d1a155e3b8b897c4cdb3d03476fa9060c8808 Merge: 82b8a258 2a282a5f Author: Dom Heinzeller Date: Mon Apr 15 07:57:35 2019 -0600 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into multi_suite_static_build commit 82b8a258a93d90b042974992e29712c68cfb692a Author: Dom Heinzeller Date: Sat Apr 13 15:03:59 2019 -0600 Update submodule pointers commit e197d58616a265946c3afb2cb8abba5c2cc53174 Author: Dom Heinzeller Date: Sat Apr 13 15:02:12 2019 -0600 tests/rt_ccpp_static*.conf: change SUITE argument to SUITES commit 601a32831bbf59695973f5822c36cc328f215285 Author: Dom Heinzeller Date: Sat Apr 13 15:01:37 2019 -0600 ccpp/build_ccpp.sh, ccpp/suites/suite_FV3_GFS_suite2.xml: cleanup, fix inconsistencies in suite names commit 54dc4a8561d17ff45c4db363873955540ea6cb8b Author: Dom Heinzeller Date: Sat Apr 13 15:00:53 2019 -0600 ccpp/config/ccpp_prebuild_config.py: add config option SUITES_DIR commit ac826dce72e0b78bd2d99ab6551cafad4082b14f Author: Dom Heinzeller Date: Sat Apr 13 14:12:55 2019 -0600 parm/ccpp_*.nml.IN: change ccpp_suite = 'ccpp_suite.xml' to ccpp_suite = '@[CCPP_SUITE]' commit 1503c8388433d841ae98b828e6846bdb09ebbbc7 Author: Dom Heinzeller Date: Sat Apr 13 14:11:28 2019 -0600 tests/fv3_conf/ccpp*.IN: change 'cp /../ ccpp_suite.xml' to 'cp /../ccpp/suites/suite_.xml suite_.xml' commit 5278d8d8c224e58880456773efd11068cf32bcf7 Author: Dom Heinzeller Date: Sat Apr 13 14:10:16 2019 -0600 tests/tests/fv3_ccpp_*: change CCPP_SDF=ccpp/suites/suite_FV3_GFS_2017_updated.xml to CCPP_SUITE=FV3_GFS_2017_updated etc. commit 5bba51c4db48cce229277ead20ef87444fdfac82 Merge: e0de5471 93386fb4 Author: Dom Heinzeller Date: Sat Apr 13 09:12:50 2019 +0200 Merge pull request #133 from climbfuji/gsd_develop_thompson_improvements_and_bugfixes_20190403 Thompson MP bug fix for saving temperature, and calculation of initial number concentrations commit 93386fb413c3c86fa667667c60bb7fe113dfe859 Author: Dom Heinzeller Date: Fri Apr 12 20:56:44 2019 +0200 Update submodule pointers for FV3 and ccpp/physics commit 2a282a5f25ee1831df3f6b0613827f647c73db15 Author: Dom Heinzeller Date: Tue Apr 9 23:50:36 2019 +0200 Update submodule pointer for FV3 and ccpp/physics commit 5f7c40d0fe1f6f76aa1d0b973623bba96a9a724e Merge: 4488ba77 3b446822 Author: Laurie Carson Date: Tue Apr 9 14:29:21 2019 -0600 Merge pull request #137 from climbfuji/ccpp_github_update_to_vlab_master_20190406 GitHub CCPP update to Vlab master as of 2019/04/01 commit 3b4468227862cf72d6949f7690f0d4cbcd5c9d68 Author: Dom Heinzeller Date: Sat Apr 6 20:53:06 2019 -0600 Update submodule pointer for FV3 commit 4371705198847e590045d29365fc2782e4207133 Author: Dom Heinzeller Date: Sat Apr 6 20:39:30 2019 -0600 Update submodule pointer for ccpp/physics commit 9bade56798f1a2682b66a825ae07c9308e42dbb6 Author: Dom Heinzeller Date: Sat Apr 6 20:39:14 2019 -0600 conf/configure.fv3.theia.intel tests/rt.conf: remove temporary MAKOPT WORKAROUND_DT3DT7 commit b14463ff42da20ecc5c5b82cb2e911402015f487 Author: Jun Wang Date: Mon Apr 1 02:29:45 2019 +0000 NEMSfv3gfs: this commit #refs 61047 Merge FV3 chemistry development branch into master branch. Change-Id: I9d6c44ff0bd971fca5dc2468348ea15a310d3898 commit 2dfcaad4e37eab52d6acec2814e90a807eb4064d Author: Dom Heinzeller Date: Thu Apr 4 10:09:25 2019 -0600 Update submodule pointer for ccpp-physics commit 2d795003b9803b3fdc2b85e2468a13dace14cf2b Merge: 119c2b09 e0de5471 Author: Dom Heinzeller Date: Thu Apr 4 10:09:10 2019 -0600 Merge branch 'gsd/develop' of https://github.com/NCAR/NEMSfv3gfs into gsd_develop_thompson_improvements_and_bugfixes_20190403 commit e0de54718d4d21ef4c338c9f7260c81ae279656e Author: Dom Heinzeller Date: Thu Apr 4 10:05:40 2019 -0600 Update submodule pointers for FV3 and ccpp/physics commit b1d6c1261648440188913bb80a3ead691f8acbe0 Merge: 7adf3696 d7f1a349 Author: Dom Heinzeller Date: Thu Apr 4 10:04:36 2019 -0600 Merge branch 'gmtb/ccpp' into gsd/develop commit d7f1a3495b44211b9fdda23c84684ea55e500d51 Merge: 4488ba77 7adf3696 Author: Dom Heinzeller Date: Thu Apr 4 10:04:18 2019 -0600 Merge branch 'gsd/develop' into gmtb/ccpp commit 4488ba772292e8ba63641ae48e4f2cc56eb251cc Merge: 194c4805 6c5070b9 Author: Dom Heinzeller Date: Thu Apr 4 09:57:31 2019 -0600 Merge pull request #134 from climbfuji/update_submodule_pointers_20190404 Update submodule pointers 2019/04/04 commit 6c5070b95342453c2bb0f6092049672b78e813a0 Author: Dom Heinzeller Date: Thu Apr 4 09:56:13 2019 -0600 Update submodule pointers for FV3, NEMS, ccpp/physics commit 194c48053a97f8a6a78be6f2e8a4d6d6bad35966 Merge: 5df6c0c0 2762de3e Author: Dom Heinzeller Date: Thu Apr 4 08:59:19 2019 -0600 Merge pull request #132 from climbfuji/cheyenne_jet_updates_20190402 Jet and Cheyenne build system updates commit 119c2b09ade4581061686ec4798ee8b73a9c1390 Author: Dom Heinzeller Date: Thu Apr 4 08:48:04 2019 -0600 ccpp/config/ccpp_prebuild_config.py: add module to calculate initial number concentrations for Thompson MP to list of scheme dependencies commit 2762de3e74ca129fcd6036c40007fa931465a18d Author: Dom Heinzeller Date: Wed Apr 3 14:37:59 2019 -0600 Update submodule pointers for FV3, NEMS, ccpp/physics commit 1a12e85f51e086a0301cb541b290e2ae20d93612 Author: Dom Heinzeller Date: Wed Apr 3 14:37:39 2019 -0600 ccpp/CMakeLists.txt conf/configure.fv3.jet.intel: add AVX-512 SIMD instruction set flags for Skylake processors on kJet commit d00418c67665ae735f3f51e677bb3aac9a79d804 Author: Dom Heinzeller Date: Wed Apr 3 09:24:28 2019 -0600 Add config for Cheyenne with Intel+iMPI commit 1dddafb7d7b76b9be69b6bfc9ca7e968a14e0b8b Author: Dom Heinzeller Date: Wed Apr 3 09:24:10 2019 -0600 Update build config for Jet: remove Intel 15 config, update Intel 18 config commit 7adf36966c1c88d53fde80968378414b8cb1934a Merge: 994e6a35 a3b3a6e3 Author: Dom Heinzeller Date: Tue Apr 2 13:05:58 2019 -0600 Merge branch 'climbfuji-update_github_ccpp_to_vlab_master_20190328' into gsd/develop commit a3b3a6e3f6dab91682784cac23b1f84cdef17b2a Merge: 994e6a35 5e6a07ca Author: Dom Heinzeller Date: Tue Apr 2 13:05:39 2019 -0600 Merge branch 'update_github_ccpp_to_vlab_master_20190328' of https://github.com/climbfuji/NEMSfv3gfs into climbfuji-update_github_ccpp_to_vlab_master_20190328 commit 5df6c0c04872880413bcd35730f93fd1cf531b6e Merge: 6c713852 ff7c80da Author: Dom Heinzeller Date: Tue Apr 2 09:05:32 2019 -0600 Merge pull request #130 from climbfuji/update_submodule_pointers_20190402 Update submodule pointers for FV3 and ccpp/physics commit ff7c80da04a9c2b340722785bc1bc3a61dcd6392 Author: Dom Heinzeller Date: Tue Apr 2 09:04:03 2019 -0600 Update submodule pointers for FV3 and ccpp/physics commit 6c713852ab8b51f509c8d9637959605aa8c76d7d Merge: 2ab90d30 5e6a07ca Author: Laurie Carson Date: Mon Apr 1 08:52:57 2019 -0600 Merge pull request #129 from climbfuji/update_github_ccpp_to_vlab_master_20190328 Update GitHub CCPP branches to Vlab master 20190329 commit 5e6a07cad6df88a3dc0d631f888ccab4fbb25bc1 Merge: 4fd13209 2ab90d30 Author: Dom Heinzeller Date: Sat Mar 30 21:35:07 2019 -0600 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into update_github_ccpp_to_vlab_master_20190328 commit 4fd13209ddde79f69c47f3a77b73e4347584ae74 Author: Dom Heinzeller Date: Sat Mar 30 21:34:35 2019 -0600 Update submodule pointers for FV3, NEMS, ccpp/physics commit 51b88cf5616c4101836233cb303f96743fc13054 Author: Dom Heinzeller Date: Sat Mar 30 21:15:40 2019 -0600 tests/rt.conf: add flag for workaround Diag%dt3dt(i,k,7) (missing *dtf) commit c478980713ea94b7244dcd76795c2c2147b510d7 Author: Dom Heinzeller Date: Sat Mar 30 21:15:18 2019 -0600 conf/configure.fv3.theia.intel: add flag for workaround Diag%dt3dt(i,k,7) (missing *dtf) commit a984e0f0f73479c2d32efeb96f5baa8584a29465 Author: Dom Heinzeller Date: Sat Mar 30 21:14:06 2019 -0600 ccpp/suites/{suite_FV3_GFS_2017_updated.xml,suite_FV3_GFS_2017_updated_gfdlmp.xml}: add new scheme maximum_hourly_diagnostics for demonstration purposes, right this data is not output in the regression tests and as such the scheme doesn't have to run; adding it nonetheless to test that it doesn't change the answer commit cf0e09f54431cc89455776ba5610ec79d28fb0c2 Author: Dom Heinzeller Date: Sat Mar 30 21:11:39 2019 -0600 ccpp/config/ccpp_prebuild_config.py: add new scheme maximum_hourly_diagnostics commit 09132145eb4030d840e59edf22f807345e0f852a Author: Dom Heinzeller Date: Sat Mar 30 21:10:31 2019 -0600 Update temporary files in TMP_CCPP_ACCEPTANCE_DEBUGGING commit 994e6a35cc9a480e499f6a02c763e80332e70d7a Merge: 3621d3f0 38f384f6 Author: Dom Heinzeller Date: Fri Mar 29 20:20:33 2019 -0600 Merge branch 'climbfuji-ccpp_github_update_to_vlab_master_20190308' into gsd/develop commit 38f384f6372dece3819a2ecb006f11f9a9edad17 Merge: 3621d3f0 46834608 Author: Dom Heinzeller Date: Fri Mar 29 20:20:20 2019 -0600 Merge branch 'ccpp_github_update_to_vlab_master_20190308' of https://github.com/climbfuji/NEMSfv3gfs into climbfuji-ccpp_github_update_to_vlab_master_20190308 commit 2ab90d3081ba7e726be5546c11dd038d843da7df Merge: 7b4e3f54 46834608 Author: Dom Heinzeller Date: Fri Mar 29 10:44:24 2019 -0600 Merge pull request #121 from climbfuji/ccpp_github_update_to_vlab_master_20190308 Update GitHub gmtb/ccpp branch to VLab master 03/08/2019 commit 4c744f68ec74de0c709c60b470c643b708fd48bd Author: Jessica.Meixner Date: Wed Mar 27 20:36:08 2019 +0000 NEMSfv3gfs: this commits refs #61777 sea-surface-ice-temperature fix for cplflx=t commit 8aaffaf48207d7862fdefc987308c244a6a2b3df Author: Jun Wang Date: Mon Mar 25 12:53:17 2019 +0000 NEMSfv3gfs: this commits #refs 60897 update FV3 restart capability Change-Id: I76149e59e7790593f2ad5bcbc1a62d4ca6a28a74 commit 1f55346e1742dc17b8e586041cc3f6d9d90fa719 Author: Jun Wang Date: Tue Mar 19 02:09:09 2019 +0000 NEMSfv3gfsS: this commits #refs 60951 output physics diagnostics tendency fields to history files and #refs 60775 update qmin in cloud_diagnosis for gfdlmp Change-Id: I26ce7f65c53f6c77c61a4abf5eaba6ac5aa46656 commit f0243cea02ef52817d8b07e522e96df5be01d7ed Author: Jun Wang Date: Tue Mar 12 01:38:21 2019 +0000 NEMSfv3gfs: this commits #refs 61150 Severe storm and max/min hourly diagnostics + gfdl microphysics full reflectivity only at output times Change-Id: I1ef8bb24ebab585e72bd1b0115e340e53b5df121 commit 3621d3f008090acf0466d856923af2519eaf9ce4 Author: Dom Heinzeller Date: Thu Mar 28 20:54:18 2019 -0600 Update CODEOWNERS for NEMSfv3gfs' gsd/develop branch commit af86fa9ae15de670d7c464cd5de5f388df3a90ea Merge: 7b4e3f54 075c2a45 Author: Dom Heinzeller Date: Thu Mar 28 20:39:05 2019 -0600 Merge pull request #126 from climbfuji/update_ruc_snowfallvars Update RUC LSM snowfall variables commit 075c2a455ebb58408f1cef0dc2e4d6ac191a943a Author: Dom Heinzeller Date: Thu Mar 28 20:38:20 2019 -0600 Update submodule pointer for NEMS commit 42795a26d29f049bf14f63f5c6e6be516c5955db Merge: 8af532af 7b4e3f54 Author: Dom Heinzeller Date: Thu Mar 28 20:38:02 2019 -0600 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into update_ruc_snowfallvars commit 4683460880fc8fc54d4284db66d4816902bc5b1d Author: Dom Heinzeller Date: Thu Mar 28 13:52:48 2019 -0600 Update submodule pointers for FV3 and ccpp-physics commit bec30a4dd144abd42ed2b875ffad9b6140bae41d Author: Dom Heinzeller Date: Wed Mar 27 17:09:04 2019 -0600 conf/configure.fv3.*: bugfix for linking SIONlib libraries, have to come last (i.e. after the CCPP libraries) commit 46e76b5783b30e2c15db1bbf46aa254c2dae65a1 Author: Dom Heinzeller Date: Wed Mar 27 16:48:12 2019 -0600 modulefiles/theia.intel/fv3.intel-18.0.1.163: upgrade ESMF library to 8.0.0_bs21 commit a5f8272283e59bfd61b6ea679f215b95a731900a Author: Dom Heinzeller Date: Wed Mar 27 16:28:38 2019 -0600 tests/fv3_conf/ccpp_regional_run.IN: bugfix, correct date/location of initial conditions commit d9672f9b49344e49160e3289c3bccb8fa8d8eb18 Author: Dom Heinzeller Date: Wed Mar 27 15:02:02 2019 -0600 tests/rt_ccpp_static_gsd.conf: bugfix, correct name of suite definition file commit 8af532af7694c9d12bc1157872452ac8f56e2b4b Author: Dom Heinzeller Date: Mon Mar 25 13:42:33 2019 -0600 Update submodule pointers commit e64727496b21a55739d93e154fb18f4748aae286 Merge: 11e801f4 7b4e3f54 Author: Dom Heinzeller Date: Tue Mar 26 08:22:34 2019 -0600 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into ccpp_github_update_to_vlab_master_20190308 commit 11e801f4f94cf2ee12da53520e49e737a8c710d0 Author: Dom Heinzeller Date: Tue Mar 26 08:19:47 2019 -0600 Remove temporary regression test suites tests/{rt_ccpp_ref_gaea_wcoss.conf,rt_ccpp_static_gaea_wcoss.conf} commit 01ea2c7c07f436e0e5df0bfe1493a243fff6ba22 Merge: ce9fca4a 928b5e44 Author: Dom Heinzeller Date: Tue Mar 26 08:19:14 2019 -0600 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into ccpp_github_update_to_vlab_master_20190308 commit 7b4e3f5434c14567afaac680858c817ad018555f Merge: 928b5e44 1fe845ba Author: Laurie Carson Date: Tue Mar 26 08:11:58 2019 -0600 Merge pull request #125 from climbfuji/update_jet_paths_20190325 Update filesystem information for detecting Jet, update NEMS CompsetRun config for Jet and Gaea commit ce9fca4aa0a4381550625a250cabcbfba4d479f5 Author: Dom Heinzeller Date: Mon Mar 25 20:51:27 2019 -0600 Update CCPP regression test configs with changes to non-CCPP reference tests commit 0cd960fcc54adc28fb307d44e085a89f5e5fab62 Author: Dom Heinzeller Date: Mon Mar 25 20:44:48 2019 -0600 tests/rt.conf: add temporary workaround for srflag bug on theia.intel, rename _moninq regression tests for tests that no longer use moninq (but hedmf instead) commit a753c6ba5013aef71fa6e57d1d29d483967eeed4 Author: Dom Heinzeller Date: Mon Mar 25 20:43:47 2019 -0600 conf/configure.fv3.theia.intel: add temporary switch for workaround of srflag bug commit 7c92643ec72a663f173f9bd92c3235b8d50e6a17 Author: Dom Heinzeller Date: Mon Mar 25 20:43:11 2019 -0600 conf/before_components.mk: extend logic to detect that CCPP is enabled commit 583cae2a4c8e730f71180ed0e4aefd508ba7b837 Author: Dom Heinzeller Date: Mon Mar 25 20:42:28 2019 -0600 Add new tests fv3_ccpp_lheatstrg fv3_ccpp_gfdlmprad to regression test configs commit 852989b9f5661e3819b907dd3666ecbf75c339e7 Author: Dom Heinzeller Date: Mon Mar 25 20:41:02 2019 -0600 New regression tests tests/tests/fv3_ccpp_gfdlmprad tests/tests/fv3_ccpp_lheatstrg tests/tests/fv3_ccpp_stretched_nest_quilt commit 1fe845ba045f69d7fd054c1dc54576d46a1fbdaf Author: Dom Heinzeller Date: Mon Mar 25 17:41:36 2019 -0600 tests/rt.sh: fix DISKNM for jet commit 003c8d93feb48f1373bf65d447e2c24c536d0f4f Author: Dom Heinzeller Date: Mon Mar 25 17:39:58 2019 -0600 compsets/jet.input: MACHINE_ID jet -> jet.intel; replace /pan2 with /lfs1 commit aef4abf5886da55af24e134ffc5643ab70e0b593 Author: Dom Heinzeller Date: Mon Mar 25 17:38:46 2019 -0600 compsets/gaea.input: MACHINE_ID gaea -> gaea.intel commit 9ac90e3872ef62ba265d5e9c156dcf0ea4f169da Author: Dom Heinzeller Date: Mon Mar 25 17:38:21 2019 -0600 compsets/fv3.input: fix logic to not substitute . with _ commit 3566335598b41167cacc83fca16d003f498a1027 Author: Dom Heinzeller Date: Mon Mar 25 17:37:27 2019 -0600 Update submodule pointers commit 5942440bba961ecd3455471049f260da6f4a061b Author: Dom Heinzeller Date: Mon Mar 25 17:11:56 2019 -0600 modulefiles/theia.intel/fv3.intel-15.1.133: load slurm module, use ESMFv8; modulefiles/theia.intel/fv3.intel-18.0.1.163: load slurm module; modulefiles/jet.intel/fv3.intel-15.0.3.187: use ESMFv8; delete regression tests using moninq instead of hedmf that are no longer required: tests/tests/{fv3_stretched_moninq, fv3_stretched_nest_debug_moninq, fv3_stretched_nest_moninq} commit 78da1737bf427f05c3515d863e85d91189859f53 Author: Dom Heinzeller Date: Mon Mar 25 16:34:56 2019 -0600 parm/{ccpp_cpt.nml.IN, ccpp_csawmg.nml.IN, ccpp_csawmgshoc.nml.IN, ccpp_gf_thompson.nml.IN, ccpp_gfdlmp_ldiag3d.nml.IN, ccpp_gfdlmp_mynn.nml.IN, ccpp_mynnedmf.nml.IN, ccpp_ntiedtke.nml.IN, ccpp_ozphys_2015.nml.IN, ccpp_satmedmf.nml.IN, ccpp_shinhong.nml.IN, ccpp_thompson_mynn.nml.IN, ccpp_wsm6.nml.IN, ccpp_wsm6_ldiag3d.nml.IN, ccpp_ysu.nml.IN, csawmg_moninq.nml.IN}: add new parameter lheatstrg with default value ".F."; delete namelists that are no longer required commit bb5874f69b242550e4656dbbebfde2818a427cb6 Merge: fbc358a0 928b5e44 Author: Dom Heinzeller Date: Mon Mar 25 13:40:52 2019 -0600 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into update_ruc_snowfallvars commit fbc358a05f1286c6c1def587c5b0f0e28184ffc8 Author: Dom Heinzeller Date: Mon Mar 25 13:37:53 2019 -0600 Regression test config for GSD suite (coldstart and restart) commit d46fc34e52e8af2589c9c9865348c2751a0f1f83 Author: Dom Heinzeller Date: Mon Mar 25 13:30:51 2019 -0600 TMP_TABLES_GSD_SUITE/diag_table: add RUC snowfall variables commit 928b5e4473413e3de39dff939b51aacb32c96f5b Merge: 39e4fb12 88af9659 Author: Dom Heinzeller Date: Mon Mar 25 09:39:01 2019 -0600 Merge pull request #123 from climbfuji/gaea-cheyenne-build CCPP builds gaea and wcoss, updates for cheyenne, cleanup commit 88af9659dec6c4f0e75605950a643ce53043ee99 Author: Dom Heinzeller Date: Fri Mar 22 13:42:28 2019 -0600 conf/before_components.mk: add TODO note commit 0954ac70e309558019a6781f5721471e078fd8fe Author: Dom Heinzeller Date: Fri Mar 22 13:35:12 2019 -0600 TMP_CCPP_ACCEPTANCE_DEBUGGING/conf/configure.fv3.theia.intel: update with changes from conf/configure.fv3.theia.intel commit ae09e44cdc00a2cbd601b217a087ad8c322746f3 Author: Dom Heinzeller Date: Fri Mar 22 11:14:50 2019 -0600 Update submodule pointer for ccpp-physics commit 880a981be8a2c2db5054c456c0abf5ecd9ee5a8d Author: Dom Heinzeller Date: Fri Mar 22 11:09:37 2019 -0600 Update submodule pointer for ccpp-framework commit 5854e5eed3ca3ac7918d83e374de870bacda32b1 Author: Dom Heinzeller Date: Fri Mar 22 11:08:57 2019 -0600 Update submodule pointer for FV3 commit 0bcf71a140c0ac8e11981f566db88d7125c34c61 Author: Dom Heinzeller Date: Fri Mar 22 11:06:59 2019 -0600 tests/tests/{fv3_stretched_nest, fv3_ccpp_stretched_nest}: increase wallclock time for GNU builds commit 9424c458dcf7bd04c2464de2ac556c357ae02042 Author: Dom Heinzeller Date: Fri Mar 22 11:05:02 2019 -0600 tests/fv3_conf/suite2_run.IN, tests/fv3_conf/ccpp_suite2_run.IN: bugfix, use correct fixed files for oz_phys_2015 and h2o_phys commit c8147ea622e57c79ea38717da6eee1abc2076ca8 Author: Dom Heinzeller Date: Fri Mar 22 11:04:20 2019 -0600 tests/default_vars.sh: add CCPP default vars (no impact on non-CCPP code) commit 90fe8dc54b73c5ac9412418d5dc20164806da999 Author: Dom Heinzeller Date: Fri Mar 22 11:03:24 2019 -0600 ccpp/CMakeLists.txt: update REPRO flags, replace -fp-model source with -fp-model consistent commit d28b38bc87dac9340c9c3d73cc51ef8b0ecf105e Author: Dom Heinzeller Date: Fri Mar 22 11:01:53 2019 -0600 compsets/all.input: create compset group 'ccpptrans' commit c77a2f855bb8c60513b94d8b393d62545c98b29b Author: Dom Heinzeller Date: Fri Mar 22 10:16:56 2019 -0600 conf/configure.fv3.*.intel, conf/configure.fv3.{wcoss_cray,wcoss_dell_p3}: update REPRO flags, replace -fp-model source with -fp-model consistent; revert change to CCPP include/linker flags commit d38763e805d11337dc5d0c976d2e8b1c3dbf11e5 Author: Dom Heinzeller Date: Fri Mar 22 10:15:58 2019 -0600 conf/configure.fv3.{wcoss_phase2,odin}: update REPRO flags, replace -fp-model source with -fp-model consistent commit 3dafbe95ed792a0af9729e6efc04623300884e32 Author: Dom Heinzeller Date: Fri Mar 22 10:14:51 2019 -0600 conf/configure.fv3.*.{gnu, pgi}: revert changes to CCPP include/linker flags; test/rt_gnu_pgi.conf: remove outdated regression test config (for now, use rt_ccpp_ref.conf instead) commit 198cdee6610a237daebd756019909a97b9356d74 Author: Dom Heinzeller Date: Thu Mar 21 16:48:16 2019 -0600 ccpp/build_ccpp.sh: update documentation, move clean-after to end of file commit ba8a31540a6675b67fe5ca5d0c257fd61839f38d Author: Dom Heinzeller Date: Thu Mar 21 16:43:05 2019 -0600 TMP_CCPP_ACCEPTANCE_DEBUGGING/FV3/atmos_model.F90: add CPP guards around debugging statement to easily turn them on or off commit 858286805ec1e98cd7b6f5784be787c5869b6692 Author: Dom Heinzeller Date: Wed Mar 20 17:40:11 2019 -0600 parm/{ccpp_control.nml.IN,ccpp_gfdlmp.nml.IN,gfdlmp.nml.IN}: add configuration options that will be set by rt.sh and that allow using the namelist templates for more than one of test commit 18a781f1e8acfc7e9e663c676b804fb9cac7bcfa Author: Dom Heinzeller Date: Wed Mar 20 16:53:33 2019 -0600 all.input, fv3.input: add Compset fv3_ccpp_control for theia.intel commit 63a4dff8c55b52541f142e9867c6c3a17b5649db Author: Dom Heinzeller Date: Tue Mar 19 15:39:48 2019 -0600 Remove temporary directory TMP_SRC_WCOSS_GAEA commit 13eba69d40d2fa3fadd8dac0c4626f80c78c4566 Author: Dom Heinzeller Date: Tue Mar 19 15:35:03 2019 -0600 ccpp/build_ccpp.sh: add reminder to check if EMSF dependency is required commit 71fdf8008ef200ca40c44fe2191c42a0ddd3a1fe Merge: 1bb2d2f8 39e4fb12 Author: Dom Heinzeller Date: Tue Mar 19 15:33:56 2019 -0600 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into gaea-cheyenne-build commit 39e4fb126a465b9df798734e98144c141ed89fc4 Merge: 6712a956 ce91a743 Author: Dom Heinzeller Date: Mon Mar 18 09:13:02 2019 -0400 Merge pull request #122 from climbfuji/bugfix_thompson_20190313 Bugfix optional arguments for Thompson aerosol aware runs commit 1bb2d2f832cfb9847b3fb3ca5b25a5b66f001664 Author: Dom Heinzeller Date: Fri Mar 15 16:46:15 2019 -0400 Remove all code related to the memcheck utility commit 78f16eac955e5db84d2fa798ffd13b01e47318f1 Author: Dom Heinzeller Date: Fri Mar 15 16:01:37 2019 -0400 Update submodule pointer for ccpp/physics commit 0888ebab3178c7ea0a7f9a09f5991bee5121d4a9 Author: Dom Heinzeller Date: Fri Mar 15 16:01:21 2019 -0400 Update CCPP modulefiles for wcoss_cray and wcoss_dell_p3 commit 1733b86cf7f9b98a825757da9c38e356f9e07711 Author: Dom Heinzeller Date: Fri Mar 15 16:00:40 2019 -0400 ccpp/build_ccpp.sh: remove NCEPlibs cmake flags, update build configuration for wcoss_cray commit bffa0fd0d06823319b45d35abc972677bc36228b Merge: f8f5806e 6712a956 Author: Dom Heinzeller Date: Fri Mar 15 09:01:14 2019 -0400 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into gaea-cheyenne-build commit f8f5806eaaa07a01e242e3e90915f2d85ba73eb6 Author: Dom Heinzeller Date: Fri Mar 15 07:20:27 2019 -0400 conf/configure.fv3.wcoss_cray conf/configure.fv3.wcoss_dell_p3: add CCPP config options commit 76e3b94f8a17392a1956cdb619d06595b8a90e10 Author: Dom Heinzeller Date: Thu Mar 14 21:20:52 2019 -0400 TEMPORARY: add rt_ccpp_ref_gaea_wcoss.conf and rt_ccpp_static_gaea_wcoss.conf for porting code to gaea and wcoss commit d4c2630eeac1bdd1e0ab77ed746a7a9a93648d4b Author: Dom Heinzeller Date: Thu Mar 14 21:08:45 2019 -0400 Update submodule pointers for FV3, NEMS, ccpp-physics, ccpp-framework commit cfd9e3c9df170ceef06f5df1060254c5b27b54b4 Author: Dom Heinzeller Date: Thu Mar 14 21:08:17 2019 -0400 conf/before_components.mk: add switch for CCPP modulefile for wcoss_cray and wcoss_dell_p3 commit 74c21852369876706406bff56bb28065badebc1d Author: Dom Heinzeller Date: Thu Mar 14 20:34:44 2019 -0400 ccpp/build_ccpp.sh: add wcoss_cray, wcoss_dell_pe placeholders, disable dynamic build for Cray systems commit 74451cf8ae5039929e434e973538618d1d6129a6 Author: Dom Heinzeller Date: Thu Mar 14 19:50:37 2019 -0400 rt_ccpp_ref.conf, rt_ccpp_static.conf: add minimum set of tests for wcoss_dell_p3 and wcoss_cray commit 0db837fc325036c05b40270283beae2e538d6461 Author: Dom Heinzeller Date: Thu Mar 14 19:49:37 2019 -0400 tests/rt.sh: follow filesystem migration f1->f2 commit d8b70c032d1957cc4747d782ba46f23a23e1cfdb Author: Dom Heinzeller Date: Thu Mar 14 17:47:46 2019 -0400 modulefiles/gaea.intel/fv3.intel-16.0.3.210 and modulefiles/gaea.intel/fv3.intel-18.0.3.222: follow filesystem migration from f1 to f2 commit abec7f571876e1f0e4b18eb60eb630ce1d0e32df Author: Dom Heinzeller Date: Thu Mar 14 17:46:42 2019 -0400 modulefiles/cheyenne.*/fv3: bugfix, correct date string for NCEPlibs; for PGI, revert to mpt-2.15f version of ESMF due to the inability to build it with mpt-2.19 commit 149bc8f5abede5c377e13ece55ea788c70ecda80 Author: Dom Heinzeller Date: Thu Mar 14 17:44:31 2019 -0400 modulefiles/wcoss_cray/fv3.ccpp modulefiles/wcoss_dell_p3/fv3.ccpp: modulefiles for CCPP port commit f2ab5e7e309ef1651fae0285eb768dcce0c8eacc Author: Dom Heinzeller Date: Thu Mar 14 16:10:39 2019 -0400 Temporarily add libxml source code for building on WCOSS commit ce91a743374a01561b93c2999850c973fd05cf30 Author: Dom Heinzeller Date: Wed Mar 13 21:28:38 2019 -0400 ccpp/config/ccpp_prebuild_config.py: bugfix, optional argument 'cloud_droplet_number_concentration_updated_by_physics' should have been added to mp_thompson_hrrr_pre_run routine, not to mp_thompson_hrrr_init routine commit 69939edc0e74aebe3ac410617581448d02c20a0d Author: Dom Heinzeller Date: Tue Mar 12 21:18:38 2019 -0400 ccpp/build_ccpp.sh: create ESMF makefile fragment at end of CCPP build, flags for SIMD multi-architecture flags on Jet, stop attempts to build dynamic CCPP on gaea commit 16d8fd5b7ae34355be1808d300a46bb84fd2c148 Author: Dom Heinzeller Date: Tue Mar 12 21:09:40 2019 -0400 rt_ccpp_ref.conf, rt_ccpp_static.conf: add gaea.intel commit 080a5386953973580ed6e5b6064c1a52930c4e43 Author: Dom Heinzeller Date: Tue Mar 12 21:03:04 2019 -0400 tests/rt.conf, tests/rt.sh: rename build target gaea to gaea.intel commit d91738744a0e1f3e3100dcd36178baebbe856bfb Author: Dom Heinzeller Date: Tue Mar 12 21:02:09 2019 -0400 fv3_conf/fv3_msub.IN_gaea: source module-setup.sh commit 5dbd70c62d4c395e342e08018d129d4a7971e603 Author: Dom Heinzeller Date: Tue Mar 12 21:00:31 2019 -0400 tests/default_vars.sh, tests/detect_machine.sh: add .intel to gaea build target commit f779142aad7fcc1bb47afc2543b185bee46880bb Author: Dom Heinzeller Date: Tue Mar 12 20:55:32 2019 -0400 ccpp/CMakeLists.txt: define SIMD multi-architecture compiler flags, to be used for jet commit dfa26e858a0ca7deb3c9fb5c70bcd4eadfe302ed Author: Dom Heinzeller Date: Tue Mar 12 20:52:58 2019 -0400 Add modulefiles for gaea/intel16 and gaea/intel18 commit 80eab8ede4d90828d5580336c48d29940a38f597 Author: Dom Heinzeller Date: Tue Mar 12 20:51:35 2019 -0400 modulefiles/cheyenne.*/fv3: update Intel compiler to 18.0.5 and MPI to mpt-2.19 commit a6913acc9916d5e51bb0afaaea0bba1b869f726b Author: Dom Heinzeller Date: Tue Mar 12 20:34:10 2019 -0400 Add configuration for gaea.intel, change the include and link flags when CCPP is selected (now done inside NEMS build system) commit 6302db95c85f6c335287594484cf4d9e21dd1d65 Author: Dom Heinzeller Date: Fri Mar 8 15:49:30 2019 -0700 parm/ccpp_gfdlmp.nml.IN: add new namelist options for GFDL MP commit d6f8a2fcc8ecc9dd0d8e9097ecc09874844a8595 Author: Dusan Jovic Date: Tue Mar 5 14:05:55 2019 +0000 NEMSfv3gfs: this commits #refs 57070 Add nesting support in write component commit a1340af66b4df2c847e36fdc1d4cf592c807af04 Author: Ratko Vasic Date: Thu Feb 28 18:08:43 2019 +0000 The changes: 1. NEMS: location of rocoto is updated to 1.3.0rc2 in nemspara or hurdata areas. Note that rc2 and rc3 are the same; the increment in some places was due to a miscommunication. 2. All three repos: Everything on GAEA is switched to /lustre/f2 except libraries which are expected to be ready soon. 3. NEMSfv3gfs: The workaround for Theia SLURM using 12 cores per node has been removed now that the bug in SLURM is fixed. 4. NEMS: Documentation in NEMS/doc is updated 5. NEMSfv3gfs: The wallclock limit on WCOSS Phase 2 is increased from 40 minutes to 50 so that the expensive physics schemes will stop reaching their wallclock limit. 6. NEMSfv3gfs: On Jet, "module load slurm" is replaced by "module load slurm/default" 7. Compatibility of NEMS with ESMF versions 7 and 8.0.0_bs 21 8. NEMSfv3gfs/compsets/gaea.input - updated BASELINES date. commit 637ee7c55208d593ecc68d1d4cd8fb4ec3772634 Author: Jun Wang Date: Tue Feb 26 21:24:09 2019 +0000 NEMSfv3gfs: this commits #refs 60593 changes in srflag to reduce excessive snowfall Change-Id: Ifef935546b46aaa9605d43492ec26578491e1b14 commit 3f3e3f600071ffbbd3729ddfcbd8582d83f948ac Author: Jun Wang Date: Fri Feb 22 13:59:22 2019 +0000 NEMSfv3gfs: this commits #refs 59609 Interaction between GFDL MP and radiation and #refs 60561 submit build jobs on compute nodes in NEMSCompsetRun Change-Id: I84b27721ceca902ae2a9205a83673c0ff79081b1 commit b1404e2eeda8ef348fb3d8652567b12fb93013eb Author: Dusan Jovic Date: Tue Feb 12 13:30:56 2019 +0000 NEMSfv3gfs:​ this commits #refs 59928 convert regression test script (rt.sh) to use slurm on theia commit 08f8ff1c51f4f34f2d84417fd9b1e4a4b1f4ae32 Author: Samuel Trahan Date: Mon Feb 11 18:13:57 2019 +0000 SLURM updates, multi-app test suite improvements, and a fix to "make clean" 1. SLURM support for NEMSfv3gfs app's NEMSCompsetRun on uJet and Theia (see notes below). Results match the Moab/Torque baselines. 2. Bug fix from Dusan Jovic to eliminate error messages when cleaning FMS, and remove one temporary file created during the cleaning process. 3. Major bug fix to the multi-app test system to allow multiple, multi-app, tests, to happen at the same time. This bug was causing the nightly test website to incorrectly report some branch-specific tests people were doing as the nightly test results. The change adds a "test id" that is passed around; the nightly test uses "ngt". Documentation is updated accordingly. SLURM SUPPORT NOTES: 1. At this point, only NEMSfv3gfs has been set up for SLURM. That app was used because it is the only one that runs on all machines. Other apps can be easily ported; the underlying Rocoto and pyprodutil are the hard parts, and those are done. 2. On Jet, the fv3_wrtGauss_nemsio_c768 hangs with SLURM but not Moab; all other t/u Jet tests pass on SLURM. Note that Moab is using tJet, while SLURM uses uJet, a different set of hardware. It is possible this is a uJet issue, not a SLURM issue. The system logs suggest there is a firmware bug in the Mellanox Infiniband switches on uJet. Once xJet is connected to SLURM, we'll have a better idea. For now, the failed test is disabled in SLURM. 3. All Theia Moab tests pass on SLURM. However, on Theia, the SLURM is misconfigured to think there are only 12 cores per node instead of 24 when task geometries are requested. I've compensated by telling the nightly tests that there are only 12 cores per node, which doubles the number of nodes we use. To avoid pounding the machine TOO hard, the Theia SLURM "nightly" tests will only run once a week. This can be changed once the admins fix the SLURM misconfiguration. 4. For now, we're putting the GAEA SLURM port on hold. This is because GAEA's SLURM configuration may be undergoing a major change in the near future. Presently it has a very non-standard configuration which would require extra effort to support. The new configuration may require very different extra effort, and we don't want to do that twice. commit 17f9536a5b4ac21336830a7682f972411668185a Author: Samuel Trahan Date: Wed Feb 6 16:30:55 2019 +0000 NEMS documentation updates: 1. Land mask documentation updates in NEMS/doc/configuration.md 2. The multi-app test system is now documented in NEMS/doc 3. All CRONs related to the nightly test are now in NEMS/tests/nightly/cron 4. The nightly email script is in NEMS/tests/nightly/email-rt.pl commit 4c400b95ee3e4a3c4ddfda73dd0456139b6c6498 Author: Jun Wang Date: Wed Jan 30 21:11:20 2019 +0000 NEMSfv3gfs: this commits #refs 57811, Implementation of a canopy heat storage parameterization scheme Change-Id: Icc882d9bcc9e722ac0163fc6473725e0f2009655 commit b03450b73650e4d206017d827b4770783bd1b12f Author: Jun Wang Date: Mon Dec 17 19:16:16 2018 +0000 NEMSfv3gfs: this commites #refs 57587 Add digital filter weights to IAU and #refs 58696 set iccn to be false for MG scheme Change-Id: I63ca78d976be5868771d18dcdaaf4c2e9baf8d52 commit b09ff7f776e45c6b64d3b260e15de7c6815d27f0 Author: Dusan Jovic Date: Fri Dec 7 16:11:50 2018 +0000 NEMSfv3gfs: this commits #refs 56857 Use FV3GFS input in regional mode. Radar reflectivity into GFDL MP Change-Id: I07543ab0ffa967ee4f3f154ad9c7fc816abe1e72 commit 509b438dea24eef464a7e9883e08c9fcdad8861a Author: Jessica.Meixner Date: Mon Dec 3 17:48:55 2018 +0000 NEMSfv3gfs: This commit refs #54414 which updates FV3 for cplwav cplwav is added as a parameter here commit 82ee19464b2471953ea1216ef08e78b7471cb1a7 Author: Jun Wang Date: Fri Nov 30 13:30:36 2018 +0000 NEMSfv3gfs: this commits #refs 47603 Update sfcsub.f to Read Tiled Static Fields in NetCDF and #refs 57956 add rt.sh on dell Change-Id: Idd44a8de87628c14f91fe7a22482adcbb27f459d commit f7c651ffe72a66e84ff33c243e7e077279e68975 Author: Jun Wang Date: Mon Nov 26 15:18:02 2018 +0000 NEMSfv3gfs: this commits #refs 52308, Implementation of cellular automata for stochastic physics Change-Id: Ief604078ca6af73836fc538f1a7f8fcd1389fd8e commit d9c87827d585242ca9b321ef120a54c471ee43c1 Author: Samuel Trahan Date: Thu Nov 15 18:46:14 2018 +0000 WCOSS Phase 3 support, FMS portability, build system bug fixes The remainder of this commit message is split into three sections: 1. WCOSS Phase 3 (Dell) Support 2. FMS Updates 3. Other Changes ------------------------------------------------------------------------ WCOSS Phase 3 (Dell) Support ------------------------------------------------------------------------ All of these were from Sam Trahan: 1. produtil.cluster can detect WCOSS Phase 3, and report whether it is the operational side 2. produtil.run's automatic MPI chooser is updated to find IMPI on WCOSS Phase 3. 3. NEMS/tests/rtgen is updated to know how to autodetect the dell1/2/3 ptmp & stmp with the most available space. 4. NEMS/src/incmake is updated for WCOSS Phase 3 awareness. 5. NEMSfv3gfs/compsets is updated to have baseline locations, Rocoto information, and node sizes, for WCOSS Phase 3. ------------------------------------------------------------------------ FMS Updates ------------------------------------------------------------------------ All of these updates are from Dom Heinzeller. This is verbatim from Dom's pull request to the GFDL FMS master: "This PR adds missing/modifies existing/removes no longer needed portability features from the GFS-FMS branch with the goal to minimize the drift from NOAA-GFDL FMS master: * "mpp/include/mpp_gather.h: bugfix/workaround for Intel18 compiler, already in NOAA-GFDL/FMS master and required to run the fv3_stretched_nest tests with Intel18 * "mpp/affinity.c: use empty functions to set and get affinity on MacOSX platforms instead of removing functions entirely; this is a modified version of the changes to mpp/affinit.c that was created based on the request by Rusty, currently prepared for merging into NOAA-GFDL/FMS master * "mpp/include/mpp_domains_define.inc: revert workaround previously introduced for gfortran, no longer required; this change removes a workaround that was needed several months back to mitigate a GNU crash when starting up the model; it turns out that this is no longer required, most likely because the crash in that particular file was only a symptom for an issue that had to do with the ESMF version used back then (pre 7.1.0); that workaround never made it into NOAA-GFDL/FMS master" ------------------------------------------------------------------------ Other Updates ------------------------------------------------------------------------ These updates come from various individuals, so they're detailed in parentheses. 1. Baselines are generated for NEMSfv3gfs on all Jets, GAEA, and all four WCOSS phases. NEMSfv3gfs compsets are updated with new baseline locations. (This update is from Sam Trahan.) 2. The t/u Jet now runs the fv3_wrtGauss_nemsio_c768. (This update was modified from Terry McGuinness's FV3 GFS workflow port to Jet.) 3. Some invalid spaces were replaced with a tab in the GSDCHEM compilation logic in NEMS (This update is from Raffaele Montuoro.) 4. Configuration file dependencies in NEMS/src/incmake/configure*.mk files are corrected (This is Sam Trahan's resolution of bugs identified by Dusan Jovic.) 5. Some bash-specific logic in Makefiles was replaced with POSIX sh compliant code. (This update is from Dusan Jovic.) 6. The temporary file components.mk is now deleted before the NEMS/GNUmakefile exits. (This is Sam Trahan's resolution of bugs identified by Dusan Jovic.) 7. The tests-results.mk is handled as a regular configuration file (like configure.nems or modules.nems) and is cleaned up by "make unconfigure." (This is Sam Trahan's resolution of bugs identified by Dusan Jovic.) 8. Some "echo" statements were replaced by "@echo" so that the echo command is not printed. (This update is from Dusan Jovic.) commit 6712a956cacea358cad84c33bfcc05ecf51a94a4 Merge: 0840201e bb78937b Author: Dom Heinzeller Date: Fri Mar 8 10:32:23 2019 -0700 Merge pull request #119 from climbfuji/update_submodule_pointers_20190308 Update submodule pointers 03/08/2019 commit bb78937b8facfb71f83b6f24143fec608b76ac4c Author: Dom Heinzeller Date: Fri Mar 8 10:30:54 2019 -0700 Update submodule pointers for FV3 and ccpp/physics commit 0840201ee0af549d2f52e44381f8e7bbbf5a89b3 Merge: 7874a9b8 4244b7b5 Author: Dom Heinzeller Date: Fri Mar 8 10:08:01 2019 -0700 Merge pull request #118 from climbfuji/regtest_regional_c768_bitforbit CCPP acceptance: fv3_regional_c768 and fv3_ccpp_regional_c768 bit-for-bit commit 4244b7b57bcafefc84f22d53dce172be51ee3eed Author: Dom Heinzeller Date: Thu Mar 7 15:40:27 2019 -0700 Update submodule pointers for FV3, ccpp/framework and ccpp/physics commit 28603030b6a3ba34c914de436e4a66943b335bc5 Author: Dom Heinzeller Date: Thu Mar 7 15:39:37 2019 -0700 TMP_CCPP_ACCEPTANCE_DEBUGGING/FV3/atmos_model.F90: print debug statements before each 'physics' group commit 3900afd6ff51065e16cf1c28e0db22c89f17c6f2 Author: Dom Heinzeller Date: Thu Mar 7 15:38:39 2019 -0700 parm/regional_c768.nml.IN: change blocksize from 32 to 30 so that each block has the same length and that it matches the CCPP version commit 7874a9b8a7faee70d8facced4a8ba258a7414329 Merge: 243de0b7 22a6b48f Author: Dom Heinzeller Date: Thu Mar 7 14:06:17 2019 -0700 Merge pull request #117 from climbfuji/thompson_allocate_sfc_aerosol_emissions Support for GSD physics in regional configuration, update/add regression tests, cleanup SDFs commit 22a6b48f4836a665ab37941a6405ec89296db2df Author: Dom Heinzeller Date: Wed Mar 6 13:25:16 2019 -0700 Update submodule pointer for ccpp/framework commit 8a5d1f31ae19075e02a46d4a976c00aa614f660a Merge: 383c9d40 243de0b7 Author: Dom Heinzeller Date: Tue Mar 5 09:36:14 2019 -0700 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into thompson_allocate_sfc_aerosol_emissions commit 383c9d4001e520588c5497e62184496369ba76e1 Author: Dom Heinzeller Date: Tue Mar 5 09:30:02 2019 -0700 Update submodule pointer for FV3 and ccpp/physics commit d18007462a4f21335cb364226a0325392f9719ad Author: Dom Heinzeller Date: Tue Mar 5 09:29:37 2019 -0700 Add fv3_suite2/fv3_ccpp_suite2 to list of regression tests for CCPP-REF and CCPP, run only on Theia (because path to input files is hardcoded) commit e78114e44aef56636f227698323e78d95260db01 Author: Dom Heinzeller Date: Tue Mar 5 09:28:53 2019 -0700 Run GSD regression tests only on Theia (because path to input files is hardcoded) commit 5daed1bf9794df8331e6793a4f4b3625d7ce7bc9 Author: Dom Heinzeller Date: Tue Mar 5 09:23:03 2019 -0700 Add new regression test configurations for GFS suite2 (GFDL-MP + SATMEDMFVDIF, 32-bit dynamics) commit 79475b642baed3c759ff323ce1fc9da95a47e2f3 Author: Dom Heinzeller Date: Tue Mar 5 09:10:59 2019 -0700 New regression test setups for GSD physics commit 43bef1f3f44122ddcb248849001cebd66f0a275c Author: Dom Heinzeller Date: Tue Mar 5 09:10:33 2019 -0700 Remove CCPP-only regression tests from standard CCPP regression test setups (no non-CCPP baseline to compare against) commit e146abd575efa199dab94c6dfd620928d5d04b86 Author: Dom Heinzeller Date: Tue Mar 5 09:09:22 2019 -0700 Update/add regression test configurations for regression tests fv3_ccpp_gf_thompson, fv3_ccpp_gsd, fv3_ccpp_gsd_restart, fv3_ccpp_thompson_mynn commit 312557cf5d28be8836b15ee13c68a737d1bbcd53 Author: Dom Heinzeller Date: Tue Mar 5 09:08:18 2019 -0700 TMP_TABLES_GSD_SUITE/input.nml: remove duplicate entry for ttendlim commit 615d121695befa2f6958643f2345769e69697249 Author: Dom Heinzeller Date: Tue Mar 5 09:01:21 2019 -0700 Update/add namelist templates for regression tests fv3_ccpp_gf_thompson, fv3_ccpp_gsd, fv3_ccpp_gsd_restart, fv3_ccpp_thompson_mynn. Remove unused CCPP suite definition files from ccpp/suites/ commit ce47edba524ac2db417bc55f01576e50e9dbb990 Author: Dom Heinzeller Date: Tue Mar 5 08:03:06 2019 -0700 ccpp/suites/suite_FV3_GFS_2017_updated_thompson_mynn.xml: new suite using Thompson MP and MYNN PBL commit fbef55c6b622c373bcafb360c1287d10297028fb Author: Dom Heinzeller Date: Tue Mar 5 08:01:16 2019 -0700 TMP_TABLES_GSD_SUITE/input.nml: add ttendlim configuration option commit 1c6bc773b487844cdf1a47a59f99d07da5c42c72 Author: Dom Heinzeller Date: Tue Mar 5 08:00:48 2019 -0700 tests/rt.sh: change paths for regression testing from hardcoded username to dom.heinzeller environment variable commit e9c832504e401d37b0e1aa793136883023bbc534 Author: Dom Heinzeller Date: Tue Mar 5 07:58:41 2019 -0700 ccpp/config/ccpp_prebuild_config.py: add cloud droplet number concentration to list of optional variables for mp_thompson_hrrr_init commit bf6fd365ca35c5f656c607bf3979bc48bd58b6be Author: Dom Heinzeller Date: Sun Mar 3 15:30:02 2019 -0700 Update path to NCEPlibs repository on GitHub commit 5b06736f4bdebde72e7b7108be42c3e4a7623955 Author: Dom Heinzeller Date: Sun Mar 3 15:28:47 2019 -0700 rename conf/{configure.fv3.gaea => configure.fv3.gaea.intel}, rename modulefiles/{gaea => gaea.intel}/fv3 commit 243de0b7af16fd59b3d02b048acfcb5e5172e31b Merge: 6b4e7353 1609e295 Author: Dom Heinzeller Date: Fri Mar 1 07:34:38 2019 -0700 Merge pull request #116 from climbfuji/update_submodule_pointer_20190301 Update submodule pointer ccpp-physics 03/01/2019 commit 1609e295d18b5b27a3f17587ccafc41f7b167058 Author: Dom Heinzeller Date: Fri Mar 1 07:33:00 2019 -0700 Update submodule pointer for ccpp/physics commit 6b4e735385ca1006febef681b2d988c143aacb71 Merge: 272b3ed8 18849dce Author: Dom Heinzeller Date: Thu Feb 28 14:15:26 2019 -0700 Merge pull request #115 from climbfuji/update_submodule_pointers_20190228 Update submodule pointers 02/28/2019 commit 18849dce898daa5b6066abce0d1c2fbd074012d1 Author: Dom Heinzeller Date: Thu Feb 28 14:13:23 2019 -0700 Update submodule pointers for FV3 and ccpp/physics commit 272b3ed89916fcd9a86feaaea8bb740a817fcd4a Merge: 2c5948cf 7b177dee Author: Dom Heinzeller Date: Tue Feb 26 16:00:51 2019 -0700 Merge pull request #114 from climbfuji/update_submodule_pointers_20190226 Update submodule pointers 02/26/201920190226 commit 7b177dee010c88d7e394e9ba80d50551971b745b Author: Dom Heinzeller Date: Tue Feb 26 15:59:20 2019 -0700 Update submodule pointers for FV3 and ccpp/physics commit 2c5948cfb326f05b2b2609b767e70f5c64e464ad Merge: 97912b6d 82272217 Author: Dom Heinzeller Date: Tue Feb 26 15:44:54 2019 -0700 Merge pull request #113 from climbfuji/csawmg_bitforbit_prod CCPP-acceptance bit-for-bit csawmg and gfdlmp-32bit commit 82272217e8637337519b9496421520c7b0b3ca73 Author: Dom Heinzeller Date: Mon Feb 25 16:41:42 2019 -0700 Update submodule pointer for FV3 and ccpp/physics commit ba2dd2da4092ba7c84f70b249d03585cc97541d9 Merge: c3621bbe 97912b6d Author: Dom Heinzeller Date: Mon Feb 25 13:49:33 2019 -0700 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into csawmg_bitforbit_prod commit 97912b6db9b36017d35b89576aa2c5a4e3b00a8b Merge: 22e91ec6 882e885c Author: Dom Heinzeller Date: Mon Feb 25 13:15:43 2019 -0700 Merge pull request #112 from climbfuji/update_fms_gitmodules Update FMS .gitmodules commit 882e885cbdb4f4ec20c44c337b85acc8f6cf9ba8 Author: Dom Heinzeller Date: Mon Feb 25 13:13:50 2019 -0700 Update .gitmodules to point to NCAR's FMS repository commit c3621bbe93d541ac46f7222e94d32489c9e3e07d Author: Dom Heinzeller Date: Mon Feb 25 13:03:52 2019 -0700 ccpp/CMakeLists.txt: introduce special compiler flags CMAKE_Fortran_FLAGS_OPT that can be overwritten on a file-by-file basis; currently only used for Intel compilers commit 22e91ec64949b2ae230cc08da036c02e3c04a36a Merge: ab19fb6f c06f4480 Author: Dom Heinzeller Date: Mon Feb 25 10:01:12 2019 -0700 Merge pull request #111 from climbfuji/update_submodules_20190225_1 Update submodule pointers 02/25/2019 - 1 commit c06f448009a03aa31dd5e3b4a78b84496cb69c31 Author: Dom Heinzeller Date: Mon Feb 25 09:58:49 2019 -0700 Update submodule pointers for FV3 and ccpp/physics commit ab19fb6ff09be51c0455c851729e8c4947ad7230 Merge: d41037bb ce3a2033 Author: Dom Heinzeller Date: Mon Feb 25 08:57:15 2019 -0700 Merge pull request #110 from climbfuji/gfs_suite2 Physics bakeoff: CCPP version of GFS suite2 commit ce3a2033a135aab90e29a56ef6370d226f183efd Author: Dom Heinzeller Date: Fri Feb 22 20:46:32 2019 -0700 TMP_TABLES_GSD_SUITE/input.nml: update with latest changes used in GSD realtime runs commit 05f0db37634235ee99b28ec643f1ad30132ebb34 Merge: 35b389c2 d41037bb Author: Dom Heinzeller Date: Fri Feb 22 19:52:46 2019 -0700 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into gfs_suite2 commit 35b389c26b805b943911e3bf528f24ef2d9c07c2 Author: Dom Heinzeller Date: Fri Feb 22 18:12:30 2019 -0700 tests/rt_ccpp_static.conf: add test fv3_ccpp_satmedmf commit b2c6dabdfb6e6be3f4a8de0c52bd79bdce9e714a Author: Dom Heinzeller Date: Fri Feb 22 18:02:49 2019 -0700 ccpp/suites/suite_FV3_GFS_2017_updated_satmedmf.xml: add call to GFS_PBL_generic_pre commit 4bc0b12e6d9fa7acd850f1822ccf2bf0d66125e8 Author: Dom Heinzeller Date: Fri Feb 22 18:02:13 2019 -0700 Suite definition file for FV3 GFS suite2 (= operational suite GFS 2017 with satmedmf instead of moninedmf, temporary folder with runtime configuration files commit a5a826a5a76543b7f0b4f545ce65ffeae4b94f16 Author: Dom Heinzeller Date: Fri Feb 22 18:00:36 2019 -0700 Update of temporary files used for bit-for-bit hunting commit d41037bbf1d41d0b2f1b6bbbed74cf3954e54244 Merge: a978bc91 0ddd02e3 Author: Dom Heinzeller Date: Fri Feb 22 17:24:59 2019 -0700 Merge pull request #109 from climbfuji/caps_physics_follow_up CAPS physics follow-up commit 0ddd02e3dc388cea2246e1d6fe4c9fc3e84afc29 Author: Dom Heinzeller Date: Fri Feb 22 17:21:46 2019 -0700 Update submodule pointers for FV3, NEMS, ccpp/physics commit 5ad17b2c4ce1046323c9e59020367a53f806f9d9 Author: Dom Heinzeller Date: Fri Feb 22 17:21:31 2019 -0700 tests/rt.sh: bugfix, revert change to NEW_BASELINE commit a978bc917555501a170c308faa94c1a1f840cbe0 Merge: 77d017a1 d03c2015 Author: Dom Heinzeller Date: Fri Feb 22 17:20:01 2019 -0700 Merge pull request #96 from AustinChunxi/caps_physics Caps physics - compiling on Stampede2 and regression tests for YSU, saYSU and NTDK commit d03c2015136b74136759c6439b5b1250c4350003 Merge: c90f11ca 3b575101 Author: AustinChunxi <45803778+AustinChunxi@users.noreply.github.com> Date: Fri Feb 22 13:09:41 2019 -0600 Merge pull request #3 from climbfuji/caps_physics_dom_20190221 Update submodule pointer for FV3 commit 3b575101b9347c11048804511bf2c86e1bbb438d Author: Dom Heinzeller Date: Thu Feb 21 13:56:45 2019 -0700 Update submodule pointer for FV3 commit c90f11caf410fbc714aee03732eceebccbdc227e Merge: ad151d44 87f476c1 Author: AustinChunxi <45803778+AustinChunxi@users.noreply.github.com> Date: Thu Feb 21 10:59:03 2019 -0600 Merge pull request #2 from climbfuji/caps_physics_dom_20190221 Update CAPS physics to master (second round) for final testing commit 87f476c1449f995f9fa77cb8cc29f3877959832f Merge: ad151d44 77d017a1 Author: Dom Heinzeller Date: Wed Feb 20 08:38:39 2019 -0700 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into HEAD commit ad151d44785990c5a282c67fbd724b3d795fd042 Merge: c3d8a64b 9d756a9d Author: AustinChunxi <45803778+AustinChunxi@users.noreply.github.com> Date: Tue Feb 19 22:19:28 2019 -0600 Merge pull request #1 from climbfuji/caps_physics_dom_20190205 CAPS physics modifications and update to trunk commit 77d017a1edf33a5c3fc276c876cb21cbd1bfc4a8 Merge: ac9ba7e7 17736237 Author: Dom Heinzeller Date: Tue Feb 19 10:39:46 2019 -0700 Merge pull request #107 from climbfuji/update_submodule_pointers_20190219 Update submodule pointers for FV3 and ccpp/physics commit 17736237a69e0933e0a388c29bc58eb01f8063e6 Author: Dom Heinzeller Date: Tue Feb 19 10:37:46 2019 -0700 Update submodule pointers for FV3 and ccpp/physics commit ac9ba7e70d62828e8918ea62a4009de20f0a69d2 Merge: 63f46747 173f8b02 Author: Dom Heinzeller Date: Mon Feb 18 19:34:02 2019 -0700 Merge pull request #105 from climbfuji/add_ccpp_regression_tests_repro Add missing regression tests for CCPP acceptance (REPRO mode) commit 173f8b026a9fba45c447d673cab4f548ff162aa8 Author: Dom Heinzeller Date: Fri Feb 15 18:46:11 2019 -0700 tests/rt_ccpp_static.conf: bugfix, add missing INTEL18=Y for Theia commit b71b4594f474005f98aca151a52d60ce1884f581 Author: Dom Heinzeller Date: Fri Feb 15 17:54:15 2019 -0700 tests/rt_ccpp_static.conf: add regression tests fv3_ccpp_stretched, fv3_ccpp_stretched_nest, fv3_ccpp_regional_control, fv3_ccpp_regional_restart, fv3_ccpp_regional_quilt, fv3_ccpp_regional_c768 commit 0f78343318546e9bd9e21dd6af3f4712d8bbf8b1 Author: Dom Heinzeller Date: Fri Feb 15 15:19:43 2019 -0700 tests/rt_ccpp_ref.conf: add regression tests fv3_stretched, fv3_stretched_nest, fv3_regional_control, fv3_regional_restart, fv3_regional_quilt, fv3_regional_c768 commit d7bf92763b7a66ca629a0c0bb73f064fc0553482 Author: Dom Heinzeller Date: Fri Feb 15 15:19:13 2019 -0700 tests/rt_ccpp_hybrid.conf, tests/rt_ccpp_standalone.conf: add regression tests fv3_ccpp_stretched, fv3_ccpp_stretched_nest, fv3_ccpp_regional_control, fv3_ccpp_regional_restart, fv3_ccpp_regional_quilt, fv3_ccpp_regional_c768 commit 769ed297c05039fa8fdb486d9ba803964d63cc23 Author: Dom Heinzeller Date: Fri Feb 15 15:12:32 2019 -0700 parm/ccpp_regional_c768.nml.IN: change blocksize from 32 to 30 to get same-sized blocks commit 27605016735fb7c39923c71cd36b64719ad80eb1 Author: Dom Heinzeller Date: Fri Feb 15 15:08:56 2019 -0700 ccpp/suites/suite_FV3_GFS_2017_updated_stretched.xml: add new scheme sfc_ocean commit 5a692025ab51aab8208f6c7893ffa28bbb7cbef6 Author: Dom Heinzeller Date: Fri Feb 15 15:05:22 2019 -0700 ccpp/config/ccpp_prebuild_config.py: add new scheme sfc_ocean commit 63f4674783ff9f31b3b8fa423084cc1e7112fbed Merge: eaea25a9 9810520d Author: Dom Heinzeller Date: Fri Feb 15 09:24:38 2019 -0700 Merge pull request #104 from climbfuji/ccpp_acceptance_gfdlmp_bitforbit CCPP acceptance: GFDL MP with 64bit dynamics bit-for-bit commit 9810520d0a70c0083a3034dffb7570e23c87c2b9 Merge: e7b72367 eaea25a9 Author: Dom Heinzeller Date: Thu Feb 14 17:32:12 2019 -0700 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into ccpp_acceptance_gfdlmp_bitforbit commit eaea25a98c0b229e8f8d8b04d0fd9a9a07f2ef05 Merge: 46f3652f 7e4be9d5 Author: Dom Heinzeller Date: Thu Feb 14 16:47:36 2019 -0700 Merge pull request #102 from climbfuji/stochy_bitforbit_prod CCPP acceptance: fv3_stochy / fv3_ccpp stochy bit-for-bit identical commit e7b72367f89be091f7b9037ea5000f9407577949 Author: Dom Heinzeller Date: Thu Feb 14 10:20:18 2019 -0700 Update submodule pointers for FV3, ccpp/physics, ccpp/framework commit f8876c0e95e5838516af9f8a6446418dee5b46bb Author: Dom Heinzeller Date: Thu Feb 14 10:17:53 2019 -0700 parm/ccpp_gsd.nml.IN TMP_TABLES_GSD_SUITE/input.nml: set default value for Thompson MP temperature tendency limiter to 0.01 K/s commit 9cccb81aed985bcf4348cc36dff4d9b0e782c6af Author: Dom Heinzeller Date: Wed Feb 13 20:57:59 2019 -0700 New temporary files used for bit-for-bit hunting for GFDL-MP regression test commit 1ff0ef9b5923b65cec9a53d068f70d6ddcb8aff0 Merge: 81aecfb8 46f3652f Author: Dom Heinzeller Date: Wed Feb 13 20:56:05 2019 -0700 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into HEAD commit 81aecfb85a78491d0a0ebf14ad7b3e504d5d2f35 Author: Dom Heinzeller Date: Wed Feb 13 08:09:42 2019 -0700 Increase default value for Thompson MP temperature tendency limiter from 0.002 to 0.07 commit 9d756a9dc9b3e560330312ec6115f8f9c7325b09 Author: Dom Heinzeller Date: Fri Feb 8 17:34:56 2019 -0700 Add CAPS regression test configs for hybrid, standalone and static builds (can use one of them to generate and test the others against) on Theia, Cheyenne, Stampede commit 6975631f274c47cdf5bc087424673ff288e92a9f Author: Dom Heinzeller Date: Fri Feb 8 17:33:57 2019 -0700 rt_ccpp_static.conf: add stampede.intel for a limited set of regression tests for ccpp-static commit aa83ecfb972a0ede561038b861a99a7d5ce0e129 Author: Dom Heinzeller Date: Fri Feb 8 17:33:02 2019 -0700 Add stampede.intel as target for most of the ccpp_ref, ccpp_hybrid and ccpp_standalone regression tests; turn off the CAPS physics in these regression test configurations, since there is no non-CCPP baseline to compare against commit 27a1e461759d11076fbf54642494d5a23f877455 Author: Dom Heinzeller Date: Fri Feb 8 17:26:15 2019 -0700 conf/configure.fv3.stampede.intel modulefiles/stampede.intel/fv3: bugfix to get environment variable NETCDF set correctly commit 6f4f447962ac423dcf96c7ba354df68e559ed3ca Author: Dom Heinzeller Date: Fri Feb 8 16:27:38 2019 -0700 modulefiles/stampede.intel/fv3: remove memcheck, update documentation commit 5c8bf7a5edea63bc9469b4cd45c7545b832937a0 Author: Dom Heinzeller Date: Fri Feb 8 16:26:25 2019 -0700 conf/configure.fv3.stampede.intel: remove unused option MEMCHECK, add option DYN32, fix netCDF include/lib settings commit 2e3456de961dbfdbd605d8d8dd07a2b0c0e1370c Author: Dom Heinzeller Date: Fri Feb 8 09:31:24 2019 -0700 tests/tests/fv3_ccpp_{ntiedtke,shinhong,ysu}: correct names of tests commit 6734ab79759baa5a0432257cd6a460f06990ff8c Author: Dom Heinzeller Date: Fri Feb 8 09:25:31 2019 -0700 tests/rt.sh: change order of machines, change hard-coded paths for regression test dirs to predefined environment variables on stampede commit 89a7eee3f454fdfa738a1444b6276e9070ec8da1 Author: Dom Heinzeller Date: Fri Feb 8 09:18:58 2019 -0700 tests/default_vars.sh: change order of machines commit bebedf5a29cc287afde8a699a7bc505845262003 Author: Dom Heinzeller Date: Fri Feb 8 09:13:15 2019 -0700 tests/buildfv3.sh: revert changes to auto-generated script commit 753066b32041279438b227833e82abee30aa3bc5 Author: Dom Heinzeller Date: Thu Feb 7 16:25:57 2019 -0700 parm/ccpp_ntiedtke.nml.IN: set imfdeepcnv and imfshalcnv to 4 for New Tiedtke scheme commit 6220113d588fbfd1f4cc4789c607421a019d3969 Author: Dom Heinzeller Date: Thu Feb 7 16:24:52 2019 -0700 ccpp/config/ccpp_prebuild_config.py: add schemes/modules cu_ntiedtke_{pre,post} commit c44be15e9ec3694d2a4fe7e4b1b711cc4d9e3bca Author: Dom Heinzeller Date: Thu Feb 7 16:24:04 2019 -0700 ccpp/suites/suite_FV3_GFS_2017_updated_ntiedtke.xml: replace cu_gf_driver_{pre,post} with cu_ntiedtke__{pre,post} commit 7e4be9d56c0e6b51fcebbf6cc84a90038f381b47 Merge: 234b69b8 46f3652f Author: Dom Heinzeller Date: Thu Feb 7 08:38:32 2019 -0700 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into satmedmf_bitforbit_prod commit 234b69b83f390da7170a4cd0441142641ed4524b Author: Dom Heinzeller Date: Thu Feb 7 08:38:14 2019 -0700 Update submodule pointer for ccpp/physics commit 557d6d4b1a9745ef9617cc8db26d79fcb5fd6478 Author: Dom Heinzeller Date: Thu Feb 7 08:38:08 2019 -0700 Update submodule pointer for FV3 commit 0b8e3cdba1ae25678f9582408b5c7d9fb5d6eb32 Author: Dom Heinzeller Date: Thu Feb 7 08:37:52 2019 -0700 New temporary files used for debugging of fv3_stochy/fv3_ccpp_stochy commit eb747cbc4a5188e811554c7f72c948843e74ed41 Merge: c3d8a64b 46f3652f Author: Dom Heinzeller Date: Tue Feb 5 14:03:11 2019 -0700 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into caps_physics_dom_20190205 commit 46f3652f3f8d13d5b37a360dbbd7f205269436ff Merge: bac3900f 32625a88 Author: Dom Heinzeller Date: Mon Feb 4 10:52:38 2019 -0700 Merge pull request #99 from climbfuji/satmedmf_bitforbit_prod CCPP acceptance: satmedmf bit-for-bit commit 32625a8812a197db8b83c4302f86af69c1f51f4e Author: Dom Heinzeller Date: Mon Feb 4 10:45:02 2019 -0700 Update submodule pointer for ccpp/physics commit 2ad5def7391757c0506534d6403c929674c1e42b Author: Dom Heinzeller Date: Mon Feb 4 10:44:56 2019 -0700 Update submodule pointer for FV3 commit c1101155c4f0d845c562d3ea71d58aed48568164 Merge: 97069053 bac3900f Author: Dom Heinzeller Date: Mon Feb 4 10:44:40 2019 -0700 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into satmedmf_bitforbit_prod commit bac3900f4c0efec3df7b6e32cb8d3067fcefeffd Merge: 7ee41f99 5a01f244 Author: Dom Heinzeller Date: Mon Feb 4 10:42:19 2019 -0700 Merge pull request #98 from climbfuji/fix_metadata_tables_and_threading_improvements Fix NST metadata tables, threading improvements time vary steps commit 5a01f244a98f815db7e530d0b1f4c1901e065901 Merge: 77dc0993 7ee41f99 Author: Dom Heinzeller Date: Mon Feb 4 10:28:25 2019 -0700 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into fix_metadata_tables_and_threading_improvements commit 7ee41f99ea3df6547101190cada61a0d3d2ce990 Merge: 1e867ee8 ed0779a2 Author: Dom Heinzeller Date: Mon Feb 4 10:10:00 2019 -0700 Merge pull request #100 from climbfuji/update_submodules_20190204 Update submodule pointers for all submodules (branch gmtb/ccpp) commit ed0779a28b089f9ebd07a71888147159f71a4c20 Author: Dom Heinzeller Date: Mon Feb 4 10:07:43 2019 -0700 Update submodule pointers for all submodules commit 970690539cb4e478a8764519c873d426a8321099 Author: Dom Heinzeller Date: Sun Feb 3 06:26:30 2019 -0700 Update submodule pointer for ccpp/physics commit 8cf745aa10f622291b4b0e70bdfce385739a00d2 Author: Dom Heinzeller Date: Sun Feb 3 06:26:21 2019 -0700 Update submodule pointer for FV3 commit 15d9ddf0c4ec5559238d3320d144f3244cca6579 Author: Dom Heinzeller Date: Sun Feb 3 06:25:44 2019 -0700 TMP_CCPP_ACCEPTANCE_DEBUGGING: add new temporary files used for debugging bit-for-bit differences for satmedmf commit 77dc0993706bbabc32cbeb9ed51b613273368af8 Author: Dom Heinzeller Date: Fri Feb 1 14:13:14 2019 -0700 Update submodule pointers for FV3, NEMS, ccpp/framework, ccpp/physics commit 1e867ee895fa3dfa68f93213d437e3bcb87f53c4 Merge: dee22ec2 d1f66f0a Author: Dom Heinzeller Date: Thu Jan 31 16:16:20 2019 -0700 Merge pull request #95 from climbfuji/suite_fv3_gsd_test GSD suite for NEMSfv3gfs commit d1f66f0a688e117cec06414439cb5a3e1eaab078 Author: Dom Heinzeller Date: Wed Jan 30 19:59:02 2019 -0700 Update submodule pointers for FV3 and ccpp/physics commit db58aeb7e19a1678f9e26d1f7bc3593249304d05 Author: Dom Heinzeller Date: Wed Jan 30 16:39:35 2019 -0700 TMP_CCPP_ACCEPTANCE_DEBUGGING: temporary folder holding debugging versions of various files needed for CCPP acceptance (bit-for-bit in PROD mode) commit 100a7a5bb35a747f9a6581598d3429f6ba0b86dd Author: Dom Heinzeller Date: Tue Jan 29 18:02:08 2019 -0700 Update submodule pointer for ccpp/physics commit c3d8a64b6c6d694d358e02869cd285b03e77e8cb Merge: 16cd186a dee22ec2 Author: Chunxi Zhang Date: Tue Jan 29 17:52:28 2019 -0600 Merge branch 'gmtb/ccpp' into caps_physics commit 97ef7bf0c82823b23a7dd0932ff08abbe3855ce3 Author: Dom Heinzeller Date: Tue Jan 29 14:50:53 2019 -0700 Update submodule pointer for FV3 commit 18fe04014f95d3ff0793fcee5db089c6afbc8a1e Author: Dom Heinzeller Date: Tue Jan 29 14:22:50 2019 -0700 Update submodule pointer for ccpp/physics commit f68f881a477f405c8fe77d8c9581de3c059411c1 Author: Dom Heinzeller Date: Tue Jan 29 11:20:49 2019 -0700 Update submodule pointer for ccpp/framework commit 2bd07d0df15ce69a1906966cf7f723189c210565 Author: Dom Heinzeller Date: Tue Jan 29 11:15:07 2019 -0700 conf/before_components.mk: fix redundant code introduced by git merge commit 16cd186a192719cbb901977aa9335f566e4c4262 Author: Chunxi Zhang Date: Mon Jan 28 18:30:00 2019 -0600 Files related to compile FV3 on STAMPEDE2 modified: ccpp/build_ccpp.sh modified: ccpp/config/ccpp_prebuild_config.py modified: tests/buildfv3.sh modified: tests/compile.sh modified: tests/default_vars.sh modified: tests/detect_machine.sh added: tests/buildfv3_ccpp.sh added: conf/configure.fv3.stampede.intel added: modulefiles/stampede.intel/ fv3 file in this directory Files related to regression tests for Shinhong, YSU and Tiedtke modified: tests/rt.conf modified: tests/rt.sh modified: tests/rt_ccpp_ref.conf modified: tests/rt_ccpp_standalone.conf modified: tests/rt_fv3.sh modified: tests/rt_utils.sh added: ccpp/suites/suite_FV3_GFS_2017_updated_ntiedtke.xml added: ccpp/suites/suite_FV3_GFS_2017_updated_shinhong.xml added: ccpp/suites/suite_FV3_GFS_2017_updated_ysu.xml added: parm/ccpp_ntiedtke.nml.IN added: parm/ccpp_shinhong.nml.IN added: parm/ccpp_ysu.nml.IN added: tests/fv3_conf/ccpp_ntiedtke_run.IN added: tests/fv3_conf/ccpp_shinhong_run.IN added: tests/fv3_conf/ccpp_ysu_run.IN added: tests/fv3_conf/fv3_qsub.IN_stampede added: tests/tests/fv3_ccpp_ntiedtke added: tests/tests/fv3_ccpp_shinhong commit 20f13e32a6202e3479e1b6cd7d2a886d01720b51 Merge: 94692c26 dee22ec2 Author: Dom Heinzeller Date: Mon Jan 28 17:05:42 2019 -0700 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into suite_fv3_gsd_test commit dee22ec23632196741b9f2ede9c4cee69e139efa Merge: 252c7cca 71b59cf6 Author: Dom Heinzeller Date: Mon Jan 28 16:35:03 2019 -0700 Merge pull request #91 from climbfuji/no-cdata-for-static-build Static build: no cdata to store and retrieve variables commit 94692c266c75b7abfc14d93809474e2ae2f5183b Author: Dom Heinzeller Date: Mon Jan 28 09:59:18 2019 -0700 tests/rt.sh: overwrite default RUNDIR_ROOT with environment variable RUNDIR_ROOT if set commit 142255bc20a484142442fef99903aa7634e3b4eb Merge: 3c9bb3e4 71b59cf6 Author: Dom Heinzeller Date: Mon Jan 28 09:34:05 2019 -0700 Merge branch 'no-cdata-for-static-build' of https://github.com/climbfuji/NEMSfv3gfs into suite_fv3_gsd_test commit 71b59cf65f34a1d6e961d5dedf071e5d8bb54951 Author: Dom Heinzeller Date: Sun Jan 27 13:45:31 2019 -0700 tests/rt_ccpp_static_for_acceptance.conf tests/rt_ccpp_ref_for_acceptance.conf: remove tests fv3_regional_c768/fv3_ccpp_regional_c768 on Cheyenne, because code aborts with invalid values for surface pressure, out of range warnings and all other sorts of errors (both CCPP and non-CCPP code) commit 3c9bb3e4f8699d62be3208aa2569ba0e42cb7f74 Author: Dom Heinzeller Date: Fri Jan 25 15:51:05 2019 -0700 conf/configure.fv3.endeavor.intel: enable SIONlib commit f5c1e9a71ebcb17784041b4ef558e9a2a6b0d611 Merge: aa6e16fc 16059550 Author: Dom Heinzeller Date: Fri Jan 25 15:49:00 2019 -0700 Merge branch 'intel_endeavor' of https://github.com/climbfuji/NEMSfv3gfs into suite_fv3_gsd_test commit aa6e16fc4d7a7819418691a334af2258728423ec Merge: db9c0949 ae41910d Author: Dom Heinzeller Date: Fri Jan 25 15:20:28 2019 -0700 Merge branch 'no-cdata-for-static-build' of https://github.com/climbfuji/NEMSfv3gfs into suite_fv3_gsd_test commit db9c094910443a78ce60ea5f609e171a0600c329 Merge: 52805239 252c7cca Author: Dom Heinzeller Date: Fri Jan 25 15:18:17 2019 -0700 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into suite_fv3_gsd_test commit ae41910d48022961d498b22078af29fe0f1ad7ac Author: Dom Heinzeller Date: Fri Jan 25 14:58:08 2019 -0700 Update submodule pointer for FV3 commit 56588d4991002b714cbb021b5e46e84eb048c937 Merge: e26058c7 252c7cca Author: Dom Heinzeller Date: Fri Jan 25 14:54:49 2019 -0700 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into no-cdata-for-static-build commit 252c7cca75c794a771f91efbe731c451eebe8042 Merge: da10bd53 650bc84a Author: Dom Heinzeller Date: Fri Jan 25 14:27:06 2019 -0700 Merge pull request #94 from NCAR/update_submodule_pointers_20190125 Update submodule pointers for FV3, ccpp-framework, ccpp-physics commit 650bc84ae15a8b2d99d598d8496d880ede4e8249 Author: climbfuji Date: Fri Jan 25 14:24:04 2019 -0700 Update submodule pointers for FV3, ccpp-framework, ccpp-physics commit da10bd5303928b3b055dc21c2774322d48dfcfca Merge: 9419a6fe b64bf8d7 Author: Dom Heinzeller Date: Fri Jan 25 14:21:41 2019 -0700 Merge pull request #93 from NCAR/gmtb/develop Merge gmtb/develop into gmtb/ccpp commit 9419a6febe85369ba6b50312ff0fe174fda22d6d Merge: 6ad0f2cc f40cc315 Author: Dom Heinzeller Date: Fri Jan 25 14:14:27 2019 -0700 Merge pull request #86 from climbfuji/dynamics-real4-laurie-dom-20181226 Dynamics 32BIT compile, with CCPP (Laurie's changes with updates from Dom) commit e26058c750bec4ca8ba5c95b7655eea307f5df87 Author: Dom Heinzeller Date: Fri Jan 25 14:00:21 2019 -0700 conf/configure.fv3.theia.intel conf/configure.fv3.cheyenne.intel: add TRANSITION MAKEOPT commit 49b765742cbee3ddcbcdaa407392bd3789f34fa2 Author: Dom Heinzeller Date: Fri Jan 25 13:58:26 2019 -0700 tests/rt_ccpp_ref_for_acceptance.conf tests/rt_ccpp_static_for_acceptance.conf: add TRANSITION=Y flag, use corresponding appbuilder configurations commit 841aff9bae01c2e8ed32921ff608e36a2654a387 Author: Dom Heinzeller Date: Fri Jan 25 13:57:47 2019 -0700 tests/rt_ccpp_{ref,hybrid,standalone,static}.conf: turn off csawmg-based tests for GNU and PGI compiler, because these are all crashing commit 767cf32547ba2ec9fa874a02d43ecb99daa8ecc3 Author: Dom Heinzeller Date: Fri Jan 25 13:54:20 2019 -0700 tests/appbuild.sh: add support for appbuild config CCPP_static_trans commit 9275414441b95ee58501049a9beaf7ce8d7830ea Author: Dom Heinzeller Date: Fri Jan 25 13:53:07 2019 -0700 CCPP_ref_trans.appBuilder, CCPP_static_trans.appBuilder: new appbuilder configurations that contain the 'TRANSITION=Y' MAKEOPT commit 689ef1764e55ea735162d639786dc8fdcdf4794c Author: Dom Heinzeller Date: Fri Jan 25 12:59:18 2019 -0700 ccpp/CMakeLists.txt, ccpp/build_ccpp.sh: pass MAKEOPT TRANSITION=Y to cmake for adding CPP flag -DTRANSITION commit b64bf8d74e6c42e2d3a7f00c2cd70b8d38f7f144 Merge: 7602c5e5 4c62f64f Author: Dom Heinzeller Date: Fri Jan 25 06:27:31 2019 -0700 Merge pull request #90 from climbfuji/nemfsfv3gfs_add_regtest_for_noaa_ncar_testing Add regression test configuration for NOAA-NCAR testing commit 9cf3500408c04200de2ba01178a20f54dca222fe Author: Dom Heinzeller Date: Thu Jan 24 15:39:03 2019 -0700 Update submodule pointer for FV3 commit aa655ae968264756e192ce0367f4c025305ffbe4 Author: Dom Heinzeller Date: Thu Jan 24 11:01:57 2019 -0700 Update submodule pointer for FV3 commit 528052398d93c53479eac2a094d5a05a03ba3c61 Merge: 02351051 182f4528 Author: Dom Heinzeller Date: Wed Jan 23 17:34:41 2019 -0700 Merge branch 'no-cdata-for-static-build' of https://github.com/climbfuji/NEMSfv3gfs into suite_fv3_gsd_test commit 02351051d3c30ca279b5e891e20fdc929e3f0e30 Author: Dom Heinzeller Date: Wed Jan 23 17:03:16 2019 -0700 ccpp/CMakeLists.txt: missing updates of compiler flags commit f9c241a211b95b5737659de1b456e227d4967919 Merge: a5c68185 7602c5e5 Author: Dom Heinzeller Date: Wed Jan 23 16:56:30 2019 -0700 Merge branch 'gmtb/develop' of https://github.com/NCAR/NEMSfv3gfs into suite_fv3_gsd_test commit 4c62f64f64244fff9b09fec2bc0adfcfa2be409e Author: Dom Heinzeller Date: Wed Jan 23 15:17:33 2019 -0700 tests/rt_ccpp.conf: turn off tests fv3_control_32bit and fv3_ccpp_control_32bit, since there is no official baseline to compare against commit 182f452859f20b462764323f35f303ddace48b3b Author: Dom Heinzeller Date: Wed Jan 23 13:45:08 2019 -0700 Update submodule pointer for FV3 commit bad67132a6060cc0c0964fe965f4764966152966 Author: Dom Heinzeller Date: Wed Jan 23 13:44:59 2019 -0700 Update submodule pointer for ccpp/physics commit 8e1cc87d365b0bce30917deb902e8ff8df3803e1 Author: Dom Heinzeller Date: Wed Jan 23 13:44:51 2019 -0700 Update submodule pointer for ccpp/framework commit 0c46962e767914b7688af3c561e57f8405599a31 Author: Dom Heinzeller Date: Wed Jan 23 11:29:56 2019 -0700 ccpp/config/ccpp_prebuild_config.py: add new metadata definition files, add new parameters for static build, add additional comments commit 708aabb488fefbeaf62e96bd1d35d245aca48cdd Author: Dom Heinzeller Date: Wed Jan 23 11:26:25 2019 -0700 ccpp/build_ccpp.sh: instruct cmake about hybrid or non-hybrid build commit 56fad98b8384ec49ea8d3923a7bc5caeafe4dcf2 Author: Dom Heinzeller Date: Wed Jan 23 11:25:26 2019 -0700 ccpp/CMakeLists.txt: define HYBRID preprocessor directive, add traceback flags for C/C++ to Intel debug build commit fd2c087b8c9297d999c3c031886c980331d342ca Author: Dom Heinzeller Date: Tue Jan 22 15:47:42 2019 -0700 Update submodule pointers for FV3 and ccpp/physics commit 80df7a19c1c8d59e65e14faca4189069ecf3bfce Author: Dom Heinzeller Date: Tue Jan 22 15:47:22 2019 -0700 New regression test configuration for automated testing on Cheyenne (for NOAA-NCAR collaboration) commit 7602c5e56f99f1c6a7c3fad276fd6df7cac94bf6 Merge: 6ad0f2cc f40cc315 Author: Dom Heinzeller Date: Tue Jan 8 12:00:47 2019 -0700 Merge pull request #88 from climbfuji/dynamics-real4-laurie-dom-20181226 Dynamics 32BIT compile, with CCPP (Laurie's changes with updates from Dom) for gmtb/develop commit 16059550d2051acc7f8af0c2a853cdaf36841c80 Author: Dom Heinzeller Date: Fri Jan 4 20:58:54 2019 -0700 Update submodule pointers for FV3, NEMS, ccpp/framework and ccpp/physics commit c3899a76f41d617587ffbd27dc37ded7b36d2486 Author: Dom Heinzeller Date: Fri Jan 4 20:58:34 2019 -0700 ccpp/build_ccpp.sh conf/configure.fv3.endeavor.intel modulefiles/endeavor.intel/: add build configuration for Intel Endeavor with Intel compilers commit f40cc3159bf87d5dfccdd01b31d13da35048e154 Author: Dom Heinzeller Date: Fri Jan 4 14:47:05 2019 -0700 tests/rt.conf: remove tests fv3_regional_quilt and fv3_regional_c768_moninq for Cheyenne; tests/rt_ccpp_ref_for_acceptance.conf: remove test fv3_regional_quilt for Cheyenne; tests/rt_ccpp_static_for_acceptance.conf: remove test fv3_ccpp_regional_quilt for Cheyenne commit bbf980e69ba8e69e4a677ad239eac219b412845f Author: Dom Heinzeller Date: Fri Jan 4 14:45:38 2019 -0700 Update submodule pointer for ccpp/framework commit 86feb96244d68f0f868302f1cc57352683ff3d5c Author: Dom Heinzeller Date: Fri Jan 4 10:25:29 2019 -0700 tests/rt.conf: run more regression tests on Cheyenne by default commit 9c754a828816bb7df47d1c82bd3cb2c66d806140 Author: Dom Heinzeller Date: Fri Jan 4 10:24:39 2019 -0700 parm/input_nest02_moninq.nml.IN parm/stretched-nest-input_moninq.nml.IN: revert blocksize from 24 to 32 to get bit-for-bit identical results with the official regression test baseline on Theia commit 37d78fd38767aee0fafdb54c5d2387fff0f7e98d Author: Dom Heinzeller Date: Fri Dec 28 16:54:38 2018 -0700 fv3_wrtGauss_nemsio_c768/fv3_ccpp_wrtGauss_nemsio_c768: for Cheyenne, change tasks per node from 12 to 36 commit 60db73a351ef974a737e001d028ee43638d79728 Author: Dom Heinzeller Date: Thu Dec 27 17:55:25 2018 -0700 Update submodule pointer for FV3 commit 48b12a8f1a6a4f1f3614cf4642810515e3acf545 Author: Dom Heinzeller Date: Thu Dec 27 17:51:04 2018 -0700 Add legacy versions of regression tests fv3_csawmg, fv3_regional_c768, fv3_stretched, fv3_stretched_nest and fv3_stretched_nest_debug with suffix _moninq that use moninq instead of hedmf; add corresponding model namelists commit 729388ec68b5e025ae77bc35de526deab9e7abfe Author: Dom Heinzeller Date: Thu Dec 27 17:49:15 2018 -0700 fv3_regional_{control,quilt,restart} regression tests: instead of copying input.nml from the regression test baselines, create namelists in parm and change regression test configs commit 9035077818db164b92fcca550d6880fb91e6e45a Author: Dom Heinzeller Date: Thu Dec 27 17:46:06 2018 -0700 tests/rt.conf: instead of standard regression tests fv3_csawmg/fv3_stretched/fv3_stretched_nest/fv3_regional_c768/fv3_stretched_nest_debug, run corresponding versions that use moninq instead of hedmf when comparing against the official baseline commit a5c681855417dddfeb7e6d1a279d210c6bcae0fb Author: Dom Heinzeller Date: Thu Dec 27 17:35:59 2018 -0700 Update submodule pointer for ccpp/physics commit f32f6eac8234b8cdc881941f6863477ee30edf6a Author: Dom Heinzeller Date: Thu Dec 27 16:00:44 2018 -0700 fv3_regional_c768 regression test: instead of copying input.nml from the regression test baseline, create namelist in parm and change regression test configs; use hybedmf for fv3_regional_c768 and fv3_ccpp_regional_c768 instead of moninq (which is not CCPP-compliant) commit e5d0ff4a6d08a28a66e6d1d525fe48f4730e3c4c Author: Dom Heinzeller Date: Thu Dec 27 14:49:08 2018 -0700 Update submodule pointers for FV3 and ccpp/physics commit 2ce82c29be150eb2b3036e9d8f0be82fb8ea8d5a Merge: 5103a471 6ad0f2cc Author: Dom Heinzeller Date: Thu Dec 27 14:03:51 2018 -0700 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into dynamics-real4-laurie-dom-20181226 commit 6ad0f2cc053df64fd146ebd5f4b770465a331a33 Merge: b5821ea7 55ed3a30 Author: Dom Heinzeller Date: Thu Dec 27 13:36:44 2018 -0700 Merge pull request #84 from climbfuji/add_regression_tests_for_transition_20181219 Add regression tests for CCPP transition to VLAB master commit 5103a471af78c915f3a4ead5749ff6b9c8b9ea55 Author: Dom Heinzeller Date: Wed Dec 26 16:41:16 2018 -0700 Update submodule pointer for ccpp/physics commit aef130e22321edf9010937ffdc5e8235adf6963a Author: Dom Heinzeller Date: Wed Dec 26 16:41:06 2018 -0700 Update submodule pointer for NEMS commit 7c76e3ecededfab97ff8089d4e0a608044a81ebb Author: Dom Heinzeller Date: Wed Dec 26 16:41:01 2018 -0700 Update submodule pointer for FV3 commit 0bbb95f1c5a07ea40119cc4b6724cb2b9a74ef50 Author: Dom Heinzeller Date: Wed Dec 26 16:25:06 2018 -0700 ccpp/config/ccpp_prebuild_config.py: change import of kind_dyn from CCPP_typedefs to machine module commit baf318cc341b1fa872337d4b94fc6a69b4f36bfb Merge: e73dedb2 b5821ea7 Author: Dom Heinzeller Date: Wed Dec 26 08:53:15 2018 -0700 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into HEAD commit 7788d0e45c889a5ce5a62cc31f30408f8350825f Author: Dom Heinzeller Date: Thu Dec 20 17:04:51 2018 -0700 Update submodule pointer for ccpp/physics commit cfce0cbd830c76fb3751c0a4287ed57be921c4e2 Author: Dom Heinzeller Date: Thu Dec 20 17:04:45 2018 -0700 Update submodule pointer for FV3 commit c9499420ebd3434a4f9249045ae7ffdaa95d503c Author: Dom Heinzeller Date: Thu Dec 20 16:28:32 2018 -0700 modulefiles/cheyenne.gnu/fv3, modulefiles/cheyenne.intel/fv3, modulefiles/theia.gnu/fv3: add SIONlib support commit 6cafbeb03a96100047f97d8821e50f50b51610c8 Author: Dom Heinzeller Date: Thu Dec 20 16:27:35 2018 -0700 doc/README_UBUNTU.txt: fix typo commit a6c26164166401c34b742078338747ff59912ff3 Author: Dom Heinzeller Date: Thu Dec 20 16:27:06 2018 -0700 conf/configure.fv3.theia.gnu: add SIONlib support, add compiler flags to compile symbols into the executable commit c476e1fcf1d3faf76c4aa5819726400f7c935862 Author: Dom Heinzeller Date: Thu Dec 20 16:26:41 2018 -0700 conf/configure.fv3.cheyenne.intel: add SIONlib support commit 60eadea6e03dcabffaafa2404914b964ea63286f Author: Dom Heinzeller Date: Thu Dec 20 16:26:27 2018 -0700 conf/configure.fv3.macosx.gnu: add compiler flags to compile symbols into the executable, warn for uninitialized variables commit b6f0a4001621352f4fa58222a25236c2d80e186f Author: Dom Heinzeller Date: Thu Dec 20 16:25:35 2018 -0700 conf/configure.fv3.cheyenne.gnu: add SIONlib support, add compiler flags to compile symbols into the executable commit db142a45c02a0d8f22544766603f144715b6f540 Author: Dom Heinzeller Date: Thu Dec 20 16:21:39 2018 -0700 TMP_TABLES_GSD_SUITE/field_table: remove snow_nc and graupel_nc commit 55ed3a30172079dfe953c75af516d88f60d6986f Author: Dom Heinzeller Date: Wed Dec 19 11:18:08 2018 -0700 Update submodule pointers for all repositories commit 14a9d2f564937155b7f25c0608f81dcbd7e72fb1 Author: Dom Heinzeller Date: Wed Dec 19 10:15:59 2018 -0700 New suite definition files for regional and stretched tests commit b75e211676597660a5e68f3291201ddd363dd42e Author: Dom Heinzeller Date: Wed Dec 19 10:15:11 2018 -0700 Modifications to run CCPP build through NEMSAppBuilder commit f25d419ad677f0e18cf9ef8f04a060390172064f Author: Dom Heinzeller Date: Wed Dec 19 10:03:14 2018 -0700 Additional regression test configurations needed for regional and stretched tests commit 5268bf6f5c748026dc0e8062100554f44f949394 Author: Dom Heinzeller Date: Wed Dec 19 10:01:50 2018 -0700 rt_ccpp_static_for_acceptance.conf rt_ccpp_ref_for_acceptance.conf: regression test suites for CCPP acceptance commit 8e1188ce4a1b45798e4e59ed9f197396171caaff Author: Dom Heinzeller Date: Tue Dec 18 17:18:21 2018 -0700 ccpp/suites/suite_FV3_GFS_2017_updated_csawmg.xml: uses hedmf instead of moninq commit 427dacfaf157cdf4eb21f3bf6909b85d5d96c5ce Author: Dom Heinzeller Date: Tue Dec 18 17:15:51 2018 -0700 ccpp/config/ccpp_prebuild_config.py: add new scheme dependency for GFDL cloud microphysics commit 1cacb55e3c0f734825cacfa207d2c7f254911ef3 Author: Dom Heinzeller Date: Tue Dec 18 17:14:36 2018 -0700 ccpp/build_ccpp.sh: add missing documentation for REPRO option commit 1d7d5873e376010c1685dbf1c3ef38642771f97f Author: Dom Heinzeller Date: Tue Dec 18 17:13:59 2018 -0700 ccpp/CMakeLists.txt: remove extended argument from -debug commit 69c2acd88b72b79b7cf19df88509910d2927db88 Author: Dom Heinzeller Date: Tue Dec 18 17:12:52 2018 -0700 To merge with 376c781d82556c1107e2192c3fd1bce2e1b885c1 commit f8326c6a25bd6c4996f62bb1a3d7a5ef00565761 Author: Dom Heinzeller Date: Tue Dec 18 16:40:09 2018 -0700 parm/input_nest02.nml.IN parm/stretched-nest-input.nml.IN: change PBL scheme from moninq to hybedmf, change blocksize from 32 to 24 because CCPP cannot handle different blocksizes yet commit 8903a657eb9a6d5d349480149faff2fef78e70c8 Author: Dom Heinzeller Date: Tue Dec 18 16:39:21 2018 -0700 parm/csawmg.nml.IN parm/ccpp_csawmg.nml.IN parm/stretched-input.nml.IN: change PBL scheme from moninq to hybedmf commit 376c781d82556c1107e2192c3fd1bce2e1b885c1 Author: Dom Heinzeller Date: Tue Dec 18 16:31:45 2018 -0700 tests/tests/*: initial version of CCPP regression tests to match the official regression test suite, and minor formatting changes for existing tests commit 14068c462175224765dfb050138f7b8dd4f4dddd Author: Dom Heinzeller Date: Fri Dec 14 10:16:24 2018 -0700 tests/rt_ccpp_hybrid.conf tests/rt_ccpp_standalone.conf: add missing INTEL18=Y compiler flag for Theia commit 9e1e4b216ae3e69a01973c67b1ac69b7dfd0b73b Merge: b5821ea7 e73dedb2 Author: Dom Heinzeller Date: Fri Dec 14 10:10:30 2018 -0700 Merge branch 'dynamics-real4' of https://github.com/llpcarson/NEMSfv3gfs into HEAD commit b5821ea75f80e99c205a12ed07c38eafe34169d7 Merge: b4b1d846 7d6d6e2e Author: Dom Heinzeller Date: Wed Dec 12 09:34:29 2018 -0700 Merge pull request #82 from climbfuji/emergency_bugfix_before_components_ccpp_theia_intel15 Bugfix conf/before_components.mk for Theia/Intel15 with CCPP commit 7d6d6e2e1048e54175cb1de2ba2ceafffed53370 Author: Dom Heinzeller Date: Wed Dec 12 16:30:01 2018 +0000 conf/before_components.mk: bugfix, add missing switch to CCPP-compliant modulefile for Intel15 on Theia commit 165ef1b6cdcc57a30fbb942d6eed6d54212cbe38 Author: Dom Heinzeller Date: Mon Dec 3 20:03:36 2018 -0700 TMP_TABLES_GSD_SUITE/input.nml parm/ccpp_gsd.nml.IN: enable trans_trac commit 85fc13996dafc6b268f352052319001864bbe0ab Author: Dom Heinzeller Date: Mon Dec 3 17:05:02 2018 -0700 TMP_TABLES_GSD_SUITE/input.nml and parm/ccpp_gsd.nml.IN: set trans_trac to .false. commit 382251a36d01fec9a88a4d6b792f2e70d87f0c51 Author: Dom Heinzeller Date: Mon Dec 3 16:44:18 2018 -0700 TMP_TABLES_GSD_SUITE/input.nml: suite definition file for physics test, GSD suite (suite 4) commit bf92578d347d688960bcedad6b325f836f8447f9 Author: Dom Heinzeller Date: Mon Dec 3 16:43:47 2018 -0700 parm/ccpp_gsd.nml.IN: add namelist option for temperature tendency limiter for Thompson microphysics, default value 0.02 [K/s] for 13km RAP/HRRR resolution. Set to < 0 to deactivate commit 89972ed1de0c2567ade02bcd018b635fadb28bd0 Author: Dom Heinzeller Date: Mon Dec 3 09:32:24 2018 -0700 parm/ccpp_gsd.nml.IN TMP_TABLES_GSD_SUITE/field_table: updates to match other suites in physics tests, correct ncld and add missing hydrometeors to field_table commit f0e7ee2237b398e12104f4a6be7ea7f284edceaf Author: Dom Heinzeller Date: Thu Nov 29 17:57:45 2018 -0700 Update submodule pointer for ccpp/physics commit b4b1d84663d7e6b3b2053be70b6971c1115e4d18 Merge: 039d28a7 730a5c6b Author: Dom Heinzeller Date: Fri Nov 30 12:46:48 2018 -0700 Merge pull request #80 from climbfuji/shocb4b SHOC bit-for-bit (REPRO mode) commit 730a5c6b7359bf45e388744351174d6bb582b951 Author: Dom Heinzeller Date: Thu Nov 29 21:43:15 2018 -0700 tests/tests/fv3_ccpp_csawmg3shoc127: bugfix, correct path to reference dir commit 014b531263fc1cc4865d6eb0a45eda540759aed3 Author: Dom Heinzeller Date: Thu Nov 29 17:43:38 2018 -0700 Update submodule pointer for ccpp/physics commit 76a9fa71f1b92bfede6777f1ecd0d9712e5bbc21 Author: Dom Heinzeller Date: Thu Nov 29 17:43:29 2018 -0700 Update submodule pointer for FV3 commit 9981da2324b993e20be70d885f9745cff7f8e0f3 Author: Dom Heinzeller Date: Thu Nov 29 13:46:32 2018 -0700 tests/rt_ccpp_{hybrid,standalone,static}.conf: add fv3_ccpp_csawmgshoc and fv3_ccpp_csawmg (hybrid only, because uses non-CCPP compliant moninq convection scheme) commit 889ba9cd5d22dd5ef8a634cd9ee624a02183f7db Author: Dom Heinzeller Date: Thu Nov 29 13:33:57 2018 -0700 Update submodule pointers for FV3 and ccpp/physics commit aff25c262856b43f2ae2c3afe07c12c9d33fe571 Author: Dom Heinzeller Date: Thu Nov 29 11:51:38 2018 -0700 ccpp/suites/suite_FV3_GFS_2017_updated_csawmgshoc.xml: add missing calls to GFS_SCNV_generic_pre and GFS_SCNV_generic_post commit 46f336db6f62a4f7a6ebb191b5064d3a1d1901c9 Author: Dom Heinzeller Date: Wed Nov 28 13:28:18 2018 -0700 Suite definition file, namelist template and field_table for experiment with GFS-GFDLMP+MYNNEDMF commit 1ad65125b0fd5c814a7fac185637b1ccd8ad3b0f Author: Dom Heinzeller Date: Mon Nov 26 17:29:19 2018 -0700 Update submodule pointers for FV3 and ccpp/physics commit 5aa0e73bbbb93c8a78229d099e62fcf09c93fa2e Author: Dom Heinzeller Date: Mon Nov 26 17:29:02 2018 -0700 parm/ccpp_gsd.nml.IN: update to match settings for dynamics used in physics bake-off commit cb59c9f90f967ef8cd9b3351eb7e0282c9905d15 Author: Dom Heinzeller Date: Mon Nov 26 17:28:36 2018 -0700 Add tke_sgs to TMP_TABLES_GSD_SUITE/field_table commit 12d1874dd1aa27c33a7cff35fe529cb92e4bee3c Author: Dom Heinzeller Date: Sun Nov 25 22:04:23 2018 -0700 ccpp/suites/suite_FV3_GSD_noahlsm.xml: replace MYNN sfclayer scheme with GFS sfclayer scheme commit 57e9538a2dad5d2c697a37319a297372d526fbc4 Author: Dom Heinzeller Date: Sun Nov 25 21:52:53 2018 -0700 Update submodule pointer for FV3 and ccpp/physics commit 572a8ec48c61ce7d6a9fc586c2b516ffde25673c Author: Dom Heinzeller Date: Sun Nov 25 21:52:28 2018 -0700 Two temporary suites ccpp/suites/suite_FV3_GSD_sasshal.xml and ccpp/suites/suite_FV3_GSD_noahlsm.xml commit 2d9166b61f698134d5582a91d20e520158d0b852 Author: Dom Heinzeller Date: Sun Nov 25 21:22:12 2018 -0700 modulefiles/theia.intel/fv3.intel-15.1.133: bugfix, path to SIONlib library was missing last character/number commit 66639a2c83caf7535736d5fc68ca3c527aad68ce Author: Dom Heinzeller Date: Fri Nov 23 21:57:26 2018 -0700 Update submodule pointer for ccpp/physics commit 4f004ab9ad0664ea2a83209006a0d30a87ca6ce2 Author: Dom Heinzeller Date: Fri Nov 23 21:55:59 2018 -0700 parm/ccpp_gsd.nml.IN: set random_clouds = .false. by default commit b4d204b0aa917ebc23d5b8b5c371ba5b11e4f38c Author: Dom Heinzeller Date: Wed Nov 21 16:44:05 2018 -0700 Update submodule pointers for FV3 and ccpp/physics commit e1fff62787108fe4604037fa70c9b0cc20e7085e Author: Dom Heinzeller Date: Wed Nov 21 16:43:45 2018 -0700 ccpp/suites/suite_FV3_GSD.xml and parm/ccpp_gsd.nml.IN: update of namelist template for consistency and of SDF to use GFS surface layer scheme commit c01b6a0d10b38da843c48aaee1cf5f8b4a6abeec Author: Dom Heinzeller Date: Wed Nov 21 16:42:55 2018 -0700 New diagnostic variables for GSD suite in diag_table commit 6f9846d53efbe80808d9796e4153a980e947adaa Author: Dom Heinzeller Date: Wed Nov 21 14:23:55 2018 -0700 Temporary directory holding tables (diag_table, field_table) for running the GSD suite commit 234324804faf14e90df665c3299a3ce1860a897e Author: Dom Heinzeller Date: Wed Nov 21 14:17:58 2018 -0700 Update submodule pointers for FV3 and ccpp/physics commit 1213e854a3867d152c7d8bed950d24cbb0a80205 Author: Dom Heinzeller Date: Wed Nov 21 14:12:21 2018 -0700 ccpp/suites/suite_FV3_GSD.xml: add calls to mynn pre/post rad schemes commit 3c204eb562fb75885b2929c63d306200540d774d Author: Dom Heinzeller Date: Tue Nov 20 22:55:45 2018 -0700 tests/fv3_conf/fv3_qsub.IN_jet: increase stacksize limit on Jet commit d86edea1bacb6106bae50f9312fd64fd267ea663 Author: Dom Heinzeller Date: Tue Nov 20 22:54:22 2018 -0700 Update submodule pointers commit c64fccdac7a4889e1a30aafd5d613cb414174067 Author: Dom Heinzeller Date: Tue Nov 20 16:12:08 2018 -0700 Update of modulefiles/jet.intel/* and conf/configure.fv3.jet.intel to support CCPP builds commit 0dcbb4994fbb89d3cea3acb34c33e4b1f3d6cd32 Author: Dom Heinzeller Date: Tue Nov 20 16:11:23 2018 -0700 Add target jet.* (currently only jet.intel) to regression test scripts commit 061e990785ebf68b2c9aba1b59f7a322746139ba Author: Dom Heinzeller Date: Tue Nov 20 16:09:04 2018 -0700 Regression test submit script for jet commit 803e3218634c10ed601199ba6fdc4c0f99383941 Author: Dom Heinzeller Date: Tue Nov 20 16:04:53 2018 -0700 SIONlib support for Theia/Intel15&18 commit 7a5c869d949ecdc4bd68490a62e0cdb281de8e93 Author: Dom Heinzeller Date: Tue Nov 20 15:40:44 2018 -0700 conf/before_components.mk: use GMTB version of modulefile on Theia and Jet when INTEL18=Y or CCPP=Y is found, allows to switch betweeen CCPP-compatible Intel15 and Intel18 setups add compiler identifier '.intel' to jet configuration files commit c65d7a159e16461e80a8c63a3534c6c51e8345cc Author: Dom Heinzeller Date: Mon Nov 19 21:40:52 2018 -0700 Update submodule pointers, update parm/ccpp_gsd.nml.IN (set random_clds = .true.) commit bb297eded411caf9db700dd7c74ab66e66c693c8 Merge: b731e855 039d28a7 Author: Dom Heinzeller Date: Mon Nov 19 15:21:20 2018 -0700 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into suite_fv3_gsd_test commit 039d28a7b54b349cea8718a4129264112eafe10b Merge: fea419e9 e90743df Author: Dom Heinzeller Date: Mon Nov 19 15:19:09 2018 -0700 Merge pull request #78 from climbfuji/NEMSfv3gfs_ccpp_github_merge_in_latest_changes_of_master_vlab_20181113 NEMSfv3gfs/gmtb/ccpp merge in latest changes from VLAB master (aka "Advanced physics suite update") commit e73dedb2cf18b26269710902c3dfa49e575fc493 Author: Dom Heinzeller Date: Mon Nov 19 14:36:05 2018 -0700 Dynamics real4 dom (#1) * conf/configure.*: add DYN32 MAKEOPT (DEFAULT N) that triggers 32-bit dynamic build for CCPP physics * ccpp/build_ccpp.sh: update documentation * ccpp/config/ccpp_prebuild_config.py: import kind_dyn from CCPP_typedefs * tests/rt_ccpp_*.conf: add 32-bit tests * Add regression test configurations fv3_ccpp_control_32bit, fv3_ccpp_gfdlmp_32bit, fv3_gfdlmp_32bit commit b731e855f1b61fabc8e4bf5bf280cff1314cc05b Author: Dom Heinzeller Date: Sat Nov 17 16:41:57 2018 -0700 Update submodule pointer for FV3 commit b901722be17851734a4874c1cecff246aa4f5b73 Author: Dom Heinzeller Date: Sat Nov 17 10:19:22 2018 -0700 Update submodule pointer for ccpp/physics commit e90743dffe68700293ace6080c9e62b3005f0acc Author: Dom Heinzeller Date: Sat Nov 17 10:17:34 2018 -0700 Update submodule pointer for ccpp/physics commit 10a0ea254236d3e4cb8f0d87abec112f346cb2e3 Merge: 67345b0d c4ddd095 Author: Dom Heinzeller Date: Sat Nov 17 08:53:20 2018 -0700 Merge branch 'dynamics-real4-dom' of https://github.com/climbfuji/NEMSfv3gfs into suite_fv3_gsd_test commit 67345b0dc7ccd1758d32dd2997f9681ff9893044 Merge: 97b99c77 2ac1f0ae Author: Dom Heinzeller Date: Sat Nov 17 08:51:30 2018 -0700 Merge branch 'NEMSfv3gfs_ccpp_github_merge_in_latest_changes_of_master_vlab_20181113' of https://github.com/climbfuji/NEMSfv3gfs into suite_fv3_gsd_test commit c4ddd095d8d161f9cbd13f6fbf5fe79769be8c32 Author: Dom Heinzeller Date: Fri Nov 16 19:11:53 2018 -0700 Add regression test configurations fv3_ccpp_control_32bit, fv3_ccpp_gfdlmp_32bit, fv3_gfdlmp_32bit commit 2942ef8f6cc411162584de7add87e44a192fa680 Author: Dom Heinzeller Date: Fri Nov 16 19:10:40 2018 -0700 tests/rt_ccpp_*.conf: add 32-bit tests commit d1df2eee01da22bc9e438541ffddda5b088d9311 Author: Dom Heinzeller Date: Fri Nov 16 19:08:03 2018 -0700 ccpp/config/ccpp_prebuild_config.py: import kind_dyn from CCPP_typedefs commit 1fa42a1c3a959b526fe8d81f9b9b6b7b7631bba0 Author: Dom Heinzeller Date: Fri Nov 16 19:07:30 2018 -0700 ccpp/build_ccpp.sh: update documentation commit 92c827ca2e50c29cff80f08e88a88627b2b8958f Author: Dom Heinzeller Date: Fri Nov 16 19:02:23 2018 -0700 conf/configure.*: add DYN32 MAKEOPT (DEFAULT N) that triggers 32-bit dynamic build for CCPP physics commit 2ac1f0ae91d6cc0a25af93c20f1b77e6c9f711dd Author: Dom Heinzeller Date: Fri Nov 16 16:12:49 2018 -0700 Update submodule pointer for ccpp/physics commit 9b90fef2f4dd099a1649f9c98ecb1fedad0ed5e2 Author: Dom Heinzeller Date: Fri Nov 16 16:12:39 2018 -0700 Update submodule pointer for NEMS commit fb48d44e5f3ffc91b31d6e0139d3d657feacd341 Author: Dom Heinzeller Date: Fri Nov 16 16:12:30 2018 -0700 Update submodule pointer for FV3 commit c0df3f1c627883b4b18a583d30910fdb65620f85 Author: Dom Heinzeller Date: Fri Nov 16 15:28:46 2018 -0700 ccpp/build_ccpp.sh and ccpp/CMakeLists.txt: add support for NetCDF, update build system to match new NEMS build system commit 011f2294e07522d89f5b0a93bbb9aa4c84572052 Author: Dom Heinzeller Date: Fri Nov 16 15:27:38 2018 -0700 Update CCPP prebuild config to include new source files and reflect the name change for satmedmfvdif commit e6e7a4fc77260a4fca271831750dd36418e26156 Author: Dom Heinzeller Date: Fri Nov 16 15:26:49 2018 -0700 rt_ccpp_*.conf: update MAKEOPTS (need to explicitly state INTEL18=Y on Theia), add existing and new tests for the different CCPP build flavors commit 114d7708d84e5fb022d2cba06031a97660c73160 Author: Dom Heinzeller Date: Fri Nov 16 15:25:51 2018 -0700 New regression test config fv3_ccpp_decomp commit 4b3b78b75e0b23b88270df3b820189559851d9c7 Author: Dom Heinzeller Date: Fri Nov 16 15:25:33 2018 -0700 New regression test config fv3_ccpp_csawmg3shoc127 commit 2a104a9f3270c94d1af742070a75c80dcc933e20 Author: Dom Heinzeller Date: Fri Nov 16 15:24:31 2018 -0700 Update regression test configurations (input namelists) fv3_cpt and fv3_ccpp_cpt to match the new settings from fv3_csawmg/fv3_ccpp_csawmg commit 54158669d0b19752ee852c91abefe8d69cf11177 Author: Dom Heinzeller Date: Fri Nov 16 15:23:17 2018 -0700 conf/before_components.mk: use Intel/18 only if INTEL18=Y, not when CCPP=Y commit 52f280d02925aefde8c9157c688b89b301563c50 Author: Dom Heinzeller Date: Fri Nov 16 15:20:52 2018 -0700 Update regression test configurations fv3_ccpp_csawmg and fv3_ccpp_csawmgshoc to match their non-CCPP counterparts commit 64c132dd70193d7a6e5a8f8bbc8a510995b2bb09 Author: llpcarson Date: Fri Nov 16 17:44:23 2018 +0000 Updates for 32-bit dynamics compile, with CCPP commit 977c5a6ee57d1d8a9cab1b4c1965c54c18b67937 Author: Dom Heinzeller Date: Thu Nov 15 16:28:53 2018 -0700 (1) parm/csawmgshoc.nml.IN and parm/csawmg3shoc127.nml.IN: trim whitespaces; (2) remove additional test fv3_csawmg3 introduced by GMTB, since fv3_csawmg is now using MG3 commit 97b99c77d756a5a198a94f2e4692547e1f780dcd Merge: ed06a924 fea419e9 Author: Dom Heinzeller Date: Wed Nov 14 09:18:36 2018 -0700 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into suite_fv3_gsd_test commit e460c1477243ae8b9b2e0bf64025e52a976f192d Author: jun.wang Date: Fri Nov 9 14:56:41 2018 +0000 NEMSfv3gfs: this commits #refs 56863: Updating one of the advanced physics suite for physics testing Change-Id: Ibfc6db2233ed3a384c0ac8740ef096ab09765ce8 commit c915694b6882af184f802d842b8647c2f2abaf2b Merge: f2d714ab fea419e9 Author: Dom Heinzeller Date: Tue Nov 13 16:44:29 2018 -0700 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into HEAD commit f2d714ab813fc2922344426ac4277d1fb592a1c0 Author: samuel.trahan Date: Mon Oct 29 21:18:17 2018 +0000 This is a second wave of commits for the NEMS build system. Most of the changes in this batch of commits are from Dom Heinzeller, who is adding support for compiling on non-NOAA machines, and for running with CCPP. I'm only committing the NEMS and NEMSfv3gfs parts of his changes; he has some changes in FMS and FV3 which will be committed later, hopefully late next week. The other commits are bug fixes from various individuals. This commit message merges the information about associated commits in NEMS, NCEPLIBS_pyprodutil, and NEMSfv3gfs. All commits are in NEMS unless stated otherwise. All apps other than NEMSfv3gfs have no app-level changes; only their submodule hashes for NEMS are updated. Changes that are NOT from Dom Heinzeller: 1. Remove an extra "clean" step in NEMS/src/incmake/component_FV3.mk. This fixes a bug reported by Ratko and Dusan wherein FV3 would always be cleaned, even if you asked for it not to be. 2. Do not delete the `*.tmp.f90` files when building NEMS. This is why NEMS always rebuilt its source code. Dusan provided this fix. 3. GSDCHEM clean rule: do not fail to clean if the Makefile is absent. This fix is from Raffaele Montuoro. 4. Use `-j1` when building Wavewatch 3. This is a temporary workaround for a Wavewatch3 build system issue. A better solution is in progress. 5. In the build system documentation, add a big box reminding you to "cd NEMS" before building. 6. NCEPLIBS_pyprodutil repo: Add `*.pyc` and `__pycache__` to the `.gitignore` list. Dom Heinzeller's changes: 1. Rename "macos" build targets to "macosx" for consistency with components. 2. Set appropriate default NEMS_COMPILER values for various platforms. 3. Skip the module-setup.sh.inc if the platform does not support the "module" command. 4. NEMSfv3gfs repo: Add ccpp/include to the include flags in the CCPP's ESMF makefile fragment. (The NEMS build system treats CCPP as a component.) 5. Update linux, macosx, and cheyenne build environment logic so they actually work. (FV3 and FMS commits are still needed for full support.) 6. Update PGI & GNU compiler suite logic so it actually works. (FV3 and FMS commits are still needed for full support.) 7. NEMSfv3gfs repo: ccpp/physics/physics/sfcsub.F update of code to compile with gfortran v8+ 8. NEMSfv3gfs repo: Documentation updates for porting and CCPP. commit 437dd2e2a5cc227d664fce2c27f5e7335a7a7934 Author: Dom Heinzeller Date: Tue Nov 13 16:31:17 2018 -0700 Update submodule pointer for ccpp/physics commit fa5de241861917ea9f2d197a868cfe269e0a81a6 Author: Samuel Trahan Date: Fri Oct 19 17:47:06 2018 +0000 Replace the NEMSAppBuilder with a new system based on GNU Make. Update the documentation. The main entry point to the build system is in NEMS/GNUmakefile, which contains comments with an overview of the internal logic. The per-platform logic is within NEMS/src/incmake/env, and the per-component build rules are in NEMS/src/incmake/component_FOO.mk for each component FOO. The NEMSAppBuilder is now a simple wrapper around the NEMS/GNUmakefile. The NEMSfv3gfs/tests/compile.sh is updated for the new makefiles. An FV3 change is needed for this new build system, to fix a bug in the FV3 top-level makefile wherein Make's special MAKEFLAGS variable is misused to pass down internal build options. This breaks the build if certain make flags are used, which are not preceeded by a "-" when stored in the MAKEFLAGS. commit fea419e977fe0cbd4530b258cbb3bf6376e4ae4d Merge: 638a3720 f3aab72b Author: Dom Heinzeller Date: Tue Nov 13 10:55:56 2018 -0700 Merge pull request #74 from climbfuji/relocate_prebuild_config_20181108 Relocate CCPP prebuild configurations commit f3aab72b4b4ae269bb6b757fc93dd537a9a9038f Author: Dom Heinzeller Date: Sat Nov 10 19:53:19 2018 -0700 Update submodule pointer for ccpp/framework commit 680f6a844ab38fa04c3d0b14edf5690893e10718 Author: Dom Heinzeller Date: Sat Nov 10 19:37:45 2018 -0700 Update submodule pointer for FV3 commit a14a12d4deb2dc5c614ed62090c5ec96040b1016 Author: Dom Heinzeller Date: Sat Nov 10 19:37:37 2018 -0700 Update submodule pointer for ccpp/framework commit b2fa18ddbb99f1e010f273bc5d1235f384b710f8 Author: Dom Heinzeller Date: Sat Nov 10 19:37:30 2018 -0700 Update submodule pointer for ccpp/physics commit 7c4fec76237c8c8b77f4a138f89215a7e47702af Merge: efd210fd 638a3720 Author: Dom Heinzeller Date: Sat Nov 10 19:37:06 2018 -0700 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into relocate_prebuild_config_20181108 commit efd210fdb60e002d831bc39fea5e84597db46ea7 Author: Dom Heinzeller Date: Sat Nov 10 19:36:36 2018 -0700 ccpp/build_ccpp.sh: pass configfile instead of host model identifier to CCPP prebuild script commit 60729e55c59a0df897f29a08f3218e14115c79e8 Author: Dom Heinzeller Date: Sat Nov 10 19:24:15 2018 -0700 CCPP prebuild config for FV3 now in ccpp/config/, new parameter HOST_MODEL_IDENTIFIER commit ed06a924cd1d9c314a37ff135c5c9d948c6f8c9c Author: Dom Heinzeller Date: Fri Nov 9 23:37:02 2018 -0700 Update of input.nml and SDF for FV3 GSD suite commit 638a372071174c821ad6ecd52d5a7f8219a136db Merge: 9bc52aa2 2ef4885c Author: Dom Heinzeller Date: Fri Nov 9 15:45:00 2018 -0700 Merge pull request #72 from climbfuji/cleanup_standard_names_raphrrr_updates_20181108 Cleanup/update 11/08/2018 for RAP-HRRR physics commit 2ef4885ca8aff0967d62300e8f523f99a905b1d6 Author: Dom Heinzeller Date: Thu Nov 8 16:11:31 2018 -0700 Rename parm/ccpp_gfthompson.nml.IN to parm/ccpp_gf_thompson.nml.IN, update parm/ccpp_gfdlmp_mynn.nml.IN, add first version of parm/ccpp_gsd.nml.IN commit a569107723049c77eb187635b3d7090fd09b60ad Author: Dom Heinzeller Date: Thu Nov 8 16:01:48 2018 -0700 New SDF suite_FV3_GSD.xml, combining GF/Thompson/MYNN/RUC commit ddda836f9fcf7ff71c54f60128a09440c37f7156 Author: Dom Heinzeller Date: Thu Nov 8 14:01:11 2018 -0700 Updates to input.nml template for GF+Thompson (from Haiqin Li) commit 61bbb60daa3a9569dc6d764f34dd79e96b43c0a6 Author: Dom Heinzeller Date: Thu Nov 8 14:00:07 2018 -0700 Updates to suite definition files for GFDLMP+MYNN (from Joe Olson) and RUC (from Tanya Smirnova) commit df4e0a173ef8242c95e7adb11fa1cd07b17f1cd0 Author: Dom Heinzeller Date: Thu Nov 8 13:57:28 2018 -0700 New input.nml templates for GFDLMP+MYNN (from Joe Olson) and RUC (from Tanya Smirnova) commit 9bc52aa2220982c75c6f6fbef385636066023c7d Merge: 3c75aa68 567142da Author: Dom Heinzeller Date: Wed Nov 7 14:16:31 2018 -0700 Merge pull request #71 from climbfuji/mynn_dom_mods_20181106 MYNN suite definition file commit 567142daeaf95fe79631fc6f2219660f56212ab3 Author: Dom Heinzeller Date: Tue Nov 6 16:10:41 2018 -0700 New SDF ccpp/suites/suite_FV3_GFS_2017_updated_mynn.xml (moved from ccpp-framework) commit 3c75aa68de0871436d6bb2d2863574dd1c2f65be Merge: bb2da351 6ad7dd11 Author: Dom Heinzeller Date: Tue Nov 6 14:46:24 2018 -0700 Merge pull request #70 from climbfuji/update_nceplibs_20181105 Update NCEPlibs 11/05/2018 commit bb2da3511d8a9f98387b59fe00defb2b156bb28d Merge: 8d3d84e3 b2c1a0f3 Author: Dom Heinzeller Date: Tue Nov 6 14:29:19 2018 -0700 Merge pull request #69 from climbfuji/mg_final_20181105 Morrison-Gettelman microphysics commit 6ad7dd11f317c4573c96a996a0f17a1ca7cdf045 Author: Dom Heinzeller Date: Mon Nov 5 15:14:50 2018 -0700 modulefiles/theia.*/fv3 (except EMC version), modulefiles/cheyenne.*/fv3, modulefiles/{macosx,linux}.gnu/fv3: update date tag for NCEPlibs commit abfde66c428b4da9609d34b1a945a0dc44418285 Author: Dom Heinzeller Date: Mon Nov 5 15:11:48 2018 -0700 doc/README_{CHEYENNE,MACOSX,THEIA,UBUNTU}.txt: update date (version) of NCEPlibs and regression test baseline commit b2c1a0f392b75c61c07b54306b2fdd55f1e92c70 Author: Dom Heinzeller Date: Mon Nov 5 14:53:45 2018 -0700 Update submodule pointer for ccpp/physics commit 7357214da8202d710abfbca6e8223cd730aac5d1 Author: Dom Heinzeller Date: Mon Nov 5 14:53:37 2018 -0700 Update submodule pointer for ccpp/framework commit 298a30e36c1908a42cf180cdd9bd3ada5396efa5 Author: Dom Heinzeller Date: Mon Nov 5 14:53:31 2018 -0700 Update submodule pointer for FV3 commit a95166bdd1b96d96e573d0927e0dc2bc99f48a99 Author: Dom Heinzeller Date: Mon Nov 5 14:52:55 2018 -0700 conf/configure.fv3.cheyenne.* conf/configure.fv3.theia.* conf/configure.fv3.macosx.gnu: add preprocessor flags for DEBUG and REPRO mode commit bcae89319c2b799dd14baabeb620cc6744c315a4 Author: Dom Heinzeller Date: Mon Nov 5 14:51:57 2018 -0700 conf/configure.fv3.linux.gnu: add preprocessor flags for DEBUG and REPRO mode, bugfix of outdated SIONlib configuration, remove MKL include/link flags (not yet tested) commit 7822b170ebfcf6d730c2976a8c64e980416db25e Author: Dom Heinzeller Date: Mon Nov 5 14:50:32 2018 -0700 tests/rt_ccpp_static.conf: add regression test fv3_ccpp_cpt commit 93d1f48721a5094142fdf09a103788b7a69df42a Author: Dom Heinzeller Date: Mon Nov 5 14:50:22 2018 -0700 tests/rt_ccpp_standalone.conf: add regression test fv3_ccpp_cpt commit bb5bd85109bc493083b7751826ea763248fd6878 Author: Dom Heinzeller Date: Mon Nov 5 14:49:55 2018 -0700 tests/rt_ccpp_hybrid.conf: add regression tests fv3_ccpp_csawmg3 and fv3_ccpp_cpt commit b34d7d6e30602a286f1adde9a593fbf5b99243a8 Author: Dom Heinzeller Date: Mon Nov 5 14:49:32 2018 -0700 tests/rt_ccpp_ref.conf: add regression tests fv3_csawmg3 and fv3_cpt commit 19f4a478089b41e294a1b4d1b46ad46148d3009e Author: Dom Heinzeller Date: Mon Nov 5 14:48:36 2018 -0700 New regression tests fv3_csawmg3, fv3_cpt, fv3_ccpp_csawmg3, fv3_ccpp_cpt commit a3a78f5290ec1bd161de030028effafc8c348124 Author: Dom Heinzeller Date: Mon Nov 5 14:47:50 2018 -0700 modulefiles/linux.gnu/fv3: bugfix, recent changes to the way SIONlib is used were only made to modulefiles/macosx.gnu/fv3, not to modulefiles/linux.gnu/fv3 commit e6689602bdd1c8a34500f18875fcac8ff59a2079 Author: Dom Heinzeller Date: Mon Nov 5 14:46:50 2018 -0700 ccpp/suites/suite_FV3_CPT_advanced.xml: add Morrrison-Gettelman microphysics and Arakawa-Wu adjustment schemes, adjust to match EMC CPT suite commit f6b7ba95006787753d7510504b114a6107e7522f Author: Dom Heinzeller Date: Mon Nov 5 14:46:08 2018 -0700 New SDF ccpp/suites/suite_FV3_GFS_2017_updated_csawmg3.xml, identical to ccpp/suites/suite_FV3_GFS_2017_updated_csawmg.xml commit f3142544c31529d21655a871497eac233e660a3f Author: Dom Heinzeller Date: Mon Nov 5 14:45:52 2018 -0700 ccpp/suites/suite_FV3_GFS_2017_updated_csawmg.xml: add Morrrison-Gettelman microphysics and Arakawa-Wu adjustment schemes commit 606e2eeb6acaade9aaac6fbfbc2daa3c510d4593 Author: Dom Heinzeller Date: Mon Nov 5 14:44:48 2018 -0700 ccpp/CMakeLists.txt: add missing flag -save-temps for Intel compiler (has no effect on results), adjust indents commit 8d3d84e37eae1e253d01a2839a34d3d923042a92 Merge: 7b853ff8 afc1abf4 Author: Dom Heinzeller Date: Fri Nov 2 13:17:34 2018 -0600 Merge pull request #68 from climbfuji/move_suites_to_host_models Move suites to host models commit afc1abf4867036ef9fbbfe92417046eb3341386c Author: Dom Heinzeller Date: Thu Nov 1 15:40:14 2018 -0600 Update submodule pointer for ccpp/physics commit 6f6531a4cee0a9b1c276e2ca8d4a7589118baf47 Author: Dom Heinzeller Date: Thu Nov 1 11:51:19 2018 -0600 Update submodule pointer for FV3 commit bf74be59b13af0e51e6d271feb5aa957fe5b6b10 Author: Dom Heinzeller Date: Thu Nov 1 11:51:14 2018 -0600 Update submodule pointer for NEMS commit 77c6ae4ea82b893d46d5275abef1632e0a5d27a7 Author: Dom Heinzeller Date: Thu Nov 1 11:51:05 2018 -0600 Update submodule pointer for ccpp/physics commit 4a57e77abfafccf278b0c3d656f9a8552b1a695a Author: Dom Heinzeller Date: Thu Nov 1 11:50:56 2018 -0600 Update submodule pointer for ccpp/framework commit 762ca5bcfcd08b4eae5f827168735b387bd09968 Author: Dom Heinzeller Date: Thu Nov 1 11:49:24 2018 -0600 ccpp/build_ccpp.sh: update location of suite definition files from ccpp/framework/suites to ccpp/suites commit c22974222fdedabbfeb4027fca47dd2c9fb8030d Author: Dom Heinzeller Date: Thu Nov 1 11:46:55 2018 -0600 tests/tests/fv3_ccpp_*: update location of CCPP suites, name change suite_FV3_CPT_adv.xml to suite_FV3_CPT_advanced.xml commit 7ac9ade2a21175ba6197eeba2ac28687fbac497e Author: Dom Heinzeller Date: Thu Nov 1 11:42:12 2018 -0600 Add CCPP suites to ccpp/suites commit 7b853ff891dd6bc091ac494e644242cd2fb0b1c2 Merge: 5985541c bd6d2fd1 Author: Dom Heinzeller Date: Mon Oct 29 14:20:15 2018 -0600 Merge pull request #67 from mzhangw/gfthompson add CCPP GF-thompson combination configuration commit bd6d2fd1a8991cd54b20ada4104a5d9178c8bcf7 Author: Man.Zhang Date: Mon Oct 29 14:16:14 2018 -0600 minor fix commit 55f91a6fb89f012e977d1fa4cb7d41faeb4b0f96 Author: Man.Zhang Date: Mon Oct 29 13:45:42 2018 -0600 minor fix commit 8c2cba7a63ed039e2dd84facb246e9289c81a19a Author: Man.Zhang Date: Fri Oct 26 08:23:25 2018 -0600 minor fix commit 2b00552f18576f728b0df8a97457cb37c637b1e8 Author: Man.Zhang Date: Thu Oct 25 16:14:55 2018 -0600 minor fix commit 20e0cf784d55e31e7d5c38bc8710d4d71489c482 Author: Man.Zhang Date: Thu Oct 25 15:31:13 2018 -0600 minor fix commit b33414d769439884f313850f348b1ce7462c78c3 Author: Man.Zhang Date: Thu Oct 25 15:20:15 2018 -0600 indicate CCPP GF-Thompson has no baseline to compare. commit 840593043456532608797e7754e7a7453322408c Author: Man.Zhang Date: Thu Oct 25 09:24:13 2018 -0600 add the path of CNN_AEROSOL.BIN fix file for Thompson MP. commit 7ae96bf89e3b57583a1bd035a377eae15d9e224c Author: Man.Zhang Date: Wed Oct 24 15:10:42 2018 -0600 add gfthompson CCPP RT configuration commit 5985541c7c3153aab62a6cb7f9e31fa22897d02c Merge: 6a2212d8 eaa8e4bd Author: Dom Heinzeller Date: Wed Oct 24 06:20:33 2018 +0200 Merge pull request #65 from mzhangw/sa-tke-edmf ccpp-compliant satmedmf scheme configuration commit eaa8e4bdbaa88e8d98132251d386124b4091acda Author: Man.Zhang Date: Tue Oct 23 11:24:37 2018 -0600 add CCPP satmedmf RT in standalone test configuration. commit a9d227376e2cd442746c3cf6e4ef6408002347de Author: Man.Zhang Date: Tue Oct 23 11:23:25 2018 -0600 revert to origin gitmodules setup commit 625f7c1b2d99d7768f4c41e34b4de25eb6302a97 Author: Man.Zhang Date: Fri Oct 19 16:59:47 2018 -0600 set up satmedmf w/ and w/o CCPP configuration commit af9ee6f97c02b6683894ca11c0a47fb0a47a3862 Merge: ca973262 6a2212d8 Author: Man.Zhang Date: Fri Oct 19 08:56:40 2018 -0600 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into sa-tke-edmf commit ca97326272aa684bfcff8571a2beada73bfea278 Author: Man.Zhang Date: Fri Oct 19 08:54:47 2018 -0600 change gitmodule to my forks commit 6a2212d8d8c970de4527f53fa6258d1959b1e793 Merge: c0e4b1f7 859b87c6 Author: Dom Heinzeller Date: Thu Oct 18 21:15:24 2018 -0600 Merge pull request #64 from climbfuji/merge_vlab_master_into_ccpp_github_20181018 Merge VLAB master into GitHub CCPP branches 2018/10/18 commit 859b87c6b850b086c22eb9ed4064446ea3ca61dc Author: Dom Heinzeller Date: Thu Oct 18 15:47:49 2018 -0600 Update submodule pointer for ccpp/physics commit c7948e9a2fd5594e87cd63b80332ef658531677a Author: Dom Heinzeller Date: Thu Oct 18 15:47:42 2018 -0600 Update submodule pointer for ccpp/framework commit 71746eec553dceaa698d5d13f1485dc720110542 Author: Dom Heinzeller Date: Thu Oct 18 15:47:34 2018 -0600 Update submodule pointer for FV3 commit 5995ea9cd46cf39ac177f5bc2ba61b2e8d45abeb Merge: f676c8d2 c0e4b1f7 Author: Dom Heinzeller Date: Thu Oct 18 15:47:22 2018 -0600 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into merge_vlab_master_into_ccpp_github_20181018 commit f676c8d2991c2fc200b4b19ccafc8a6e6539fd71 Author: Dom Heinzeller Date: Thu Oct 18 15:45:45 2018 -0600 conf/configure.fv3.macosx.gnu: export SIONLIB_INC and SIONLIB_LIB explicitly in modulefile, this is required by the recent changes of the build system commit 58f4d15ffc437fe729dd18e9fff09243066165ff Author: Dom Heinzeller Date: Thu Oct 18 15:44:36 2018 -0600 modulefiles/macosx.gnu/fv3: export SIONLIB_INC and SIONLIB_LIB explicitly in modulefile, this is required by the recent changes of the build system commit c0e4b1f7264a1aa4e0087547349f6c2faa982ed5 Merge: aca361f5 2365729d Author: Dom Heinzeller Date: Thu Oct 18 09:58:36 2018 -0600 Merge pull request #62 from climbfuji/csonv_dom_20181016 Chikira Sugiyama convection commit 4672f2843d31e14dc97bf46ef61daff8efa6c1f9 Author: jun.wang Date: Tue Oct 16 15:39:33 2018 +0000 NEMSfv3gfs: this commits #refs 54468, new options for the update radiation Change-Id: I35921567ca6886d360319cd5bcdc3c7cb76b2247 commit 5bd6289c874c70356944524e9a24b87c17c8021f Author: jun.wang Date: Fri Oct 12 15:22:01 2018 +0000 NEMSFV3gfs: this commits #refs 56011,Fix calling problem in NEMSfv3gfs physics driver and additional tuning for the SA-TKE-EDMF scheme and #refs 56090, lsmask change due to ice fraction from ice model in coupled system commit 89f9912c11cc4a4906fc242514342527b66b9fc4 Author: jun.wang Date: Fri Oct 5 12:50:08 2018 +0000 NEMSfv3gfs: this commits #refs 55799, several bug fixes when running nemsfv3gfs in debug mode Change-Id: I798fabce5113d625b39c40cb212c9f26c0975c42 commit 7f44e11f84602a1afa9cce1c22d6f3623f4527ef Author: Samuel Trahan Date: Fri Sep 28 14:24:25 2018 +0000 Changes from Jessica Meixner and Denise Worthen: * Add NEMSAppBuilder options for the data atmosphere DATM * Add variable to field definitions for freeze-melt potential related variables * Add capability to pass compiler variables to FMS which is needed to build 32 bit option * A switch is added to stop the curr garbage intro/extro dumps to the PET logs. * A couple of extra messages are written to the logs about which connector is which. * PET log messages with 'lstring' in them were moved because they were undefined * The mediator dump fields were wrapped to work with either FV3 or DATM using an ifdef. commit 9e29e7ddd14cb890d7db491bb0aebf2154e0f772 Author: jun.wang Date: Thu Sep 27 10:52:27 2018 +0000 NEMSfv3gfs: this commits #refs 55386, Update GFS RRTMG radiations(roll back the scaling factor used for computing time mean of sw radiative fluxes) Change-Id: Ic386080a102f7bef5518d9b509acd1b52be7f0b1 commit bf21f3c051a200f9d88724def30dd4ac665a6859 Author: Samuel Trahan Date: Fri Sep 21 18:33:52 2018 +0000 Remove FMS from MOM6 and FV3. Add it to the application level. commit 29ab8caf6a5e52827efcbf2b3f2be9de9c7da78e Author: jun.wang Date: Fri Sep 14 13:48:45 2018 +0000 NEMSfv3gfs: this commits #refs 54973 bug fix in calling gfs radiation driver and computing Gaussian latitude using double precision and #refs 54894 A bug fix in tref update with sfccycle Change-Id: I281cb83b1e9fdc27af1d1196789ab33da4ffabb7 commit 2365729da14ecdd8fa3c56f5c557ad432717f7c8 Author: Dom Heinzeller Date: Wed Oct 17 10:54:23 2018 +0200 Update submodule pointer for FV3 commit b19b331b1882a7237f26b85e19c2433e23d2bbc3 Merge: ec88d00d aca361f5 Author: Dom Heinzeller Date: Wed Oct 17 07:48:08 2018 +0200 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into csonv_dom_20181016 commit ec88d00d66b73e2026758d03ace4ba68c179303c Author: Dom Heinzeller Date: Tue Oct 16 22:46:33 2018 +0200 Update submodule pointer for ccpp/framework commit 4c1b4a92db7279d300f2e4ae09ac0c44b54a173f Author: Dom Heinzeller Date: Tue Oct 16 22:46:25 2018 +0200 Update submodule pointer for ccpp/physics commit b0bbe825542a72b2c9cb15f1be5d9a3b40f55e5d Author: Dom Heinzeller Date: Tue Oct 16 22:46:16 2018 +0200 Update submodule pointer for FV3 commit aca361f597d30cc0fcaabb368cd8ac312bd303bd Merge: 29e63429 d73dddbb Author: Dom Heinzeller Date: Sat Oct 13 19:50:31 2018 -0600 Merge pull request #61 from climbfuji/NEMSfv3gfs_update_submodules_after_ruc_20181014 Update submodules after RUC LSM merge 2018/10/14 - no testing or review required, a simple update of three submodule pointers. commit d73dddbb0b1c41a9f205eadf908a58015d7145f1 Author: Dom Heinzeller Date: Sun Oct 14 03:48:10 2018 +0200 Update submodule pointer for ccpp/framework commit 19a62b5837356e2024f03ac6b1ddd7b0bcbe10a2 Author: Dom Heinzeller Date: Sun Oct 14 03:48:03 2018 +0200 Update submodule pointer for ccpp/physics commit cd5f7b42784664ea53bae891e723bba3ac6e15c1 Author: Dom Heinzeller Date: Sun Oct 14 03:47:51 2018 +0200 Update submodule pointer for FV3 commit 29e63429f6d34c05df68cb825df74b18595c31b9 Merge: 759b8f31 8f7823d6 Author: Dom Heinzeller Date: Wed Oct 10 08:58:35 2018 -0600 Merge pull request #60 from climbfuji/gf_haiqinli_with_mods_from_dom CCPP-compliant Grell-Freitas convection scheme commit 8f7823d641ec6f2ab96cb93afce2bd703e93d294 Author: Dom Heinzeller Date: Fri Oct 5 17:23:43 2018 -0600 Update submodule pointer for ccpp/physics commit 1875635685752133661466d5ec47771095069650 Author: Dom Heinzeller Date: Fri Oct 5 17:23:34 2018 -0600 Update submodule pointer for ccpp/framework commit 8e5d62a9d7bf550c9cc1be5221a424728f8c61b7 Author: Dom Heinzeller Date: Fri Oct 5 17:23:23 2018 -0600 Update submodule pointer for FV3 commit 759b8f313a26f7c13fdb53c52ebc37fb183aa081 Merge: f70f21d0 30675790 Author: Dom Heinzeller Date: Fri Oct 5 16:57:22 2018 -0600 Merge pull request #57 from climbfuji/NEMSfv3gfs_mp_thompson_dev Aerosol-aware Thompson microphysics commit 30675790b94c1f6547ae770eb32e00eab5a9c22b Author: Dom Heinzeller Date: Fri Oct 5 14:40:49 2018 -0600 Update submodule pointer for ccpp/physics commit da84b9711cd8fd030dad755822d7388b0c6fe1a6 Author: Dom Heinzeller Date: Fri Oct 5 14:40:42 2018 -0600 Update submodule pointer for ccpp/framework commit 4316f10eeef996c27749b5df7b1fd09e58e9a230 Author: Dom Heinzeller Date: Fri Oct 5 14:40:35 2018 -0600 Update submodule pointer for FV3 commit 87a3d5a2d302bf5eab7dbe03ad9fbac2b48e1bd3 Merge: 69fb169f f70f21d0 Author: Man.Zhang Date: Fri Oct 5 11:28:07 2018 -0600 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into csconv commit a5707cc972889149cbbab36b618c83a95a6bf287 Merge: f9107742 f70f21d0 Author: Dom Heinzeller Date: Fri Oct 5 10:51:34 2018 -0600 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into NEMSfv3gfs_mp_thompson_dev commit f70f21d0f4938b6e732fd3e14694308ff889d825 Merge: a69184b0 4d1eb32b Author: Dom Heinzeller Date: Fri Oct 5 10:45:18 2018 -0600 Merge pull request #58 from climbfuji/NEMSfv3gfs_shoc_follow_up_pr_20181004 SHOC follow-up: fix test setup commit f9107742bba641674e9631e566dff039b6b2bedf Merge: 05917dee 4d1eb32b Author: Dom Heinzeller Date: Fri Oct 5 06:20:17 2018 -0600 Merge branch 'NEMSfv3gfs_shoc_follow_up_pr_20181004' of https://github.com/climbfuji/NEMSfv3gfs into NEMSfv3gfs_mp_thompson_dev commit 05917deef964e1b4c821bfffa024762b01bf523e Merge: bacedf06 a69184b0 Author: Dom Heinzeller Date: Fri Oct 5 06:19:46 2018 -0600 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into NEMSfv3gfs_mp_thompson_dev commit 4d1eb32b4a2f4dca7157182d8ca627fc344128d9 Author: Dom Heinzeller Date: Fri Oct 5 05:59:33 2018 -0600 Update submodule pointer for FV3 commit fd19e48ad68fc482a407e15490cd6fb87ba78daf Author: Dom Heinzeller Date: Fri Oct 5 05:45:12 2018 -0600 Update submodule pointer for ccpp/physics commit bd2faf4e3c018ac7c27ac488f5546ab86db203bc Author: Dom Heinzeller Date: Fri Oct 5 05:45:03 2018 -0600 Update submodule pointer for ccpp/framework commit 0bf3022ad390332174d39770b645f069732ef26b Author: Dom Heinzeller Date: Fri Oct 5 05:44:53 2018 -0600 Update submodule pointer for FV3 commit d3635e7c7ae6d7d0419184162a35bd9a00603818 Author: Dom Heinzeller Date: Fri Oct 5 05:44:36 2018 -0600 tests/rt_ccpp_hybrid.conf: temporarily remove test fv3_ccpp_csawmgshoc from CCPP hybrid regression test suite commit e371c35f6e56c55d81e3103a26d77f058808e38f Author: Dom Heinzeller Date: Fri Oct 5 05:37:22 2018 -0600 Allow fv3_run to proceed despite errors when setting up the run directory. With "set -e", a failure in 'source ./fv3_run; (e.g. if an input file to copy is not found) aborts rt_fv3.sh and the calling run_test.sh, and consequently rt.sh reports that the test ran successfully. Allowing fv3_run to proceed will in such cases lead to errors when the model is run (crash or different results), because a necessary input file would be missing. commit d51b21b51faae9d9a228c145a9d02bbcce407623 Author: Dom Heinzeller Date: Fri Oct 5 05:36:57 2018 -0600 parm/ccpp_csawmgshoc.nml.IN: use ozphys_2015 commit a69184b06af6efcc63f78f8468416ef6750c3f29 Merge: 3ab3c9b9 d6373c5a Author: grantfirl Date: Thu Oct 4 10:37:53 2018 -0600 Merge pull request #54 from grantfirl/SHOC added test for fv3_csawmgshoc for CCPP commit bacedf0649b23131bb00f716b9197fc88a2f29a3 Merge: 3b821376 3ab3c9b9 Author: Dom Heinzeller Date: Tue Oct 2 13:57:26 2018 -0600 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into NEMSfv3gfs_mp_thompson_dev commit 3b8213761f7fe13e4b554c8d3b065cdec54d2882 Author: Dom Heinzeller Date: Tue Sep 18 11:21:58 2018 -0600 Update submodule pointer for ccpp/physics commit 69fb169f7594c25d667ed2643d4b837892be42bd Merge: 4d763114 3ab3c9b9 Author: Man Zhang Date: Tue Oct 2 10:15:11 2018 -0600 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into csconv commit d6373c5ae6df8eb708b59c06df7a065ba7ab7fa2 Merge: 2150dc42 3ab3c9b9 Author: Grant.Firl Date: Mon Oct 1 16:25:09 2018 -0600 Merge branch 'gmtb/ccpp' into SHOC commit 3ab3c9b9af8de2017b5a8f731ff3441a34bfa844 Merge: a52df6b0 d88a9369 Author: Dom Heinzeller Date: Mon Oct 1 15:51:05 2018 -0600 Merge pull request #51 from climbfuji/intel15_backward_compatibility Intel 15 backward compatibility CCPP static build commit a52df6b0728c50868022c72eb9bf78639f87b968 Merge: d4492b88 2cadddab Author: Dom Heinzeller Date: Mon Oct 1 15:50:55 2018 -0600 Merge pull request #52 from climbfuji/theia-gnu-mpi-update-20180919 Update/fix for Theia+GNU build commit d4492b88feb5a100eff9f106f712dcd759246127 Merge: bf027da0 95500979 Author: Dom Heinzeller Date: Mon Oct 1 15:50:48 2018 -0600 Merge pull request #55 from climbfuji/ccpp_build_clean_fix_20181001 CCPP build-clean bugfix commit 955009797addd86d3974bd7ef32652cd3b8031d9 Author: Dom Heinzeller Date: Mon Oct 1 14:38:42 2018 -0600 Update submodule pointer for ccpp/physics commit 1350b2c06fca816f3e747b03594b81623ec8cbb5 Author: Dom Heinzeller Date: Mon Oct 1 14:38:34 2018 -0600 Update submodule pointer for ccpp/framework commit 0339a50fbe41f89727c22a6d806ed6b3b62ebab9 Author: Dom Heinzeller Date: Mon Oct 1 14:38:25 2018 -0600 Update submodule pointer for FV3 commit e48358107ce3c8f1307293af171ffe62a55ba5f2 Author: Dom Heinzeller Date: Mon Oct 1 14:37:51 2018 -0600 ccpp/build_ccpp.sh: bugfix, missing clean of include and lib directories before building CCPP commit bf027da0e069a72a19d79e38b03d109230bda701 Merge: 4df4d94a c3496fe9 Author: Dom Heinzeller Date: Mon Oct 1 08:22:18 2018 -0600 Merge pull request #49 from mzhangw/ozphys2015 Ozphys_2015 with new fix file commit 4d7631143ef1651531ad7b36b5059f1e14e4d779 Author: Man.Zhang Date: Fri Sep 28 16:02:32 2018 -0600 combine csawmg with ozphys_2015 commit 2150dc4205939e2d39545b5cee84f172833dcec2 Author: Grant.Firl Date: Thu Sep 20 16:34:07 2018 -0600 add fv3_ccpp_csawmgshoc test; add new test to rt_ccpp_hybrid.conf; add fv3_csawmgshoc test to cr_ccpp_ref.conf in case one needs to generate a new baseline; add and modify ccpp_csawmgshoc.nml.IN and .IN commit 60c441578a35c0ee7f6010750007db2e826eb255 Merge: 983d55bb c10d012e Author: Man.Zhang Date: Thu Sep 27 15:32:35 2018 -0600 Merge commit 'refs/pull/53/head' of https://github.com/NCAR/NEMSfv3gfs into csconv commit 983d55bb0d439ed5c681a260853f9d8821dab166 Merge: c05661c8 4df4d94a Author: Man.Zhang Date: Thu Sep 27 15:03:11 2018 -0600 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into gmtb/ccpp commit c10d012e9361d93ce6fabefaedfb8eb9709a943b Author: Julie Schramm Date: Wed Sep 26 17:15:25 2018 +0000 Add reg test for csawmg commit c3496fe936cf35758aaa6e5ace6469c688a82899 Author: mzhangw Date: Mon Sep 24 10:01:07 2018 -0600 delete rt_ccpp_ref_create.log delete rt_ccpp_ref_create.log commit a671ab91f7b131692416cb186ff8f51c8ae3f33b Author: mzhangw Date: Mon Sep 24 10:00:20 2018 -0600 delete rt_full.log delete rt_full.log commit 8673d78f27784e9cd7d38e48fa7adf12b6648df2 Author: mzhangw Date: Mon Sep 24 09:59:09 2018 -0600 delete log file delete log file commit fee3141bbf501e4ba79331fe87cd3d14dbf529f3 Merge: 875b404e 4df4d94a Author: Man.Zhang Date: Thu Sep 20 08:40:35 2018 -0600 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into ozphys2015 commit 2cadddab9efa8d2b8fea023adafefa6105c8108a Author: Dom Heinzeller Date: Wed Sep 19 18:03:43 2018 -0600 modulefiles/theia.gnu/fv3: fix for Theia+GNU: replace mvapich2-2.2 with mpich-3.2.1, since mvapich2-2.2 no longer works on Theia (since the last system maintenance) commit d88a93697c9808714b7e40e7f3f534e88b1a3331 Author: Dom Heinzeller Date: Wed Sep 19 17:36:40 2018 -0600 modulefiles/theia.intel/fv3.intel-15.1.133: temporary/testing, Intel15 modulefile for CCPP static build commit 875b404e57a341ebf6f17260a65b823d602a1043 Author: Man.Zhang Date: Wed Sep 19 14:38:21 2018 -0600 add config for control commit 4df4d94a09284635fa64bd91521d7c0f364162d1 Merge: 5be275e7 e3efb8c2 Author: Dom Heinzeller Date: Tue Sep 18 13:05:57 2018 -0600 Merge pull request #50 from climbfuji/ccpp_static_build CCPP static build commit 1896ef0fffa33de4bf232e657bb8d3293d36ab7d Author: Dom Heinzeller Date: Tue Sep 18 11:21:50 2018 -0600 Update submodule pointer for ccpp/framework commit 97b978a1d001a67874cb06a623074d7e361a643d Author: Dom Heinzeller Date: Tue Sep 18 11:21:42 2018 -0600 Update submodule pointer for FV3 commit e3efb8c23442f90716b81a93822f4df0a401215c Author: Dom Heinzeller Date: Mon Sep 17 15:21:48 2018 -0600 tests/rt_ccpp_static.conf: new regression test configuration for static build commit 13a1ed593fb50881c289c0fe0072bc2b87788571 Merge: 777ba7cc 5be275e7 Author: Dom Heinzeller Date: Mon Sep 17 09:51:10 2018 -0600 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into ccpp_static_build commit 777ba7cc2842e44f0f7c6c691800268677b71e80 Author: Dom Heinzeller Date: Mon Sep 17 09:10:39 2018 -0600 conf/configure.*: add missing linker flags for NCEPlibs and libxml2 for static build commit 15346b704807b61868339d689e5d4349d60af991 Merge: c2db81b4 5e071acd Author: Dom Heinzeller Date: Fri Sep 14 09:40:07 2018 -0600 Merge branch 'pgi_fix_20180913' of https://github.com/climbfuji/NEMSfv3gfs into ccpp_static_build commit 5be275e7819a9b2eb8bd47cbcae0f09a43450a86 Merge: 98c2e779 5e071acd Author: Dom Heinzeller Date: Fri Sep 14 09:30:22 2018 -0600 Merge pull request #48 from climbfuji/pgi_fix_20180913 Re-enable PGI support commit d77bb8216f21b839fd5eb4128c6c3740d85bc1c1 Author: Man.Zhang Date: Thu Sep 13 16:11:43 2018 -0600 ozphys_2015 RT configuration is added with new fix file link. commit 5e071acdd59cff76620e0b95402faf5135cf0e4f Author: Dom Heinzeller Date: Thu Sep 13 15:07:40 2018 -0600 Update submodule pointer for ccpp/physics commit ce8da29d8b6c416d66c84344e914e0914ca0fed9 Author: Dom Heinzeller Date: Thu Sep 13 15:07:33 2018 -0600 Update submodule pointer for FV3 commit 767676d2ae620dff7abef6388daacce82c8fdae8 Author: Dom Heinzeller Date: Thu Sep 13 15:05:27 2018 -0600 conf/configure.fv3.cheyenne.pgi: bugfix, remove if(...) clause without endif that was forgotten in a previous commit commit 8ce0e9bbfbc3abff61b81ac3d7767f6c9e73c6e7 Merge: 6708ec12 a3dcb4fe Author: Man.Zhang Date: Mon Sep 10 10:37:26 2018 -0600 Merge branch 'ozphys_namelist_options' of https://github.com/climbfuji/NEMSfv3gfs into ozphys2015 commit 6708ec127f134d25101d675a25f7c3e06de73ff5 Merge: c05661c8 98c2e779 Author: Man.Zhang Date: Mon Sep 10 09:19:53 2018 -0600 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into ozphys2015 commit c2db81b454084b610ff8c7d2168cfc13c502fe38 Author: Dom Heinzeller Date: Fri Sep 7 22:29:07 2018 -0600 conf/configure.fv3.{cheyenne,theia,linux,macosx}.{intel,gnu,pgi}: add options for CCPP static build commit 3ecb2b6d0c19fe08321418b4cfdbb24062257621 Author: Dom Heinzeller Date: Fri Sep 7 22:26:46 2018 -0600 ccpp/CMakeLists.txt: add config for static build commit f4919526234353cb83833d07ec30784bc96ea250 Author: Dom Heinzeller Date: Fri Sep 7 22:26:23 2018 -0600 ccpp/build_ccpp.sh: update help for script, add STATIC= and SUITE= options, run ccpp_prebuild.py script here instead of in compile.sh commit 4cd1268b1cfcd47b816087e8b5bb880fee3afa41 Author: Dom Heinzeller Date: Fri Sep 7 22:20:39 2018 -0600 tests/compile.sh: move configuring and running of ccpp_prebuild.py from compile.sh to build_ccpp.sh commit a3dcb4fe5e916f6831e79aacaee451aa6ec8c751 Author: Dom Heinzeller Date: Fri Sep 7 16:03:54 2018 -0600 Add ozone physics 2015 tests to CCPP ref/hybrid/standalone regression test suites commit fa1e7ad8630c4a7a84dd4aa87dd672ec698a1392 Author: Dom Heinzeller Date: Fri Sep 7 16:01:59 2018 -0600 New namelist for CCPP ozone physics 2015 regression tests, new regression test configs for ozone physics 2015 regression tests with/without CCPP commit 98c2e7796561ac58137e48451b661c37bbeb3294 Merge: 9d471dec 34dada67 Author: Dom Heinzeller Date: Fri Sep 7 15:17:26 2018 -0600 Merge pull request #47 from climbfuji/portability_gnu81_20180904 Update of build instructions for MacOSX and GNU debugging compiler flags commit b78cc263d03ef9b08200f50142baf856459ede92 Author: climbfuji Date: Tue Sep 4 16:13:24 2018 -0600 conf/configure.fv3.macosx.gnu and doc/README_MACOSX.txt: improve setup to remove version dependency for linking OpenMP libraries commit 34dada67c5bc04ff942fccb88a1e320a56b10436 Author: climbfuji Date: Tue Sep 4 16:16:35 2018 -0600 Update submodule pointer for FV3 commit 963ce41c865deeb344e32ba4b2bf7fab94855fd1 Author: climbfuji Date: Tue Sep 4 16:16:28 2018 -0600 Update submodule pointer for NEMS commit 3d34f97092f0f453557f06d6551d50a1b74e182e Author: climbfuji Date: Tue Sep 4 16:16:17 2018 -0600 Update submodule pointer for ccpp/physics commit 8daef92a0dcde44f305f0eee5440c3d523a5ed96 Merge: 6870fd9e 9d471dec Author: climbfuji Date: Tue Sep 4 16:13:29 2018 -0600 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into portability_gnu81_20180904 commit 6870fd9e5228a725a4dc8ff5a18a58d31f652683 Author: climbfuji Date: Tue Sep 4 16:13:24 2018 -0600 conf/configure.fv3.macosx.gnu and doc/README_MACOSX.txt: improve setup to remove version dependency for linking OpenMP libraries commit c05661c80bc42fff20c6e38491e9759501107974 Author: Man.Zhang Date: Tue Sep 4 09:34:43 2018 -0600 direct to my forks commit b33348b13315e4e85bf40120c92f09fcec5d3382 Merge: f82232b4 9d471dec Author: Man.Zhang Date: Tue Sep 4 09:32:15 2018 -0600 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into gmtb/ccpp commit 9d471dece39a3835fad39d35ba682364590efbd0 Merge: 405996f6 f07e0b7f Author: Laurie Carson Date: Tue Sep 4 09:17:23 2018 -0600 Merge pull request #46 from NCAR/climbfuji-patch-1 Add README.md for gmtb/ccpp commit f07e0b7f2c32a58f851140fcee3dcf7230fe2a33 Author: Dom Heinzeller Date: Mon Sep 3 07:12:59 2018 -0600 Add README.md for gmtb/ccpp Add README.md for gmtb/ccpp branch, similar to FV3. commit 405996f6a266688394dc52f4be530880be2ba820 Merge: 8b26ff7e 670761d3 Author: Dom Heinzeller Date: Mon Sep 3 06:42:05 2018 -0600 Merge pull request #44 from climbfuji/update_github_ccpp_from_vlab_master_20180831 Update NEMSfv3gfs CCPP branch with changes from VLAB master 20180831 commit 670761d326ed45c31d4f1ac56753b5338ab051c0 Author: Dom Heinzeller Date: Mon Sep 3 06:38:08 2018 -0600 Add all GNU/PGI tests from rt_ccpp_ref.conf to rt_gnu_pgi.conf commit 2c050d01fd1e2d8336ed0edf6c59f9b4bf3ef352 Author: jun.wang Date: Fri Aug 31 13:49:54 2018 +0000 NEMSfv3gfs: this commits #refs 54358, unit conversion and remove land sea mask in several physics output fields and #refs 54539, Regional boundary file update interval Change-Id: I6891719611796ae55e063880fb868326134551c3 commit 8b26ff7eff2beaa760e2a697a10f98fd98fbf58e Merge: 0df7ab49 30031b78 Author: Dom Heinzeller Date: Fri Aug 31 10:42:25 2018 -0600 Merge pull request #42 from climbfuji/merge_master_vlab_to_ccpp_github_20180830_follow_up_linux_build_target_20180831 Add Linux build target commit 30031b78b0b22b3176440ba871472ef9b0578952 Merge: 8ee78ea3 0df7ab49 Author: Dom Heinzeller Date: Fri Aug 31 09:50:38 2018 -0600 Merge branch 'NEMSfv3gfs_master_ccpp_integration' of https://github.com/NCAR/NEMSfv3gfs into merge_master_vlab_to_ccpp_github_20180830_follow_up_linux_build_target_20180831 commit 8ee78ea32038a50482ebfb5f272920781a18738a Author: Dom Heinzeller Date: Fri Aug 31 09:43:49 2018 -0600 Update submodule pointer for NEMS commit 981378ddbb391c2b2b98ec7961339110ab37cb15 Author: Dom Heinzeller Date: Fri Aug 31 09:43:37 2018 -0600 Add support for Linux platform commit 9699c4d4915314dfd81d1afc860057f5ff845f03 Author: Dom Heinzeller Date: Fri Aug 31 09:42:13 2018 -0600 Add installation instructions for Ubuntu Linux and update instructions for MacOSX commit 0df7ab49f71d5251068a22b044d8d51f114a23e2 Merge: 92af3eff 0ad3b185 Author: Dom Heinzeller Date: Fri Aug 31 08:47:10 2018 -0600 Merge pull request #41 from climbfuji/merge_master_vlab_to_ccpp_github_20180830 Merge VLAB master into Github CCPP branch 20180830 commit 0ad3b1852abffcec0a9d70d975e7d77a23a76565 Author: jun.wang Date: Wed Aug 29 02:47:25 2018 +0000 NEMSfv3gfs: this commits #refs 54154,Stochastic physics bugfix and #refs 54155, Update of build configuration on Cheyenne Change-Id: I1299648e3efc5acd7a1b50cf52af893aeb3104de commit 92af3eff90a2f2deb4ac4f7dd45fffab8e03f925 Merge: b40c1990 b22b3745 Author: Dom Heinzeller Date: Mon Aug 27 11:53:16 2018 -0600 Merge pull request #39 from climbfuji/NEMSfv3gfs_ccpp_final_cleanup_and_ccpp_only_code_20180824 NEMSfv3gfs standalone CCPP runs commit b22b374501dd0890b26d08e48a30aac62684ff9d Author: Dom Heinzeller Date: Mon Aug 27 10:02:22 2018 -0600 tests/compile.sh: remove linking ccpp and ccppphys into fv3.exe (was needed for OPTION A) commit 519883c84d1bf45d7a7192a3115de9020a86fe40 Author: Dom Heinzeller Date: Mon Aug 27 09:42:22 2018 -0600 Update submodule pointer for ccpp/physics commit 172d6cee29a1a1df4c719a9a5e8bf81549f49012 Author: Dom Heinzeller Date: Mon Aug 27 09:42:15 2018 -0600 Update submodule pointer for ccpp/framework commit 21934676f4f674647553777e04d4dfc73517f64b Author: Dom Heinzeller Date: Mon Aug 27 09:41:19 2018 -0600 Update submodule pointer for FV3 commit bf1543af6ffad072cb4b8d066743d7751887d1d3 Author: Dom Heinzeller Date: Mon Aug 27 09:38:56 2018 -0600 Directory tests: remove unused regression test config files, remove executable flag from rt*.conf commit 801f4c8f66334e8a627c6543ed7c59c363fcd96b Merge: 0ede2511 b40c1990 Author: Dom Heinzeller Date: Mon Aug 27 08:20:40 2018 -0600 Merge branch 'NEMSfv3gfs_master_ccpp_integration' of https://github.com/NCAR/NEMSfv3gfs into NEMSfv3gfs_ccpp_final_cleanup_and_ccpp_only_code_20180824 commit 0ede251171952753d9e08f021514bf6e4ab356f5 Author: Dom Heinzeller Date: Fri Aug 24 20:14:35 2018 -0600 ccpp/build_ccpp.sh: correct logic for switching on/off TEMPLOG (opposite) commit ad5417b49811df1e515fa1bb6319f62b49790fa3 Author: Dom Heinzeller Date: Fri Aug 24 20:09:53 2018 -0600 tests/rt_ccpp_ref.conf: remove ldiag3d tests from standard CCPP reference suite commit e98d3976dbf6c641720e07f4dfe79a53a5054450 Author: Dom Heinzeller Date: Fri Aug 24 20:07:37 2018 -0600 (1) ccpp/ccpp_build.sh and ccpp/CMakeLists.txt: For standalone (HYBRID=N) builds, enable simplified temporary logging in CCPP framework (2) Rename rt_ccpp.conf to rt_ccpp_hybrid.conf and add rt_ccpp_standalone.conf commit b40c19904a0edba1fa29f18cadcede85f4995e2c Merge: 6a4f4249 696b5482 Author: Dom Heinzeller Date: Fri Aug 24 09:45:24 2018 -0600 Merge pull request #38 from climbfuji/NEMSfv3gfs_ccpp_final_cleanup_and_ccpp_only_code_20180823 NEMSfv3gfs - final cleanup of interstitial code commit 696b5482b81d9bd51125ca47bd9b01fe74c9027a Author: Dom Heinzeller Date: Thu Aug 23 19:22:24 2018 -0600 Add MAKEOPT HYBRID={Y,N} (default Y) that switches between hybrid CCPP and standalone CCPP (otherwise ignored) commit 6a4f42498245e3e439a35505f4ab2dbac30d74d4 Merge: 3e4e1d06 d84617c5 Author: Dom Heinzeller Date: Thu Aug 23 10:19:17 2018 -0600 Merge pull request #37 from climbfuji/cleanup_rainfall_and_more_20180822 Cleanup rainfall variables (and more) 08/22/2018 commit d84617c5ad0106f34c24a934ba290b8c97d8469f Author: Dom Heinzeller Date: Wed Aug 22 22:49:09 2018 -0600 Update submodule pointer for ccpp/physics commit 2c1a0cf4e428221d51a3b83cb99011738cbd810b Author: Dom Heinzeller Date: Wed Aug 22 22:49:00 2018 -0600 Update submodule pointer for ccpp/framework commit 18bc793b136972b4c429ce99883ee163e6a5fffd Author: Dom Heinzeller Date: Wed Aug 22 22:48:51 2018 -0600 Update submodule pointer for FV3 commit 7172c9a1e730665c76341d3c7c90b76e9299b247 Author: Dom Heinzeller Date: Wed Aug 22 20:30:24 2018 -0600 Change path to and names of suite definition files for CCPP regression tests commit 3e4e1d06ad70e0f7660c58595576b7eb01f21eeb Merge: 72b34719 7e044de4 Author: Dom Heinzeller Date: Wed Aug 22 13:17:57 2018 -0600 Merge pull request #35 from climbfuji/memcheck_utility_and_cleanup_soil_vars Memory checking utility for non-CCPP and CCPP builds commit 7e044de4aa04f2f6d43940c1fb7bc03e66852eb9 Author: Dom Heinzeller Date: Wed Aug 22 11:47:50 2018 -0600 Update submodule pointer for ccpp/physics commit d012c4a044de6605431577519205550510c341eb Author: Dom Heinzeller Date: Wed Aug 22 11:47:42 2018 -0600 Update submodule pointer for ccpp/framework commit 778ab5b743c2e45b679f2fe599d225ad2d0feecd Author: Dom Heinzeller Date: Wed Aug 22 11:47:30 2018 -0600 Update submodule pointer for FV3 commit 23526b3bea55b4481756802cab8bfe20d9d8a379 Merge: df12bd89 72b34719 Author: Dom Heinzeller Date: Wed Aug 22 06:45:46 2018 -0600 Merge branch 'NEMSfv3gfs_master_ccpp_integration' of https://github.com/NCAR/NEMSfv3gfs into memcheck_utility_and_cleanup_soil_vars commit 72b34719edcdfc92e8960f3e47d72bde974dd272 Merge: ad716a2e 3ec94a31 Author: Dom Heinzeller Date: Wed Aug 22 06:39:18 2018 -0600 Merge pull request #34 from climbfuji/ccpp_integration_branch_vlab_master_merge_20180821 Merge of VLAB master 08/20/2018 into Github CCPP integration branch commit df12bd890907668174206a201a35d019689ceef6 Author: Dom Heinzeller Date: Tue Aug 21 15:24:51 2018 -0600 Update submodule pointer for ccpp/physics commit 484ec7dc0920f24d32ac35efa260877145e2a2e6 Author: Dom Heinzeller Date: Tue Aug 21 15:24:43 2018 -0600 Update submodule pointer for ccpp/framework commit 9ea273c6ea29320747e3bd247a51819b4d4906a1 Author: Dom Heinzeller Date: Tue Aug 21 15:24:36 2018 -0600 Update submodule pointer for FV3 commit 0a7b9dbfb03374292a9e9b88f8bc53f45a526811 Author: Dom Heinzeller Date: Tue Aug 21 15:23:33 2018 -0600 Add new tests fv3_ccpp_control_memcheck and fv3_ccpp_2threads_memcheck (use SDF suite_F3_test_memcheck.xml, otherwise identical); add regression test suites rt_ccpp_memcheck.conf and rt_ccpp_ref_memcheck.conf commit 3c2c22432fd6cbb5a32f860ec752c5ea4e50ba14 Author: Dom Heinzeller Date: Tue Aug 21 15:22:14 2018 -0600 Add MAKEOPT MEMCHECK (default MEMCHECK=N) to configurations theia.intel(18), macosx.gnu, cheyenne.intel commit 3ec94a31d3fbb323556df0075912e2878aa7713c Author: Dom Heinzeller Date: Mon Aug 20 16:07:14 2018 -0600 Merge of VLAB master 08/20/2018 into Github master. From Jun Wang: Following changes were committed to the NEMSfv3gfs and FV3 repositories: Task 54063: fix ice fraction on lake points in coupled mode When running FV3 in coupled system FV3-MOM6-CICE6, the ice fraction on lake points are removed when updating sea ice fraction from sea ice model. Code changes are made to not change the ice fraction on lake points. Task 54077: add capability to output GFDL reflectivity in FV3 3D dyn history file GFDL diagnostic program computes the reflectivity fields for GFDL MP, code changes are made in FV3 code to output these reflectivity fields in FV3 3D dynamics history file through the write grid component. Above code changes do not alter current baseline results. Regression test passed on the platforms wcoss phase1/2,cray, theia and gaea (c3,c4). commit ad716a2ee9141a0e309daee1714b8aeed279a7a9 Merge: 899b6982 358a3e6c Author: Dom Heinzeller Date: Thu Aug 16 10:42:57 2018 -0600 Merge pull request #32 from climbfuji/NEMSfv3gfs_vlab_master_merge_20180815_follow_up VLAB master merge follow-up (fix regression test config files and test SCM changes) commit 358a3e6c96b7fad1f7f784df7c56a58cb8624e0d Author: Dom Heinzeller Date: Thu Aug 16 08:17:02 2018 -0600 Update submodule pointer for ccpp/physics commit 70be5e0b5dbd261006de3fb79f96c54f2d5cfc1d Author: Dom Heinzeller Date: Thu Aug 16 08:16:55 2018 -0600 Update submodule pointer for ccpp/framework commit d59ef4304adb3d37dd8378214b5ac65133dd9d93 Author: Dom Heinzeller Date: Wed Aug 15 20:33:01 2018 -0600 Update submodule pointer for NEMS commit 2198a366a97107ca9af2c3ca18db3772d8cb29ff Author: Dom Heinzeller Date: Wed Aug 15 20:32:54 2018 -0600 Update submodule pointer for FV3 commit 68105a3677962d733d0c2b571a8defad0e574258 Author: Dom Heinzeller Date: Wed Aug 15 20:32:44 2018 -0600 Update submodule pointer for ccpp/framework commit 29d6925b54d59c2afc4a325ab53310c77b8e57eb Author: Dom Heinzeller Date: Wed Aug 15 20:32:38 2018 -0600 Update submodule pointer for ccpp/physics commit fb2f3c0b3d075e6c0bcd29836fad28b81fd1449a Author: Dom Heinzeller Date: Wed Aug 15 20:32:20 2018 -0600 tests/rt_ccpp.conf and tests/rt_ccpp_ref.conf: add missing newline at end of file (otherwise h2ophys tests are skipped) commit 899b6982d02745f87b3b753a0bf6ce9780a4f430 Merge: 834f1bcf 37ff8209 Author: Dom Heinzeller Date: Wed Aug 15 16:43:03 2018 -0600 Merge pull request #30 from climbfuji/NEMSfv3gfs_merge_changes_from_VLAB_master_20180814 NEMSfv3gfs merge changes from VLAB master into CCPP integration code (08/14/2018) commit 834f1bcffba2b53ce0b8ac1d0d392dd00cdfc1f9 Merge: 6bdbbc8c ed10a1e4 Author: Dom Heinzeller Date: Wed Aug 15 14:47:37 2018 -0600 Merge pull request #31 from climbfuji/wsm6_regression_test_separate_sdf New SDF for WSM6 microphysics (CCPP hybrid mode) commit ed10a1e46a07a9f536e2f49dc179a838aa4a5fb0 Author: Dom Heinzeller Date: Wed Aug 15 09:22:44 2018 -0600 tests/tests/fv3_ccpp_wsm6 and tests/tests/fv3_ccpp_wsm6_ldiag3d: use new SDF suite_FV3_test_wsm6.xml instead of default version commit 37ff8209d4df226e3b8aeca5dc0eb454581e827c Author: Dom Heinzeller Date: Tue Aug 14 11:00:11 2018 -0600 tests/tests/fv3_h2ophys and tests/tests/fv3_ccpp_h2ophys: bugfix, update name of reference directory commit 2301610a0253e2b276e09b2bd769bbc79f30d9b7 Author: Dom Heinzeller Date: Tue Aug 14 09:15:00 2018 -0600 Update of NEMSfv3gfs github master with recent changes from VLAB master (08/14/2018): Summary of changes: log/report*-log: update of regression test logs tests/Compile_*.log: update of compile logs update submodule pointers to all submodules commit cfab161f3e08984f1d25b0f3ffb4a3189ca6b6c2 Author: Dom Heinzeller Date: Tue Aug 14 09:56:01 2018 -0600 tests/rt_ccpp_ref.conf and tests/rt_ccpp.conf: add new regression tests fv3_h2ophys/fv3_ccpp_h2ophys commit ff5b72813a6eb2c00bc08a9c037a5d4c5d02bc6b Author: Dom Heinzeller Date: Tue Aug 14 09:53:59 2018 -0600 New regression tests fv3_h2ophys and fv3_ccpp_h2ophys commit 45d93f21c33270022023a71b1690a6e65fd3e3be Author: Dom Heinzeller Date: Tue Aug 14 09:52:59 2018 -0600 ccpp/build_ccpp.sh: add flag VERBOSE=1 to CMAKE's make arguments commit 3b79e16c61df9931349b62930e1eed5dbfdd7348 Author: Dom Heinzeller Date: Wed Aug 8 17:17:32 2018 -0600 Merge changes from VLAB/NEMSfv3gfs into GITHUB/NEMSfv3gfs master branch Summary of changes: compsets/all.input: new tests (NAM, regional, debug) compsets/fv3.input: new build targets and input data (NAM, debug) compsets/gaea.input: new baseline dir compsets/jet.input: new baseline dir compsets/platforms.input: new baseline dir for Theia+Intel new platform tujet compsets/wcoss.input: new baseline dir conf/configure.fv3.cheyenne.gnu: NAM physics conf/configure.fv3.cheyenne.intel: FFLAGS new argument -save-temps FFLAGS_DEBUG new/updated argument -check all NAM physics conf/configure.fv3.cheyenne.pgi: NAM physics configure.fv3.jet: FFLAGS/CFLAGS "-axavx" -> "-axSSE4.2,AVX,CORE-AVX2" configure.fv3.odin (new file): new platform configure.fv3.theia.gnu: NAM physics conf/configure.fv3.theia.intel: FFLAGS new argument -save-temps FFLAGS_DEBUG new/updated argument -check all NAM physics conf/configure.fv3.theia.pgi: NAM physics doc/README_CHEYENNE.txt: update of baseline directory doc/README_MACOSX.txt: update of run directory template location doc/README_THEIA.txt: update of baseline directory log/report-*-log: updated regression logs from NEMSCompsetRun tests modulefiles/jet/fv3: update of modules environment modulefiles/odin (new dir): new configuration for odin modulefiles/theia.intel/fv3: new ESMF library (7.1.0rp1bs01) modulefiles/wcoss_cray/fv3: new pmi module parm/NAM_phys.nml.IN (new file): new test config parameter file parm/gfdlmp.nml.IN: whitespace only parm/stretched-nest-model_configure.IN update nhours_fcst release/v0/exp/build.sh: additional targets wcoss, jet, gaea (added back in after being removed by us) tests/fv3_conf/NAM_phys_run.IN (new file): new NAM physics test config tests/fv3_conf/fv3_regional_run.IN (new file): new regional physics test config tests/fv3_conf/thompson_run.IN: new input data qr_acr_q* (precomputed tables) tests/fv3_NAM_phys (new file): new regression test for NAM physics tests/tests/fv3_control_debug (new file): new regression test fv3_control in DEBUG mode tests/tests/fv3_csawmg: fix for number of nodes tests/tests/fv3_csawmg3shoc127: fix for number of nodes tests/tests/fv3_csawmgshoc: fix for number of nodes tests/tests/fv3_csawmgshoc_short (new file): same as fv3_csawmgshoc, but 12h fcst time tests/tests/fv3_rasmgshoc: fix for number of nodes tests/tests/fv3_regional_c768 (new file): new regression test for regional capabilities tests/tests/fv3_regional_control (new file): new regression test for regional capabilities tests/tests/fv3_regional_quilt (new file): new regression test for regional capabilities tests/tests/fv3_regional_restart (new file): new regression test for regional capabilities tests/tests/fv3_stretched_nest_debug (new file): new regression test fv3_stretched_nest in DEBUG mode tests/tests/fv3_wrtGauss_netcdf_debug (new file): new regression test fv3_wrtGauss_netcdf in DEBUG mode tests/Compile_*.log: updated compile logs tests/buildfv3.sh (new file): build script calling compile.sh with "DEBUG=N 32BIT=Y" tests/rt.conf: new tests for regional capabilities, DEBUG mode and NAM physics tests/rt.sh: updates for gaea updates of baseline dir tests/rt_theia_intel_b4b_with_compile.conf (new file): temporary (?) regression test config tests/rt_utils.sh: shell flags "set -ex" -> "set -eu" commit 6bdbbc8cdb925a130b1067f2b01bcbc19f3ed716 Merge: 372363b1 528fa825 Author: Dom Heinzeller Date: Wed Aug 8 16:15:06 2018 -0600 Merge pull request #27 from climbfuji/cheyenne_update_build_flags_and_directory_structure_follow_up_fv3_stretched_nest_20180807 Fix for fv3_stretched_nest regression test on Cheyenne+Intel commit 528fa82509306c7e889e9e7f57643985dfaa47e0 Merge: 629578cc 372363b1 Author: Dom Heinzeller Date: Wed Aug 8 16:14:20 2018 -0600 Merge branch 'NEMSfv3gfs_master_ccpp_integration' of https://github.com/NCAR/NEMSfv3gfs into cheyenne_update_build_flags_and_directory_structure_follow_up_fv3_stretched_nest_20180807 commit 372363b1384ea77e979d81074dd54032ff4f60ae Merge: 1ef8976d 562845f2 Author: Dom Heinzeller Date: Wed Aug 8 16:13:09 2018 -0600 Merge pull request #26 from climbfuji/cheyenne_update_build_flags_and_directory_structure_20180717 Cheyenne configuration update for NEMSfv3gfs commit 562845f2f22256bc58075f48d7171107c5f8864e Merge: f99db2ce 1ef8976d Author: Dom Heinzeller Date: Wed Aug 8 16:12:24 2018 -0600 Merge branch 'NEMSfv3gfs_master_ccpp_integration' of https://github.com/NCAR/NEMSfv3gfs into pr_26 commit f99db2ceabc0eaeb523464b1fcd5ce1da4901db6 Author: Dom Heinzeller Date: Wed Aug 8 16:09:07 2018 -0600 Update submodule pointer for FV3 commit 1ef8976da88b1bb0828652d44571c24f162138de Merge: ce91591a a1de308f Author: Dom Heinzeller Date: Wed Aug 8 13:39:32 2018 -0600 Merge pull request #25 from climbfuji/ldiag3d_add_tests Additional tests wsm6, wsm6 w/ ldiag3d, gfdlmp w/ ldiag3d for CCPP-REF and CCPP commit 629578cc84141a6562b4a22035760e0789af936d Author: Dom Heinzeller Date: Tue Aug 7 16:00:38 2018 -0600 tests/tests/fv3_appbuild: NEMSAppBuilder does not allow passing in flags like REPRO=Y, therefore create a separate control directory fv3_appbuild (=fv3_control with REPRO=N) for Cheyenne+Intel commit d60de206065def56fe4284c59097693e256ea46d Author: Dom Heinzeller Date: Tue Aug 7 13:54:58 2018 -0600 Update submodule pointer for FV3 commit 4d0e6148e2eaa6b0be87176b631499ba0e6abbb5 Author: Dom Heinzeller Date: Tue Aug 7 11:04:56 2018 -0600 Enable test fv3_stretched_nest for target Cheyenne/Intel commit d4f9d573f4f96f46b1fd195cfd743c15332b3786 Author: Dom Heinzeller Date: Tue Aug 7 11:02:41 2018 -0600 Increase walltime for Thompson MP physics test for Cheyenne/Intel commit 41a99c7e30e8584d642563c98674b0e36e99431d Merge: 883b0d6c ce91591a Author: Dom Heinzeller Date: Fri Aug 3 15:22:47 2018 -0600 Merge branch 'NEMSfv3gfs_master_ccpp_integration' of https://github.com/NCAR/NEMSfv3gfs into _cheyenne_update_build_flags_and_directory_structure_20180717 commit 883b0d6cf5e91e440ee113fc6900d52d8c67284b Author: Dom Heinzeller Date: Fri Aug 3 15:18:27 2018 -0600 Update submodule pointer for ccpp/physics commit 2e9f8467d462a1ce4eda5b8081aead00cd11fd26 Author: Dom Heinzeller Date: Fri Aug 3 15:17:21 2018 -0600 Update submodule pointer for ccpp/framework commit 14cd10cc9191cfb9c793918ba18572b05aeab80b Author: Dom Heinzeller Date: Fri Aug 3 15:17:07 2018 -0600 Update submodule pointer for FV3 commit a1de308fb821e12634aa1cc8e5f02b8e8fbb503b Merge: 0ab9368b ce91591a Author: Dom Heinzeller Date: Fri Aug 3 13:12:19 2018 -0600 Merge branch 'NEMSfv3gfs_master_ccpp_integration' of https://github.com/NCAR/NEMSfv3gfs into time_vary_20180801_stochastic_physics commit 0ab9368ba1c43f5fd9b0e9d836651cd68c5667b4 Author: Dom Heinzeller Date: Fri Aug 3 13:11:08 2018 -0600 Add test configurations fv3_wsm6_ldiag3d, fv3_ccpp_wsm6_ldiag3d, fv3_gfdlmp_ldiag3d, fv3_ccpp_gfdlmp_ldiag3d commit 7d3a7c67a5ec5d06a5946d09f4db1bfcbf3a894f Author: Dom Heinzeller Date: Fri Aug 3 13:07:27 2018 -0600 New test configuration fv3_ccpp_wsm6 commit 0896a03c9315264a26fd04b50e03c111a487a8c0 Author: Dom Heinzeller Date: Fri Aug 3 13:06:20 2018 -0600 tests/rt_ccpp_ref.conf: add tests fv3_wsm6, fv3_wsm6_ldiag3d and fv3_gfdlmp_ldiag3d to ccpp-ref test suite commit 11d6e6c25c66f057cf2343503c5ba2f49917307d Author: Dom Heinzeller Date: Fri Aug 3 13:05:23 2018 -0600 tests/rt_ccpp.conf: add test fv3_ccpp_wsm6 to CCPP tests commit ac7effc994814fe6e2df517e8199d9dd4e69c46a Author: Dom Heinzeller Date: Fri Aug 3 12:55:48 2018 -0600 tests/rt.conf: remove test fv3_stretched_nest for cheyenne.intel, compile with REPRO=Y on Cheyenne commit 6ba0e6789d57da1526e4ae21bed80fa7dc134347 Author: Dom Heinzeller Date: Fri Aug 3 12:04:02 2018 -0600 tests/rt_gnu_pgi.conf: make repro flags default for GNU and PGI, add tests fv3_satmedmf (GNU, PGI) and fv3_gfdlmp (GNU only) commit 2cd295fd556a0c466a2be6a4321affa1986aa39d Author: Dom Heinzeller Date: Fri Aug 3 11:42:39 2018 -0600 tests/rt.sh: update path to baseline and add logic for compiler-dependent official baselines (on Cheyenne only) commit a4d4abef84e9571058ae1dfeb04d8ebba8e7c0ab Author: Dom Heinzeller Date: Fri Aug 3 11:41:17 2018 -0600 modulefiles/cheyenne.pgi/fv3: update path to ESMF and NCEPlibs commit 91b78e0f99fcf649477c87580f6c2a4e51603c94 Author: Dom Heinzeller Date: Fri Aug 3 11:41:08 2018 -0600 modulefiles/cheyenne.intel/fv3: update path to ESMF and NCEPlibs commit fc9a320751f1aa366215e0fe3c92c24b26f81a84 Author: Dom Heinzeller Date: Fri Aug 3 11:37:49 2018 -0600 doc/README_CHEYENNE.txt: update path to baseline directories commit ce91591a3f16096728849ec2d4796ce159a11b37 Merge: 3f3fb84b 7f7d5e1d Author: Dom Heinzeller Date: Fri Aug 3 11:00:03 2018 -0600 Merge pull request #24 from climbfuji/time_vary_20180801_stochastic_physics stochastic_physics in GFS_time_vary_step CCPP-compliant commit 670224caa28fd477cd4cbe49a654702f22e2e1a8 Merge: 93797ac1 3f3fb84b Author: Dom Heinzeller Date: Fri Aug 3 09:56:39 2018 -0600 Merge branch 'NEMSfv3gfs_master_ccpp_integration' of https://github.com/NCAR/NEMSfv3gfs into _cheyenne_update_build_flags_and_directory_structure_20180717 commit 7f7d5e1d6ad46eee4e7be153c72445498254229d Author: Dom Heinzeller Date: Thu Aug 2 16:18:51 2018 -0600 Update submodule pointer for ccpp/physics commit 854a4edf67417775270665607373ee36df3b9e7b Author: Dom Heinzeller Date: Thu Aug 2 16:18:44 2018 -0600 Update submodule pointer for ccpp/framework commit 7c74e447ab43848811dab6cff55dc11387a88335 Author: Dom Heinzeller Date: Thu Aug 2 16:18:37 2018 -0600 Update submodule pointer for FV3 commit 3a2ba60311c942e03b1f85d96498c356946d42cb Author: Dom Heinzeller Date: Thu Aug 2 15:49:28 2018 -0600 tests/rt_ccpp_ref.conf and tests/rt_ccpp.conf: remove test fv3_stochy for PGI compiler (hangs indefinitely) commit 83b02d1ccb2263374bded6bdc66c5c4f7ec5d261 Author: Dom Heinzeller Date: Thu Aug 2 15:26:54 2018 -0600 doc/README_MACOS.txt: update install documentation, add Intel MKL commit 8fb4c1428e267c27856c311900021c88867b28b4 Author: Dom Heinzeller Date: Thu Aug 2 15:25:35 2018 -0600 parm/ccpp_control.nml.IN, parm/ccpp_gfdlmp.nml.IN, tests/default_vars.sh, tests/tests/fv3_ccpp_stochy: new namelist options do_sppt, do_shum, do_skeb, do_sfcperts in section gfs_physics_nml, default values .F. for all, enable sppt/shum/skeb for test fv3_stochy commit 5d30731dadbbe09299b6a795907f45a06b3697f3 Author: Dom Heinzeller Date: Thu Aug 2 15:19:59 2018 -0600 ccpp/build_ccpp.sh and ccpp/CMakeLists.txt: enable MKL, ESMF and netCDF support for target MacOSX+GNU commit 70ce131b7f741d0c4782311522d437e61cafeb35 Author: Dom Heinzeller Date: Thu Aug 2 15:17:04 2018 -0600 modulefiles/macosx.gnu/fv3 and conf/configure.fv3.macosx.gnu: add include/linker flags for Intel MKL to MacOSX+GNU configuration commit 3f3fb84b7820c15f68306fe122c2095da900fb5b Merge: 265c65ba e70492fc Author: Dom Heinzeller Date: Fri Jul 20 09:16:40 2018 -0600 Merge pull request #23 from climbfuji/GFS_stochastics_ccpp_compliant GFS_stochastics CCPP compliant commit e70492fc23ed051b10a30b72baa5adb08e70ce28 Author: Dom Heinzeller Date: Fri Jul 20 06:31:08 2018 -0600 Update submodule pointer for ccpp/physics commit 07db3133a5039c9bc8ec72eb09a0049f89a9873e Author: Dom Heinzeller Date: Fri Jul 20 06:30:59 2018 -0600 Update submodule pointer for ccpp/framework commit bb758ecc851bdb2adbfc6ebe890de1605a890d78 Author: Dom Heinzeller Date: Fri Jul 20 06:30:51 2018 -0600 Update submodule pointer for FV3 commit aaa8004d78ab5d0710e14f5aa147c1bb6189ab08 Author: Dom Heinzeller Date: Thu Jul 19 09:17:27 2018 -0600 New test config fv3_ccpp_stochy, add tests fv3_stochy to CCPP-ref regression tests and fv3_ccpp_stochy to CCPP regression tests commit 93797ac16add9db0dccd7e00c94bc139cd366e5b Author: Dom Heinzeller Date: Wed Jul 18 11:18:49 2018 -0600 doc/README_MACOSX.txt: update path to MacOSX rundir templates on Cheyenne commit 342a8141a57b5176b399334d36c37b5a84529235 Author: Dom Heinzeller Date: Wed Jul 18 11:16:57 2018 -0600 modulefiles/cheyenne.gnu/fv3: update path to ESMF and NCEPlibs commit 265c65ba90c42c5280af70839f1fbb2a13832191 Merge: 89ff9401 0450fb76 Author: Dom Heinzeller Date: Mon Jul 16 13:24:20 2018 -0600 Merge pull request #22 from climbfuji/gfdlmp-slow-physics GFDL cloud microphysics (slow processes) commit 0450fb76409aaa82f5fbc02beda9951669f35484 Author: Dom Heinzeller Date: Mon Jul 16 13:10:48 2018 -0600 Update submodule pointer for ccpp/physics commit dae6e8f675076b73f217d03aa512307c3bbeff97 Author: Dom Heinzeller Date: Mon Jul 16 13:10:39 2018 -0600 Update submodule pointer for FV3 commit 4c65d0754c853b1f2c6fcf251730ac1d8dff1996 Author: Dom Heinzeller Date: Mon Jul 16 09:41:37 2018 -0600 Update submodule pointer for ccpp/physics commit 31612bcc4b4ffc660fc3c27aaaf7968dd567ecba Author: Dom Heinzeller Date: Mon Jul 16 09:41:30 2018 -0600 Update submodule pointer for ccpp/framework commit 7e3a5853884145bfa2a142580885c9fd02f21507 Author: Dom Heinzeller Date: Mon Jul 16 09:41:19 2018 -0600 Update submodule pointer for FV3 commit b29dea066d40b222d312778eb9598edaec1db5f1 Author: Dom Heinzeller Date: Fri Jul 13 20:42:32 2018 -0600 tests/tests/fv3_ccpp_gfdlmp: use suite definition file suite_FV3_test_gfdlmp.xml for test commit 1ff83eb1aa0eb07953d4c0f6deb86f226a9c08e5 Author: Dom Heinzeller Date: Fri Jul 13 20:42:14 2018 -0600 ccpp/CMakeLists.txt, conf/configure.fv3.cheyenne.intel, conf/configure.fv3.theia.intel: remove -no-prec-div and -no-prec-sqrt from compiler flags for REPRO build commit 0dce3f11280119b33f30678d5357302dffcb5355 Author: Dom Heinzeller Date: Wed Jul 11 15:12:34 2018 -0600 ccpp/CMakeLists.txt: add preprocessor directives required for GFS physics commit 89ff940187adb8872775c83973cc4daef069df73 Merge: 59af190f b67758a4 Author: Dom Heinzeller Date: Mon Jul 9 20:50:42 2018 -0600 Merge pull request #21 from climbfuji/ccpp-physics-gfdlmp-fast-processes GFDL MP fast physics calls through CCPP commit b67758a4f7fa70ce4e97c9f6e7206f2058fac5c6 Author: Dom Heinzeller Date: Mon Jul 9 20:06:55 2018 -0600 Update submodule pointer for ccpp/physics commit 85b65b43f362c5c4f7acf154f754f7bcfd936dd3 Author: Dom Heinzeller Date: Mon Jul 9 20:06:46 2018 -0600 Update submodule pointer for ccpp/framework commit d473d04ba6ca1359118dbafb7a03cf0d3e6cbf17 Author: Dom Heinzeller Date: Mon Jul 9 20:06:34 2018 -0600 Update submodule pointer for FV3 commit 2848da11921bd579afe484aec9d9c0b2d8a127f3 Author: Dom Heinzeller Date: Fri Jul 6 19:37:45 2018 -0600 Update submodule pointer for ccpp/framework commit 8c05e690f521cb2416e2eb04d9cdbe0fc41d90ae Author: Dom Heinzeller Date: Fri Jul 6 19:37:37 2018 -0600 Update submodule pointer for ccpp/physics commit 5698714b7209b4d6b229eb3bddb2634be5a07533 Author: Dom Heinzeller Date: Fri Jul 6 19:37:25 2018 -0600 Update submodule pointer for FV3 commit 8f5383c5b4a2a097e9896e6e18035b9a18fc0d89 Author: Dom Heinzeller Date: Fri Jul 6 18:53:05 2018 -0600 tests/rt_ccpp_ref.conf and tests/rt_ccpp.conf: run CCPP and CCPP-REF regression tests in REPRO mode commit 6ad5861719063261e38bc479c0e2de1d2ff8a87e Author: Dom Heinzeller Date: Fri Jul 6 18:47:30 2018 -0600 modulefiles/cheyenne.intel/fv3: upgrade Intel compiler version from 17.0.1 to 18.0.1 for bit for bit reproducibility commit 4e3094a5f343886e5971fb18e79b68efa27490a2 Author: Dom Heinzeller Date: Fri Jul 6 18:46:52 2018 -0600 conf/configure.fv3.cheyenne.intel and conf/configure.fv3.theia.intel: remove AVX2 compiler flags for REPRO build commit ee6c0600c680dd0759eed019e0dbe4e7ab487b0b Author: Dom Heinzeller Date: Fri Jul 6 18:26:37 2018 -0600 ccpp/build_ccpp.sh and ccpp/CMakeLists.txt: new compiler optimization option Bitforbit = REPRO in NEMSfv3gfs, additional preprocessor flags for MPI, OpenMP, operating system and host model commit 59af190f420c95a61e4f0c721f1269f34e2d4f7d Merge: 5e4748fa 33a86e49 Author: Dom Heinzeller Date: Tue Jun 26 22:29:22 2018 -0600 Merge pull request #20 from climbfuji/nemsfv3gfs-radiation-ccpp NEMSfv3gfs RRTMG CCPP-compliant (compiler options for CCPP) commit 33a86e49020b92edb9c2f3746bb79a3a4f9f0d3c Author: Dom Heinzeller Date: Tue Jun 26 18:06:18 2018 -0600 Update submodule pointer for FV3 commit 976c7350327f1fb628e7f67bcdc0f57b0d1b8e13 Author: Dom Heinzeller Date: Tue Jun 26 18:00:59 2018 -0600 Update submodule pointer for ccpp-physics commit 1e071ba09ffd5b2b961489422d077f71831f3226 Author: Dom Heinzeller Date: Tue Jun 26 18:00:49 2018 -0600 Update submodule pointer for ccpp-framework commit 674bbae368e72ff56a2ef1742388651696ed8e8d Author: Dom Heinzeller Date: Tue Jun 26 17:49:27 2018 -0600 Add new test ccpp_satmedmf to CCPP-reference and CCPP regression test suite commit 0022ca8cd41fa5e839d17f2762dbd02ff4a5c6cf Merge: e2c1a1c1 5e4748fa Author: Dom Heinzeller Date: Tue Jun 26 10:46:55 2018 -0600 Merge branch 'NEMSfv3gfs_master_ccpp_integration' of https://github.com/NCAR/NEMSfv3gfs into nemsfv3gfs-radiation-ccpp commit e2c1a1c106742c5618042cc9469160512d644a31 Author: Dom Heinzeller Date: Mon Jun 25 19:11:37 2018 -0600 Update submodule pointer for FV3 commit ae360779b514dd46e95f0e7cf9779661d786e905 Author: Dom Heinzeller Date: Mon Jun 25 19:12:16 2018 -0600 Update submodule pointer for ccpp-physics commit fd06e9ad2354e907f9e0e8bcd0903e1817cc98e9 Author: Dom Heinzeller Date: Mon Jun 25 19:12:08 2018 -0600 Update submodule pointer for ccpp-framework commit 992d6c245147709b3e45a954300894e43d231358 Author: Dom Heinzeller Date: Mon Jun 25 19:11:42 2018 -0600 Update submodule pointer for NEMS commit a0f3ccf68e9bce49207d4620dcf50975f615ff30 Author: Dom Heinzeller Date: Mon Jun 25 19:10:59 2018 -0600 Add 2-threads test to CCPP-reference (Intel18, no CCPP) and to CCPP regression tests commit 5e4748fadaf749d0fbde57b1a867925c0742cefd Merge: d4b84f6b 5b99db84 Author: Dom Heinzeller Date: Mon Jun 25 13:27:21 2018 -0600 Merge pull request #18 from climbfuji/doc-update-ccpp-integration-20180618 doc/README_*.txt update ccpp-integration 20180618 commit d4b84f6b0769ae9b3ed2b12c7d81755957f9cd92 Merge: ea192295 c20f91ae Author: Dom Heinzeller Date: Mon Jun 25 13:27:13 2018 -0600 Merge pull request #19 from climbfuji/nemsfv3gfs-thompson-hrrr-aerosol-climatology Update of field_table describing tracers commit eb8c1c87def04d7ca11a7a8b9bb4dd2193a05e7d Author: Dom Heinzeller Date: Thu Jun 21 08:07:48 2018 -0600 Add preprocessor flag -DCCPP for compiling ccpp-physics and ccpp-framework, replace deprecated compiler option commit c20f91ae5f281c27fd540bb7df09c01b38d805c7 Author: Dom Heinzeller Date: Mon Jun 18 10:44:56 2018 -0600 Update of field_table describing tracers in release/v0 commit 5b99db84f6a5a1245ec664b7763270295ffbcbd3 Author: Dom Heinzeller Date: Mon Jun 18 10:32:34 2018 -0600 Update submodule pointer for ccpp/physics commit 3455c46b81dafc6b19dde0841ffb31c6a1e527ce Author: Dom Heinzeller Date: Mon Jun 18 10:32:26 2018 -0600 Update submodule pointer for ccpp/framework commit 787adf29b4047c0c5a61100c1a6d977befb5e925 Author: Dom Heinzeller Date: Mon Jun 18 10:32:19 2018 -0600 Update submodule pointer for NEMS commit 44d0aaca10d0ca32b49abd8b1ad37f6b677c2202 Author: Dom Heinzeller Date: Mon Jun 18 10:31:54 2018 -0600 Update submodule pointer for FV3 commit 8f094bcde7ee4e8aaa1c19cbdd276eefcc046964 Author: Dom Heinzeller Date: Mon Jun 18 10:27:57 2018 -0600 Update of path for run directory template on Theia/Cheyenne in README_MACOSX.txt commit f44693ba8a88efd7c1f671c32ffc7367d6762bc3 Author: Dom Heinzeller Date: Mon Jun 18 10:11:51 2018 -0600 Update of path for regression test baselines in README_CHEYENNE.txt and README_THEIA.txt commit ea1922953aac7941810cd5d3d64ad3a8b184e7be Merge: ef59d515 97ab2108 Author: Dom Heinzeller Date: Thu Jun 14 09:19:25 2018 -0600 Merge pull request #16 from climbfuji/enable-sionlib-ioformat-and-separate-thompson-test Enable support of SIONlib I/O library in CCPP and NEMS/FV3 commit 97ab21082e1d06e2c1734cd6b021eb4caa787bb5 Author: Dom Heinzeller Date: Tue Jun 12 11:38:34 2018 -0600 Enable support of SIONlib I/O library in CCPP and NEMSfv3gfs in general; currently only on MacOSX and only if environment variable SIONLIB is set and SION=Y is specified as a MAKEOPT commit ef59d51569c14a0b984254256a2eb1a5ee038355 Merge: 3af022e4 456188c8 Author: Dom Heinzeller Date: Tue Jun 12 09:42:14 2018 -0600 Merge pull request #13 from climbfuji/bugfix-ccpp-regression-tests-namelists-20180611 Bugfix: update namelists of CCPP regression tests commit 456188c8fb2b4ecc022a108b06d496f14e92c022 Author: Dom Heinzeller Date: Mon Jun 11 21:12:05 2018 -0600 Update submodule pointer for ccpp/physics commit d7023baf11c0424644362b5c6327d203ac63bcb7 Author: Dom Heinzeller Date: Mon Jun 11 21:11:57 2018 -0600 Update submodule pointer for ccpp/framework commit 966bf47a6f95d9a78eecd6775b4c2a8a877a957f Author: Dom Heinzeller Date: Mon Jun 11 21:11:46 2018 -0600 Update submodule pointer for FV3 commit 6b4190dd2dbe0ae7fe52e064ee96764ecc3ce3ce Author: Dom Heinzeller Date: Mon Jun 11 21:11:32 2018 -0600 Update namelists for CCPP tests to match the baseline test namelists commit 3af022e47c62ce161f163f7c03b823304eb656b4 Merge: a4c4a37e ca36ea93 Author: Laurie Carson Date: Fri Jun 8 14:29:57 2018 -0600 Merge pull request #12 from llpcarson/vlab.integration.20180608 From Vlab: ccpp-20180608 commit ca36ea93bc116afe5fe5589881d1c85a1d4b4022 Merge: a4c4a37e 0ac0e6be Author: Laurie Carson Date: Fri Jun 8 14:15:14 2018 -0600 Merge branch 'NEMSfv3gfs_master_ccpp_integration_20180530' of gerrit:NEMSfv3gfs into NEMSfv3gfs_master_ccpp_integration commit 0ac0e6be712476bcfab8dc3b734e04bfe02f9221 Merge: 10a43c84 7e57cf05 Author: Laurie Date: Fri Jun 8 14:03:02 2018 -0600 Merge branch 'master' of gerrit:NEMSfv3gfs into NEMSfv3gfs_master_ccpp_integration_20180530 commit a4c4a37e481a05ed209c33ffbd13605d118ce66f Merge: 7e0bcfa4 3c5b9c96 Author: Dom Heinzeller Date: Tue Jun 5 07:59:42 2018 -0600 Merge pull request #9 from climbfuji/codeowners-initial Codeowners test commit 3c5b9c9616384108fe7e86f7d020ccbab3b7292d Author: Dom Heinzeller Date: Mon Jun 4 20:59:53 2018 -0600 Initial test of CODEOWNERS functionality commit 7e0bcfa4a2ef36aad885ea8d2b24a67bee6b2654 Merge: 15a474fd 3a821cca Author: Dom Heinzeller Date: Mon Jun 4 08:55:29 2018 -0600 Merge pull request #8 from climbfuji/rename_ccpp_prebuild_config_from_fv3v1_to_fv3 Rename CCPP prebuild config from FV3v1 to FV3 commit 3a821cca8ee1974af7a3f596f2e22b7630bb9b7b Author: Dom Heinzeller Date: Fri Jun 1 17:48:33 2018 -0600 Update build script because name of CCPP config has changed from FV3v1 to FV3 commit 15a474fdab73a40da311a6bb0fe87050b92178b3 Merge: 8625dd4d b49d61e6 Author: Dom Heinzeller Date: Fri Jun 1 15:06:12 2018 -0600 Merge pull request #7 from climbfuji/cnvc90_ccpp Add CCPP-compliant CNVC90 commit b49d61e6cfbd46b5005fb651bbc8b80cc4facd0c Author: Dom Heinzeller Date: Fri Jun 1 10:43:22 2018 -0600 Rename ccpp control test from fv3_ccpp to fv3_ccpp_control, update namelist input and test config scripts, update baselines for comparison of fv3_ccpp_control and fv3_gfdlmp_control to fv3_control and fv3_gfdlmp commit 0d7c26b0a4b7ecc8683341369de4f59e187ee051 Author: Dom Heinzeller Date: Fri Jun 1 10:10:07 2018 -0600 Change compiler optimization flags for PGI compiler if Intel-only option AVX2 is true or false commit 1b0eb9cd01d0c27f48e5a79f664e74df871de4ef Author: Dom Heinzeller Date: Thu May 31 11:44:25 2018 -0600 conf/configure.fv3.macosx.gnu: bugfix, add missing CCPP compile option commit 449229810789eeeef3dc76464d0e3abd72c936aa Author: Dom Heinzeller Date: Thu May 31 10:49:56 2018 -0600 Update submodule pointer for ccpp/physics commit 8c208f4bfebd6978f566d92fb1035da77daa7322 Author: Dom Heinzeller Date: Thu May 31 10:49:47 2018 -0600 Update submodule pointer for ccpp/framework commit 7b4468d23a123120b873978500598c0d19e5b706 Author: Dom Heinzeller Date: Thu May 31 10:49:26 2018 -0600 Update submodule pointer for FV3 commit 6a4c8d65201ebd43a9abea2ce136850c0e635cd4 Author: Dom Heinzeller Date: Wed May 30 11:26:31 2018 -0600 Use NEMSfv3gfs compiler flags instead of original compiler flags for bit-for-bit reproducibility in debug and prod mode with Intel/GNU/PGI compiler (tested on Theia and MacOSX) commit abe9537e427660905bc9ee37205648e071e1a749 Author: Dom Heinzeller Date: Sat May 19 15:20:20 2018 -0600 Make OPENMP=Y default option for CCPP build to match default options for NEMSfv3gfs commit f25f841c5fa729061b6233b26d7e5289e6786b13 Author: Dom Heinzeller Date: Sat May 19 15:17:02 2018 -0600 Add option to compile NEMSfv3gfs on Theia with Intel 18 instead of Intel 15 without having to compile CCPP. Also link libccppphys.so to main executable (temporarily) to allow calls to CCPP-compliant schemes without using ccpp_run (for testing only). commit 17c9af6f4bce2b00433f1d5b22ab5a0b54b2a6f7 Author: Dom Heinzeller Date: Sat May 19 15:14:25 2018 -0600 Regression test config ccpp_ref that does not build with CCPP, but with Intel 18 on Theia commit 8625dd4d46e690cde386f486a597acce42daa893 Merge: e9717ebb 2b492c9d Author: Dom Heinzeller Date: Wed May 30 14:10:55 2018 -0600 Merge pull request #6 from llpcarson/vlab.ccpp.20180530-1 Vlab.ccpp.20180530 1 commit 2b492c9dfa173629bdd8c1028a945c2ab19307ad Merge: e9717ebb 10a43c84 Author: Laurie Carson Date: Wed May 30 13:58:47 2018 -0600 Merge branch 'NEMSfv3gfs_master_ccpp_integration_20180530' of gerrit:NEMSfv3gfs into NEMSfv3gfs_master_ccpp_integration commit e9717ebbfd7eef4db9e31aaaabe35cc22d3c6de3 Merge: 913a18ed 40e01936 Author: Laurie Carson Date: Wed May 30 13:46:07 2018 -0600 Merge pull request #5 from climbfuji/vlab.ccpp.20180530_CONFLICT_SOLVED This PR replaces #4 Pull updates from VLAB, NEMSfv3gfs_ branch, 20180530. Including portability changes. Merge conflicts solved. commit 40e0193632bbe8434223e6a9c0a9b7887a2ce12c Merge: 913a18ed 818adefc Author: Dom Heinzeller Date: Wed May 30 13:38:52 2018 -0600 Merge branch 'llpcarson-vlab.ccpp.20180530' into NEMSfv3gfs_master_ccpp_integration commit 818adefc5470993e3c0bda196511a1573a482a08 Merge: 913a18ed c4ef379b Author: Dom Heinzeller Date: Wed May 30 13:38:03 2018 -0600 Merge branch 'vlab.ccpp.20180530' of https://github.com/llpcarson/NEMSfv3gfs into llpcarson-vlab.ccpp.20180530 commit c4ef379b0e9b6a97e2a7551cd6c50af41ed453b5 Author: Laurie Carson Date: Wed May 30 12:03:50 2018 -0600 Update submodule pointers commit 10a43c847de6e33ae906b4e4331735250787c92d Author: Dom Heinzeller Date: Wed May 30 10:43:18 2018 -0600 Remove ccpp compile/regression test logs on Theia commit dd50b66aaf34f7ee3d2985f5761c9982ed513177 Author: Dom Heinzeller Date: Wed May 30 09:58:19 2018 -0600 Update submodule pointer for ccpp/physics commit f01d5ba480573a5bed99a0ee0d70f8772df9aa4a Author: Dom Heinzeller Date: Wed May 30 09:58:00 2018 -0600 Update submodule pointer for FV3 commit 6c3142a3b472ee94807d6fc15b2adf13c75d8036 Author: Dom Heinzeller Date: Wed May 30 09:50:26 2018 -0600 GFDL MP regression test not working for PGI and CCPP build (issues with namelist section not found) commit aeab2a36c1e39d6f1ddc9582dd3bd4c8c5b6b60c Author: Dom Heinzeller Date: Wed May 30 09:48:57 2018 -0600 Remove extraneous whitespace in GFDL MP namelist section commit b985f422bf46eceb08ea8383ae9e20596328377e Author: Dom Heinzeller Date: Wed May 30 09:46:37 2018 -0600 Configure CPP environment variable for PGI compiler on Theia and Cheyenne commit 018d8c73a13b2cc76d595e6335d33bc5406136fd Author: Dom Heinzeller Date: Wed May 30 08:00:00 2018 -0600 Output of regression test logs for standard (non-CCPP) build on Theia/GNU commit 56f3d733c6b0591204caf7b8a079caf28fa0a7b2 Author: Dom Heinzeller Date: Wed May 30 07:54:24 2018 -0600 Output of NEMSCompsetRun regression test logs for standard (non-CCPP) build on Theia/Intel commit 38a35d7a5f2ac3755fbf832f6d17d62376d25e20 Author: Dom Heinzeller Date: Tue May 29 17:38:51 2018 -0600 Output of regression test logs for standard (non-CCPP) build on Cheyenne/Intel commit 2ab72a36c202161882cedcc53a21c5999c351870 Author: Dom Heinzeller Date: Tue May 29 17:03:27 2018 -0600 Output of regression test logs for standard (non-CCPP) build on Cheyenne/PGI commit f95f9e8825cc011c0a734173205944073938430c Author: Dom Heinzeller Date: Tue May 29 16:44:23 2018 -0600 Output of regression test logs for standard (non-CCPP) build on Theia/PGI commit acf09a09b21ffffe8f2ab8f324f94a24acd48502 Author: Dom Heinzeller Date: Tue May 29 15:44:53 2018 -0600 Output of regression test logs for standard (non-CCPP) build on Cheyenne/GNU commit dd619af44d8648210e5d7cabeda506b0c243e944 Author: Dom Heinzeller Date: Tue May 29 15:38:40 2018 -0600 Output of regression test logs for standard (non-CCPP) build on Theia/Intel commit 9ca8da1ba8c7f6d78c7bb563725fd52b60600cee Author: Dom Heinzeller Date: Tue May 29 17:32:57 2018 -0600 Extend conf/configure.fv3.cheyenne.* and conf/configure.fv3.theia.{gnu,pgi} to support CCPP build commit 92da40f2da5fe2981e5f638837206ae9692d5790 Author: Dom Heinzeller Date: Tue May 29 15:44:53 2018 -0600 Output of regression test logs for standard (non-CCPP) build on Cheyenne/GNU commit 6305fe88c3f897a331901e0c6bedb1a41d4c9db8 Author: Dom Heinzeller Date: Tue May 29 16:06:11 2018 -0600 Extend modulefiles for Cheyenne and Theia to support CCPP build commit 82afef34d27cb267e41df3fe11612bf7fb73a44c Author: Dom Heinzeller Date: Tue May 29 15:38:40 2018 -0600 Output of regression test logs for standard (non-CCPP) build on Theia/Intel commit d1ae718f9d5b8a95829864313facf951b73eab92 Author: Dom Heinzeller Date: Tue May 29 16:05:26 2018 -0600 Enable CCPP compilation and regression tests on all supported platforms commit d50b70077d9c83d06fb5500fce6805517d65ac41 Author: Dom Heinzeller Date: Tue May 29 15:37:55 2018 -0600 tests/compile.sh: use BUILD_TARGET instead of MACHINE_ID in compile script commit 6c0b45705eb2b21ee7daaedb2d4942af56eb1682 Author: Dom Heinzeller Date: Tue May 29 15:35:41 2018 -0600 Update directory containing latest regression test baselines on Cheyenne and Theia commit e701b81c70d068961aa2cd1e6611c22b439721d5 Author: Dom Heinzeller Date: Tue May 29 15:34:40 2018 -0600 Enable build targets {cheyenne,theia}.{intel,pgi,gnu} and macosx.gnu for CCPP build and move Intel-18 modulefile for Theia from modulefiles/theia to modulefiles/theia.intel" commit de1f8f31e2693569273ae092917da2ad6fc3e7da Merge: bfcfac9f be59fbf2 Author: Dom Heinzeller Date: Tue May 29 09:00:05 2018 -0600 Merge branch 'master' of gerrit:NEMSfv3gfs into NEMSfv3gfs_master_ccpp_integration commit bfcfac9fad7937723afbeab97317e51ff360249d Author: Dom Heinzeller Date: Wed May 16 19:37:20 2018 -0600 Add logs of regression tests on Theia with and without CCPP commit c24c623206cdfad899707c040ae787d00fa7a100 Author: Dom Heinzeller Date: Wed May 16 19:33:18 2018 -0600 Add model identifier 'fv3' to CCPP regression tests commit 8f8ff11af452af0787c20880b5fc48612ac39a38 Author: Dom Heinzeller Date: Wed May 16 19:32:54 2018 -0600 Add new namelist section nam_sfcperts to CCPP regression test namelists commit 3edcc6c0f17850a4a6aa689d155f3ae701782c2b Author: Dom Heinzeller Date: Wed May 16 15:39:57 2018 -0600 Removed temporary full regression test logs for Theia and Theia w/ CCPP commit a1feb2bb3e9f4cdbe4a79e69d6e4cc5c31049917 Merge: cd1eda38 2e577faa Author: Dom Heinzeller Date: Wed May 16 15:33:20 2018 -0600 Merge branch 'master' into NEMSfv3gfs_master_ccpp_integration commit cd1eda38ba85dd037b8d43c3cf9f9594db9331db Author: Dom Heinzeller Date: Wed May 16 15:31:44 2018 -0600 Update submodule pointer for NEMS commit d39c35bd2abc55beb4bddd7ca327254fe1aae12a Author: Dom Heinzeller Date: Wed May 16 15:31:38 2018 -0600 Update submodule pointer for FV3 commit 1ea85ae95833e4aabe85c9c44a626796997e9109 Author: Dom Heinzeller Date: Wed May 16 15:26:25 2018 -0600 Update submodule pointer for ccpp/physics commit 053aa662bc2ec195bc5f36ff8944bcd78f31c3bc Author: Dom Heinzeller Date: Wed May 16 15:26:15 2018 -0600 Update submodule pointer for ccpp/framework commit e7b94bb6d4fdb17262e7525acb5d878680ff3085 Author: Dom Heinzeller Date: Wed May 16 15:23:06 2018 -0600 Change name/version of Intel compiler for CCPP build on Theia from 18.1.163 to 18.0.1.163 (same version, different naming convention) commit 913a18ed13c988b5093ff1d8a9128ca115738f41 Author: Dom Heinzeller Date: Mon May 14 10:17:31 2018 -0600 Update submodule pointer for ccpp/physics commit ac44cadb2ac564672c804bfb199e7bc30520a28f Author: Dom Heinzeller Date: Mon May 14 10:17:23 2018 -0600 Update submodule pointer for ccpp/framework commit 35bab321da491054c04f1b99419681f3223f2568 Author: Dom Heinzeller Date: Mon May 14 10:17:06 2018 -0600 Changed location of submodules FV3 and NEMS from NOAA/gerrit to NCAR/github commit f82232b40268514fb230b696b586a11274b2afc3 Merge: cec4239c 2b23f1dd Author: Laurie Carson Date: Fri May 11 12:00:39 2018 -0600 Merge branch 'gmtb/ccpp' of https://github.com/NCAR/NEMSfv3gfs into gmtb/ccpp commit 73e2c02cd923cab74ccbdde184d28c44bb682bde Author: Dom Heinzeller Date: Wed May 9 10:34:20 2018 -0600 Update submodule pointer for ccpp/physics commit 1948d7b35d0479423fed2468ef03b8d403a41694 Author: Dom Heinzeller Date: Wed May 9 10:34:12 2018 -0600 Update submodule pointer for ccpp/framework commit dccfad8da89567cc2f61e739100d4e25fec4624a Author: Dom Heinzeller Date: Wed May 9 10:34:03 2018 -0600 Update submodule pointer for NEMS commit a2616caca7ef3cd547d7ef15312f55807fe80eb8 Author: Dom Heinzeller Date: Wed May 9 10:33:56 2018 -0600 Update submodule pointer for FV3 commit ca9b144b64b9c087887b1cb681e9ae63aa81c6f1 Author: Dom Heinzeller Date: Wed May 9 10:33:31 2018 -0600 Output of successful regression tests on Theia when compiling/running this branch without the CCPP=Y make option commit 2a13cba11711dae1da90e30b7b376986b9e24db1 Author: Dom Heinzeller Date: Wed May 9 10:30:57 2018 -0600 Output of CCPP regression tests on Theia against own baseline, because results with Intel 18 differ from official baseline results with Intel 15 commit aae8b13f8e68b7b697fbf92583190ee5555363c0 Author: Dom Heinzeller Date: Wed May 9 10:29:53 2018 -0600 New regression tests for CCPP on theia: compilation with CCPP=Y (uses Intel 18), standard run fv3_control+ccpp=fv3_ccpp and fv3_gfdlmp+ccpp=ccpp_gfdlmp for testing fast physics call in FV3 dynamics through CCPP commit ba50b3c25753b0af1f882d6e4052c00b40d0994b Author: Dom Heinzeller Date: Wed May 9 10:27:31 2018 -0600 Add CCPP build to compile.sh if MAKEOPT contains CCPP=Y. The CCPP build uses the Intel 18 compiler on theia, because model segfaults when trying to load libccpp.so at model startup with Intel 15 compiler commit 8938b2989ba2369236f4dddb8cb6cf26ac22ae2f Author: Dom Heinzeller Date: Wed May 9 10:25:18 2018 -0600 Additional modulefile for Theia using Intel 18 and NCEP libraries compiled with -qopenmp and -fPIC commit 5501728b91072306888093740aca8faa54e3c020 Author: Dom Heinzeller Date: Wed May 9 09:41:21 2018 -0600 Add compile and link flags for CCPP build to theia config; update tests for make options to prevent explicit XXXX=N triggering the code inside the if statement commit 7138f36bc696f9ccda1fda525ee65bc3ef0baa62 Author: Dom Heinzeller Date: Tue May 8 18:26:32 2018 -0600 Top-level CMakeLists.txt and build_ccpp.sh for building CCPP as part of NEMSfv3gfs commit 06030ef946aa31236770495844084d02bb354998 Author: Dom Heinzeller Date: Tue May 8 16:05:30 2018 -0600 New submodules ccpp-physics and ccpp-framework in subdirectories ccpp/{physics,framework} commit 2b23f1dd80c85ff2c62f7a933e5cbb2fb4e5f784 Author: Laurie Carson Date: Fri Apr 27 14:00:48 2018 -0600 update submodules --- FV3 | 2 +- parm/ccpp_gsd_sar-model_configure.IN | 48 +++++ parm/ccpp_gsd_sar.nml.IN | 296 +++++++++++++++++++++++++++ tests/fv3_conf/ccpp_gsd_sar_run.IN | 35 ++++ tests/rt_ccpp_gsd.conf | 32 ++- tests/tests/fv3_ccpp_gf_thompson | 2 +- tests/tests/fv3_ccpp_gsd | 2 +- tests/tests/fv3_ccpp_gsd_coldstart | 2 +- tests/tests/fv3_ccpp_gsd_debug | 102 +++++++++ tests/tests/fv3_ccpp_gsd_noah | 2 +- tests/tests/fv3_ccpp_gsd_sar | 37 ++++ tests/tests/fv3_ccpp_gsd_warmstart | 2 +- tests/tests/fv3_ccpp_thompson | 2 +- tests/tests/fv3_ccpp_thompson_mynn | 2 +- 14 files changed, 549 insertions(+), 17 deletions(-) create mode 100644 parm/ccpp_gsd_sar-model_configure.IN create mode 100644 parm/ccpp_gsd_sar.nml.IN create mode 100644 tests/fv3_conf/ccpp_gsd_sar_run.IN create mode 100644 tests/tests/fv3_ccpp_gsd_debug create mode 100644 tests/tests/fv3_ccpp_gsd_sar diff --git a/FV3 b/FV3 index cb7e38913d..a550ddf96f 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit cb7e38913d595954ebf737cbd97f997216992c79 +Subproject commit a550ddf96f6052fad2d1d002a58dec2c2fff7277 diff --git a/parm/ccpp_gsd_sar-model_configure.IN b/parm/ccpp_gsd_sar-model_configure.IN new file mode 100644 index 0000000000..8b8737b003 --- /dev/null +++ b/parm/ccpp_gsd_sar-model_configure.IN @@ -0,0 +1,48 @@ +total_member: 1 +PE_MEMBER01: 840 +start_year: 2019 +start_month: 07 +start_day: 12 +start_hour: 12 +start_minute: 0 +start_second: 0 +nhours_fcst: 3 +RUN_CONTINUE: .false. +ENS_SPS: .false. +dt_atmos: 50 +cpl: .false. +calendar: 'julian' +memuse_verbose: .false. +atmos_nthreads: 2 +use_hyper_thread: .false. +ncores_per_node: 24 +debug_affinity: .true. +restart_interval: 0 +output_1st_tstep_rst: .false. +quilting: .true. +print_esmf: .false. + +write_groups: 1 +write_tasks_per_group: 24 +num_files: 2 +filename_base: 'dyn''phy' +output_file: 'netcdf' +write_nemsioflip: .false. +write_fsyncflag: .false. + +output_grid: 'lambert_conformal' +cen_lon: -97.5 +cen_lat: 38.5 +stdlat1: 38.5 +stdlat2: 38.5 +nx: 1738 +ny: 974 +lon1: -122.21414225 +lat1: 22.41403305 +dx: 3000.0 +dy: 3000.0 + +nfhout: 1 +nfhmax_hf: 60 +nfhout_hf: 1 +nsout: -1 diff --git a/parm/ccpp_gsd_sar.nml.IN b/parm/ccpp_gsd_sar.nml.IN new file mode 100644 index 0000000000..aa80621f1d --- /dev/null +++ b/parm/ccpp_gsd_sar.nml.IN @@ -0,0 +1,296 @@ +&amip_interp_nml + interp_oi_sst = .true. + use_ncep_sst = .true. + use_ncep_ice = .false. + no_anom_sst = .false. + data_set = 'reynolds_oi', + date_out_of_range = 'climo', +/ + +&atmos_model_nml + blocksize = 32 + chksum_debug = .false. + dycore_only = .false. + fdiag = 3 + ccpp_suite = 'FV3_GSD_SAR' +/ + +&diag_manager_nml + prepend_date = .F. +/ + +&fms_io_nml + checksum_required = .false. + max_files_r = 100, + max_files_w = 100, +/ + +&fms_nml + clock_grain = 'ROUTINE', + domains_stack_size = 2000200, + print_memory_usage = .false. +/ + +&fv_grid_nml + grid_file = 'INPUT/grid_spec.nc' +/ + + &fv_core_nml + layout = 34,24 + io_layout = 1,1 + npx = 1735 + npy = 1009 + ntiles = 1, + npz = 64 + !grid_type = -1 + make_nh = .T. + fv_debug = .T. + range_warn = .T. + reset_eta = .F. + n_sponge = 24 + nudge_qv = .F. + tau = 5. + rf_cutoff = 20.e2 + d2_bg_k1 = 0.20 + d2_bg_k2 = 0.04 + kord_tm = -11 + kord_mt = 11 + kord_wz = 11 + kord_tr = 11 + hydrostatic = .F. + phys_hydrostatic = .F. + use_hydro_pressure = .F. + beta = 0. + a_imp = 1. + p_fac = 0.1 + k_split = 4 + n_split = 5 + nwat = 6 + na_init = 1 + d_ext = 0.0 + dnats = 0 + fv_sg_adj = 300 + d2_bg = 0. + nord = 2 + dddmp = 0.1 + d4_bg = 0.12 + vtdm4 = 0.02 + ke_bg = 0. + do_vort_damp = .true. + external_ic = .T. + external_eta = .T. + gfs_phil = .false. + nggps_ic = .T. + mountain = .F. + ncep_ic = .F. + d_con = 1.0 + delt_max = 0.002 + hord_mt = 6 + hord_vt = 6 + hord_tm = 6 + hord_dp = -6 + hord_tr = 8 + adjust_dry_mass = .F. + consv_te = 0. + do_sat_adj = .F. + consv_am = .F. + fill = .T. + dwind_2d = .F. + print_freq = 6 + warm_start = .F. + no_dycore = .false. + z_tracer = .T. + read_increment = .F. + res_latlon_dynamics = "fv3_increment.nc" + + do_schmidt = .true. + target_lat = 38.5 + target_lon = -97.5 + stretch_fac = 0.999 +!! nord_zs_filter = 4 + n_zs_filter = 0 + regional = .true. + bc_update_interval = 3 + + full_zs_filter = .F. !unreleased feature + + nord_zs_filter = 4 + n_zs_filter = 0 ! safety +/ + +&surf_map_nml + zero_ocean = .F. + cd4 = 0.12 + cd2 = -1 + n_del2_strong = 0 + n_del2_weak = 2 + n_del4 = 1 + max_slope = 0.4 + peak_fac = 1. +/ + +&external_ic_nml + filtered_terrain = .true. + levp = 65 + gfs_dwinds = .true. + checker_tr = .F. + nt_checker = 0 +/ + +&gfs_physics_nml + fhzero = 6. + h2o_phys = .true. + ldiag3d = .false. + fhcyc = 0 + nst_anl = .true. + use_ufo = .true. + pre_rad = .false. + ncld = 5 + imp_physics = 8 + ttendlim = 0.005 + ltaerosol = .T. + lradar = .T. + pdfcld = .false. + fhswr = 3600. + fhlwr = 3600. + ialb = 1 + iems = 1 + iaer = 111 + ico2 = 2 + isubc_sw = 2 + isubc_lw = 2 + isol = 2 + lwhtr = .true. + swhtr = .true. + cnvgwd = .false. + shal_cnv = .false. + cal_pre = .false. + redrag = .true. + dspheat = .true. + hybedmf = .F. + satmedmf = .false. + lheatstrg = .F. + do_mynnedmf = .T. + do_mynnsfclay = .false. + random_clds = .false. + trans_trac = .true. + cnvcld = .false. + imfshalcnv = 0 + imfdeepcnv = 0 + cdmbgwd = 3.5,0.25 + prslrd0 = 0. + ivegsrc = 1 + isot = 1 + debug = .false. + oz_phys = .false. + oz_phys_2015 = .true. + nstf_name = 2,1,1,0,5 + cplflx = .F. + iau_delthrs = 6 + iaufhrs = 30 + iau_inc_files = '' + do_sppt = .F. + do_shum = .F. + do_skeb = .F. + do_sfcperts = .F. + lsm = 3 + lsoil = 4 + lsoil_lsm = 9 + iopt_dveg = 2 + iopt_crs = 1 + iopt_btr = 1 + iopt_run = 1 + iopt_sfc = 1 + iopt_frz = 1 + iopt_inf = 1 + iopt_rad = 1 + iopt_alb = 2 + iopt_snf = 4 + iopt_tbot = 2 + iopt_stc = 1 + icloud_bl = 1 + bl_mynn_tkeadvect = .true. + bl_mynn_edmf = 1 + bl_mynn_edmf_mom = 1 +/ + +&interpolator_nml + interp_method = 'conserve_great_circle' +/ + +&namsfc + FNGLAC = "global_glacier.2x2.grb", + FNMXIC = "global_maxice.2x2.grb", + FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", + FNSNOC = "global_snoclim.1.875.grb", + FNZORC = "igbp", + FNALBC = "global_snowfree_albedo.bosu.t126.384.190.rg.grb", + FNALBC2 = "global_albedo4.1x1.grb", + FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", + FNTG3C = "global_tg3clim.2.6x1.5.grb", + FNVEGC = "global_vegfrac.0.144.decpercent.grb", + FNVETC = "global_vegtype.igbp.t126.384.190.rg.grb", + FNSOTC = "global_soiltype.statsgo.t126.384.190.rg.grb", + FNSMCC = "global_soilmgldas.t126.384.190.grb", + FNMSKH = "seaice_newland.grb", + FNTSFA = "", + FNACNA = "", + FNSNOA = "", + FNVMNC = "global_shdmin.0.144x0.144.grb", + FNVMXC = "global_shdmax.0.144x0.144.grb", + FNSLPC = "global_slope.1x1.grb", + FNABSC = "global_mxsnoalb.uariz.t126.384.190.rg.grb", + LDEBUG =.false., + FSMCL(2) = 99999 + FSMCL(3) = 99999 + FSMCL(4) = 99999 + FTSFS = 90 + FAISS = 99999 + FSNOL = 99999 + FSICL = 99999 + FTSFL = 99999, + FAISL = 99999, + FVETL = 99999, + FSOTL = 99999, + FvmnL = 99999, + FvmxL = 99999, + FSLPL = 99999, + FABSL = 99999, + FSNOS = 99999, + FSICS = 99999, +/ +&nam_stochy + lon_s=768, + lat_s=384, + ntrunc=382, + SKEBNORM=1, + SKEB_NPASS=30, + SKEB_VDOF=5, + SKEB=@[SKEB], + SKEB_TAU=2.16E4, + SKEB_LSCALE=1000.E3, + SHUM=@[SHUM], + SHUM_TAU=21600, + SHUM_LSCALE=500000, + SPPT=@[SPPT], + SPPT_TAU=21600, + SPPT_LSCALE=500000, + SPPT_LOGIT=.TRUE., + SPPT_SFCLIMIT=.TRUE., + ISEED_SHUM=1, + ISEED_SKEB=2, + ISEED_SPPT=3, +/ +&nam_sfcperts + NSFCPERT=6, + PERTZ0=-999., + PERTSHC=-999., + PERTZT=-999., + PERTLAI=-999., + PERTVEGF=-999., + PERTALB=-999., + SFC_TAU=21600, + SFC_LSCALE=500000, + ISEED_SFC=0, + SPPT_LAND=.FALSE., +/ diff --git a/tests/fv3_conf/ccpp_gsd_sar_run.IN b/tests/fv3_conf/ccpp_gsd_sar_run.IN new file mode 100644 index 0000000000..f54f4db038 --- /dev/null +++ b/tests/fv3_conf/ccpp_gsd_sar_run.IN @@ -0,0 +1,35 @@ + +rm -fr INPUT RESTART +mkdir INPUT RESTART +cp -r /scratch1/BMC/gmtb/ufs-weather-model/RT/NEMSfv3gfs/FV3_input_data_temporary_gsd_sar/*.nc INPUT/ + +cp @[RTPWD]/FV3_input_data/INPUT/aerosol.dat . +cp @[RTPWD]/FV3_input_data/INPUT/co2historicaldata_201*.txt . +cp @[RTPWD]/FV3_input_data/INPUT/sfc_emissivity_idx.txt . +cp @[RTPWD]/FV3_input_data/INPUT/solarconstant_noaa_an.txt . +cp @[RTPWD]/FV3_input_data/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 +cp @[RTPWD]/FV3_input_data/global_h2o_pltc.f77 ./global_h2oprdlos.f77 +cp @[RTPWD]/FV3_input_data/*grb . +cp @[RTPWD]/FV3_input_data/*_table . + +# Copy SAR diag and field table files +cp /scratch1/BMC/gmtb/ufs-weather-model/RT/NEMSfv3gfs/FV3_input_data_temporary_gsd_sar/diag_table_gsd_sar diag_table +cp /scratch1/BMC/gmtb/ufs-weather-model/RT/NEMSfv3gfs/FV3_input_data_temporary_gsd_sar/field_table_gsd_sar field_table + +cp @[RTPWD]/FV3_input_data/*configure . + +# Thompson MP lookup tables - copy standard and SIONlib tables of precomputed tables +cp @[RTPWD]/FV3_input_data_gsd/thompson_tables_precomp.sl . +cp @[RTPWD]/FV3_input_data_gsd/qr_acr_qs.dat . +cp @[RTPWD]/FV3_input_data_gsd/qr_acr_qg.dat . +cp @[RTPWD]/FV3_input_data_gsd/freezeH2O.dat . +cp @[RTPWD]/FV3_input_data_gsd/CCN_ACTIVATE.BIN . + +cp ${PATHRT}/../ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml + +# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh +echo " " >> module-setup.sh +echo "# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH" +echo "export LD_LIBRARY_PATH=${PATHRT}/../${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh +echo " " >> module-setup.sh + diff --git a/tests/rt_ccpp_gsd.conf b/tests/rt_ccpp_gsd.conf index d8c95670f2..e7a9c13b49 100644 --- a/tests/rt_ccpp_gsd.conf +++ b/tests/rt_ccpp_gsd.conf @@ -1,6 +1,7 @@ +############################################################################################################################################################################# +# CCPP STATIC tests # +############################################################################################################################################################################# # Compile with CCPP - static mode -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_gf_thompson,FV3_GSD_v0,FV3_GSD_noah | standard | theia.intel | fv3 | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_gf_thompson,FV3_GSD_v0,FV3_GSD_noah | standard | theia.gnu | fv3 | COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_gf_thompson,FV3_GSD_v0,FV3_GSD_noah | standard | hera.intel | fv3 | COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_gf_thompson,FV3_GSD_v0,FV3_GSD_noah | standard | cheyenne.intel | fv3 | COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15_thompson_mynn,FV3_GFS_v15_gf_thompson,FV3_GSD_v0,FV3_GSD_noah | standard | cheyenne.gnu | fv3 | @@ -12,20 +13,26 @@ RUN | fv3_ccpp_gsd_coldstart RUN | fv3_ccpp_gsd_warmstart | standard | | | RUN | fv3_ccpp_gsd_noah | standard | | fv3 | # Compile with CCPP - static mode -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15_thompson,FV3_GFS_v15_gf,FV3_GFS_v15_mynn,FV3_GSD_v0_drag_suite | standard | theia.intel | fv3 | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15_thompson,FV3_GFS_v15_gf,FV3_GFS_v15_mynn,FV3_GSD_v0_drag_suite | standard | theia.gnu | fv3 | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15_thompson,FV3_GFS_v15_gf,FV3_GFS_v15_mynn,FV3_GSD_v0_drag_suite | standard | hera.intel | fv3 | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15_thompson,FV3_GFS_v15_gf,FV3_GFS_v15_mynn,FV3_GSD_v0_drag_suite | standard | cheyenne.intel | fv3 | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15_thompson,FV3_GFS_v15_gf,FV3_GFS_v15_mynn,FV3_GSD_v0_drag_suite | standard | cheyenne.gnu | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15_thompson,FV3_GFS_v15_gf,FV3_GFS_v15_mynn,FV3_GSD_SAR | standard | hera.intel | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15_thompson,FV3_GFS_v15_gf,FV3_GFS_v15_mynn,FV3_GSD_SAR | standard | cheyenne.intel | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15_thompson,FV3_GFS_v15_gf,FV3_GFS_v15_mynn,FV3_GSD_SAR | standard | cheyenne.gnu | fv3 | # Run tests RUN | fv3_ccpp_thompson | standard | | fv3 | RUN | fv3_ccpp_gf | standard | | fv3 | RUN | fv3_ccpp_mynn | standard | | fv3 | RUN | fv3_ccpp_gsd_drag_suite | standard | | fv3 | +RUN | fv3_ccpp_gsd_sar | standard | | fv3 | +# Compile with CCPP - static mode, debug +COMPILE | CCPP=Y DEBUG=Y STATIC=Y SUITES=FV3_GSD_v0 | standard | hera.intel | fv3 | +COMPILE | CCPP=Y DEBUG=Y STATIC=Y SUITES=FV3_GSD_v0 | standard | cheyenne.intel | fv3 | +COMPILE | CCPP=Y DEBUG=Y STATIC=Y SUITES=FV3_GSD_v0 | standard | cheyenne.gnu | fv3 | +# Run tests +RUN | fv3_ccpp_gsd_debug | standard | | fv3 | +############################################################################################################################################################################# +# CCPP DYNAMIC tests # +############################################################################################################################################################################# # Compile with CCPP - dynamic mode -COMPILE | CCPP=Y REPRO=Y | standard | theia.intel | | -COMPILE | CCPP=Y REPRO=Y | standard | theia.gnu | | COMPILE | CCPP=Y REPRO=Y | standard | hera.intel | | COMPILE | CCPP=Y REPRO=Y | standard | cheyenne.intel | | COMPILE | CCPP=Y REPRO=Y | standard | cheyenne.gnu | | @@ -40,3 +47,10 @@ RUN | fv3_ccpp_thompson RUN | fv3_ccpp_gf | standard | | | RUN | fv3_ccpp_mynn | standard | | | RUN | fv3_ccpp_gsd_drag_suite | standard | | | +RUN | fv3_ccpp_gsd_sar | standard | | | +# Do not run debug tests in dynamic mode, these time out because of excessive log statements +## Compile with CCPP - dynamic mode, debug +#COMPILE | CCPP=Y DEBUG=Y | standard | hera.intel | fv3 | +#COMPILE | CCPP=Y DEBUG=Y | standard | cheyenne.intel | fv3 | +#COMPILE | CCPP=Y DEBUG=Y | standard | cheyenne.gnu | fv3 | +#RUN | fv3_ccpp_gsd_debug | standard | | | diff --git a/tests/tests/fv3_ccpp_gf_thompson b/tests/tests/fv3_ccpp_gf_thompson index a369ac1ffc..33d651ee04 100644 --- a/tests/tests/fv3_ccpp_gf_thompson +++ b/tests/tests/fv3_ccpp_gf_thompson @@ -74,7 +74,7 @@ export LIST_FILES="atmos_4xdaily.tile1.nc \ export_fv3 export NODES=$(expr $TASKS / $TPN + 1) -export DT_ATMOS="1200" +export DT_ATMOS="600" export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.F. diff --git a/tests/tests/fv3_ccpp_gsd b/tests/tests/fv3_ccpp_gsd index 92c4fcdafd..e740578d94 100644 --- a/tests/tests/fv3_ccpp_gsd +++ b/tests/tests/fv3_ccpp_gsd @@ -101,7 +101,7 @@ export NODES=$(expr $TASKS / $TPN + 1) export FHMAX=48 export FDIAG=3 -export DT_ATMOS="1200" +export DT_ATMOS="600" export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.F. diff --git a/tests/tests/fv3_ccpp_gsd_coldstart b/tests/tests/fv3_ccpp_gsd_coldstart index 4d15d49614..68d390f3c4 100644 --- a/tests/tests/fv3_ccpp_gsd_coldstart +++ b/tests/tests/fv3_ccpp_gsd_coldstart @@ -39,7 +39,7 @@ export NODES=$(expr $TASKS / $TPN + 1) export FHMAX=24 export FDIAG=3 -export DT_ATMOS="1200" +export DT_ATMOS="600" export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.F. diff --git a/tests/tests/fv3_ccpp_gsd_debug b/tests/tests/fv3_ccpp_gsd_debug new file mode 100644 index 0000000000..995b35698b --- /dev/null +++ b/tests/tests/fv3_ccpp_gsd_debug @@ -0,0 +1,102 @@ +########################################################################################## +# +# FV3 CCPP GSD (GF CU + Thompson MP + MYNN PBL + RUC LSM) 24h test in DEBUG mode +# +########################################################################################## + +export TEST_DESCR="Compare FV3 CCPP GSD DEBUG results with previous trunk version" + +export CNTL_DIR=fv3_gsd_debug + +export LIST_FILES="atmos_4xdaily.tile1.nc \ + atmos_4xdaily.tile2.nc \ + atmos_4xdaily.tile3.nc \ + atmos_4xdaily.tile4.nc \ + atmos_4xdaily.tile5.nc \ + atmos_4xdaily.tile6.nc \ + phyf000.tile1.nc \ + phyf000.tile2.nc \ + phyf000.tile3.nc \ + phyf000.tile4.nc \ + phyf000.tile5.nc \ + phyf000.tile6.nc \ + phyf024.tile1.nc \ + phyf024.tile2.nc \ + phyf024.tile3.nc \ + phyf024.tile4.nc \ + phyf024.tile5.nc \ + phyf024.tile6.nc \ + dynf000.tile1.nc \ + dynf000.tile2.nc \ + dynf000.tile3.nc \ + dynf000.tile4.nc \ + dynf000.tile5.nc \ + dynf000.tile6.nc \ + dynf024.tile1.nc \ + dynf024.tile2.nc \ + dynf024.tile3.nc \ + dynf024.tile4.nc \ + dynf024.tile5.nc \ + dynf024.tile6.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_core.res.tile2.nc \ + RESTART/fv_core.res.tile3.nc \ + RESTART/fv_core.res.tile4.nc \ + RESTART/fv_core.res.tile5.nc \ + RESTART/fv_core.res.tile6.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile2.nc \ + RESTART/fv_srf_wnd.res.tile3.nc \ + RESTART/fv_srf_wnd.res.tile4.nc \ + RESTART/fv_srf_wnd.res.tile5.nc \ + RESTART/fv_srf_wnd.res.tile6.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/fv_tracer.res.tile2.nc \ + RESTART/fv_tracer.res.tile3.nc \ + RESTART/fv_tracer.res.tile4.nc \ + RESTART/fv_tracer.res.tile5.nc \ + RESTART/fv_tracer.res.tile6.nc \ + RESTART/phy_data.tile1.nc \ + RESTART/phy_data.tile2.nc \ + RESTART/phy_data.tile3.nc \ + RESTART/phy_data.tile4.nc \ + RESTART/phy_data.tile5.nc \ + RESTART/phy_data.tile6.nc \ + RESTART/sfc_data.tile1.nc \ + RESTART/sfc_data.tile2.nc \ + RESTART/sfc_data.tile3.nc \ + RESTART/sfc_data.tile4.nc \ + RESTART/sfc_data.tile5.nc \ + RESTART/sfc_data.tile6.nc" + +export_fv3 +export NODES=$(expr $TASKS / $TPN + 1) + +export FHMAX=24 +export FDIAG=3 + +export DT_ATMOS="600" +export IMP_PHYSICS=8 +export DNATS=0 +export DO_SAT_ADJ=.F. +export LRADAR=.T. +export LTAEROSOL=.T. + +export FV3_RUN=ccpp_gsd_run.IN +export CCPP_SUITE=FV3_GSD_v0 +export CCPP_LIB_DIR=ccpp/lib +export INPUT_NML=ccpp_gsd.nml.IN + +export HYBEDMF=.F. +export DO_MYNNEDMF=.T. +export IMFSHALCNV=3 +export IMFDEEPCNV=3 +export FHCYC=0 +export LSM=3 +export LSOIL_LSM=9 + +RUN_SCRIPT=rt_fv3.sh + +export WLCLK=30 diff --git a/tests/tests/fv3_ccpp_gsd_noah b/tests/tests/fv3_ccpp_gsd_noah index d03ee62c6b..2bbc90cfe2 100644 --- a/tests/tests/fv3_ccpp_gsd_noah +++ b/tests/tests/fv3_ccpp_gsd_noah @@ -101,7 +101,7 @@ export NODES=$(expr $TASKS / $TPN + 1) export FHMAX=48 export FDIAG=3 -export DT_ATMOS="1200" +export DT_ATMOS="600" export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.F. diff --git a/tests/tests/fv3_ccpp_gsd_sar b/tests/tests/fv3_ccpp_gsd_sar new file mode 100644 index 0000000000..ec960857bb --- /dev/null +++ b/tests/tests/fv3_ccpp_gsd_sar @@ -0,0 +1,37 @@ +############################################################################### +# +# FV3 CCPP GSD SAR (GF CU + Thompson MP + MYNN PBL + RUC LSM) test +# +############################################################################### + +export TEST_DESCR="Compare FV3 CCPP GSD SAR results with previous trunk version" + +export CNTL_DIR=fv3_gsd_sar + +export LIST_FILES="atmos_4xdaily.nc \ + dynf000.nc \ + dynf003.nc \ + phyf000.nc \ + phyf003.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/phy_data.nc \ + RESTART/sfc_data.nc" + +export_fv3 +export TASKS=840 +export NODES=$(expr $TASKS / $TPN + 1) + +export MODEL_CONFIGURE=ccpp_gsd_sar-model_configure.IN +export FV3_RUN=ccpp_gsd_sar_run.IN +export CCPP_SUITE=FV3_GSD_SAR +export CCPP_LIB_DIR=ccpp/lib +export INPUT_NML=ccpp_gsd_sar.nml.IN + +RUN_SCRIPT=rt_fv3.sh + +export WLCLK=30 + diff --git a/tests/tests/fv3_ccpp_gsd_warmstart b/tests/tests/fv3_ccpp_gsd_warmstart index e105ca0201..04cfcf8bfa 100644 --- a/tests/tests/fv3_ccpp_gsd_warmstart +++ b/tests/tests/fv3_ccpp_gsd_warmstart @@ -79,7 +79,7 @@ export NSTF_NAME=2,0,1,0,5 export FHMAX=48 export FDIAG=3 -export DT_ATMOS="1200" +export DT_ATMOS="600" export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.F. diff --git a/tests/tests/fv3_ccpp_thompson b/tests/tests/fv3_ccpp_thompson index 2ba02a67cb..30da3f31c0 100644 --- a/tests/tests/fv3_ccpp_thompson +++ b/tests/tests/fv3_ccpp_thompson @@ -74,7 +74,7 @@ export LIST_FILES="atmos_4xdaily.tile1.nc \ export_fv3 export NODES=$(expr $TASKS / $TPN + 1) -export DT_ATMOS="1200" +export DT_ATMOS="600" export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.F. diff --git a/tests/tests/fv3_ccpp_thompson_mynn b/tests/tests/fv3_ccpp_thompson_mynn index 7e8d0e5ff7..c0bb083b25 100644 --- a/tests/tests/fv3_ccpp_thompson_mynn +++ b/tests/tests/fv3_ccpp_thompson_mynn @@ -74,7 +74,7 @@ export LIST_FILES="atmos_4xdaily.tile1.nc \ export_fv3 export NODES=$(expr $TASKS / $TPN + 1) -export DT_ATMOS="1200" +export DT_ATMOS="600" export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.F. From 5b903fb718a20b04d862a6043d85c72ec4f0f7f9 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 26 Nov 2019 12:03:50 -0700 Subject: [PATCH 24/89] Update submodule pointer for FV3 --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index a550ddf96f..07af073d02 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit a550ddf96f6052fad2d1d002a58dec2c2fff7277 +Subproject commit 07af073d0260e203433e96720e8572ce688e0697 From 77bdaa9c6e61e973a05f3ddfbe9b6682ccb4207c Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 26 Nov 2019 20:23:00 -0700 Subject: [PATCH 25/89] parm/ccpp_gsd_sar.nml.IN, tests/rt_ccpp_gsd.conf: bugfixes for SAR and drag suite regression tests --- parm/ccpp_gsd_sar.nml.IN | 15 +++++++++++++++ tests/rt_ccpp_gsd.conf | 6 +++--- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/parm/ccpp_gsd_sar.nml.IN b/parm/ccpp_gsd_sar.nml.IN index aa80621f1d..1fea8f7c85 100644 --- a/parm/ccpp_gsd_sar.nml.IN +++ b/parm/ccpp_gsd_sar.nml.IN @@ -294,3 +294,18 @@ ISEED_SFC=0, SPPT_LAND=.FALSE., / + +&cires_ugwp_nml + knob_ugwp_solver = 2 + knob_ugwp_source = 1,1,0,0 + knob_ugwp_wvspec = 1,25,25,25 + knob_ugwp_azdir = 2,4,4,4 + knob_ugwp_stoch = 0,0,0,0 + knob_ugwp_effac = 1,1,1,1 + knob_ugwp_doaxyz = 1 + knob_ugwp_doheat = 1 + knob_ugwp_dokdis = 1 + knob_ugwp_ndx4lh = 1 + knob_ugwp_version = 0 + launch_level = 25 +/ diff --git a/tests/rt_ccpp_gsd.conf b/tests/rt_ccpp_gsd.conf index e7a9c13b49..81fc51a520 100644 --- a/tests/rt_ccpp_gsd.conf +++ b/tests/rt_ccpp_gsd.conf @@ -13,9 +13,9 @@ RUN | fv3_ccpp_gsd_coldstart RUN | fv3_ccpp_gsd_warmstart | standard | | | RUN | fv3_ccpp_gsd_noah | standard | | fv3 | # Compile with CCPP - static mode -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15_thompson,FV3_GFS_v15_gf,FV3_GFS_v15_mynn,FV3_GSD_SAR | standard | hera.intel | fv3 | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15_thompson,FV3_GFS_v15_gf,FV3_GFS_v15_mynn,FV3_GSD_SAR | standard | cheyenne.intel | fv3 | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15_thompson,FV3_GFS_v15_gf,FV3_GFS_v15_mynn,FV3_GSD_SAR | standard | cheyenne.gnu | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15_thompson,FV3_GFS_v15_gf,FV3_GFS_v15_mynn,FV3_GSD_v0_drag_suite,FV3_GSD_SAR| standard | hera.intel | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15_thompson,FV3_GFS_v15_gf,FV3_GFS_v15_mynn,FV3_GSD_v0_drag_suite,FV3_GSD_SAR| standard | cheyenne.intel | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15_thompson,FV3_GFS_v15_gf,FV3_GFS_v15_mynn,FV3_GSD_v0_drag_suite,FV3_GSD_SAR| standard | cheyenne.gnu | fv3 | # Run tests RUN | fv3_ccpp_thompson | standard | | fv3 | RUN | fv3_ccpp_gf | standard | | fv3 | From 04ad3e68d43d9689fa6bb1f952c70daafa13540b Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 27 Nov 2019 13:46:15 -0700 Subject: [PATCH 26/89] Update submodule pointer for FV3 --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 07af073d02..bc316893a1 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 07af073d0260e203433e96720e8572ce688e0697 +Subproject commit bc316893a123a9437642497f417fa2217491efdb From 4227033d37ee4bec3685a106eca5967bbabcbf0c Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 27 Nov 2019 14:37:43 -0700 Subject: [PATCH 27/89] Update submodule pointer for WW3 to match EMC --- WW3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WW3 b/WW3 index 3063a4cd33..5ab4301000 160000 --- a/WW3 +++ b/WW3 @@ -1 +1 @@ -Subproject commit 3063a4cd337bab3de738c7ee16aa91952d1c180f +Subproject commit 5ab43010002d0a4e175e7647828fbf9e989ab5f7 From 49d5095ebf0b2e2c66438b6ae38d44957c9fa070 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 27 Nov 2019 14:38:29 -0700 Subject: [PATCH 28/89] tests/fv3_conf/ccpp_gsd_sar_run.IN: bugfix, correct path to CCPP libraries for dynamic build --- tests/fv3_conf/ccpp_gsd_sar_run.IN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fv3_conf/ccpp_gsd_sar_run.IN b/tests/fv3_conf/ccpp_gsd_sar_run.IN index f54f4db038..46e40e25e3 100644 --- a/tests/fv3_conf/ccpp_gsd_sar_run.IN +++ b/tests/fv3_conf/ccpp_gsd_sar_run.IN @@ -30,6 +30,6 @@ cp ${PATHRT}/../ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml # Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh echo " " >> module-setup.sh echo "# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH" -echo "export LD_LIBRARY_PATH=${PATHRT}/../${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh +echo "export LD_LIBRARY_PATH=${PATHRT}/../FV3/${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh echo " " >> module-setup.sh From 2deb2e16798cea96a9879159ea5f28eebf3b78d2 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 27 Nov 2019 15:28:01 -0700 Subject: [PATCH 29/89] Update of CCPP regression test configurations to reflect changes from EMC --- parm/ccpp_gfdlmp.nml.IN | 2 ++ tests/fv3_conf/ccpp_gfdlmp_run.IN | 5 ++++ tests/rt.conf | 34 ++++++++++++++++++----- tests/tests/fv3_ccpp_gfdlmprad | 14 +++++++++- tests/tests/fv3_ccpp_wrtGauss_nemsio_c768 | 20 +++++++++++-- 5 files changed, 64 insertions(+), 11 deletions(-) diff --git a/parm/ccpp_gfdlmp.nml.IN b/parm/ccpp_gfdlmp.nml.IN index 8475c4cc10..47daf17aa8 100644 --- a/parm/ccpp_gfdlmp.nml.IN +++ b/parm/ccpp_gfdlmp.nml.IN @@ -178,6 +178,8 @@ oz_phys_2015 = @[OZ_PHYS_NEW] h2o_phys = @[H2O_PHYS] nstf_name = @[NSTF_NAME] + cplflx = @[CPLFLX] + cplwav = @[CPLWAV] xkzminv = 0.3 xkzm_m = 1.0 xkzm_h = 1.0 diff --git a/tests/fv3_conf/ccpp_gfdlmp_run.IN b/tests/fv3_conf/ccpp_gfdlmp_run.IN index 5feb6fa59c..e2bb901279 100644 --- a/tests/fv3_conf/ccpp_gfdlmp_run.IN +++ b/tests/fv3_conf/ccpp_gfdlmp_run.IN @@ -17,6 +17,11 @@ cp @[RTPWD]/FV3_input_data/diag_table_gfdlmp diag_table cp @[RTPWD]/FV3_input_data/field_table_gfdlmp field_table cp @[RTPWD]/FV3_input_data/*configure . +if [ $CPLWAV = .T. ]; then +cp @[RTPWD]/WW3_input_data/mod_def.* . +cp @[RTPWD]/WW3_input_data/@[SYEAR]@[SMONTH]@[SDAY]/ww3_multi.inp . +fi + cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml # Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh diff --git a/tests/rt.conf b/tests/rt.conf index b386cfdbea..2b9bcfb78f 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -37,6 +37,8 @@ COMPILE | WW3=Y COMPILE | WW3=Y | standard | wcoss_dell_p3 | fv3 | COMPILE | WW3=Y | standard | hera.intel | fv3 | COMPILE | WW3=Y | standard | cheyenne.intel | fv3 | +COMPILE | WW3=Y | standard | gaea.intel | fv3 | +COMPILE | WW3=Y | standard | jet.intel | fv3 | RUN | fv3_gfdlmprad | standard | | fv3 | RUN | fv3_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | RUN | fv3_wrtGauss_nemsio_c768 | standard | cheyenne.intel | fv3 | @@ -116,9 +118,13 @@ RUN | fv3_csawmg3shoc127 RUN | fv3_csawmg | standard | | fv3 | RUN | fv3_satmedmf | standard | | fv3 | +COMPILE | REPRO=Y WW3=Y | standard | wcoss_cray | fv3 | +COMPILE | REPRO=Y WW3=Y | standard | wcoss_dell_p3 | fv3 | COMPILE | REPRO=Y WW3=Y | standard | hera.intel | fv3 | COMPILE | REPRO=Y WW3=Y | standard | cheyenne.intel | fv3 | -COMPILE | REPRO=Y WW3=Y | standard | wcoss_cray | fv3 | +COMPILE | REPRO=Y WW3=Y | standard | gaea.intel | fv3 | +COMPILE | REPRO=Y WW3=Y | standard | jet.intel | fv3 | +RUN | fv3_gfdlmprad | standard | | fv3 | RUN | fv3_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | RUN | fv3_wrtGauss_nemsio_c768 | standard | cheyenne.intel | fv3 | RUN | fv3_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | @@ -179,12 +185,20 @@ RUN | fv3_ccpp_wrtGauss_netcdf_esmf RUN | fv3_ccpp_wrtGauss_netcdf | standard | | | RUN | fv3_ccpp_wrtGauss_nemsio | standard | | | RUN | fv3_ccpp_wrtGauss_nemsio_c192 | standard | | | -RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | hera.intel | | -RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | cheyenne.intel | | -RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | wcoss_cray | | RUN | fv3_ccpp_stochy | standard | | | RUN | fv3_ccpp_iau | standard | | | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_cray | fv3 | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_dell_p3 | fv3 | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | hera.intel | fv3 | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | cheyenne.intel | fv3 | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | gaea.intel | fv3 | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | jet.intel | fv3 | +RUN | fv3_ccpp_gfdlmprad | standard | | fv3 | +RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | +RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | + # Run one test using the NEMSAppBuilder, to ensure we don't break it: APPBUILD| CCPP_repro | standard | wcoss_cray | | APPBUILD| CCPP_repro | standard | wcoss_dell_p3 | | @@ -205,6 +219,7 @@ RUN | fv3_ccpp_control_32bit RUN | fv3_ccpp_stretched | standard | | | RUN | fv3_ccpp_stretched_nest | standard | | | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | wcoss_cray | | COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | wcoss_dell_p3 | | COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | hera.intel | | COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | cheyenne.intel | | @@ -283,9 +298,13 @@ RUN | fv3_ccpp_wrtGauss_nemsio_c192 RUN | fv3_ccpp_stochy | standard | | fv3 | RUN | fv3_ccpp_iau | standard | | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 WW3=Y | standard | hera.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 WW3=Y | standard | cheyenne.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 WW3=Y | standard | wcoss_cray | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_cray | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_dell_p3 | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | hera.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | cheyenne.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | gaea.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | jet.intel | fv3 | +RUN | fv3_ccpp_gfdlmprad | standard | | fv3 | RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | @@ -310,6 +329,7 @@ RUN | fv3_ccpp_control_32bit RUN | fv3_ccpp_stretched | standard | | fv3 | RUN | fv3_ccpp_stretched_nest | standard | | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | wcoss_cray | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | wcoss_dell_p3 | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | hera.intel | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | cheyenne.intel | fv3 | diff --git a/tests/tests/fv3_ccpp_gfdlmprad b/tests/tests/fv3_ccpp_gfdlmprad index b77411386c..f2d81eed94 100644 --- a/tests/tests/fv3_ccpp_gfdlmprad +++ b/tests/tests/fv3_ccpp_gfdlmprad @@ -49,10 +49,13 @@ export LIST_FILES="atmos_4xdaily.tile1.nc \ RESTART/phy_data.tile3.nc \ RESTART/phy_data.tile4.nc \ RESTART/phy_data.tile5.nc \ - RESTART/phy_data.tile6.nc" + RESTART/phy_data.tile6.nc \ + out_grd.glo_30m" export_fv3 + +export TASKS=264 export NODES=$(expr $TASKS / $TPN + 1) DT_ATMOS="1200" @@ -64,6 +67,15 @@ export OUTPUT_FILE="'nemsio'" export WRITE_NEMSIOFLIP=.true. export WRITE_FSYNCFLAG=.true. +export CPL=.true. +export CPLWAV=.T. +export atm_model='fv3' +export atm_petlist_bounds="0 149" +export wav_model='ww3' +export wav_petlist_bounds="150 263" +export coupling_interval_sec=3600.0 #coupling time step, want it to be multiple of 1800 and FV3 time step +export NEMS_CONFIGURE="nems.configure.blocked_atm_wav.IN" + export CCPP_SUITE=FV3_GFS_2017_gfdlmp export CCPP_LIB_DIR=ccpp/lib export INPUT_NML=ccpp_gfdlmp.nml.IN diff --git a/tests/tests/fv3_ccpp_wrtGauss_nemsio_c768 b/tests/tests/fv3_ccpp_wrtGauss_nemsio_c768 index 4278a00600..92885dddf6 100644 --- a/tests/tests/fv3_ccpp_wrtGauss_nemsio_c768 +++ b/tests/tests/fv3_ccpp_wrtGauss_nemsio_c768 @@ -47,16 +47,22 @@ export LIST_FILES="atmos_4xdaily.tile1.nc \ RESTART/sfc_data.tile3.nc \ RESTART/sfc_data.tile4.nc \ RESTART/sfc_data.tile5.nc \ - RESTART/sfc_data.tile6.nc" + RESTART/sfc_data.tile6.nc \ + out_grd.glo_30m" export_fv3 -export TASKS=1728 + +export TASKS=1752 if [[ $MACHINE_ID = cheyenne.* ]]; then export TPN=36 +elif [[ $MACHINE_ID = hera.* ]]; then + export TPN=30 else export TPN=12 fi +export NODES=$(expr $TASKS / $TPN + 1) + export INPES=16 export JNPES=16 export NPX=769 @@ -83,7 +89,15 @@ export FNVETC="'global_vegtype.igbp.t1534.3072.1536.rg.grb'," export FNSOTC="'global_soiltype.statsgo.t1534.3072.1536.rg.grb'," export FNSMCC="'global_soilmgldas.t1534.3072.1536.grb'," export FNABSC="'global_mxsnoalb.uariz.t1534.3072.1536.rg.grb'," -export NODES=$(expr $TASKS / $TPN + 1) + +export CPL=.true. +export CPLWAV=.T. +export atm_model='fv3' +export atm_petlist_bounds="0 1727" +export wav_model='ww3' +export wav_petlist_bounds="1728 1751" +export coupling_interval_sec=1800.0 #coupling time step, want it to be multiple of 1800 and FV3 time step +export NEMS_CONFIGURE="nems.configure.blocked_atm_wav.IN" export FV3_RUN=ccpp_control_run.IN export CCPP_SUITE=FV3_GFS_2017 From af5fce1939fe3a105246041b6ca2180e49515265 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Fri, 29 Nov 2019 17:00:51 -0700 Subject: [PATCH 30/89] conf/configure.fv3.*.gnu: add '-Wall' to Fortran debug flags --- conf/configure.fv3.cheyenne.gnu | 2 +- conf/configure.fv3.linux.gnu | 2 +- conf/configure.fv3.macosx.gnu | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/configure.fv3.cheyenne.gnu b/conf/configure.fv3.cheyenne.gnu index 873da64846..bc7b9f8cb8 100644 --- a/conf/configure.fv3.cheyenne.gnu +++ b/conf/configure.fv3.cheyenne.gnu @@ -121,7 +121,7 @@ endif FFLAGS_OPT = -O2 -fno-range-check FFLAGS_REPRO = -O2 -g -fbacktrace -fno-range-check -FFLAGS_DEBUG = -g -O0 -fno-unsafe-math-optimizations -frounding-math -fsignaling-nans -ffpe-trap=invalid,zero,overflow -fbounds-check -fbacktrace -fno-range-check +FFLAGS_DEBUG = -g -O0 -fno-unsafe-math-optimizations -frounding-math -fsignaling-nans -Wall -ffpe-trap=invalid,zero,overflow -fbounds-check -fbacktrace -fno-range-check TRANSCENDENTALS := FFLAGS_OPENMP = -fopenmp diff --git a/conf/configure.fv3.linux.gnu b/conf/configure.fv3.linux.gnu index 6683cb5627..e7a46740fb 100644 --- a/conf/configure.fv3.linux.gnu +++ b/conf/configure.fv3.linux.gnu @@ -121,7 +121,7 @@ endif FFLAGS_OPT = -O2 -fno-range-check FFLAGS_REPRO = -O2 -g -fbacktrace -fno-range-check -FFLAGS_DEBUG = -g -O0 -ggdb -fno-unsafe-math-optimizations -frounding-math -fsignaling-nans -ffpe-trap=invalid,zero,overflow -fbounds-check -fbacktrace -fno-range-check +FFLAGS_DEBUG = -g -O0 -ggdb -fno-unsafe-math-optimizations -frounding-math -fsignaling-nans -Wall -ffpe-trap=invalid,zero,overflow -fbounds-check -fbacktrace -fno-range-check TRANSCENDENTALS := FFLAGS_OPENMP = -fopenmp diff --git a/conf/configure.fv3.macosx.gnu b/conf/configure.fv3.macosx.gnu index 98bd707e55..8a00796b81 100644 --- a/conf/configure.fv3.macosx.gnu +++ b/conf/configure.fv3.macosx.gnu @@ -123,7 +123,7 @@ endif FFLAGS_OPT = -O2 -g -fno-range-check FFLAGS_REPRO = -O0 -g -fbacktrace -fno-range-check -FFLAGS_DEBUG = -g -O0 -ggdb -fno-unsafe-math-optimizations -frounding-math -fsignaling-nans -Wuninitialized -ffpe-trap=invalid,zero,overflow -fbounds-check -fbacktrace -fno-range-check +FFLAGS_DEBUG = -g -O0 -ggdb -fno-unsafe-math-optimizations -frounding-math -fsignaling-nans -Wall -ffpe-trap=invalid,zero,overflow -fbounds-check -fbacktrace -fno-range-check TRANSCENDENTALS := FFLAGS_OPENMP = -fopenmp From 03e8e036cb9d5ca45ccbf7fb57e9f313d6118534 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Fri, 29 Nov 2019 17:01:30 -0700 Subject: [PATCH 31/89] Follow-up bugfix for tests/fv3_conf/ccpp_gsd_sar_run.IN, insert missing 'FV3' in path --- tests/fv3_conf/ccpp_gsd_sar_run.IN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fv3_conf/ccpp_gsd_sar_run.IN b/tests/fv3_conf/ccpp_gsd_sar_run.IN index 46e40e25e3..8be700ff4f 100644 --- a/tests/fv3_conf/ccpp_gsd_sar_run.IN +++ b/tests/fv3_conf/ccpp_gsd_sar_run.IN @@ -25,7 +25,7 @@ cp @[RTPWD]/FV3_input_data_gsd/qr_acr_qg.dat . cp @[RTPWD]/FV3_input_data_gsd/freezeH2O.dat . cp @[RTPWD]/FV3_input_data_gsd/CCN_ACTIVATE.BIN . -cp ${PATHRT}/../ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml +cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml # Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh echo " " >> module-setup.sh From 51d57f830ebbf941e26d710d28184f52543a34d5 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 2 Dec 2019 11:03:10 -0700 Subject: [PATCH 32/89] Update submodule pointer for FV3 --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 03f7d7815c..2de4377fdd 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 03f7d7815cd4b2ed4d2226be64dcef22b6a06d44 +Subproject commit 2de4377fddeaf2c8d58202e8fef54274b313092c From 860f00e19d05a9104c9987e6fe4b4d719e0a00d7 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 2 Dec 2019 11:10:53 -0700 Subject: [PATCH 33/89] Point to 2019.01 tag for FMS, update .gitmodules --- .gitmodules | 4 ++-- FMS | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 5db91e6066..06c0ff39b8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,8 +8,8 @@ branch = dtc/develop [submodule "FMS"] path = FMS - url = https://github.com/NOAA-EMC/FMS - branch = GFS-FMS + url = https://github.com/NOAA-GFDL/FMS + branch = master [submodule "WW3"] path = WW3 url = https://github.com/NOAA-EMC/WW3 diff --git a/FMS b/FMS index 46014b4f9a..708b8d5e5e 160000 --- a/FMS +++ b/FMS @@ -1 +1 @@ -Subproject commit 46014b4f9a83128488b735d438ed82edd2dedf0c +Subproject commit 708b8d5e5e044860bfc409c22524eb9fb8b25ff3 From e26a6145cbd6239b2662580ceb881d58a6bb5ad9 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 2 Dec 2019 11:12:22 -0700 Subject: [PATCH 34/89] tests/rt.conf: move cheyenne.intel tests to tests/rt_intel.conf --- tests/rt.conf | 57 ++--------- tests/rt_intel.conf | 226 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 234 insertions(+), 49 deletions(-) create mode 100644 tests/rt_intel.conf diff --git a/tests/rt.conf b/tests/rt.conf index 2b9bcfb78f..515093acdc 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -5,7 +5,6 @@ COMPILE | | standard | wcoss_cray | fv3 | COMPILE | | standard | wcoss_dell_p3 | fv3 | COMPILE | | standard | hera.intel | fv3 | -COMPILE | | standard | cheyenne.intel | fv3 | COMPILE | | standard | gaea.intel | fv3 | COMPILE | | standard | jet.intel | fv3 | @@ -36,12 +35,10 @@ RUN | fv3_lheatstrg COMPILE | WW3=Y | standard | wcoss_cray | fv3 | COMPILE | WW3=Y | standard | wcoss_dell_p3 | fv3 | COMPILE | WW3=Y | standard | hera.intel | fv3 | -COMPILE | WW3=Y | standard | cheyenne.intel | fv3 | COMPILE | WW3=Y | standard | gaea.intel | fv3 | COMPILE | WW3=Y | standard | jet.intel | fv3 | RUN | fv3_gfdlmprad | standard | | fv3 | RUN | fv3_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | -RUN | fv3_wrtGauss_nemsio_c768 | standard | cheyenne.intel | fv3 | RUN | fv3_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | ###RUN | fv3_wrtGauss_nemsio_c768 | standard | wcoss_dell_p3 | fv3 | @@ -49,7 +46,6 @@ RUN | fv3_wrtGauss_nemsio_c768 APPBUILD| standaloneFV3 | standard | wcoss_cray | | APPBUILD| standaloneFV3 | standard | wcoss_dell_p3 | | APPBUILD| standaloneFV3 | standard | hera.intel | | -APPBUILD| standaloneFV3 | standard | cheyenne.intel | | APPBUILD| standaloneFV3 | standard | gaea.intel | | APPBUILD| standaloneFV3 | standard | jet.intel | | RUN | fv3_appbuild | standard | | | @@ -57,7 +53,6 @@ RUN | fv3_appbuild COMPILE | 32BIT=Y | standard | wcoss_cray | fv3 | COMPILE | 32BIT=Y | standard | wcoss_dell_p3 | fv3 | COMPILE | 32BIT=Y | standard | hera.intel | fv3 | -COMPILE | 32BIT=Y | standard | cheyenne.intel | fv3 | COMPILE | 32BIT=Y | standard | gaea.intel | fv3 | COMPILE | 32BIT=Y | standard | jet.intel | fv3 | RUN | fv3_control_32bit | standard | | fv3 | @@ -69,24 +64,18 @@ RUN | fv3_stretched_nest RUN | fv3_stretched_nest_quilt | standard | wcoss_cray | fv3 | RUN | fv3_stretched_nest_quilt | standard | wcoss_dell_p3 | fv3 | RUN | fv3_stretched_nest_quilt | standard | hera.intel | fv3 | -RUN | fv3_stretched_nest_quilt | standard | cheyenne.intel | fv3 | RUN | fv3_regional_control | standard | | fv3 | RUN | fv3_regional_restart | standard | | fv3 | RUN | fv3_regional_quilt | standard | | fv3 | -# fv3_regional_c768 not working on Cheyenne, code aborts with invalid values -# for surface pressure, out of range warnings and all other sorts of errors RUN | fv3_regional_c768 | standard | wcoss_dell_p3 | fv3 | RUN | fv3_regional_c768 | standard | hera.intel | fv3 | RUN | fv3_regional_c768 | standard | gaea.intel | fv3 | RUN | fv3_regional_c768 | standard | jet.intel | fv3 | COMPILE | 32BIT=Y DEBUG=Y | standard | hera.intel | fv3 | -COMPILE | 32BIT=Y DEBUG=Y | standard | cheyenne.intel | fv3 | RUN | fv3_control_debug | standard | hera.intel | fv3 | -RUN | fv3_control_debug | standard | cheyenne.intel | fv3 | RUN | fv3_stretched_nest_debug | standard | hera.intel | fv3 | -RUN | fv3_stretched_nest_debug | standard | cheyenne.intel | fv3 | ####################################################################################################################################################################################### # IPD REPRO tests # @@ -95,7 +84,6 @@ RUN | fv3_stretched_nest_debug COMPILE | REPRO=Y | standard | wcoss_cray | fv3 | COMPILE | REPRO=Y | standard | wcoss_dell_p3 | fv3 | COMPILE | REPRO=Y | standard | hera.intel | fv3 | -COMPILE | REPRO=Y | standard | cheyenne.intel | fv3 | COMPILE | REPRO=Y | standard | gaea.intel | fv3 | COMPILE | REPRO=Y | standard | jet.intel | fv3 | @@ -121,19 +109,16 @@ RUN | fv3_satmedmf COMPILE | REPRO=Y WW3=Y | standard | wcoss_cray | fv3 | COMPILE | REPRO=Y WW3=Y | standard | wcoss_dell_p3 | fv3 | COMPILE | REPRO=Y WW3=Y | standard | hera.intel | fv3 | -COMPILE | REPRO=Y WW3=Y | standard | cheyenne.intel | fv3 | COMPILE | REPRO=Y WW3=Y | standard | gaea.intel | fv3 | COMPILE | REPRO=Y WW3=Y | standard | jet.intel | fv3 | RUN | fv3_gfdlmprad | standard | | fv3 | RUN | fv3_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | -RUN | fv3_wrtGauss_nemsio_c768 | standard | cheyenne.intel | fv3 | RUN | fv3_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | # Run one test using the NEMSAppBuilder, to ensure we don't break it: APPBUILD| standaloneFV3_repro | standard | wcoss_cray | | APPBUILD| standaloneFV3_repro | standard | wcoss_dell_p3 | | APPBUILD| standaloneFV3_repro | standard | hera.intel | | -APPBUILD| standaloneFV3_repro | standard | cheyenne.intel | | APPBUILD| standaloneFV3_repro | standard | gaea.intel | | APPBUILD| standaloneFV3_repro | standard | jet.intel | | RUN | fv3_appbuild | standard | | | @@ -141,7 +126,6 @@ RUN | fv3_appbuild COMPILE | REPRO=Y 32BIT=Y | standard | wcoss_cray | fv3 | COMPILE | REPRO=Y 32BIT=Y | standard | wcoss_dell_p3 | fv3 | COMPILE | REPRO=Y 32BIT=Y | standard | hera.intel | fv3 | -COMPILE | REPRO=Y 32BIT=Y | standard | cheyenne.intel | fv3 | COMPILE | REPRO=Y 32BIT=Y | standard | gaea.intel | fv3 | COMPILE | REPRO=Y 32BIT=Y | standard | jet.intel | fv3 | @@ -154,8 +138,6 @@ RUN | fv3_stretched_nest RUN | fv3_regional_control | standard | | fv3 | RUN | fv3_regional_restart | standard | | fv3 | RUN | fv3_regional_quilt | standard | | fv3 | -# fv3_regional_c768 not working on Cheyenne, code aborts with invalid values -# for surface pressure, out of range warnings and all other sorts of errors RUN | fv3_regional_c768 | standard | wcoss_dell_p3 | fv3 | RUN | fv3_regional_c768 | standard | hera.intel | fv3 | RUN | fv3_regional_c768 | standard | gaea.intel | fv3 | @@ -172,7 +154,6 @@ RUN | fv3_cpt COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | wcoss_cray | | COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | wcoss_dell_p3 | | COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | hera.intel | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | cheyenne.intel | | COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | gaea.intel | | COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | jet.intel | | @@ -188,22 +169,19 @@ RUN | fv3_ccpp_wrtGauss_nemsio_c192 RUN | fv3_ccpp_stochy | standard | | | RUN | fv3_ccpp_iau | standard | | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_cray | fv3 | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_dell_p3 | fv3 | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | hera.intel | fv3 | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | cheyenne.intel | fv3 | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | gaea.intel | fv3 | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | jet.intel | fv3 | -RUN | fv3_ccpp_gfdlmprad | standard | | fv3 | -RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | -RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_cray | | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_dell_p3 | | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | hera.intel | | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | gaea.intel | | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | jet.intel | | +RUN | fv3_ccpp_gfdlmprad | standard | | | +RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | hera.intel | | +RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | wcoss_cray | | # Run one test using the NEMSAppBuilder, to ensure we don't break it: APPBUILD| CCPP_repro | standard | wcoss_cray | | APPBUILD| CCPP_repro | standard | wcoss_dell_p3 | | APPBUILD| CCPP_repro | standard | hera.intel | | -APPBUILD| CCPP_repro | standard | cheyenne.intel | | APPBUILD| CCPP_repro | standard | gaea.intel | | APPBUILD| CCPP_repro | standard | jet.intel | | RUN | fv3_ccpp_appbuild | standard | | | @@ -211,7 +189,6 @@ RUN | fv3_ccpp_appbuild COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | wcoss_cray | | COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | wcoss_dell_p3 | | COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | hera.intel | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | cheyenne.intel | | COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | gaea.intel | | COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | jet.intel | | @@ -222,15 +199,12 @@ RUN | fv3_ccpp_stretched_nest COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | wcoss_cray | | COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | wcoss_dell_p3 | | COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | hera.intel | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | cheyenne.intel | | COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | gaea.intel | | COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | jet.intel | | RUN | fv3_ccpp_regional_control | standard | | | RUN | fv3_ccpp_regional_restart | standard | | | RUN | fv3_ccpp_regional_quilt | standard | | | -# fv3_regional_c768 not working on Cheyenne, code aborts with invalid values -# for surface pressure, out of range warnings and all other sorts of errors RUN | fv3_ccpp_regional_c768 | standard | wcoss_dell_p3 | | RUN | fv3_ccpp_regional_c768 | standard | hera.intel | | RUN | fv3_ccpp_regional_c768 | standard | gaea.intel | | @@ -239,7 +213,6 @@ RUN | fv3_ccpp_regional_c768 COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_cray | | COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_dell_p3 | | COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | hera.intel | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | cheyenne.intel | | COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | gaea.intel | | COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | jet.intel | | @@ -250,7 +223,6 @@ RUN | fv3_ccpp_gfdlmprad_noahmp COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | wcoss_cray | | COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | wcoss_dell_p3 | | COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | hera.intel | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | cheyenne.intel | | COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | gaea.intel | | COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | jet.intel | | @@ -262,7 +234,6 @@ RUN | fv3_ccpp_satmedmf COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | wcoss_cray | fv3 | COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | wcoss_dell_p3 | fv3 | COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | hera.intel | fv3 | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | cheyenne.intel | fv3 | COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | gaea.intel | fv3 | COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | jet.intel | fv3 | @@ -282,7 +253,6 @@ RUN | fv3_ccpp_gsd COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | wcoss_cray | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | wcoss_dell_p3 | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | hera.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | cheyenne.intel | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | gaea.intel | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | jet.intel | fv3 | @@ -301,19 +271,16 @@ RUN | fv3_ccpp_iau COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_cray | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_dell_p3 | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | hera.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | cheyenne.intel | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | gaea.intel | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | jet.intel | fv3 | RUN | fv3_ccpp_gfdlmprad | standard | | fv3 | RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | -RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | # Run one test using the NEMSAppBuilder, to ensure we don't break it: APPBUILD| CCPP | standard | wcoss_cray | | APPBUILD| CCPP | standard | wcoss_dell_p3 | | APPBUILD| CCPP | standard | hera.intel | | -APPBUILD| CCPP | standard | cheyenne.intel | | APPBUILD| CCPP | standard | gaea.intel | | APPBUILD| CCPP | standard | jet.intel | | RUN | fv3_ccpp_appbuild | standard | | | @@ -321,7 +288,6 @@ RUN | fv3_ccpp_appbuild COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | wcoss_cray | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | wcoss_dell_p3 | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | hera.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | cheyenne.intel | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | gaea.intel | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | jet.intel | fv3 | @@ -332,15 +298,12 @@ RUN | fv3_ccpp_stretched_nest COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | wcoss_cray | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | wcoss_dell_p3 | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | hera.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | cheyenne.intel | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | gaea.intel | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | jet.intel | fv3 | RUN | fv3_ccpp_regional_control | standard | | fv3 | RUN | fv3_ccpp_regional_restart | standard | | fv3 | RUN | fv3_ccpp_regional_quilt | standard | | fv3 | -# fv3_regional_c768 not working on Cheyenne, code aborts with invalid values -# for surface pressure, out of range warnings and all other sorts of errors RUN | fv3_ccpp_regional_c768 | standard | wcoss_dell_p3 | fv3 | RUN | fv3_ccpp_regional_c768 | standard | hera.intel | fv3 | RUN | fv3_ccpp_regional_c768 | standard | gaea.intel | fv3 | @@ -349,7 +312,6 @@ RUN | fv3_ccpp_regional_c768 COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | wcoss_cray | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | wcoss_dell_p3 | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | hera.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | cheyenne.intel | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | gaea.intel | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | jet.intel | fv3 | @@ -359,7 +321,6 @@ RUN | fv3_ccpp_stretched_nest_debug COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_cray | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_dell_p3 | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | hera.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | cheyenne.intel | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | gaea.intel | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | jet.intel | fv3 | @@ -370,7 +331,6 @@ RUN | fv3_ccpp_gfdlmprad_noahmp COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | wcoss_cray | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | wcoss_dell_p3 | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | hera.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | cheyenne.intel | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | gaea.intel | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | jet.intel | fv3 | @@ -382,7 +342,6 @@ RUN | fv3_ccpp_satmedmf COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | wcoss_cray | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | wcoss_dell_p3 | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | hera.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | cheyenne.intel | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | gaea.intel | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | jet.intel | fv3 | diff --git a/tests/rt_intel.conf b/tests/rt_intel.conf new file mode 100644 index 0000000000..76e2c7f5e3 --- /dev/null +++ b/tests/rt_intel.conf @@ -0,0 +1,226 @@ +####################################################################################################################################################################################### +# IPD PROD tests # +####################################################################################################################################################################################### + +COMPILE | | standard | cheyenne.intel | fv3 | +RUN | fv3_control | standard | cheyenne.intel | fv3 | +RUN | fv3_decomp | standard | cheyenne.intel | | +RUN | fv3_2threads | standard | cheyenne.intel | | +RUN | fv3_restart | standard | cheyenne.intel | fv3 | +RUN | fv3_read_inc | standard | cheyenne.intel | fv3 | +RUN | fv3_gfdlmp | standard | cheyenne.intel | fv3 | +RUN | fv3_gfdlmprad_gwd | standard | cheyenne.intel | fv3 | +RUN | fv3_gfdlmprad_noahmp | standard | cheyenne.intel | fv3 | +RUN | fv3_thompson | standard | cheyenne.intel | fv3 | +RUN | fv3_wsm6 | standard | cheyenne.intel | fv3 | +RUN | fv3_wrtGauss_netcdf_esmf | standard | cheyenne.intel | fv3 | +RUN | fv3_wrtGauss_netcdf | standard | cheyenne.intel | fv3 | +RUN | fv3_wrtGauss_nemsio | standard | cheyenne.intel | fv3 | +RUN | fv3_wrtGauss_nemsio_c192 | standard | cheyenne.intel | fv3 | +RUN | fv3_stochy | standard | cheyenne.intel | fv3 | +RUN | fv3_iau | standard | cheyenne.intel | fv3 | +RUN | fv3_csawmgshoc | standard | cheyenne.intel | fv3 | +RUN | fv3_csawmg | standard | cheyenne.intel | fv3 | +RUN | fv3_rasmgshoc | standard | cheyenne.intel | fv3 | +RUN | fv3_csawmg3shoc127 | standard | cheyenne.intel | fv3 | +RUN | fv3_satmedmf | standard | cheyenne.intel | fv3 | +RUN | fv3_lheatstrg | standard | cheyenne.intel | fv3 | + +# WW3 not yet working on Cheyenne +#COMPILE | WW3=Y | standard | cheyenne.intel | fv3 | +#RUN | fv3_gfdlmprad | standard | cheyenne.intel | fv3 | +#RUN | fv3_wrtGauss_nemsio_c768 | standard | cheyenne.intel | fv3 | + +# Run one test using the NEMSAppBuilder, to ensure we don't break it: +APPBUILD| standaloneFV3 | standard | cheyenne.intel | | +RUN | fv3_appbuild | standard | cheyenne.intel | | + +COMPILE | 32BIT=Y | standard | cheyenne.intel | fv3 | +RUN | fv3_control_32bit | standard | cheyenne.intel | fv3 | +# inline post not yet working on Cheyenne +#RUN | fv3_gfdlmprad_32bit_post | standard | cheyenne.intel | fv3 | +RUN | fv3_stretched | standard | cheyenne.intel | fv3 | +RUN | fv3_stretched_nest | standard | cheyenne.intel | fv3 | +RUN | fv3_stretched_nest_quilt | standard | cheyenne.intel | fv3 | +RUN | fv3_regional_control | standard | cheyenne.intel | fv3 | +RUN | fv3_regional_restart | standard | cheyenne.intel | fv3 | +RUN | fv3_regional_quilt | standard | cheyenne.intel | fv3 | +# fv3_regional_c768 not working on Cheyenne, code aborts with invalid values +# for surface pressure, out of range warnings and all other sorts of errors +#RUN | fv3_regional_c768 | standard | cheyenne.intel | fv3 | + +COMPILE | 32BIT=Y DEBUG=Y | standard | cheyenne.intel | fv3 | +RUN | fv3_control_debug | standard | cheyenne.intel | fv3 | +RUN | fv3_stretched_nest_debug | standard | cheyenne.intel | fv3 | + +####################################################################################################################################################################################### +# IPD REPRO tests # +####################################################################################################################################################################################### + +COMPILE | REPRO=Y | standard | cheyenne.intel | fv3 | +RUN | fv3_control | standard | cheyenne.intel | fv3 | +RUN | fv3_decomp | standard | cheyenne.intel | | +RUN | fv3_2threads | standard | cheyenne.intel | | +RUN | fv3_restart | standard | cheyenne.intel | fv3 | +RUN | fv3_read_inc | standard | cheyenne.intel | fv3 | +RUN | fv3_wrtGauss_netcdf_esmf | standard | cheyenne.intel | fv3 | +RUN | fv3_wrtGauss_netcdf | standard | cheyenne.intel | fv3 | +RUN | fv3_wrtGauss_nemsio | standard | cheyenne.intel | fv3 | +RUN | fv3_wrtGauss_nemsio_c192 | standard | cheyenne.intel | fv3 | +RUN | fv3_stochy | standard | cheyenne.intel | fv3 | +RUN | fv3_iau | standard | cheyenne.intel | fv3 | +RUN | fv3_gfdlmp | standard | cheyenne.intel | fv3 | +RUN | fv3_gfdlmprad_gwd | standard | cheyenne.intel | fv3 | +RUN | fv3_gfdlmprad_noahmp | standard | cheyenne.intel | fv3 | +RUN | fv3_csawmgshoc | standard | cheyenne.intel | fv3 | +RUN | fv3_csawmg3shoc127 | standard | cheyenne.intel | fv3 | +RUN | fv3_csawmg | standard | cheyenne.intel | fv3 | +RUN | fv3_satmedmf | standard | cheyenne.intel | fv3 | + +# WW3 not yet working on Cheyenne +#COMPILE | REPRO=Y WW3=Y | standard | cheyenne.intel | fv3 | +#RUN | fv3_gfdlmprad | standard | cheyenne.intel | fv3 | +#RUN | fv3_wrtGauss_nemsio_c768 | standard | cheyenne.intel | fv3 | + +# Run one test using the NEMSAppBuilder, to ensure we don't break it: +APPBUILD| standaloneFV3_repro | standard | cheyenne.intel | | +RUN | fv3_appbuild | standard | cheyenne.intel | | + +COMPILE | REPRO=Y 32BIT=Y | standard | cheyenne.intel | fv3 | +RUN | fv3_control_32bit | standard | cheyenne.intel | fv3 | +# inline post not yet working on Cheyenne +#RUN | fv3_gfdlmprad_32bit_post | standard | cheyenne.intel | fv3 | +RUN | fv3_stretched | standard | cheyenne.intel | fv3 | +RUN | fv3_stretched_nest | standard | cheyenne.intel | fv3 | +RUN | fv3_regional_control | standard | cheyenne.intel | fv3 | +RUN | fv3_regional_restart | standard | cheyenne.intel | fv3 | +RUN | fv3_regional_quilt | standard | cheyenne.intel | fv3 | +# fv3_regional_c768 not working on Cheyenne, code aborts with invalid values +# for surface pressure, out of range warnings and all other sorts of errors +#RUN | fv3_regional_c768 | standard | cheyenne.intel | fv3 | +RUN | fv3_gfdlmp_32bit | standard | cheyenne.intel | fv3 | +RUN | fv3_gfs_v15 | standard | cheyenne.intel | fv3 | +RUN | fv3_gfs_v15plus | standard | cheyenne.intel | fv3 | +RUN | fv3_cpt | standard | cheyenne.intel | fv3 | + +####################################################################################################################################################################################### +# CCPP REPRO tests # +####################################################################################################################################################################################### + +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | cheyenne.intel | | +RUN | fv3_ccpp_control | standard | cheyenne.intel | | +RUN | fv3_ccpp_decomp | standard | cheyenne.intel | | +RUN | fv3_ccpp_2threads | standard | cheyenne.intel | | +RUN | fv3_ccpp_restart | standard | cheyenne.intel | | +RUN | fv3_ccpp_read_inc | standard | cheyenne.intel | | +RUN | fv3_ccpp_wrtGauss_netcdf_esmf | standard | cheyenne.intel | | +RUN | fv3_ccpp_wrtGauss_netcdf | standard | cheyenne.intel | | +RUN | fv3_ccpp_wrtGauss_nemsio | standard | cheyenne.intel | | +RUN | fv3_ccpp_wrtGauss_nemsio_c192 | standard | cheyenne.intel | | +RUN | fv3_ccpp_stochy | standard | cheyenne.intel | | +RUN | fv3_ccpp_iau | standard | cheyenne.intel | | + +# WW3 not yet working on Cheyenne +#COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | cheyenne.intel | | +#RUN | fv3_ccpp_gfdlmprad | standard | cheyenne.intel | | +#RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | cheyenne.intel | | + +# Run one test using the NEMSAppBuilder, to ensure we don't break it: +APPBUILD| CCPP_repro | standard | cheyenne.intel | | +RUN | fv3_ccpp_appbuild | standard | cheyenne.intel | | + +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | cheyenne.intel | | +RUN | fv3_ccpp_control_32bit | standard | cheyenne.intel | | +RUN | fv3_ccpp_stretched | standard | cheyenne.intel | | +RUN | fv3_ccpp_stretched_nest | standard | cheyenne.intel | | + +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | cheyenne.intel | | +RUN | fv3_ccpp_regional_control | standard | cheyenne.intel | | +RUN | fv3_ccpp_regional_restart | standard | cheyenne.intel | | +RUN | fv3_ccpp_regional_quilt | standard | cheyenne.intel | | +# fv3_regional_c768 not working on Cheyenne, code aborts with invalid values +# for surface pressure, out of range warnings and all other sorts of errors +#RUN | fv3_ccpp_regional_c768 | standard | cheyenne.intel | | + +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | cheyenne.intel | | +RUN | fv3_ccpp_gfdlmp | standard | cheyenne.intel | | +RUN | fv3_ccpp_gfdlmprad_gwd | standard | cheyenne.intel | | +RUN | fv3_ccpp_gfdlmprad_noahmp | standard | cheyenne.intel | | + +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | cheyenne.intel | | +#RUN | fv3_ccpp_csawmgshoc | standard | cheyenne.intel | | +#RUN | fv3_ccpp_csawmg3shoc127 | standard | cheyenne.intel | | +RUN | fv3_ccpp_csawmg | standard | cheyenne.intel | | +RUN | fv3_ccpp_satmedmf | standard | cheyenne.intel | | + +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_gfdlmp_32bit | standard | cheyenne.intel | | +# inline post not yet working on Cheyenne +#RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | cheyenne.intel | | +RUN | fv3_ccpp_gfs_v15 | standard | cheyenne.intel | | +RUN | fv3_ccpp_gfs_v15plus | standard | cheyenne.intel | | +RUN | fv3_ccpp_cpt | standard | cheyenne.intel | | +RUN | fv3_ccpp_gsd | standard | cheyenne.intel | fv3 | + +####################################################################################################################################################################################### +# CCPP PROD tests # +####################################################################################################################################################################################### + +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_control | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_decomp | standard | cheyenne.intel | | +RUN | fv3_ccpp_2threads | standard | cheyenne.intel | | +RUN | fv3_ccpp_restart | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_read_inc | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_wrtGauss_netcdf_esmf | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_wrtGauss_netcdf | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_wrtGauss_nemsio | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_wrtGauss_nemsio_c192 | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_stochy | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_iau | standard | cheyenne.intel | fv3 | + +# WW3 not yet working on Cheyenne +#COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | cheyenne.intel | fv3 | +#RUN | fv3_ccpp_gfdlmprad | standard | cheyenne.intel | fv3 | +#RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | cheyenne.intel | fv3 | + +# Run one test using the NEMSAppBuilder, to ensure we don't break it: +APPBUILD| CCPP | standard | cheyenne.intel | | +RUN | fv3_ccpp_appbuild | standard | cheyenne.intel | | + +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_control_32bit | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_stretched | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_stretched_nest | standard | cheyenne.intel | fv3 | + +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_regional_control | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_regional_restart | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_regional_quilt | standard | cheyenne.intel | fv3 | +# fv3_regional_c768 not working on Cheyenne, code aborts with invalid values +# for surface pressure, out of range warnings and all other sorts of errors +#RUN | fv3_ccpp_regional_c768 | standard | cheyenne.intel | fv3 | + +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_control_debug | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_stretched_nest_debug | standard | cheyenne.intel | fv3 | + +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_gfdlmp | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_gfdlmprad_gwd | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_gfdlmprad_noahmp | standard | cheyenne.intel | fv3 | + +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | cheyenne.intel | fv3 | +#RUN | fv3_ccpp_csawmgshoc | standard | cheyenne.intel | fv3 | +#RUN | fv3_ccpp_csawmg3shoc127 | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_csawmg | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_satmedmf | standard | cheyenne.intel | fv3 | + +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_gfdlmp_32bit | standard | cheyenne.intel | fv3 | +# inline post not yet working on Cheyenne +#RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_gfs_v15 | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_gfs_v15plus | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_cpt | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_gsd | standard | cheyenne.intel | fv3 | From bc29b379d541ab84fb09d358300d0791cf5ba5d6 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 2 Dec 2019 11:12:50 -0700 Subject: [PATCH 35/89] tests/rt.sh: change default queue on cheyenne from premium to economy --- tests/rt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rt.sh b/tests/rt.sh index 446a4a7eaf..89c6c162da 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -238,7 +238,7 @@ elif [[ $MACHINE_ID = cheyenne.* ]]; then export PYTHONPATH= ECFLOW_START= - QUEUE=premium + QUEUE=economy PARTITION= dprefix=/glade/scratch DISKNM=/glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT From 20d3b9844615fe674db7c5ca49d34897d2d42f39 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 2 Dec 2019 11:13:37 -0700 Subject: [PATCH 36/89] tests/fv3_conf/ccpp_control_run.IN, tests/rt_ccpp_dtc.conf: bugfixes for new, coupled FV3-WW3 tests --- tests/fv3_conf/ccpp_control_run.IN | 5 +++++ tests/rt_ccpp_dtc.conf | 27 ++++++++++++++++++++++++--- 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/tests/fv3_conf/ccpp_control_run.IN b/tests/fv3_conf/ccpp_control_run.IN index 68e5df4629..0ec42f923b 100644 --- a/tests/fv3_conf/ccpp_control_run.IN +++ b/tests/fv3_conf/ccpp_control_run.IN @@ -32,6 +32,11 @@ cp @[RTPWD]/${inputdir}/*grb . cp @[RTPWD]/${inputdir}/*_table . cp @[RTPWD]/${inputdir}/*configure . +if [ $CPLWAV = .T. ]; then +cp @[RTPWD]/WW3_input_data/mod_def.* . +cp @[RTPWD]/WW3_input_data/@[SYEAR]@[SMONTH]@[SDAY]/ww3_multi.inp . +fi + cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml # Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh diff --git a/tests/rt_ccpp_dtc.conf b/tests/rt_ccpp_dtc.conf index 81e50052b9..2db63f70a3 100644 --- a/tests/rt_ccpp_dtc.conf +++ b/tests/rt_ccpp_dtc.conf @@ -14,7 +14,6 @@ RUN | fv3_2threads RUN | fv3_ozphys_2015 | standard | | fv3 | RUN | fv3_wsm6 | standard | | fv3 | RUN | fv3_gfdlmp | standard | | fv3 | -RUN | fv3_gfdlmprad | standard | | fv3 | RUN | fv3_gfdlmprad_gwd | standard | | fv3 | RUN | fv3_gfdlmprad_noahmp | standard | | fv3 | RUN | fv3_stochy | standard | | fv3 | @@ -35,6 +34,14 @@ RUN | fv3_csawmg3shoc127 RUN | fv3_csawmg3shoc127 | standard | hera.intel | fv3 | RUN | fv3_csawmg3shoc127 | standard | cheyenne.intel | fv3 | RUN | fv3_csawmg3shoc127 | standard | jet.intel | fv3 | +# Coupled with WW3 +COMPILE | REPRO=Y WW3=Y | standard | gaea.intel | fv3 | +COMPILE | REPRO=Y WW3=Y | standard | hera.intel | fv3 | +COMPILE | REPRO=Y WW3=Y | standard | cheyenne.intel | fv3 | +COMPILE | REPRO=Y WW3=Y | standard | cheyenne.gnu | fv3 | +COMPILE | REPRO=Y WW3=Y | standard | stampede.intel | fv3 | +COMPILE | REPRO=Y WW3=Y | standard | jet.intel | fv3 | +RUN | fv3_gfdlmprad | standard | | fv3 | # 32-bit dynamics COMPILE | REPRO=Y 32BIT=Y | standard | gaea.intel | fv3 | COMPILE | REPRO=Y 32BIT=Y | standard | hera.intel | fv3 | @@ -100,9 +107,16 @@ COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | jet.intel | | # Run tests with static CCPP add-on RUN | fv3_ccpp_gfdlmp | standard | | | -RUN | fv3_ccpp_gfdlmprad | standard | | | RUN | fv3_ccpp_gfdlmprad_gwd | standard | | | RUN | fv3_ccpp_gfdlmprad_noahmp | standard | | | +# Coupled with WW3 +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp WW3=Y | standard | gaea.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp WW3=Y | standard | hera.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp WW3=Y | standard | cheyenne.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp WW3=Y | standard | cheyenne.gnu | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp WW3=Y | standard | stampede.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp WW3=Y | standard | jet.intel | | +RUN | fv3_ccpp_gfdlmprad | standard | | | ## csawmg-based tests (Intel only, crashing with GNU and PGI) #COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc | standard | gaea.intel | | #COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc | standard | hera.intel | | @@ -190,7 +204,6 @@ RUN | fv3_ccpp_decomp RUN | fv3_ccpp_2threads | standard | | | RUN | fv3_ccpp_ozphys_2015 | standard | | | RUN | fv3_ccpp_gfdlmp | standard | | | -RUN | fv3_ccpp_gfdlmprad | standard | | | RUN | fv3_ccpp_gfdlmprad_gwd | standard | | | RUN | fv3_ccpp_gfdlmprad_noahmp | standard | | | RUN | fv3_ccpp_stochy | standard | | | @@ -198,6 +211,14 @@ RUN | fv3_ccpp_satmedmf RUN | fv3_ccpp_satmedmfq | standard | | | RUN | fv3_ccpp_lheatstrg | standard | | | RUN | fv3_ccpp_h2ophys | standard | | | +# Coupled with WW3 +COMPILE | CCPP=Y REPRO=Y WW3=Y | standard | gaea.intel | | +COMPILE | CCPP=Y REPRO=Y WW3=Y | standard | hera.intel | | +COMPILE | CCPP=Y REPRO=Y WW3=Y | standard | cheyenne.intel | | +COMPILE | CCPP=Y REPRO=Y WW3=Y | standard | cheyenne.gnu | | +COMPILE | CCPP=Y REPRO=Y WW3=Y | standard | stampede.intel | | +COMPILE | CCPP=Y REPRO=Y WW3=Y | standard | jet.intel | | +RUN | fv3_ccpp_gfdlmprad | standard | | | ## Note: any suite that uses csawmg crashes with GNU and PGI (--> there must be something wrong with it) #RUN | fv3_ccpp_csawmgshoc | standard | gaea.intel | | #RUN | fv3_ccpp_csawmgshoc | standard | hera.intel | | From 69ed25d21eb3a0896b9bbb8578a0a6db27a8a75d Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 3 Dec 2019 15:23:54 -0700 Subject: [PATCH 37/89] Update submodule pointer for FV3 --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 2de4377fdd..88e87e9bd0 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 2de4377fddeaf2c8d58202e8fef54274b313092c +Subproject commit 88e87e9bd063d8d02fd7830db77a623b6533bb9a From e8896bb03ffe55ffab67bf2ff9989ff3ce1d77fb Mon Sep 17 00:00:00 2001 From: "Linlin.Pan" Date: Fri, 6 Dec 2019 00:32:57 +0000 Subject: [PATCH 38/89] adding namelists for v15.2 and v16 --- parm/ccpp_v15.2_c96.nml.IN | 303 +++++++++++++++++++++++++++++++ parm/ccpp_v16beta_c96.nml.IN | 339 +++++++++++++++++++++++++++++++++++ 2 files changed, 642 insertions(+) create mode 100644 parm/ccpp_v15.2_c96.nml.IN create mode 100644 parm/ccpp_v16beta_c96.nml.IN diff --git a/parm/ccpp_v15.2_c96.nml.IN b/parm/ccpp_v15.2_c96.nml.IN new file mode 100644 index 0000000000..383c6e0497 --- /dev/null +++ b/parm/ccpp_v15.2_c96.nml.IN @@ -0,0 +1,303 @@ +&amip_interp_nml + interp_oi_sst = .true. + use_ncep_sst = .true. + use_ncep_ice = .false. + no_anom_sst = .false. + data_set = 'reynolds_oi' + date_out_of_range = 'climo' +/ + + +&atmos_model_nml + blocksize = 32 + chksum_debug = .false. + dycore_only = .false. + fdiag = 1 + fhmax = 384 + fhout = 3 + fhmaxhf = 120 + fhouthf = 1 + ccpp_suite = 'FV3_GFS_v15.2' +/ + + +&diag_manager_nml + prepend_date = .false. +/ + + +&fms_io_nml + checksum_required = .false. + max_files_r = 100 + max_files_w = 100 +/ + + +&fms_nml + clock_grain = 'ROUTINE' + domains_stack_size = 3000000 + print_memory_usage = .false. +/ + + +&fv_core_nml + layout = 3,8 + io_layout = 1,1 + npx = 97 + npy = 97 + ntiles = 6 + npz = 64 + grid_type = -1 + make_nh = .false. + fv_debug = .false. + range_warn = .false. + reset_eta = .false. + n_sponge = 10 + nudge_qv = .true. + nudge_dz = .false. + tau = 10. + rf_cutoff = 7.5e2 + d2_bg_k1 = 0.15 + d2_bg_k2 = 0.02 + kord_tm = -9 + kord_mt = 9 + kord_wz = 9 + kord_tr = 9 + hydrostatic = .false. + phys_hydrostatic = .false. + use_hydro_pressure = .false. + beta = 0. + a_imp = 1. + p_fac = 0.1 + k_split = 2 + n_split = 6 + nwat = 6 + na_init = 0 + d_ext = 0. + dnats = 1 + fv_sg_adj = 450 + d2_bg = 0. + nord = 2 + dddmp = 0.1 + d4_bg = 0.12 + vtdm4 = 0.02 + delt_max = 0.002 + ke_bg = 0. + do_vort_damp = .true. + external_ic = .true. + external_eta = .true. + gfs_phil = .false. + nggps_ic = .true. + mountain = .false. + ncep_ic = .false. + d_con = 1. + hord_mt = 5 + hord_vt = 5 + hord_tm = 5 + hord_dp = -5 + hord_tr = 8 + adjust_dry_mass = .false. + consv_te = 1. + do_sat_adj = .true. + consv_am = .false. + fill = .true. + dwind_2d = .false. + print_freq = 6 + warm_start = .false. + no_dycore = .false. + z_tracer = .true. + agrid_vel_rst = .true. + read_increment = .false. + res_latlon_dynamics = "" +/ + + +&external_ic_nml + filtered_terrain = .true. + levp = 65 + gfs_dwinds = .true. + checker_tr = .false. + nt_checker = 0 +/ + + +&gfs_physics_nml + fhzero = 6 + h2o_phys = .true. + ldiag3d = .false. + fhcyc = 24 + use_ufo = .true. + pre_rad = .false. + ncld = 5 + imp_physics = 11 + pdfcld = .false. + fhswr = 3600. + fhlwr = 3600. + ialb = 1 + iems = 1 + iaer = 111 + ico2 = 2 + isubc_sw = 2 + isubc_lw = 2 + isol = 2 + lwhtr = .true. + swhtr = .true. + cnvgwd = .true. + shal_cnv = .true. + cal_pre = .false. + redrag = .true. + dspheat = .true. + hybedmf = .true. + random_clds = .false. + trans_trac = .true. + cnvcld = .true. + imfshalcnv = 2 + imfdeepcnv = 2 + cdmbgwd = 3.5,0.25 + prslrd0 = 0. + ivegsrc = 1 + isot = 1 + debug = .false. + oz_phys = .F. + oz_phys_2015 = .T. + nstf_name = 2,1,0,0,0 + nst_anl = .true. + psautco = 0.0008,0.0005 + prautco = 0.00015,0.00015 + lgfdlmprad = .true. + effr_in = .true. + do_sppt = .T. + do_shum = .T. + do_skeb = .T. + do_sfcperts = .F. +/ + + +&gfdl_cloud_microphysics_nml + sedi_transport = .true. + do_sedi_heat = .false. + rad_snow = .true. + rad_graupel = .true. + rad_rain = .true. + const_vi = .F. + const_vs = .F. + const_vg = .F. + const_vr = .F. + vi_max = 1. + vs_max = 2. + vg_max = 12. + vr_max = 12. + qi_lim = 1. + prog_ccn = .false. + do_qa = .true. + fast_sat_adj = .true. + tau_l2v = 225. + tau_v2l = 150. + tau_g2v = 900. + rthresh = 10.e-6 ! This is a key parameter for cloud water + dw_land = 0.16 + dw_ocean = 0.10 + ql_gen = 1.0e-3 + ql_mlt = 1.0e-3 + qi0_crt = 8.0E-5 + qs0_crt = 1.0e-3 + tau_i2s = 1000. + c_psaci = 0.05 + c_pgacs = 0.01 + rh_inc = 0.30 + rh_inr = 0.30 + rh_ins = 0.30 + ccn_l = 300. + ccn_o = 100. + c_paut = 0.5 + c_cracw = 0.8 + use_ppm = .false. + use_ccn = .true. + mono_prof = .true. + z_slope_liq = .true. + z_slope_ice = .true. + de_ice = .false. + fix_negative = .true. + icloud_f = 1 + mp_time = 150. +/ + + +&interpolator_nml + interp_method = 'conserve_great_circle' +/ + + +&namsfc + FNGLAC = "global_glacier.2x2.grb", + FNMXIC = "global_maxice.2x2.grb", + FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", + FNSNOC = "global_snoclim.1.875.grb", + FNZORC = "igbp", + FNALBC = "global_snowfree_albedo.bosu.t126.384.190.rg.grb", + FNALBC2 = "global_albedo4.1x1.grb", + FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", + FNTG3C = "global_tg3clim.2.6x1.5.grb", + FNVEGC = "global_vegfrac.0.144.decpercent.grb", + FNVETC = "global_vegtype.igbp.t126.384.190.rg.grb", + FNSOTC = "global_soiltype.statsgo.t126.384.190.rg.grb", + FNSMCC = "global_soilmgldas.t126.384.190.grb", + FNMSKH = "seaice_newland.grb", + FNTSFA = "", + FNACNA = "", + FNSNOA = "", + FNVMNC = "global_shdmin.0.144x0.144.grb", + FNVMXC = "global_shdmax.0.144x0.144.grb", + FNSLPC = "global_slope.1x1.grb", + FNABSC = "global_mxsnoalb.uariz.t126.384.190.rg.grb", + LDEBUG =.false., + FSMCL(2) = 99999 + FSMCL(3) = 99999 + FSMCL(4) = 99999 + FTSFS = 90 + FSNOL = 99999 + FSICL = 99999 + FTSFL = 99999, + FAISL = 99999, + FVETL = 99999, + FSOTL = 99999, + FvmnL = 99999, + FvmxL = 99999, + FSLPL = 99999, + FABSL = 99999, +/ + +&fv_grid_nml + grid_file = 'INPUT/grid_spec.nc' +/ + +&nam_stochy + ntrunc = 766 + lon_s = 1536 + lat_s = 768 + skeb = 0.3 + iseed_skeb = 2019102712451 + iseed_shum = 2019102712452 + iseed_sppt = 2019102712453 + skeb_tau = 21600. + skeb_lscale = 500000. + skebnorm = 0 + skeb_npass = 30 + skeb_vdof = 5 + shum = 0.005 + shum_tau = 21600. + shum_lscale = 500000. + sppt = 0.5 + sppt_tau = 21600. + sppt_lscale = 500000. + sppt_logit = .true. + sppt_sfclimit = .true. + use_zmtnblck = .true. +/ + +&nam_sfcperts +/ + +&cires_ugwp_nml +/ + diff --git a/parm/ccpp_v16beta_c96.nml.IN b/parm/ccpp_v16beta_c96.nml.IN new file mode 100644 index 0000000000..01dda7169c --- /dev/null +++ b/parm/ccpp_v16beta_c96.nml.IN @@ -0,0 +1,339 @@ +&amip_interp_nml + interp_oi_sst = .true. + use_ncep_sst = .true. + use_ncep_ice = .false. + no_anom_sst = .false. + data_set = 'reynolds_oi' + date_out_of_range = 'climo' +/ + +&atmos_model_nml + blocksize = 32 + chksum_debug = .false. + dycore_only = .false. + fdiag = 3 + fhmax = 240 + fhout = 3 + fhmaxhf = 0 + fhouthf = 1 + ccpp_suite = 'FV3_GFS_v16beta' +/ + +&diag_manager_nml + prepend_date = .false. +/ + +&fms_io_nml + checksum_required = .false. + max_files_r = 100 + max_files_w = 100 +/ + +&mpp_io_nml +shuffle=1 +deflate_level=1 +/ + +&fms_nml + clock_grain = 'ROUTINE' + domains_stack_size = 3000000 + print_memory_usage = .false. +/ + + +&fv_core_nml + layout = 3,8 + io_layout = 1,1 + npx = 97 + npy = 97 + ntiles = 6 + npz = 64 + grid_type = -1 + make_nh = .false. + fv_debug = .false. + range_warn = .false. + reset_eta = .false. + n_sponge = 10 + nudge_qv = .true. + nudge_dz = .false. + tau = 10. + rf_cutoff = 7.5e2 + d2_bg_k1 = 0.20 + d2_bg_k2 = 0.0 + kord_tm = -9 + kord_mt = 9 + kord_wz = 9 + kord_tr = 9 + hydrostatic = .false. + phys_hydrostatic = .false. + use_hydro_pressure = .false. + beta = 0. + a_imp = 1. + p_fac = 0.1 + k_split = 2 + n_split = 6 + nwat = 6 + na_init = 0 + d_ext = 0. + dnats = 1 + fv_sg_adj = 450 + d2_bg = 0. + nord = 2 + dddmp = 0.1 + d4_bg = 0.12 + vtdm4 = 0.02 + delt_max = 0.002 + ke_bg = 0. + do_vort_damp = .true. + external_ic = .true. + external_eta = .true. + gfs_phil = .false. + nggps_ic = .true. + mountain = .false. + ncep_ic = .false. + d_con = 1. + hord_mt = 5 + hord_vt = 5 + hord_tm = 5 + hord_dp = -5 + hord_tr = 8 + adjust_dry_mass = .false. + consv_te = 1. + do_sat_adj = .true. + consv_am = .false. + fill = .true. + dwind_2d = .false. + print_freq = 6 + warm_start = .false. + no_dycore = .false. + z_tracer = .true. + agrid_vel_rst = .true. + read_increment = .false. + res_latlon_dynamics = "" +/ + +&cires_ugwp_nml + knob_ugwp_solver = 2 + knob_ugwp_source = 1,1,0,0 + knob_ugwp_wvspec = 1,25,25,25 + knob_ugwp_azdir = 2,4,4,4 + knob_ugwp_stoch = 0,0,0,0 + knob_ugwp_effac = 1,1,1,1 + knob_ugwp_doaxyz = 1 + knob_ugwp_doheat = 1 + knob_ugwp_dokdis = 1 + knob_ugwp_ndx4lh = 1 + knob_ugwp_version = 0 + launch_level = 27 +/ + +&external_ic_nml + filtered_terrain = .true. + levp = 65 + gfs_dwinds = .true. + checker_tr = .false. + nt_checker = 0 +/ + +&gfs_physics_nml + fhzero = 6 + h2o_phys = .true. + ldiag3d = .false. + fhcyc = 24 + use_ufo = .true. + pre_rad = .false. + ncld = 5 + imp_physics = 11 + pdfcld = .false. + fhswr = 3600. + fhlwr = 3600. + ialb = 1 + iems = 1 + iaer = 5111 + icliq_sw = 2 + iovr_lw = 3 + iovr_sw = 3 + ico2 = 2 + isubc_sw = 2 + isubc_lw = 2 + isol = 2 + lwhtr = .true. + swhtr = .true. + cnvgwd = .true. + shal_cnv = .true. + cal_pre = .false. + redrag = .true. + dspheat = .true. + hybedmf = .false. + satmedmf = .true. + isatmedmf = 1 + lheatstrg = .true. + random_clds = .false. + trans_trac = .true. + cnvcld = .true. + imfshalcnv = 2 + imfdeepcnv = 2 + cdmbgwd = 4.0,0.15,1.0,1.0 + prslrd0 = 0. + ivegsrc = 1 + isot = 1 + lsoil = 4 + lsm = 1 + iopt_dveg = 1 + iopt_crs = 1 + iopt_btr = 1 + iopt_run = 1 + iopt_sfc = 1 + iopt_frz = 1 + iopt_inf = 1 + iopt_rad = 1 + iopt_alb = 2 + iopt_snf = 4 + iopt_tbot = 2 + iopt_stc = 1 + debug = .false. + oz_phys = .F. + oz_phys_2015 = .T. + nstf_name = 2,1,0,0,0 + nst_anl = .true. + psautco = 0.0008,0.0005 + prautco = 0.00015,0.00015 + lgfdlmprad = .true. + effr_in = .true. + ldiag_ugwp = .false. + do_ugwp = .false. + do_tofd = .true. + do_sppt = .true. + do_shum = .true. + do_skeb = .true. + do_sfcperts = .false. +/ + +&gfdl_cloud_microphysics_nml + sedi_transport = .true. + do_sedi_heat = .false. + rad_snow = .true. + rad_graupel = .true. + rad_rain = .true. + const_vi = .F. + const_vs = .F. + const_vg = .F. + const_vr = .F. + vi_max = 1. + vs_max = 2. + vg_max = 12. + vr_max = 12. + qi_lim = 1. + prog_ccn = .false. + do_qa = .true. + fast_sat_adj = .true. + tau_l2v = 225. + tau_v2l = 150. + tau_g2v = 900. + rthresh = 10.e-6 ! This is a key parameter for cloud water + dw_land = 0.16 + dw_ocean = 0.10 + ql_gen = 1.0e-3 + ql_mlt = 1.0e-3 + qi0_crt = 8.0E-5 + qs0_crt = 1.0e-3 + tau_i2s = 1000. + c_psaci = 0.05 + c_pgacs = 0.01 + rh_inc = 0.30 + rh_inr = 0.30 + rh_ins = 0.30 + ccn_l = 300. + ccn_o = 100. + c_paut = 0.5 + c_cracw = 0.8 + use_ppm = .false. + use_ccn = .true. + mono_prof = .true. + z_slope_liq = .true. + z_slope_ice = .true. + de_ice = .false. + fix_negative = .true. + icloud_f = 1 + mp_time = 150. + reiflag = 2 +/ + +&interpolator_nml + interp_method = 'conserve_great_circle' +/ + +&namsfc + FNGLAC = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/global_glacier.2x2.grb' + FNMXIC = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/global_maxice.2x2.grb' + FNTSFC = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/RTGSST.1982.2012.monthly.clim.grb' + FNSNOC = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/global_snoclim.1.875.grb' + FNZORC = 'igbp' + FNALBC = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/global_snowfree_albedo.bosu.t1534.3072.1536.rg.grb' + FNALBC2 = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/global_albedo4.1x1.grb' + FNAISC = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/CFSR.SEAICE.1982.2012.monthly.clim.grb' + FNTG3C = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/global_tg3clim.2.6x1.5.grb' + FNVEGC = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/global_vegfrac.0.144.decpercent.grb' + FNVETC = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/global_vegtype.igbp.t1534.3072.1536.rg.grb' + FNSOTC = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/global_soiltype.statsgo.t1534.3072.1536.rg.grb' + FNSMCC = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/global_soilmgldas.statsgo.t1534.3072.1536.grb' + FNMSKH = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/global_slmask.t1534.3072.1536.grb' + FNTSFA = ' ' + FNACNA = '' + FNSNOA = '' + FNVMNC = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/global_shdmin.0.144x0.144.grb' + FNVMXC = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/global_shdmax.0.144x0.144.grb' + FNSLPC = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/global_slope.1x1.grb' + FNABSC = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/global_mxsnoalb.uariz.t1534.3072.1536.rg.grb' + LDEBUG = .false. + FSMCL(2) = 99999 + FSMCL(3) = 99999 + FSMCL(4) = 99999 + LANDICE = .true. + FTSFS = 90 + FAISL = 99999 + FAISS = 99999 + FSNOL = 99999 + FSNOS = 99999 + FSICL = 99999 + FSICS = 99999 + FTSFL = 99999 + FVETL = 99999 + FSOTL = 99999 + FvmnL = 99999 + FvmxL = 99999 + FSLPL = 99999 + FABSL = 99999 +/ + +&fv_grid_nml + grid_file = 'INPUT/grid_spec.nc' +/ + +&nam_stochy + ntrunc = 766 + lon_s = 1536 + lat_s = 768 + skeb = 0.3 + iseed_skeb = 2019102712451 + iseed_shum = 2019102712452 + iseed_sppt = 2019102712453 + skeb_tau = 21600. + skeb_lscale = 500000. + skebnorm = 0 + skeb_npass = 30 + skeb_vdof = 5 + shum = 0.005 + shum_tau = 21600. + shum_lscale = 500000. + sppt = 0.5 + sppt_tau = 21600. + sppt_lscale = 500000. + sppt_logit = .true. + sppt_sfclimit = .true. + use_zmtnblck = .true. +/ + +&nam_sfcperts +/ + From 2c913a44762795495399af6dadd6c143979775f2 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Sat, 7 Dec 2019 08:08:11 -0700 Subject: [PATCH 39/89] GFS v15.2 and GFS v16beta namelists for CCPP for UFS public release --- parm/ccpp_v15.2_c96.nml.IN | 96 +++++++++++++++++----------------- parm/ccpp_v16beta_c96.nml.IN | 99 ++++++++++++++++++------------------ 2 files changed, 98 insertions(+), 97 deletions(-) diff --git a/parm/ccpp_v15.2_c96.nml.IN b/parm/ccpp_v15.2_c96.nml.IN index 383c6e0497..ab34fd34df 100644 --- a/parm/ccpp_v15.2_c96.nml.IN +++ b/parm/ccpp_v15.2_c96.nml.IN @@ -7,7 +7,6 @@ date_out_of_range = 'climo' / - &atmos_model_nml blocksize = 32 chksum_debug = .false. @@ -20,26 +19,22 @@ ccpp_suite = 'FV3_GFS_v15.2' / - &diag_manager_nml prepend_date = .false. / - &fms_io_nml checksum_required = .false. max_files_r = 100 max_files_w = 100 / - &fms_nml clock_grain = 'ROUTINE' domains_stack_size = 3000000 print_memory_usage = .false. / - &fv_core_nml layout = 3,8 io_layout = 1,1 @@ -77,7 +72,7 @@ dnats = 1 fv_sg_adj = 450 d2_bg = 0. - nord = 2 + nord = 2 dddmp = 0.1 d4_bg = 0.12 vtdm4 = 0.02 @@ -111,7 +106,6 @@ res_latlon_dynamics = "" / - &external_ic_nml filtered_terrain = .true. levp = 65 @@ -120,7 +114,6 @@ nt_checker = 0 / - &gfs_physics_nml fhzero = 6 h2o_phys = .true. @@ -172,7 +165,6 @@ do_sfcperts = .F. / - &gfdl_cloud_microphysics_nml sedi_transport = .true. do_sedi_heat = .false. @@ -222,49 +214,47 @@ mp_time = 150. / - &interpolator_nml interp_method = 'conserve_great_circle' / - &namsfc - FNGLAC = "global_glacier.2x2.grb", - FNMXIC = "global_maxice.2x2.grb", - FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", - FNSNOC = "global_snoclim.1.875.grb", - FNZORC = "igbp", - FNALBC = "global_snowfree_albedo.bosu.t126.384.190.rg.grb", - FNALBC2 = "global_albedo4.1x1.grb", - FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", - FNTG3C = "global_tg3clim.2.6x1.5.grb", - FNVEGC = "global_vegfrac.0.144.decpercent.grb", - FNVETC = "global_vegtype.igbp.t126.384.190.rg.grb", - FNSOTC = "global_soiltype.statsgo.t126.384.190.rg.grb", - FNSMCC = "global_soilmgldas.t126.384.190.grb", - FNMSKH = "seaice_newland.grb", - FNTSFA = "", - FNACNA = "", - FNSNOA = "", - FNVMNC = "global_shdmin.0.144x0.144.grb", - FNVMXC = "global_shdmax.0.144x0.144.grb", - FNSLPC = "global_slope.1x1.grb", - FNABSC = "global_mxsnoalb.uariz.t126.384.190.rg.grb", - LDEBUG =.false., - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - FTSFS = 90 - FSNOL = 99999 - FSICL = 99999 - FTSFL = 99999, - FAISL = 99999, - FVETL = 99999, - FSOTL = 99999, - FvmnL = 99999, - FvmxL = 99999, - FSLPL = 99999, - FABSL = 99999, + FNGLAC = 'global_glacier.2x2.grb' + FNMXIC = 'global_maxice.2x2.grb' + FNTSFC = 'RTGSST.1982.2012.monthly.clim.grb' + FNSNOC = 'global_snoclim.1.875.grb' + FNZORC = 'igbp' + FNALBC = 'global_snowfree_albedo.bosu.t126.384.190.rg.grb' + FNALBC2 = 'global_albedo4.1x1.grb' + FNAISC = 'CFSR.SEAICE.1982.2012.monthly.clim.grb' + FNTG3C = 'global_tg3clim.2.6x1.5.grb' + FNVEGC = 'global_vegfrac.0.144.decpercent.grb' + FNVETC = 'global_vegtype.igbp.t126.384.190.rg.grb' + FNSOTC = 'global_soiltype.statsgo.t126.384.190.rg.grb' + FNSMCC = 'global_soilmgldas.t126.384.190.grb' + FNMSKH = 'seaice_newland.grb' + FNTSFA = '' + FNACNA = '' + FNSNOA = '' + FNVMNC = 'global_shdmin.0.144x0.144.grb' + FNVMXC = 'global_shdmax.0.144x0.144.grb' + FNSLPC = 'global_slope.1x1.grb' + FNABSC = 'global_mxsnoalb.uariz.t126.384.190.rg.grb' + LDEBUG = .false. + FSMCL(2) = 99999 + FSMCL(3) = 99999 + FSMCL(4) = 99999 + FTSFS = 90 + FSNOL = 99999 + FSICL = 99999 + FTSFL = 99999 + FAISL = 99999 + FVETL = 99999 + FSOTL = 99999 + FvmnL = 99999 + FvmxL = 99999 + FSLPL = 99999 + FABSL = 99999 / &fv_grid_nml @@ -299,5 +289,17 @@ / &cires_ugwp_nml + knob_ugwp_solver = 2 + knob_ugwp_source = 1,1,0,0 + knob_ugwp_wvspec = 1,25,25,25 + knob_ugwp_azdir = 2,4,4,4 + knob_ugwp_stoch = 0,0,0,0 + knob_ugwp_effac = 1,1,1,1 + knob_ugwp_doaxyz = 1 + knob_ugwp_doheat = 1 + knob_ugwp_dokdis = 1 + knob_ugwp_ndx4lh = 1 + knob_ugwp_version = 0 + launch_level = 25 / diff --git a/parm/ccpp_v16beta_c96.nml.IN b/parm/ccpp_v16beta_c96.nml.IN index 01dda7169c..1c34379b65 100644 --- a/parm/ccpp_v16beta_c96.nml.IN +++ b/parm/ccpp_v16beta_c96.nml.IN @@ -40,7 +40,6 @@ deflate_level=1 print_memory_usage = .false. / - &fv_core_nml layout = 3,8 io_layout = 1,1 @@ -112,21 +111,6 @@ deflate_level=1 res_latlon_dynamics = "" / -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 27 -/ - &external_ic_nml filtered_terrain = .true. levp = 65 @@ -264,48 +248,48 @@ deflate_level=1 / &namsfc - FNGLAC = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/global_glacier.2x2.grb' - FNMXIC = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/global_maxice.2x2.grb' - FNTSFC = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/RTGSST.1982.2012.monthly.clim.grb' - FNSNOC = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/global_snoclim.1.875.grb' + FNGLAC = 'global_glacier.2x2.grb' + FNMXIC = 'global_maxice.2x2.grb' + FNTSFC = 'RTGSST.1982.2012.monthly.clim.grb' + FNSNOC = 'global_snoclim.1.875.grb' FNZORC = 'igbp' - FNALBC = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/global_snowfree_albedo.bosu.t1534.3072.1536.rg.grb' - FNALBC2 = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/global_albedo4.1x1.grb' - FNAISC = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/CFSR.SEAICE.1982.2012.monthly.clim.grb' - FNTG3C = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/global_tg3clim.2.6x1.5.grb' - FNVEGC = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/global_vegfrac.0.144.decpercent.grb' - FNVETC = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/global_vegtype.igbp.t1534.3072.1536.rg.grb' - FNSOTC = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/global_soiltype.statsgo.t1534.3072.1536.rg.grb' - FNSMCC = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/global_soilmgldas.statsgo.t1534.3072.1536.grb' - FNMSKH = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/global_slmask.t1534.3072.1536.grb' - FNTSFA = ' ' + FNALBC = 'global_snowfree_albedo.bosu.t1534.3072.1536.rg.grb' + FNALBC2 = 'global_albedo4.1x1.grb' + FNAISC = 'CFSR.SEAICE.1982.2012.monthly.clim.grb' + FNTG3C = 'global_tg3clim.2.6x1.5.grb' + FNVEGC = 'global_vegfrac.0.144.decpercent.grb' + FNVETC = 'global_vegtype.igbp.t1534.3072.1536.rg.grb' + FNSOTC = 'global_soiltype.statsgo.t1534.3072.1536.rg.grb' + FNSMCC = 'global_soilmgldas.statsgo.t1534.3072.1536.grb' + FNMSKH = 'global_slmask.t1534.3072.1536.grb' + FNTSFA = '' FNACNA = '' FNSNOA = '' - FNVMNC = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/global_shdmin.0.144x0.144.grb' - FNVMXC = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/global_shdmax.0.144x0.144.grb' - FNSLPC = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/global_slope.1x1.grb' - FNABSC = '/scratch1/NCEPDEV/global/Fanglin.Yang/save/git/gfsv16fyang4/fix/fix_am/global_mxsnoalb.uariz.t1534.3072.1536.rg.grb' - LDEBUG = .false. + FNVMNC = 'global_shdmin.0.144x0.144.grb' + FNVMXC = 'global_shdmax.0.144x0.144.grb' + FNSLPC = 'global_slope.1x1.grb' + FNABSC = 'global_mxsnoalb.uariz.t1534.3072.1536.rg.grb' + LDEBUG = .false. FSMCL(2) = 99999 FSMCL(3) = 99999 FSMCL(4) = 99999 LANDICE = .true. - FTSFS = 90 - FAISL = 99999 - FAISS = 99999 - FSNOL = 99999 - FSNOS = 99999 - FSICL = 99999 - FSICS = 99999 - FTSFL = 99999 - FVETL = 99999 - FSOTL = 99999 - FvmnL = 99999 - FvmxL = 99999 - FSLPL = 99999 - FABSL = 99999 + FTSFS = 90 + FAISL = 99999 + FAISS = 99999 + FSNOL = 99999 + FSNOS = 99999 + FSICL = 99999 + FSICS = 99999 + FTSFL = 99999 + FVETL = 99999 + FSOTL = 99999 + FvmnL = 99999 + FvmxL = 99999 + FSLPL = 99999 + FABSL = 99999 / - + &fv_grid_nml grid_file = 'INPUT/grid_spec.nc' / @@ -337,3 +321,18 @@ deflate_level=1 &nam_sfcperts / +&cires_ugwp_nml + knob_ugwp_solver = 2 + knob_ugwp_source = 1,1,0,0 + knob_ugwp_wvspec = 1,25,25,25 + knob_ugwp_azdir = 2,4,4,4 + knob_ugwp_stoch = 0,0,0,0 + knob_ugwp_effac = 1,1,1,1 + knob_ugwp_doaxyz = 1 + knob_ugwp_doheat = 1 + knob_ugwp_dokdis = 1 + knob_ugwp_ndx4lh = 1 + knob_ugwp_version = 0 + launch_level = 27 +/ + From b95c95add815cf5b91c128179d4487db9bb3d17a Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Sun, 8 Dec 2019 06:41:37 -0700 Subject: [PATCH 40/89] Update path to fix files for CCPP FA regression test, add rt_ccpp_hafs.conf --- tests/fv3_conf/ccpp_regional_FA_run.IN | 4 ++-- tests/rt_ccpp_hafs.conf | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 tests/rt_ccpp_hafs.conf diff --git a/tests/fv3_conf/ccpp_regional_FA_run.IN b/tests/fv3_conf/ccpp_regional_FA_run.IN index b21d6fa5ab..f3181c4be4 100644 --- a/tests/fv3_conf/ccpp_regional_FA_run.IN +++ b/tests/fv3_conf/ccpp_regional_FA_run.IN @@ -18,8 +18,8 @@ fi cp @[RTPWD]/FV3_input_data/DETAMPNEW_DATA* . cp @[RTPWD]/FV3_input_data/*grb . cp @[RTPWD]/FV3_input_data/*_table . -cp /scratch1/BMC/gmtb/HAFS_physics/diag_table_FA diag_table -cp /scratch1/BMC/gmtb/HAFS_physics/field_table_FA_nwat4 field_table +cp /scratch1/BMC/gmtb/ufs-weather-model/RT/NEMSfv3gfs/FV3_input_data_temporary_hafs/diag_table_FA diag_table +cp /scratch1/BMC/gmtb/ufs-weather-model/RT/NEMSfv3gfs/FV3_input_data_temporary_hafs/field_table_FA_nwat4 field_table cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml diff --git a/tests/rt_ccpp_hafs.conf b/tests/rt_ccpp_hafs.conf new file mode 100644 index 0000000000..e883003d5e --- /dev/null +++ b/tests/rt_ccpp_hafs.conf @@ -0,0 +1,14 @@ +############################################################################################################################################################## +# CCPP static: CCPP, static option, repro mode # +############################################################################################################################################################## +# control-based tests +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_HAFS_ferhires_update_moist | standard | hera.intel | fv3 | +# Run tests with static CCPP add-on +RUN | fv3_ccpp_regional_c768_FA_update_moist | standard | | fv3 | + +############################################################################################################################################################## +# CCPP dynamic: CCPP, dynamic option, repro mode # +############################################################################################################################################################## +COMPILE | CCPP=Y REPRO=Y | standard | hera.intel | | +# Run tests with CCPP add-on +RUN | fv3_ccpp_regional_c768_FA_update_moist | standard | | | From b294dad3f8d410157d12ed4d503be4f41dc2fc1b Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 9 Dec 2019 11:05:27 -0700 Subject: [PATCH 41/89] Update submodule pointer for FV3 --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 0a292c4e7a..52642725bf 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 0a292c4e7ad7e40ae5216a6248ae658b0336fb9d +Subproject commit 52642725bf69213c9766846b470f1812076d3541 From d071710fdcdb731eeed4017296f0f2fb1022e0a9 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 16 Dec 2019 07:25:55 -0700 Subject: [PATCH 42/89] Rename suite FV3_GFS_v15.2 to FV3_GFS_v15p2, convert line endings to unix for parm/ccpp_v15p2_c96.nml.IN and parm/ccpp_v16beta_c96.nml.IN, updates from ufs_public_release branch --- CMakeLists.txt | 2 +- FV3 | 2 +- cmake/configure_cheyenne.gnu.cmake | 35 + cmake/configure_cheyenne.intel.cmake | 35 + modulefiles/cheyenne.gnu/fv3 | 8 + modulefiles/cheyenne.intel/fv3 | 8 + ...v15.2_c96.nml.IN => ccpp_v15p2_c96.nml.IN} | 610 ++++++++-------- parm/ccpp_v16beta_c96.nml.IN | 676 +++++++++--------- tests/compile_cmake.sh | 9 +- tests/fv3_conf/ccpp_gfs_v15_run.IN | 1 - tests/rt.conf | 18 + tests/rt_fv3.sh | 10 +- tests/rt_gnu.conf | 14 + tests/rt_intel.conf | 12 + tests/run_test.sh | 3 +- tests/tests/fv3_ccpp_gfs_v15p2 | 85 +++ tests/tests/fv3_ccpp_gfs_v15p2_debug | 24 + tests/tests/fv3_ccpp_gfs_v16beta | 85 +++ tests/tests/fv3_ccpp_gfs_v16beta_debug | 24 + 19 files changed, 997 insertions(+), 664 deletions(-) create mode 100644 cmake/configure_cheyenne.gnu.cmake create mode 100644 cmake/configure_cheyenne.intel.cmake rename parm/{ccpp_v15.2_c96.nml.IN => ccpp_v15p2_c96.nml.IN} (94%) create mode 100644 tests/tests/fv3_ccpp_gfs_v15p2 create mode 100644 tests/tests/fv3_ccpp_gfs_v15p2_debug create mode 100644 tests/tests/fv3_ccpp_gfs_v16beta create mode 100644 tests/tests/fv3_ccpp_gfs_v16beta_debug diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ae305662e..b36d0dd51e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -125,7 +125,7 @@ add_library( FMS/mosaic/interp.c FMS/mosaic/mosaic_util.c FMS/mosaic/read_mosaic.c - FMS/mpp/affinity.c + FMS/affinity/affinity.c FMS/mpp/nsclock.c FMS/mpp/threadloc.c ) diff --git a/FV3 b/FV3 index d0a75a9473..9228d4ca4b 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit d0a75a94739c8287f667e1c728964824f540fcea +Subproject commit 9228d4ca4bcd8bf9022d23739c4f1248c1955c8b diff --git a/cmake/configure_cheyenne.gnu.cmake b/cmake/configure_cheyenne.gnu.cmake new file mode 100644 index 0000000000..7efcb1633e --- /dev/null +++ b/cmake/configure_cheyenne.gnu.cmake @@ -0,0 +1,35 @@ +message("") +message("Setting configuration for $ENV{CMAKE_Platform}") +message("") + +get_filename_component (C_COMPILER_NAME ${CMAKE_C_COMPILER} NAME) +get_filename_component (CXX_COMPILER_NAME ${CMAKE_CXX_COMPILER} NAME) +get_filename_component (Fortran_COMPILER_NAME ${CMAKE_Fortran_COMPILER} NAME) +message("C compiler: ${CMAKE_C_COMPILER_ID} ${CMAKE_C_COMPILER_VERSION} (${C_COMPILER_NAME})") +message("CXX compiler: ${CMAKE_CXX_COMPILER_ID} ${CMAKE_CXX_COMPILER_VERSION} (${CXX_COMPILER_NAME})") +message("Fortran compiler: ${CMAKE_Fortran_COMPILER_ID} ${CMAKE_Fortran_COMPILER_VERSION} (${Fortran_COMPILER_NAME})") +message("") + +option(DEBUG "Enable DEBUG mode" OFF) +option(REPRO "Enable REPRO mode" OFF) +option(VERBOSE "Enable VERBOSE mode" OFF) +option(32BIT "Enable 32BIT (single precision arithmetic in dycore)" OFF) +option(OPENMP "Enable OpenMP threading" ON) +option(AVX2 "Enable AVX2 instruction set" OFF) + +option(INLINE_POST "Enable inline post" OFF) + +include( cmake/${CMAKE_Fortran_COMPILER_ID}.cmake ) + +set(NEMSIO_INC $ENV{NEMSIO_INC}) +set(POST_INC $ENV{POST_INC}) +set(NCEP_LIBS $ENV{POST_LIB} $ENV{NEMSIO_LIB} $ENV{G2_LIB4} $ENV{G2TMPL_LIB} $ENV{BACIO_LIB4} $ENV{SP_LIBd} $ENV{W3EMC_LIBd} $ENV{W3NCO_LIBd} $ENV{CRTM_LIB} $ENV{PNG_LIB} $ENV{JASPER_LIB} $ENV{Z_LIB}) + +set(ESMF_MOD ${ESMF_F90COMPILEPATHS}) +set(ESMF_LIBS "${ESMF_F90ESMFLINKRPATHS} ${ESMF_F90ESMFLINKPATHS} ${ESMF_F90ESMFLINKLIBS}") + +set(NETCDF_INC_DIR $ENV{NETCDF}/include) +set(NETCDF_LIBDIR $ENV{NETCDF}/lib) +set(NETCDF_LIBS -L$ENV{NETCDF}/lib -lnetcdff -lnetcdf) + +message("") diff --git a/cmake/configure_cheyenne.intel.cmake b/cmake/configure_cheyenne.intel.cmake new file mode 100644 index 0000000000..534d580aa7 --- /dev/null +++ b/cmake/configure_cheyenne.intel.cmake @@ -0,0 +1,35 @@ +message("") +message("Setting configuration for $ENV{CMAKE_Platform}") +message("") + +get_filename_component (C_COMPILER_NAME ${CMAKE_C_COMPILER} NAME) +get_filename_component (CXX_COMPILER_NAME ${CMAKE_CXX_COMPILER} NAME) +get_filename_component (Fortran_COMPILER_NAME ${CMAKE_Fortran_COMPILER} NAME) +message("C compiler: ${CMAKE_C_COMPILER_ID} ${CMAKE_C_COMPILER_VERSION} (${C_COMPILER_NAME})") +message("CXX compiler: ${CMAKE_CXX_COMPILER_ID} ${CMAKE_CXX_COMPILER_VERSION} (${CXX_COMPILER_NAME})") +message("Fortran compiler: ${CMAKE_Fortran_COMPILER_ID} ${CMAKE_Fortran_COMPILER_VERSION} (${Fortran_COMPILER_NAME})") +message("") + +option(DEBUG "Enable DEBUG mode" OFF) +option(REPRO "Enable REPRO mode" OFF) +option(VERBOSE "Enable VERBOSE mode" OFF) +option(32BIT "Enable 32BIT (single precision arithmetic in dycore)" OFF) +option(OPENMP "Enable OpenMP threading" ON) +option(AVX2 "Enable AVX2 instruction set" ON) + +option(INLINE_POST "Enable inline post" OFF) + +include( cmake/${CMAKE_Fortran_COMPILER_ID}.cmake ) + +set(NEMSIO_INC $ENV{NEMSIO_INC}) +set(POST_INC $ENV{POST_INC}) +set(NCEP_LIBS $ENV{POST_LIB} $ENV{NEMSIO_LIB} $ENV{G2_LIB4} $ENV{G2TMPL_LIB} $ENV{BACIO_LIB4} $ENV{SP_LIBd} $ENV{W3EMC_LIBd} $ENV{W3NCO_LIBd} $ENV{CRTM_LIB} $ENV{PNG_LIB} $ENV{JASPER_LIB} $ENV{Z_LIB}) + +set(ESMF_MOD ${ESMF_F90COMPILEPATHS}) +set(ESMF_LIBS "${ESMF_F90ESMFLINKRPATHS} ${ESMF_F90ESMFLINKPATHS} ${ESMF_F90ESMFLINKLIBS}") + +set(NETCDF_INC_DIR $ENV{NETCDF}/include) +set(NETCDF_LIBDIR $ENV{NETCDF}/lib) +set(NETCDF_LIBS -L$ENV{NETCDF}/lib -lnetcdff -lnetcdf) + +message("") diff --git a/modulefiles/cheyenne.gnu/fv3 b/modulefiles/cheyenne.gnu/fv3 index d53d1befab..2bbb20fd1e 100644 --- a/modulefiles/cheyenne.gnu/fv3 +++ b/modulefiles/cheyenne.gnu/fv3 @@ -37,3 +37,11 @@ module load NCEPlibs/9.9.9 ## SIONlib library ## module load SIONlib/1.7.4 + +## +## set cmake compilers +## +setenv CMAKE_C_COMPILER mpicc +setenv CMAKE_CXX_COMPILER mpicxx +setenv CMAKE_Fortran_COMPILER mpif90 +setenv CMAKE_Platform cheyenne.gnu diff --git a/modulefiles/cheyenne.intel/fv3 b/modulefiles/cheyenne.intel/fv3 index 010dede82a..f009c137d1 100644 --- a/modulefiles/cheyenne.intel/fv3 +++ b/modulefiles/cheyenne.intel/fv3 @@ -37,3 +37,11 @@ module load NCEPlibs/9.9.9 ## SIONlib library ## module load SIONlib/1.7.4 + +## +## set cmake compilers +## +setenv CMAKE_C_COMPILER mpicc +setenv CMAKE_CXX_COMPILER mpicxx +setenv CMAKE_Fortran_COMPILER mpif90 +setenv CMAKE_Platform cheyenne.intel diff --git a/parm/ccpp_v15.2_c96.nml.IN b/parm/ccpp_v15p2_c96.nml.IN similarity index 94% rename from parm/ccpp_v15.2_c96.nml.IN rename to parm/ccpp_v15p2_c96.nml.IN index ab34fd34df..334d887db6 100644 --- a/parm/ccpp_v15.2_c96.nml.IN +++ b/parm/ccpp_v15p2_c96.nml.IN @@ -1,305 +1,305 @@ -&amip_interp_nml - interp_oi_sst = .true. - use_ncep_sst = .true. - use_ncep_ice = .false. - no_anom_sst = .false. - data_set = 'reynolds_oi' - date_out_of_range = 'climo' -/ - -&atmos_model_nml - blocksize = 32 - chksum_debug = .false. - dycore_only = .false. - fdiag = 1 - fhmax = 384 - fhout = 3 - fhmaxhf = 120 - fhouthf = 1 - ccpp_suite = 'FV3_GFS_v15.2' -/ - -&diag_manager_nml - prepend_date = .false. -/ - -&fms_io_nml - checksum_required = .false. - max_files_r = 100 - max_files_w = 100 -/ - -&fms_nml - clock_grain = 'ROUTINE' - domains_stack_size = 3000000 - print_memory_usage = .false. -/ - -&fv_core_nml - layout = 3,8 - io_layout = 1,1 - npx = 97 - npy = 97 - ntiles = 6 - npz = 64 - grid_type = -1 - make_nh = .false. - fv_debug = .false. - range_warn = .false. - reset_eta = .false. - n_sponge = 10 - nudge_qv = .true. - nudge_dz = .false. - tau = 10. - rf_cutoff = 7.5e2 - d2_bg_k1 = 0.15 - d2_bg_k2 = 0.02 - kord_tm = -9 - kord_mt = 9 - kord_wz = 9 - kord_tr = 9 - hydrostatic = .false. - phys_hydrostatic = .false. - use_hydro_pressure = .false. - beta = 0. - a_imp = 1. - p_fac = 0.1 - k_split = 2 - n_split = 6 - nwat = 6 - na_init = 0 - d_ext = 0. - dnats = 1 - fv_sg_adj = 450 - d2_bg = 0. - nord = 2 - dddmp = 0.1 - d4_bg = 0.12 - vtdm4 = 0.02 - delt_max = 0.002 - ke_bg = 0. - do_vort_damp = .true. - external_ic = .true. - external_eta = .true. - gfs_phil = .false. - nggps_ic = .true. - mountain = .false. - ncep_ic = .false. - d_con = 1. - hord_mt = 5 - hord_vt = 5 - hord_tm = 5 - hord_dp = -5 - hord_tr = 8 - adjust_dry_mass = .false. - consv_te = 1. - do_sat_adj = .true. - consv_am = .false. - fill = .true. - dwind_2d = .false. - print_freq = 6 - warm_start = .false. - no_dycore = .false. - z_tracer = .true. - agrid_vel_rst = .true. - read_increment = .false. - res_latlon_dynamics = "" -/ - -&external_ic_nml - filtered_terrain = .true. - levp = 65 - gfs_dwinds = .true. - checker_tr = .false. - nt_checker = 0 -/ - -&gfs_physics_nml - fhzero = 6 - h2o_phys = .true. - ldiag3d = .false. - fhcyc = 24 - use_ufo = .true. - pre_rad = .false. - ncld = 5 - imp_physics = 11 - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. - ialb = 1 - iems = 1 - iaer = 111 - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. - shal_cnv = .true. - cal_pre = .false. - redrag = .true. - dspheat = .true. - hybedmf = .true. - random_clds = .false. - trans_trac = .true. - cnvcld = .true. - imfshalcnv = 2 - imfdeepcnv = 2 - cdmbgwd = 3.5,0.25 - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - debug = .false. - oz_phys = .F. - oz_phys_2015 = .T. - nstf_name = 2,1,0,0,0 - nst_anl = .true. - psautco = 0.0008,0.0005 - prautco = 0.00015,0.00015 - lgfdlmprad = .true. - effr_in = .true. - do_sppt = .T. - do_shum = .T. - do_skeb = .T. - do_sfcperts = .F. -/ - -&gfdl_cloud_microphysics_nml - sedi_transport = .true. - do_sedi_heat = .false. - rad_snow = .true. - rad_graupel = .true. - rad_rain = .true. - const_vi = .F. - const_vs = .F. - const_vg = .F. - const_vr = .F. - vi_max = 1. - vs_max = 2. - vg_max = 12. - vr_max = 12. - qi_lim = 1. - prog_ccn = .false. - do_qa = .true. - fast_sat_adj = .true. - tau_l2v = 225. - tau_v2l = 150. - tau_g2v = 900. - rthresh = 10.e-6 ! This is a key parameter for cloud water - dw_land = 0.16 - dw_ocean = 0.10 - ql_gen = 1.0e-3 - ql_mlt = 1.0e-3 - qi0_crt = 8.0E-5 - qs0_crt = 1.0e-3 - tau_i2s = 1000. - c_psaci = 0.05 - c_pgacs = 0.01 - rh_inc = 0.30 - rh_inr = 0.30 - rh_ins = 0.30 - ccn_l = 300. - ccn_o = 100. - c_paut = 0.5 - c_cracw = 0.8 - use_ppm = .false. - use_ccn = .true. - mono_prof = .true. - z_slope_liq = .true. - z_slope_ice = .true. - de_ice = .false. - fix_negative = .true. - icloud_f = 1 - mp_time = 150. -/ - -&interpolator_nml - interp_method = 'conserve_great_circle' -/ - -&namsfc - FNGLAC = 'global_glacier.2x2.grb' - FNMXIC = 'global_maxice.2x2.grb' - FNTSFC = 'RTGSST.1982.2012.monthly.clim.grb' - FNSNOC = 'global_snoclim.1.875.grb' - FNZORC = 'igbp' - FNALBC = 'global_snowfree_albedo.bosu.t126.384.190.rg.grb' - FNALBC2 = 'global_albedo4.1x1.grb' - FNAISC = 'CFSR.SEAICE.1982.2012.monthly.clim.grb' - FNTG3C = 'global_tg3clim.2.6x1.5.grb' - FNVEGC = 'global_vegfrac.0.144.decpercent.grb' - FNVETC = 'global_vegtype.igbp.t126.384.190.rg.grb' - FNSOTC = 'global_soiltype.statsgo.t126.384.190.rg.grb' - FNSMCC = 'global_soilmgldas.t126.384.190.grb' - FNMSKH = 'seaice_newland.grb' - FNTSFA = '' - FNACNA = '' - FNSNOA = '' - FNVMNC = 'global_shdmin.0.144x0.144.grb' - FNVMXC = 'global_shdmax.0.144x0.144.grb' - FNSLPC = 'global_slope.1x1.grb' - FNABSC = 'global_mxsnoalb.uariz.t126.384.190.rg.grb' - LDEBUG = .false. - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - FTSFS = 90 - FSNOL = 99999 - FSICL = 99999 - FTSFL = 99999 - FAISL = 99999 - FVETL = 99999 - FSOTL = 99999 - FvmnL = 99999 - FvmxL = 99999 - FSLPL = 99999 - FABSL = 99999 -/ - -&fv_grid_nml - grid_file = 'INPUT/grid_spec.nc' -/ - -&nam_stochy - ntrunc = 766 - lon_s = 1536 - lat_s = 768 - skeb = 0.3 - iseed_skeb = 2019102712451 - iseed_shum = 2019102712452 - iseed_sppt = 2019102712453 - skeb_tau = 21600. - skeb_lscale = 500000. - skebnorm = 0 - skeb_npass = 30 - skeb_vdof = 5 - shum = 0.005 - shum_tau = 21600. - shum_lscale = 500000. - sppt = 0.5 - sppt_tau = 21600. - sppt_lscale = 500000. - sppt_logit = .true. - sppt_sfclimit = .true. - use_zmtnblck = .true. -/ - -&nam_sfcperts -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 25 -/ - +&amip_interp_nml + interp_oi_sst = .true. + use_ncep_sst = .true. + use_ncep_ice = .false. + no_anom_sst = .false. + data_set = 'reynolds_oi' + date_out_of_range = 'climo' +/ + +&atmos_model_nml + blocksize = 32 + chksum_debug = .false. + dycore_only = .false. + fdiag = 1 + fhmax = 384 + fhout = 3 + fhmaxhf = 120 + fhouthf = 1 + ccpp_suite = 'FV3_GFS_v15p2' +/ + +&diag_manager_nml + prepend_date = .false. +/ + +&fms_io_nml + checksum_required = .false. + max_files_r = 100 + max_files_w = 100 +/ + +&fms_nml + clock_grain = 'ROUTINE' + domains_stack_size = 3000000 + print_memory_usage = .false. +/ + +&fv_core_nml + layout = 3,8 + io_layout = 1,1 + npx = 97 + npy = 97 + ntiles = 6 + npz = 64 + grid_type = -1 + make_nh = .false. + fv_debug = .false. + range_warn = .false. + reset_eta = .false. + n_sponge = 10 + nudge_qv = .true. + nudge_dz = .false. + tau = 10. + rf_cutoff = 7.5e2 + d2_bg_k1 = 0.15 + d2_bg_k2 = 0.02 + kord_tm = -9 + kord_mt = 9 + kord_wz = 9 + kord_tr = 9 + hydrostatic = .false. + phys_hydrostatic = .false. + use_hydro_pressure = .false. + beta = 0. + a_imp = 1. + p_fac = 0.1 + k_split = 2 + n_split = 6 + nwat = 6 + na_init = 0 + d_ext = 0. + dnats = 1 + fv_sg_adj = 450 + d2_bg = 0. + nord = 2 + dddmp = 0.1 + d4_bg = 0.12 + vtdm4 = 0.02 + delt_max = 0.002 + ke_bg = 0. + do_vort_damp = .true. + external_ic = .true. + external_eta = .true. + gfs_phil = .false. + nggps_ic = .true. + mountain = .false. + ncep_ic = .false. + d_con = 1. + hord_mt = 5 + hord_vt = 5 + hord_tm = 5 + hord_dp = -5 + hord_tr = 8 + adjust_dry_mass = .false. + consv_te = 1. + do_sat_adj = .true. + consv_am = .false. + fill = .true. + dwind_2d = .false. + print_freq = 6 + warm_start = .false. + no_dycore = .false. + z_tracer = .true. + agrid_vel_rst = .true. + read_increment = .false. + res_latlon_dynamics = "" +/ + +&external_ic_nml + filtered_terrain = .true. + levp = 65 + gfs_dwinds = .true. + checker_tr = .false. + nt_checker = 0 +/ + +&gfs_physics_nml + fhzero = 6 + h2o_phys = .true. + ldiag3d = .false. + fhcyc = 24 + use_ufo = .true. + pre_rad = .false. + ncld = 5 + imp_physics = 11 + pdfcld = .false. + fhswr = 3600. + fhlwr = 3600. + ialb = 1 + iems = 1 + iaer = 111 + ico2 = 2 + isubc_sw = 2 + isubc_lw = 2 + isol = 2 + lwhtr = .true. + swhtr = .true. + cnvgwd = .true. + shal_cnv = .true. + cal_pre = .false. + redrag = .true. + dspheat = .true. + hybedmf = .true. + random_clds = .false. + trans_trac = .true. + cnvcld = .true. + imfshalcnv = 2 + imfdeepcnv = 2 + cdmbgwd = 3.5,0.25 + prslrd0 = 0. + ivegsrc = 1 + isot = 1 + debug = .false. + oz_phys = .F. + oz_phys_2015 = .T. + nstf_name = 2,1,0,0,0 + nst_anl = .true. + psautco = 0.0008,0.0005 + prautco = 0.00015,0.00015 + lgfdlmprad = .true. + effr_in = .true. + do_sppt = .T. + do_shum = .T. + do_skeb = .T. + do_sfcperts = .F. +/ + +&gfdl_cloud_microphysics_nml + sedi_transport = .true. + do_sedi_heat = .false. + rad_snow = .true. + rad_graupel = .true. + rad_rain = .true. + const_vi = .F. + const_vs = .F. + const_vg = .F. + const_vr = .F. + vi_max = 1. + vs_max = 2. + vg_max = 12. + vr_max = 12. + qi_lim = 1. + prog_ccn = .false. + do_qa = .true. + fast_sat_adj = .true. + tau_l2v = 225. + tau_v2l = 150. + tau_g2v = 900. + rthresh = 10.e-6 ! This is a key parameter for cloud water + dw_land = 0.16 + dw_ocean = 0.10 + ql_gen = 1.0e-3 + ql_mlt = 1.0e-3 + qi0_crt = 8.0E-5 + qs0_crt = 1.0e-3 + tau_i2s = 1000. + c_psaci = 0.05 + c_pgacs = 0.01 + rh_inc = 0.30 + rh_inr = 0.30 + rh_ins = 0.30 + ccn_l = 300. + ccn_o = 100. + c_paut = 0.5 + c_cracw = 0.8 + use_ppm = .false. + use_ccn = .true. + mono_prof = .true. + z_slope_liq = .true. + z_slope_ice = .true. + de_ice = .false. + fix_negative = .true. + icloud_f = 1 + mp_time = 150. +/ + +&interpolator_nml + interp_method = 'conserve_great_circle' +/ + +&namsfc + FNGLAC = 'global_glacier.2x2.grb' + FNMXIC = 'global_maxice.2x2.grb' + FNTSFC = 'RTGSST.1982.2012.monthly.clim.grb' + FNSNOC = 'global_snoclim.1.875.grb' + FNZORC = 'igbp' + FNALBC = 'global_snowfree_albedo.bosu.t126.384.190.rg.grb' + FNALBC2 = 'global_albedo4.1x1.grb' + FNAISC = 'CFSR.SEAICE.1982.2012.monthly.clim.grb' + FNTG3C = 'global_tg3clim.2.6x1.5.grb' + FNVEGC = 'global_vegfrac.0.144.decpercent.grb' + FNVETC = 'global_vegtype.igbp.t126.384.190.rg.grb' + FNSOTC = 'global_soiltype.statsgo.t126.384.190.rg.grb' + FNSMCC = 'global_soilmgldas.t126.384.190.grb' + FNMSKH = 'seaice_newland.grb' + FNTSFA = '' + FNACNA = '' + FNSNOA = '' + FNVMNC = 'global_shdmin.0.144x0.144.grb' + FNVMXC = 'global_shdmax.0.144x0.144.grb' + FNSLPC = 'global_slope.1x1.grb' + FNABSC = 'global_mxsnoalb.uariz.t126.384.190.rg.grb' + LDEBUG = .false. + FSMCL(2) = 99999 + FSMCL(3) = 99999 + FSMCL(4) = 99999 + FTSFS = 90 + FSNOL = 99999 + FSICL = 99999 + FTSFL = 99999 + FAISL = 99999 + FVETL = 99999 + FSOTL = 99999 + FvmnL = 99999 + FvmxL = 99999 + FSLPL = 99999 + FABSL = 99999 +/ + +&fv_grid_nml + grid_file = 'INPUT/grid_spec.nc' +/ + +&nam_stochy + ntrunc = 766 + lon_s = 1536 + lat_s = 768 + skeb = 0.3 + iseed_skeb = 2019102712451 + iseed_shum = 2019102712452 + iseed_sppt = 2019102712453 + skeb_tau = 21600. + skeb_lscale = 500000. + skebnorm = 0 + skeb_npass = 30 + skeb_vdof = 5 + shum = 0.005 + shum_tau = 21600. + shum_lscale = 500000. + sppt = 0.5 + sppt_tau = 21600. + sppt_lscale = 500000. + sppt_logit = .true. + sppt_sfclimit = .true. + use_zmtnblck = .true. +/ + +&nam_sfcperts +/ + +&cires_ugwp_nml + knob_ugwp_solver = 2 + knob_ugwp_source = 1,1,0,0 + knob_ugwp_wvspec = 1,25,25,25 + knob_ugwp_azdir = 2,4,4,4 + knob_ugwp_stoch = 0,0,0,0 + knob_ugwp_effac = 1,1,1,1 + knob_ugwp_doaxyz = 1 + knob_ugwp_doheat = 1 + knob_ugwp_dokdis = 1 + knob_ugwp_ndx4lh = 1 + knob_ugwp_version = 0 + launch_level = 25 +/ + diff --git a/parm/ccpp_v16beta_c96.nml.IN b/parm/ccpp_v16beta_c96.nml.IN index 1c34379b65..a51fc7089c 100644 --- a/parm/ccpp_v16beta_c96.nml.IN +++ b/parm/ccpp_v16beta_c96.nml.IN @@ -1,338 +1,338 @@ -&amip_interp_nml - interp_oi_sst = .true. - use_ncep_sst = .true. - use_ncep_ice = .false. - no_anom_sst = .false. - data_set = 'reynolds_oi' - date_out_of_range = 'climo' -/ - -&atmos_model_nml - blocksize = 32 - chksum_debug = .false. - dycore_only = .false. - fdiag = 3 - fhmax = 240 - fhout = 3 - fhmaxhf = 0 - fhouthf = 1 - ccpp_suite = 'FV3_GFS_v16beta' -/ - -&diag_manager_nml - prepend_date = .false. -/ - -&fms_io_nml - checksum_required = .false. - max_files_r = 100 - max_files_w = 100 -/ - -&mpp_io_nml -shuffle=1 -deflate_level=1 -/ - -&fms_nml - clock_grain = 'ROUTINE' - domains_stack_size = 3000000 - print_memory_usage = .false. -/ - -&fv_core_nml - layout = 3,8 - io_layout = 1,1 - npx = 97 - npy = 97 - ntiles = 6 - npz = 64 - grid_type = -1 - make_nh = .false. - fv_debug = .false. - range_warn = .false. - reset_eta = .false. - n_sponge = 10 - nudge_qv = .true. - nudge_dz = .false. - tau = 10. - rf_cutoff = 7.5e2 - d2_bg_k1 = 0.20 - d2_bg_k2 = 0.0 - kord_tm = -9 - kord_mt = 9 - kord_wz = 9 - kord_tr = 9 - hydrostatic = .false. - phys_hydrostatic = .false. - use_hydro_pressure = .false. - beta = 0. - a_imp = 1. - p_fac = 0.1 - k_split = 2 - n_split = 6 - nwat = 6 - na_init = 0 - d_ext = 0. - dnats = 1 - fv_sg_adj = 450 - d2_bg = 0. - nord = 2 - dddmp = 0.1 - d4_bg = 0.12 - vtdm4 = 0.02 - delt_max = 0.002 - ke_bg = 0. - do_vort_damp = .true. - external_ic = .true. - external_eta = .true. - gfs_phil = .false. - nggps_ic = .true. - mountain = .false. - ncep_ic = .false. - d_con = 1. - hord_mt = 5 - hord_vt = 5 - hord_tm = 5 - hord_dp = -5 - hord_tr = 8 - adjust_dry_mass = .false. - consv_te = 1. - do_sat_adj = .true. - consv_am = .false. - fill = .true. - dwind_2d = .false. - print_freq = 6 - warm_start = .false. - no_dycore = .false. - z_tracer = .true. - agrid_vel_rst = .true. - read_increment = .false. - res_latlon_dynamics = "" -/ - -&external_ic_nml - filtered_terrain = .true. - levp = 65 - gfs_dwinds = .true. - checker_tr = .false. - nt_checker = 0 -/ - -&gfs_physics_nml - fhzero = 6 - h2o_phys = .true. - ldiag3d = .false. - fhcyc = 24 - use_ufo = .true. - pre_rad = .false. - ncld = 5 - imp_physics = 11 - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. - ialb = 1 - iems = 1 - iaer = 5111 - icliq_sw = 2 - iovr_lw = 3 - iovr_sw = 3 - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. - shal_cnv = .true. - cal_pre = .false. - redrag = .true. - dspheat = .true. - hybedmf = .false. - satmedmf = .true. - isatmedmf = 1 - lheatstrg = .true. - random_clds = .false. - trans_trac = .true. - cnvcld = .true. - imfshalcnv = 2 - imfdeepcnv = 2 - cdmbgwd = 4.0,0.15,1.0,1.0 - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - lsoil = 4 - lsm = 1 - iopt_dveg = 1 - iopt_crs = 1 - iopt_btr = 1 - iopt_run = 1 - iopt_sfc = 1 - iopt_frz = 1 - iopt_inf = 1 - iopt_rad = 1 - iopt_alb = 2 - iopt_snf = 4 - iopt_tbot = 2 - iopt_stc = 1 - debug = .false. - oz_phys = .F. - oz_phys_2015 = .T. - nstf_name = 2,1,0,0,0 - nst_anl = .true. - psautco = 0.0008,0.0005 - prautco = 0.00015,0.00015 - lgfdlmprad = .true. - effr_in = .true. - ldiag_ugwp = .false. - do_ugwp = .false. - do_tofd = .true. - do_sppt = .true. - do_shum = .true. - do_skeb = .true. - do_sfcperts = .false. -/ - -&gfdl_cloud_microphysics_nml - sedi_transport = .true. - do_sedi_heat = .false. - rad_snow = .true. - rad_graupel = .true. - rad_rain = .true. - const_vi = .F. - const_vs = .F. - const_vg = .F. - const_vr = .F. - vi_max = 1. - vs_max = 2. - vg_max = 12. - vr_max = 12. - qi_lim = 1. - prog_ccn = .false. - do_qa = .true. - fast_sat_adj = .true. - tau_l2v = 225. - tau_v2l = 150. - tau_g2v = 900. - rthresh = 10.e-6 ! This is a key parameter for cloud water - dw_land = 0.16 - dw_ocean = 0.10 - ql_gen = 1.0e-3 - ql_mlt = 1.0e-3 - qi0_crt = 8.0E-5 - qs0_crt = 1.0e-3 - tau_i2s = 1000. - c_psaci = 0.05 - c_pgacs = 0.01 - rh_inc = 0.30 - rh_inr = 0.30 - rh_ins = 0.30 - ccn_l = 300. - ccn_o = 100. - c_paut = 0.5 - c_cracw = 0.8 - use_ppm = .false. - use_ccn = .true. - mono_prof = .true. - z_slope_liq = .true. - z_slope_ice = .true. - de_ice = .false. - fix_negative = .true. - icloud_f = 1 - mp_time = 150. - reiflag = 2 -/ - -&interpolator_nml - interp_method = 'conserve_great_circle' -/ - -&namsfc - FNGLAC = 'global_glacier.2x2.grb' - FNMXIC = 'global_maxice.2x2.grb' - FNTSFC = 'RTGSST.1982.2012.monthly.clim.grb' - FNSNOC = 'global_snoclim.1.875.grb' - FNZORC = 'igbp' - FNALBC = 'global_snowfree_albedo.bosu.t1534.3072.1536.rg.grb' - FNALBC2 = 'global_albedo4.1x1.grb' - FNAISC = 'CFSR.SEAICE.1982.2012.monthly.clim.grb' - FNTG3C = 'global_tg3clim.2.6x1.5.grb' - FNVEGC = 'global_vegfrac.0.144.decpercent.grb' - FNVETC = 'global_vegtype.igbp.t1534.3072.1536.rg.grb' - FNSOTC = 'global_soiltype.statsgo.t1534.3072.1536.rg.grb' - FNSMCC = 'global_soilmgldas.statsgo.t1534.3072.1536.grb' - FNMSKH = 'global_slmask.t1534.3072.1536.grb' - FNTSFA = '' - FNACNA = '' - FNSNOA = '' - FNVMNC = 'global_shdmin.0.144x0.144.grb' - FNVMXC = 'global_shdmax.0.144x0.144.grb' - FNSLPC = 'global_slope.1x1.grb' - FNABSC = 'global_mxsnoalb.uariz.t1534.3072.1536.rg.grb' - LDEBUG = .false. - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - LANDICE = .true. - FTSFS = 90 - FAISL = 99999 - FAISS = 99999 - FSNOL = 99999 - FSNOS = 99999 - FSICL = 99999 - FSICS = 99999 - FTSFL = 99999 - FVETL = 99999 - FSOTL = 99999 - FvmnL = 99999 - FvmxL = 99999 - FSLPL = 99999 - FABSL = 99999 -/ - -&fv_grid_nml - grid_file = 'INPUT/grid_spec.nc' -/ - -&nam_stochy - ntrunc = 766 - lon_s = 1536 - lat_s = 768 - skeb = 0.3 - iseed_skeb = 2019102712451 - iseed_shum = 2019102712452 - iseed_sppt = 2019102712453 - skeb_tau = 21600. - skeb_lscale = 500000. - skebnorm = 0 - skeb_npass = 30 - skeb_vdof = 5 - shum = 0.005 - shum_tau = 21600. - shum_lscale = 500000. - sppt = 0.5 - sppt_tau = 21600. - sppt_lscale = 500000. - sppt_logit = .true. - sppt_sfclimit = .true. - use_zmtnblck = .true. -/ - -&nam_sfcperts -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 27 -/ - +&amip_interp_nml + interp_oi_sst = .true. + use_ncep_sst = .true. + use_ncep_ice = .false. + no_anom_sst = .false. + data_set = 'reynolds_oi' + date_out_of_range = 'climo' +/ + +&atmos_model_nml + blocksize = 32 + chksum_debug = .false. + dycore_only = .false. + fdiag = 1 + fhmax = 384 + fhout = 3 + fhmaxhf = 120 + fhouthf = 1 + ccpp_suite = 'FV3_GFS_v16beta' +/ + +&diag_manager_nml + prepend_date = .false. +/ + +&fms_io_nml + checksum_required = .false. + max_files_r = 100 + max_files_w = 100 +/ + +&mpp_io_nml +shuffle=1 +deflate_level=1 +/ + +&fms_nml + clock_grain = 'ROUTINE' + domains_stack_size = 3000000 + print_memory_usage = .false. +/ + +&fv_core_nml + layout = 3,8 + io_layout = 1,1 + npx = 97 + npy = 97 + ntiles = 6 + npz = 64 + grid_type = -1 + make_nh = .false. + fv_debug = .false. + range_warn = .false. + reset_eta = .false. + n_sponge = 10 + nudge_qv = .true. + nudge_dz = .false. + tau = 10. + rf_cutoff = 7.5e2 + d2_bg_k1 = 0.20 + d2_bg_k2 = 0.0 + kord_tm = -9 + kord_mt = 9 + kord_wz = 9 + kord_tr = 9 + hydrostatic = .false. + phys_hydrostatic = .false. + use_hydro_pressure = .false. + beta = 0. + a_imp = 1. + p_fac = 0.1 + k_split = 2 + n_split = 6 + nwat = 6 + na_init = 0 + d_ext = 0. + dnats = 1 + fv_sg_adj = 450 + d2_bg = 0. + nord = 2 + dddmp = 0.1 + d4_bg = 0.12 + vtdm4 = 0.02 + delt_max = 0.002 + ke_bg = 0. + do_vort_damp = .true. + external_ic = .true. + external_eta = .true. + gfs_phil = .false. + nggps_ic = .true. + mountain = .false. + ncep_ic = .false. + d_con = 1. + hord_mt = 5 + hord_vt = 5 + hord_tm = 5 + hord_dp = -5 + hord_tr = 8 + adjust_dry_mass = .false. + consv_te = 1. + do_sat_adj = .true. + consv_am = .false. + fill = .true. + dwind_2d = .false. + print_freq = 6 + warm_start = .false. + no_dycore = .false. + z_tracer = .true. + agrid_vel_rst = .true. + read_increment = .false. + res_latlon_dynamics = "" +/ + +&external_ic_nml + filtered_terrain = .true. + levp = 65 + gfs_dwinds = .true. + checker_tr = .false. + nt_checker = 0 +/ + +&gfs_physics_nml + fhzero = 6 + h2o_phys = .true. + ldiag3d = .false. + fhcyc = 24 + use_ufo = .true. + pre_rad = .false. + ncld = 5 + imp_physics = 11 + pdfcld = .false. + fhswr = 3600. + fhlwr = 3600. + ialb = 1 + iems = 1 + iaer = 5111 + icliq_sw = 2 + iovr_lw = 3 + iovr_sw = 3 + ico2 = 2 + isubc_sw = 2 + isubc_lw = 2 + isol = 2 + lwhtr = .true. + swhtr = .true. + cnvgwd = .true. + shal_cnv = .true. + cal_pre = .false. + redrag = .true. + dspheat = .true. + hybedmf = .false. + satmedmf = .true. + isatmedmf = 1 + lheatstrg = .true. + random_clds = .false. + trans_trac = .true. + cnvcld = .true. + imfshalcnv = 2 + imfdeepcnv = 2 + cdmbgwd = 4.0,0.15,1.0,1.0 + prslrd0 = 0. + ivegsrc = 1 + isot = 1 + lsoil = 4 + lsm = 1 + iopt_dveg = 1 + iopt_crs = 1 + iopt_btr = 1 + iopt_run = 1 + iopt_sfc = 1 + iopt_frz = 1 + iopt_inf = 1 + iopt_rad = 1 + iopt_alb = 2 + iopt_snf = 4 + iopt_tbot = 2 + iopt_stc = 1 + debug = .false. + oz_phys = .F. + oz_phys_2015 = .T. + nstf_name = 2,1,0,0,0 + nst_anl = .true. + psautco = 0.0008,0.0005 + prautco = 0.00015,0.00015 + lgfdlmprad = .true. + effr_in = .true. + ldiag_ugwp = .false. + do_ugwp = .false. + do_tofd = .true. + do_sppt = .true. + do_shum = .true. + do_skeb = .true. + do_sfcperts = .false. +/ + +&gfdl_cloud_microphysics_nml + sedi_transport = .true. + do_sedi_heat = .false. + rad_snow = .true. + rad_graupel = .true. + rad_rain = .true. + const_vi = .F. + const_vs = .F. + const_vg = .F. + const_vr = .F. + vi_max = 1. + vs_max = 2. + vg_max = 12. + vr_max = 12. + qi_lim = 1. + prog_ccn = .false. + do_qa = .true. + fast_sat_adj = .true. + tau_l2v = 225. + tau_v2l = 150. + tau_g2v = 900. + rthresh = 10.e-6 ! This is a key parameter for cloud water + dw_land = 0.16 + dw_ocean = 0.10 + ql_gen = 1.0e-3 + ql_mlt = 1.0e-3 + qi0_crt = 8.0E-5 + qs0_crt = 1.0e-3 + tau_i2s = 1000. + c_psaci = 0.05 + c_pgacs = 0.01 + rh_inc = 0.30 + rh_inr = 0.30 + rh_ins = 0.30 + ccn_l = 300. + ccn_o = 100. + c_paut = 0.5 + c_cracw = 0.8 + use_ppm = .false. + use_ccn = .true. + mono_prof = .true. + z_slope_liq = .true. + z_slope_ice = .true. + de_ice = .false. + fix_negative = .true. + icloud_f = 1 + mp_time = 150. + reiflag = 2 +/ + +&interpolator_nml + interp_method = 'conserve_great_circle' +/ + +&namsfc + FNGLAC = 'global_glacier.2x2.grb' + FNMXIC = 'global_maxice.2x2.grb' + FNTSFC = 'RTGSST.1982.2012.monthly.clim.grb' + FNSNOC = 'global_snoclim.1.875.grb' + FNZORC = 'igbp' + FNALBC = 'global_snowfree_albedo.bosu.t126.384.190.rg.grb' + FNALBC2 = 'global_albedo4.1x1.grb' + FNAISC = 'CFSR.SEAICE.1982.2012.monthly.clim.grb' + FNTG3C = 'global_tg3clim.2.6x1.5.grb' + FNVEGC = 'global_vegfrac.0.144.decpercent.grb' + FNVETC = 'global_vegtype.igbp.t126.384.190.rg.grb' + FNSOTC = 'global_soiltype.statsgo.t126.384.190.rg.grb' + FNSMCC = 'global_soilmgldas.t126.384.190.grb' + FNMSKH = 'seaice_newland.grb' + FNTSFA = '' + FNACNA = '' + FNSNOA = '' + FNVMNC = 'global_shdmin.0.144x0.144.grb' + FNVMXC = 'global_shdmax.0.144x0.144.grb' + FNSLPC = 'global_slope.1x1.grb' + FNABSC = 'global_mxsnoalb.uariz.t126.384.190.rg.grb' + LDEBUG = .false. + FSMCL(2) = 99999 + FSMCL(3) = 99999 + FSMCL(4) = 99999 + LANDICE = .true. + FTSFS = 90 + FAISL = 99999 + FAISS = 99999 + FSNOL = 99999 + FSNOS = 99999 + FSICL = 99999 + FSICS = 99999 + FTSFL = 99999 + FVETL = 99999 + FSOTL = 99999 + FvmnL = 99999 + FvmxL = 99999 + FSLPL = 99999 + FABSL = 99999 +/ + +&fv_grid_nml + grid_file = 'INPUT/grid_spec.nc' +/ + +&nam_stochy + ntrunc = 766 + lon_s = 1536 + lat_s = 768 + skeb = 0.3 + iseed_skeb = 2019102712451 + iseed_shum = 2019102712452 + iseed_sppt = 2019102712453 + skeb_tau = 21600. + skeb_lscale = 500000. + skebnorm = 0 + skeb_npass = 30 + skeb_vdof = 5 + shum = 0.005 + shum_tau = 21600. + shum_lscale = 500000. + sppt = 0.5 + sppt_tau = 21600. + sppt_lscale = 500000. + sppt_logit = .true. + sppt_sfclimit = .true. + use_zmtnblck = .true. +/ + +&nam_sfcperts +/ + +&cires_ugwp_nml + knob_ugwp_solver = 2 + knob_ugwp_source = 1,1,0,0 + knob_ugwp_wvspec = 1,25,25,25 + knob_ugwp_azdir = 2,4,4,4 + knob_ugwp_stoch = 0,0,0,0 + knob_ugwp_effac = 1,1,1,1 + knob_ugwp_doaxyz = 1 + knob_ugwp_doheat = 1 + knob_ugwp_dokdis = 1 + knob_ugwp_ndx4lh = 1 + knob_ugwp_version = 0 + launch_level = 27 +/ + diff --git a/tests/compile_cmake.sh b/tests/compile_cmake.sh index 434c205869..c422307f72 100755 --- a/tests/compile_cmake.sh +++ b/tests/compile_cmake.sh @@ -89,13 +89,7 @@ fi if [[ "${MAKE_OPT}" == *"CCPP=Y"* ]]; then - # Account for inconsistencies in HPC modules: if environment variable - # NETCDF is undefined, try to set from NETCDF_DIR, NETCDF_ROOT, ... - if [[ "${MACHINE_ID}" == "wcoss_cray" ]]; then - NETCDF=${NETCDF:-${NETCDF_DIR}} - fi - - CCPP_CMAKE_FLAGS="${CCPP_CMAKE_FLAGS} -DNETCDF_DIR=${NETCDF} -DCCPP=ON -DMPI=ON" + CCPP_CMAKE_FLAGS="${CCPP_CMAKE_FLAGS} -DCCPP=ON -DMPI=ON" if [[ "${MAKE_OPT}" == *"DEBUG=Y"* ]]; then CCPP_CMAKE_FLAGS="${CCPP_CMAKE_FLAGS} -DCMAKE_BUILD_TYPE=Debug" @@ -157,6 +151,7 @@ CCPP_CMAKE_FLAGS=$(trim "${CCPP_CMAKE_FLAGS}") else module use $PATHTR/modulefiles/${MACHINE_ID} module load fv3 + module list fi cd ${BUILD_DIR} diff --git a/tests/fv3_conf/ccpp_gfs_v15_run.IN b/tests/fv3_conf/ccpp_gfs_v15_run.IN index 967f026363..e5556cc9aa 100644 --- a/tests/fv3_conf/ccpp_gfs_v15_run.IN +++ b/tests/fv3_conf/ccpp_gfs_v15_run.IN @@ -1,4 +1,3 @@ - if [ $WARM_START = .F. ]; then cp -r @[RTPWD]/FV3_input_data/INPUT . mkdir RESTART diff --git a/tests/rt.conf b/tests/rt.conf index f2d218d561..521c817525 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -353,3 +353,21 @@ RUN | fv3_ccpp_gfs_v15 RUN | fv3_ccpp_gfs_v15plus | standard | | fv3 | RUN | fv3_ccpp_cpt | standard | | fv3 | RUN | fv3_ccpp_gsd | standard | | fv3 | + +####################################################################################################################################################################################### +# CCPP PROD tests # +####################################################################################################################################################################################### + +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta | standard | hera.intel | fv3 | + +RUN | fv3_ccpp_gfs_v15p2 | standard | hera.intel | fv3 | +RUN | fv3_ccpp_gfs_v16beta | standard | hera.intel | fv3 | + +####################################################################################################################################################################################### +# CCPP DEBUG tests # +####################################################################################################################################################################################### + +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y | standard | hera.intel | fv3 | + +RUN | fv3_ccpp_gfs_v15p2_debug | standard | hera.intel | fv3 | +RUN | fv3_ccpp_gfs_v16beta_debug | standard | hera.intel | fv3 | diff --git a/tests/rt_fv3.sh b/tests/rt_fv3.sh index a863d988ce..5f71f600e9 100755 --- a/tests/rt_fv3.sh +++ b/tests/rt_fv3.sh @@ -38,16 +38,8 @@ if [[ "Q${INPUT_NEST02_NML:-}" != Q ]] ; then atparse < ${PATHTR}/parm/${INPUT_NEST02_NML} > input_nest02.nml fi -# Allow fv3_run to proceed despite errors when setting up the run -# directory. With "set -e", a failure in 'source ./fv3_run; (e.g. -# if an input file to copy is not found) aborts rt_fv3.sh and the -# calling run_test.sh, and consequently rt.sh reports that the -# test ran successfully. Allowing fv3_run to proceed will in such -# cases lead to errors when the model is run (crash or different -# results), because a necessary input file would be missing. -set +e +# Set up the run directory source ./fv3_run -set -e if [[ $SCHEDULER = 'moab' ]]; then atparse < $PATHRT/fv3_conf/fv3_msub.IN > job_card diff --git a/tests/rt_gnu.conf b/tests/rt_gnu.conf index 6c9ff7d3cd..f5985029d8 100644 --- a/tests/rt_gnu.conf +++ b/tests/rt_gnu.conf @@ -43,3 +43,17 @@ RUN | fv3_ccpp_control_debug COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15plus 32BIT=Y | standard | cheyenne.gnu | fv3 | RUN | fv3_ccpp_gfs_v15plus | standard | cheyenne.gnu | fv3 | + +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta | standard | cheyenne.gnu | fv3 | + +RUN | fv3_ccpp_gfs_v15p2 | standard | cheyenne.gnu | fv3 | +RUN | fv3_ccpp_gfs_v16beta | standard | cheyenne.gnu | fv3 | + +####################################################################################################################################################################################### +# CCPP DEBUG tests # +####################################################################################################################################################################################### + +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y | standard | cheyenne.gnu | fv3 | + +RUN | fv3_ccpp_gfs_v15p2_debug | standard | cheyenne.gnu | fv3 | +RUN | fv3_ccpp_gfs_v16beta_debug | standard | cheyenne.gnu | fv3 | diff --git a/tests/rt_intel.conf b/tests/rt_intel.conf index 76e2c7f5e3..2e3e924f47 100644 --- a/tests/rt_intel.conf +++ b/tests/rt_intel.conf @@ -224,3 +224,15 @@ RUN | fv3_ccpp_gfs_v15 RUN | fv3_ccpp_gfs_v15plus | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_cpt | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_gsd | standard | cheyenne.intel | fv3 | + +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_gfs_v15p2 | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_gfs_v16beta | standard | cheyenne.intel | fv3 | + +####################################################################################################################################################################################### +# CCPP DEBUG tests # +####################################################################################################################################################################################### + +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_gfs_v15p2_debug | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_gfs_v16beta_debug | standard | cheyenne.intel | fv3 | diff --git a/tests/run_test.sh b/tests/run_test.sh index 67e5e041c4..4eed84f7c8 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -36,8 +36,7 @@ export REGRESSIONTEST_LOG=${LOG_DIR}/rt_${TEST_NR}_${TEST_NAME}${RT_SUFFIX}.log # Submit the actual test run script echo "Test ${TEST_NR} ${TEST_NAME} ${TEST_DESCR}" trap 'echo "run_test.sh: Test ${TEST_NAME} killed"; kill $(jobs -p); wait; trap 0; exit' 1 2 3 4 5 6 7 8 10 12 13 15 -./${RUN_SCRIPT} > ${RUNDIR_ROOT}/${TEST_NAME}${RT_SUFFIX}.log 2>&1 & -wait +./${RUN_SCRIPT} > ${RUNDIR_ROOT}/${TEST_NAME}${RT_SUFFIX}.log 2>&1 elapsed=$SECONDS echo "Elapsed time $elapsed seconds. Test ${TEST_NAME}" diff --git a/tests/tests/fv3_ccpp_gfs_v15p2 b/tests/tests/fv3_ccpp_gfs_v15p2 new file mode 100644 index 0000000000..78ca1fa8bd --- /dev/null +++ b/tests/tests/fv3_ccpp_gfs_v15p2 @@ -0,0 +1,85 @@ +############################################################################### +# +# FV3 CCPP GFS v15.2 compiled with 32-bit dynamics test +# +############################################################################### + +export TEST_DESCR="Compare FV3 32bit CCPP GFS v15.2 results with previous trunk version" + +export CNTL_DIR=fv3_gfs_v15p2 + +export LIST_FILES="atmos_4xdaily.tile1.nc \ + atmos_4xdaily.tile2.nc \ + atmos_4xdaily.tile3.nc \ + atmos_4xdaily.tile4.nc \ + atmos_4xdaily.tile5.nc \ + atmos_4xdaily.tile6.nc \ + phyf000.tile1.nc \ + phyf000.tile2.nc \ + phyf000.tile3.nc \ + phyf000.tile4.nc \ + phyf000.tile5.nc \ + phyf000.tile6.nc \ + phyf024.tile1.nc \ + phyf024.tile2.nc \ + phyf024.tile3.nc \ + phyf024.tile4.nc \ + phyf024.tile5.nc \ + phyf024.tile6.nc \ + dynf000.tile1.nc \ + dynf000.tile2.nc \ + dynf000.tile3.nc \ + dynf000.tile4.nc \ + dynf000.tile5.nc \ + dynf000.tile6.nc \ + dynf024.tile1.nc \ + dynf024.tile2.nc \ + dynf024.tile3.nc \ + dynf024.tile4.nc \ + dynf024.tile5.nc \ + dynf024.tile6.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_core.res.tile2.nc \ + RESTART/fv_core.res.tile3.nc \ + RESTART/fv_core.res.tile4.nc \ + RESTART/fv_core.res.tile5.nc \ + RESTART/fv_core.res.tile6.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile2.nc \ + RESTART/fv_srf_wnd.res.tile3.nc \ + RESTART/fv_srf_wnd.res.tile4.nc \ + RESTART/fv_srf_wnd.res.tile5.nc \ + RESTART/fv_srf_wnd.res.tile6.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/fv_tracer.res.tile2.nc \ + RESTART/fv_tracer.res.tile3.nc \ + RESTART/fv_tracer.res.tile4.nc \ + RESTART/fv_tracer.res.tile5.nc \ + RESTART/fv_tracer.res.tile6.nc \ + RESTART/sfc_data.tile1.nc \ + RESTART/sfc_data.tile2.nc \ + RESTART/sfc_data.tile3.nc \ + RESTART/sfc_data.tile4.nc \ + RESTART/sfc_data.tile5.nc \ + RESTART/sfc_data.tile6.nc \ + RESTART/phy_data.tile1.nc \ + RESTART/phy_data.tile2.nc \ + RESTART/phy_data.tile3.nc \ + RESTART/phy_data.tile4.nc \ + RESTART/phy_data.tile5.nc \ + RESTART/phy_data.tile6.nc" + + +export_fv3 +export NODES=$(expr $TASKS / $TPN + 1) + +DT_ATMOS="1200" + +export FV3_RUN=ccpp_gfs_v15_run.IN +export CCPP_SUITE=FV3_GFS_v15p2 +export CCPP_LIB_DIR=ccpp/lib +export INPUT_NML=ccpp_v15p2_c96.nml.IN + +RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_gfs_v15p2_debug b/tests/tests/fv3_ccpp_gfs_v15p2_debug new file mode 100644 index 0000000000..e1a0fac782 --- /dev/null +++ b/tests/tests/fv3_ccpp_gfs_v15p2_debug @@ -0,0 +1,24 @@ +############################################################################### +# +# FV3 CCPP GFS v15.2 compiled with 32-bit dynamics test in DEBUG mode +# +############################################################################### + +export TEST_DESCR="Run FV3 32bit CCPP GFS v15.2 in DEBUG mode" + +export CNTL_DIR=fv3_gfs_v15p2 + +export LIST_FILES="" + +export_fv3 +export NODES=$(expr $TASKS / $TPN + 1) + +export FHMAX="06" +DT_ATMOS="1200" + +export FV3_RUN=ccpp_gfs_v15_run.IN +export CCPP_SUITE=FV3_GFS_v15p2 +export CCPP_LIB_DIR=ccpp/lib +export INPUT_NML=ccpp_v15p2_c96.nml.IN + +RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_gfs_v16beta b/tests/tests/fv3_ccpp_gfs_v16beta new file mode 100644 index 0000000000..23b3c98806 --- /dev/null +++ b/tests/tests/fv3_ccpp_gfs_v16beta @@ -0,0 +1,85 @@ +############################################################################### +# +# FV3 CCPP GFS v16beta compiled with 32-bit dynamics test +# +############################################################################### + +export TEST_DESCR="Compare FV3 32bit CCPP GFS v16beta results with previous trunk version" + +export CNTL_DIR=fv3_gfs_v16beta + +export LIST_FILES="atmos_4xdaily.tile1.nc \ + atmos_4xdaily.tile2.nc \ + atmos_4xdaily.tile3.nc \ + atmos_4xdaily.tile4.nc \ + atmos_4xdaily.tile5.nc \ + atmos_4xdaily.tile6.nc \ + phyf000.tile1.nc \ + phyf000.tile2.nc \ + phyf000.tile3.nc \ + phyf000.tile4.nc \ + phyf000.tile5.nc \ + phyf000.tile6.nc \ + phyf024.tile1.nc \ + phyf024.tile2.nc \ + phyf024.tile3.nc \ + phyf024.tile4.nc \ + phyf024.tile5.nc \ + phyf024.tile6.nc \ + dynf000.tile1.nc \ + dynf000.tile2.nc \ + dynf000.tile3.nc \ + dynf000.tile4.nc \ + dynf000.tile5.nc \ + dynf000.tile6.nc \ + dynf024.tile1.nc \ + dynf024.tile2.nc \ + dynf024.tile3.nc \ + dynf024.tile4.nc \ + dynf024.tile5.nc \ + dynf024.tile6.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_core.res.tile2.nc \ + RESTART/fv_core.res.tile3.nc \ + RESTART/fv_core.res.tile4.nc \ + RESTART/fv_core.res.tile5.nc \ + RESTART/fv_core.res.tile6.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile2.nc \ + RESTART/fv_srf_wnd.res.tile3.nc \ + RESTART/fv_srf_wnd.res.tile4.nc \ + RESTART/fv_srf_wnd.res.tile5.nc \ + RESTART/fv_srf_wnd.res.tile6.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/fv_tracer.res.tile2.nc \ + RESTART/fv_tracer.res.tile3.nc \ + RESTART/fv_tracer.res.tile4.nc \ + RESTART/fv_tracer.res.tile5.nc \ + RESTART/fv_tracer.res.tile6.nc \ + RESTART/sfc_data.tile1.nc \ + RESTART/sfc_data.tile2.nc \ + RESTART/sfc_data.tile3.nc \ + RESTART/sfc_data.tile4.nc \ + RESTART/sfc_data.tile5.nc \ + RESTART/sfc_data.tile6.nc \ + RESTART/phy_data.tile1.nc \ + RESTART/phy_data.tile2.nc \ + RESTART/phy_data.tile3.nc \ + RESTART/phy_data.tile4.nc \ + RESTART/phy_data.tile5.nc \ + RESTART/phy_data.tile6.nc" + + +export_fv3 +export NODES=$(expr $TASKS / $TPN + 1) + +DT_ATMOS="1200" + +export FV3_RUN=ccpp_gfs_v15_run.IN +export CCPP_SUITE=FV3_GFS_v16beta +export CCPP_LIB_DIR=ccpp/lib +export INPUT_NML=ccpp_v16beta_c96.nml.IN + +RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_gfs_v16beta_debug b/tests/tests/fv3_ccpp_gfs_v16beta_debug new file mode 100644 index 0000000000..546aa31808 --- /dev/null +++ b/tests/tests/fv3_ccpp_gfs_v16beta_debug @@ -0,0 +1,24 @@ +############################################################################### +# +# FV3 CCPP GFS v16beta compiled with 32-bit dynamics test in DEBUG mode +# +############################################################################### + +export TEST_DESCR="Run FV3 32bit CCPP GFS v16beta in DEBUG mode" + +export CNTL_DIR=fv3_gfs_v16beta + +export LIST_FILES="" + +export_fv3 +export NODES=$(expr $TASKS / $TPN + 1) + +export FHMAX="06" +DT_ATMOS="1200" + +export FV3_RUN=ccpp_gfs_v15_run.IN +export CCPP_SUITE=FV3_GFS_v16beta +export CCPP_LIB_DIR=ccpp/lib +export INPUT_NML=ccpp_v16beta_c96.nml.IN + +RUN_SCRIPT=rt_fv3.sh From fb701e32644081009dc0d4cc99a0ddf04fee62c8 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 17 Dec 2019 14:33:18 -0700 Subject: [PATCH 43/89] tests/fv3_conf/ccpp_*_run.IN: remove INPUT and RESTART as first step, because CCPP regression test directories are reused when the same job is run twice in CCPP dynamic and static mode --- tests/fv3_conf/ccpp_control_run.IN | 2 +- tests/fv3_conf/ccpp_cpt_run.IN | 1 + tests/fv3_conf/ccpp_csawmg3shoc127_run.IN | 1 + tests/fv3_conf/ccpp_csawmg_run.IN | 2 +- tests/fv3_conf/ccpp_csawmgshoc_run.IN | 2 +- tests/fv3_conf/ccpp_gfdlmp_run.IN | 2 +- tests/fv3_conf/ccpp_gfs_v15_run.IN | 1 + tests/fv3_conf/ccpp_satmedmf_run.IN | 2 +- tests/fv3_conf/ccpp_stretched_run.IN | 1 - 9 files changed, 8 insertions(+), 6 deletions(-) diff --git a/tests/fv3_conf/ccpp_control_run.IN b/tests/fv3_conf/ccpp_control_run.IN index 0ec42f923b..73cb9b984d 100644 --- a/tests/fv3_conf/ccpp_control_run.IN +++ b/tests/fv3_conf/ccpp_control_run.IN @@ -1,4 +1,4 @@ - +rm -fr INPUT RESTART if [ $NPX = 97 ]; then inputdir=FV3_input_data elif [ $NPX = 193 ]; then diff --git a/tests/fv3_conf/ccpp_cpt_run.IN b/tests/fv3_conf/ccpp_cpt_run.IN index c193d41f0d..49792171ed 100644 --- a/tests/fv3_conf/ccpp_cpt_run.IN +++ b/tests/fv3_conf/ccpp_cpt_run.IN @@ -1,3 +1,4 @@ +rm -fr INPUT RESTART inputdir=FV3_input_data_127 if [ $WARM_START = .F. ]; then cp -r @[RTPWD]/${inputdir}/INPUT . diff --git a/tests/fv3_conf/ccpp_csawmg3shoc127_run.IN b/tests/fv3_conf/ccpp_csawmg3shoc127_run.IN index c193d41f0d..49792171ed 100644 --- a/tests/fv3_conf/ccpp_csawmg3shoc127_run.IN +++ b/tests/fv3_conf/ccpp_csawmg3shoc127_run.IN @@ -1,3 +1,4 @@ +rm -fr INPUT RESTART inputdir=FV3_input_data_127 if [ $WARM_START = .F. ]; then cp -r @[RTPWD]/${inputdir}/INPUT . diff --git a/tests/fv3_conf/ccpp_csawmg_run.IN b/tests/fv3_conf/ccpp_csawmg_run.IN index 88f3c856fa..ae0b1746e3 100644 --- a/tests/fv3_conf/ccpp_csawmg_run.IN +++ b/tests/fv3_conf/ccpp_csawmg_run.IN @@ -1,4 +1,4 @@ - +rm -fr INPUT RESTART if [ $WARM_START = .F. ]; then cp -r @[RTPWD]/FV3_input_data/INPUT . mkdir RESTART diff --git a/tests/fv3_conf/ccpp_csawmgshoc_run.IN b/tests/fv3_conf/ccpp_csawmgshoc_run.IN index fa6142ad20..e41ea32fd6 100644 --- a/tests/fv3_conf/ccpp_csawmgshoc_run.IN +++ b/tests/fv3_conf/ccpp_csawmgshoc_run.IN @@ -1,4 +1,4 @@ - +rm -fr INPUT RESTART if [ $WARM_START = .F. ]; then cp -r @[RTPWD]/FV3_input_data/INPUT . mkdir RESTART diff --git a/tests/fv3_conf/ccpp_gfdlmp_run.IN b/tests/fv3_conf/ccpp_gfdlmp_run.IN index e2bb901279..095bac5f42 100644 --- a/tests/fv3_conf/ccpp_gfdlmp_run.IN +++ b/tests/fv3_conf/ccpp_gfdlmp_run.IN @@ -1,4 +1,4 @@ - +rm -fr INPUT RESTART if [ $WARM_START = .F. ]; then cp -r @[RTPWD]/FV3_input_data/INPUT . mkdir RESTART diff --git a/tests/fv3_conf/ccpp_gfs_v15_run.IN b/tests/fv3_conf/ccpp_gfs_v15_run.IN index e5556cc9aa..3295cd354c 100644 --- a/tests/fv3_conf/ccpp_gfs_v15_run.IN +++ b/tests/fv3_conf/ccpp_gfs_v15_run.IN @@ -1,3 +1,4 @@ +rm -fr INPUT RESTART if [ $WARM_START = .F. ]; then cp -r @[RTPWD]/FV3_input_data/INPUT . mkdir RESTART diff --git a/tests/fv3_conf/ccpp_satmedmf_run.IN b/tests/fv3_conf/ccpp_satmedmf_run.IN index 2fa327ffa2..7ab7565912 100644 --- a/tests/fv3_conf/ccpp_satmedmf_run.IN +++ b/tests/fv3_conf/ccpp_satmedmf_run.IN @@ -1,4 +1,4 @@ - +rm -fr INPUT RESTART if [ $NPX = 97 ]; then inputdir=FV3_input_data elif [ $NPX = 193 ]; then diff --git a/tests/fv3_conf/ccpp_stretched_run.IN b/tests/fv3_conf/ccpp_stretched_run.IN index 41a7be91c3..41793a8143 100644 --- a/tests/fv3_conf/ccpp_stretched_run.IN +++ b/tests/fv3_conf/ccpp_stretched_run.IN @@ -1,4 +1,3 @@ - rsync -arv @[RTPWD]/FV3_nest_input_data/. . rm -rf INPUT RESTART mkdir INPUT RESTART From caf8a8e7e8fe67ce479722e861d77966428c4dc1 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 17 Dec 2019 14:39:07 -0700 Subject: [PATCH 44/89] tests/rt.sh: update regression test baseline to trunk-20191217 --- tests/rt.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/rt.sh b/tests/rt.sh index 0eb5c473a3..653569240d 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -374,9 +374,9 @@ while getopts ":cfsl:mkreh" opt; do done if [[ $MACHINE_ID = cheyenne.* ]]; then - RTPWD=${RTPWD:-$DISKNM/trunk-20191127/${COMPILER^^}} + RTPWD=${RTPWD:-$DISKNM/trunk-20191217/${COMPILER^^}} else - RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/trunk-20191127} + RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/trunk-20191217} fi shift $((OPTIND-1)) From 22efd1f20708386b0a5bd805154108e524aca589 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 17 Dec 2019 15:51:12 -0700 Subject: [PATCH 45/89] Update submodule pointer for FV3 following the merge of https://github.com/NCAR/fv3atm/pull/21 --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 9228d4ca4b..6353b7c75e 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 9228d4ca4bcd8bf9022d23739c4f1248c1955c8b +Subproject commit 6353b7c75e6b6c90371caf5ef542eb2e20ef3e8e From 5b1e5d6ee8eaa2f859302ee52df0c1f8e35c2354 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Fri, 20 Dec 2019 10:26:44 -0700 Subject: [PATCH 46/89] Update of tests/rt_ccpp_dtc.conf: WW3 only supported on hera (hera.intel) --- tests/rt_ccpp_dtc.conf | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/tests/rt_ccpp_dtc.conf b/tests/rt_ccpp_dtc.conf index 2db63f70a3..16991bd5f8 100644 --- a/tests/rt_ccpp_dtc.conf +++ b/tests/rt_ccpp_dtc.conf @@ -35,13 +35,8 @@ RUN | fv3_csawmg3shoc127 RUN | fv3_csawmg3shoc127 | standard | cheyenne.intel | fv3 | RUN | fv3_csawmg3shoc127 | standard | jet.intel | fv3 | # Coupled with WW3 -COMPILE | REPRO=Y WW3=Y | standard | gaea.intel | fv3 | COMPILE | REPRO=Y WW3=Y | standard | hera.intel | fv3 | -COMPILE | REPRO=Y WW3=Y | standard | cheyenne.intel | fv3 | -COMPILE | REPRO=Y WW3=Y | standard | cheyenne.gnu | fv3 | -COMPILE | REPRO=Y WW3=Y | standard | stampede.intel | fv3 | -COMPILE | REPRO=Y WW3=Y | standard | jet.intel | fv3 | -RUN | fv3_gfdlmprad | standard | | fv3 | +RUN | fv3_gfdlmprad | standard | hera.intel | fv3 | # 32-bit dynamics COMPILE | REPRO=Y 32BIT=Y | standard | gaea.intel | fv3 | COMPILE | REPRO=Y 32BIT=Y | standard | hera.intel | fv3 | @@ -110,13 +105,8 @@ RUN | fv3_ccpp_gfdlmp RUN | fv3_ccpp_gfdlmprad_gwd | standard | | | RUN | fv3_ccpp_gfdlmprad_noahmp | standard | | | # Coupled with WW3 -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp WW3=Y | standard | gaea.intel | | COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp WW3=Y | standard | hera.intel | | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp WW3=Y | standard | cheyenne.intel | | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp WW3=Y | standard | cheyenne.gnu | | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp WW3=Y | standard | stampede.intel | | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp WW3=Y | standard | jet.intel | | -RUN | fv3_ccpp_gfdlmprad | standard | | | +RUN | fv3_ccpp_gfdlmprad | standard | hera.intel | | ## csawmg-based tests (Intel only, crashing with GNU and PGI) #COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc | standard | gaea.intel | | #COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc | standard | hera.intel | | @@ -212,13 +202,8 @@ RUN | fv3_ccpp_satmedmfq RUN | fv3_ccpp_lheatstrg | standard | | | RUN | fv3_ccpp_h2ophys | standard | | | # Coupled with WW3 -COMPILE | CCPP=Y REPRO=Y WW3=Y | standard | gaea.intel | | COMPILE | CCPP=Y REPRO=Y WW3=Y | standard | hera.intel | | -COMPILE | CCPP=Y REPRO=Y WW3=Y | standard | cheyenne.intel | | -COMPILE | CCPP=Y REPRO=Y WW3=Y | standard | cheyenne.gnu | | -COMPILE | CCPP=Y REPRO=Y WW3=Y | standard | stampede.intel | | -COMPILE | CCPP=Y REPRO=Y WW3=Y | standard | jet.intel | | -RUN | fv3_ccpp_gfdlmprad | standard | | | +RUN | fv3_ccpp_gfdlmprad | standard | hera.intel | | ## Note: any suite that uses csawmg crashes with GNU and PGI (--> there must be something wrong with it) #RUN | fv3_ccpp_csawmgshoc | standard | gaea.intel | | #RUN | fv3_ccpp_csawmgshoc | standard | hera.intel | | From 0bcd1350b8a3e90616e8172a2a66fb4de88a7880 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Sun, 22 Dec 2019 20:45:16 -0700 Subject: [PATCH 47/89] Revert PBS queue change on Cheyenne (back to premium) --- tests/rt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rt.sh b/tests/rt.sh index 653569240d..dde5c100e7 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -271,7 +271,7 @@ elif [[ $MACHINE_ID = cheyenne.* ]]; then export PYTHONPATH= ECFLOW_START= - QUEUE=economy + QUEUE=premium PARTITION= dprefix=/glade/scratch DISKNM=/glade/p/ral/jntp/GMTB/NEMSfv3gfs/RT From 26b0ffa860608e9578b4d63c5a69a368782e6741 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 23 Dec 2019 14:36:57 -0700 Subject: [PATCH 48/89] Update submodule pointer for FV3 --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 6353b7c75e..fa72e2b054 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 6353b7c75e6b6c90371caf5ef542eb2e20ef3e8e +Subproject commit fa72e2b054d4d383a2c482cf5fc9a1f27f850e71 From 00d8b7718c906dba49b81e44efa72d35cb504a52 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 23 Dec 2019 16:16:10 -0700 Subject: [PATCH 49/89] Add regression test fv3_ccpp_gsd_sar_25km_debug --- parm/ccpp_gsd_sar_25km-model_configure.IN | 48 ++++ parm/ccpp_gsd_sar_25km.nml.IN | 312 ++++++++++++++++++++++ tests/fv3_conf/ccpp_gsd_sar_25km_run.IN | 35 +++ tests/rt_ccpp_gsd.conf | 7 +- tests/tests/fv3_ccpp_gsd_sar_25km_debug | 36 +++ 5 files changed, 435 insertions(+), 3 deletions(-) create mode 100644 parm/ccpp_gsd_sar_25km-model_configure.IN create mode 100644 parm/ccpp_gsd_sar_25km.nml.IN create mode 100644 tests/fv3_conf/ccpp_gsd_sar_25km_run.IN create mode 100644 tests/tests/fv3_ccpp_gsd_sar_25km_debug diff --git a/parm/ccpp_gsd_sar_25km-model_configure.IN b/parm/ccpp_gsd_sar_25km-model_configure.IN new file mode 100644 index 0000000000..d2a512c56d --- /dev/null +++ b/parm/ccpp_gsd_sar_25km-model_configure.IN @@ -0,0 +1,48 @@ +total_member: 1 +PE_MEMBER01: 24 +start_year: 2019 +start_month: 05 +start_day: 20 +start_hour: 00 +start_minute: 0 +start_second: 0 +nhours_fcst: 1 +RUN_CONTINUE: .false. +ENS_SPS: .false. +dt_atmos: 300 +cpl: .false. +calendar: 'julian' +memuse_verbose: .false. +atmos_nthreads: 2 +use_hyper_thread: .false. +ncores_per_node: 24 +debug_affinity: .true. +restart_interval: 0 +output_1st_tstep_rst: .false. + +quilting: .true. +print_esmf: .false. +write_groups: 1 +write_tasks_per_group: 4 +num_files: 2 +filename_base: 'dyn''phy' +output_file: 'netcdf' +write_nemsioflip: .false. +write_fsyncflag: .false. + +output_grid: 'lambert_conformal' +cen_lon: -97.5 +cen_lat: 38.5 +stdlat1: 38.5 +stdlat2: 38.5 +nx: 191 +ny: 97 +lon1: -120.72962370 +lat1: 25.11648583 +dx: 25000.0 +dy: 25000.0 + +nfhout: 1 +nfhmax_hf: 60 +nfhout_hf: 1 +nsout: -1 diff --git a/parm/ccpp_gsd_sar_25km.nml.IN b/parm/ccpp_gsd_sar_25km.nml.IN new file mode 100644 index 0000000000..53583e3790 --- /dev/null +++ b/parm/ccpp_gsd_sar_25km.nml.IN @@ -0,0 +1,312 @@ +&amip_interp_nml + interp_oi_sst = .true. + use_ncep_sst = .true. + use_ncep_ice = .false. + no_anom_sst = .false. + data_set = 'reynolds_oi', + date_out_of_range = 'climo', +/ + +&atmos_model_nml + blocksize = 550 + chksum_debug = .false. + dycore_only = .false. + fdiag = 1 + ccpp_suite = 'FV3_GSD_SAR' +/ + +&diag_manager_nml + prepend_date = .F. +/ + +&fms_io_nml + checksum_required = .false. + max_files_r = 100, + max_files_w = 100, +/ + +&fms_nml + clock_grain = 'ROUTINE', + domains_stack_size = 3000000, + print_memory_usage = .false. +/ + +&fv_grid_nml + grid_file = 'INPUT/grid_spec.nc' +/ + +&fv_core_nml + layout = 4,5 + io_layout = 1,1 + npx = 201 + npy = 111 + ntiles = 1, + npz = 64 + !grid_type = -1 + make_nh = .T. + fv_debug = .T. + range_warn = .T. + reset_eta = .F. + n_sponge = 24 + nudge_qv = .F. + tau = 5. + rf_cutoff = 20.e2 + d2_bg_k1 = 0.20 + d2_bg_k2 = 0.04 + kord_tm = -11 + kord_mt = 11 + kord_wz = 11 + kord_tr = 11 + hydrostatic = .F. + phys_hydrostatic = .F. + use_hydro_pressure = .F. + beta = 0. + a_imp = 1. + p_fac = 0.1 + k_split = 4 + n_split = 5 + nwat = 6 + na_init = 1 + d_ext = 0.0 + dnats = 0 + fv_sg_adj = 300 + d2_bg = 0. + nord = 2 + dddmp = 0.1 + d4_bg = 0.12 + vtdm4 = 0.02 + ke_bg = 0. + do_vort_damp = .true. + external_ic = .T. + external_eta = .T. + gfs_phil = .false. + nggps_ic = .T. + mountain = .F. + ncep_ic = .F. + d_con = 1.0 + delt_max = 0.002 + hord_mt = 6 + hord_vt = 6 + hord_tm = 6 + hord_dp = -6 + hord_tr = 8 + adjust_dry_mass = .F. + consv_te = 0. + do_sat_adj = .F. + consv_am = .F. + fill = .T. + dwind_2d = .F. + print_freq = 6 + warm_start = .F. + no_dycore = .false. + z_tracer = .T. + read_increment = .F. + res_latlon_dynamics = "fv3_increment.nc" + + do_schmidt = .true. + target_lat = 38.5 + target_lon = -97.5 + stretch_fac = 0.999 +! nord_zs_filter = 4 + n_zs_filter = 0 + regional = .true. + bc_update_interval = 6 + + full_zs_filter = .F. !unreleased feature + + nord_zs_filter = 4 + n_zs_filter = 0 ! safety +/ + +&surf_map_nml + zero_ocean = .F. + cd4 = 0.12 + cd2 = -1 + n_del2_strong = 0 + n_del2_weak = 2 + n_del4 = 1 + max_slope = 0.4 + peak_fac = 1. +/ + +&external_ic_nml + filtered_terrain = .true. + levp = 65 + gfs_dwinds = .true. + checker_tr = .F. + nt_checker = 0 +/ + +&gfs_physics_nml + fhzero = 1. + h2o_phys = .true. + ldiag3d = .false. + fhcyc = 0. + nst_anl = .true. + use_ufo = .true. + pre_rad = .false. + ncld = 5 + imp_physics = 8 +! ttendlim = 0.005 + ttendlim = 50.0 + ltaerosol = .T. + lradar = .T. + pdfcld = .false. + fhswr = 3600. + fhlwr = 3600. + ialb = 1 + iems = 1 + iaer = 111 + ico2 = 2 + isubc_sw = 2 + isubc_lw = 2 + isol = 2 + lwhtr = .true. + swhtr = .true. + cnvgwd = .false. + shal_cnv = .false. + cal_pre = .false. + redrag = .true. + dspheat = .true. + hybedmf = .false. + satmedmf = .false. + lheatstrg = .F. + do_mynnedmf = .true. + do_mynnsfclay = .false. + random_clds = .false. + trans_trac = .true. + cnvcld = .false. + imfshalcnv = 0 + imfdeepcnv = 0 + cdmbgwd = 3.5,0.25 + prslrd0 = 0. + ivegsrc = 1 + isot = 1 + debug = .false. + oz_phys = .false. + oz_phys_2015 = .true. + nstf_name = 2,1,1,0,5 + cplflx = .F. + iau_delthrs = 6 + iaufhrs = 30 + iau_inc_files = '' + do_sppt = .F. + do_shum = .F. + do_skeb = .F. + do_sfcperts = .F. + lsm = 3 + lsoil = 9 + lsoil_lsm = 9 + iopt_dveg = 2 + iopt_crs = 1 + iopt_btr = 1 + iopt_run = 1 + iopt_sfc = 1 + iopt_frz = 1 + iopt_inf = 1 + iopt_rad = 1 + iopt_alb = 2 + iopt_snf = 4 + iopt_tbot = 2 + iopt_stc = 1 + icloud_bl = 1 + bl_mynn_tkeadvect = .true. + bl_mynn_edmf = 1 + bl_mynn_edmf_mom = 1 +/ + +&cires_ugwp_nml + knob_ugwp_solver = 2 + knob_ugwp_source = 1,1,0,0 + knob_ugwp_wvspec = 1,25,25,25 + knob_ugwp_azdir = 2,4,4,4 + knob_ugwp_stoch = 0,0,0,0 + knob_ugwp_effac = 1,1,1,1 + knob_ugwp_doaxyz = 1 + knob_ugwp_doheat = 1 + knob_ugwp_dokdis = 1 + knob_ugwp_ndx4lh = 1 + knob_ugwp_version = 0 + launch_level = 25 +/ + +&interpolator_nml + interp_method = 'conserve_great_circle' +/ + +&namsfc + FNGLAC = "global_glacier.2x2.grb", + FNMXIC = "global_maxice.2x2.grb", + FNTSFC = "RTGSST.1982.2012.monthly.clim.grb", + FNSNOC = "global_snoclim.1.875.grb", + FNZORC = "igbp", + FNALBC = "global_snowfree_albedo.bosu.t126.384.190.rg.grb", + FNALBC2 = "global_albedo4.1x1.grb", + FNAISC = "CFSR.SEAICE.1982.2012.monthly.clim.grb", + FNTG3C = "global_tg3clim.2.6x1.5.grb", + FNVEGC = "global_vegfrac.0.144.decpercent.grb", + FNVETC = "global_vegtype.igbp.t126.384.190.rg.grb", + FNSOTC = "global_soiltype.statsgo.t126.384.190.rg.grb", + FNSMCC = "global_soilmgldas.t126.384.190.grb", + FNMSKH = "seaice_newland.grb", + FNTSFA = "", + FNACNA = "", + FNSNOA = "", + FNVMNC = "global_shdmin.0.144x0.144.grb", + FNVMXC = "global_shdmax.0.144x0.144.grb", + FNSLPC = "global_slope.1x1.grb", + FNABSC = "global_mxsnoalb.uariz.t126.384.190.rg.grb", + LDEBUG =.false., + FSMCL(2) = 99999 + FSMCL(3) = 99999 + FSMCL(4) = 99999 + FTSFS = 90 + FAISS = 99999 + FSNOL = 99999 + FSICL = 99999 + FTSFL = 99999, + FAISL = 99999, + FVETL = 99999, + FSOTL = 99999, + FvmnL = 99999, + FvmxL = 99999, + FSLPL = 99999, + FABSL = 99999, + FSNOS = 99999, + FSICS = 99999, + +&nam_stochy + lon_s=768, + lat_s=384, + ntrunc=382, + SKEBNORM=1, + SKEB_NPASS=30, + SKEB_VDOF=5, + SKEB=@[SKEB], + SKEB_TAU=2.16E4, + SKEB_LSCALE=1000.E3, + SHUM=@[SHUM], + SHUM_TAU=21600, + SHUM_LSCALE=500000, + SPPT=@[SPPT], + SPPT_TAU=21600, + SPPT_LSCALE=500000, + SPPT_LOGIT=.TRUE., + SPPT_SFCLIMIT=.TRUE., + ISEED_SHUM=1, + ISEED_SKEB=2, + ISEED_SPPT=3, +/ +&nam_sfcperts + NSFCPERT=6, + PERTZ0=-999., + PERTSHC=-999., + PERTZT=-999., + PERTLAI=-999., + PERTVEGF=-999., + PERTALB=-999., + SFC_TAU=21600, + SFC_LSCALE=500000, + ISEED_SFC=0, + SPPT_LAND=.FALSE., +/ diff --git a/tests/fv3_conf/ccpp_gsd_sar_25km_run.IN b/tests/fv3_conf/ccpp_gsd_sar_25km_run.IN new file mode 100644 index 0000000000..dabc2ad2c5 --- /dev/null +++ b/tests/fv3_conf/ccpp_gsd_sar_25km_run.IN @@ -0,0 +1,35 @@ + +rm -fr INPUT RESTART +mkdir INPUT RESTART +cp -r /scratch1/BMC/gmtb/ufs-weather-model/RT/NEMSfv3gfs/FV3_input_data_temporary_gsd_sar_25km/*.nc INPUT/ + +cp @[RTPWD]/FV3_input_data/INPUT/aerosol.dat . +cp @[RTPWD]/FV3_input_data/INPUT/co2historicaldata_201*.txt . +cp @[RTPWD]/FV3_input_data/INPUT/sfc_emissivity_idx.txt . +cp @[RTPWD]/FV3_input_data/INPUT/solarconstant_noaa_an.txt . +cp @[RTPWD]/FV3_input_data/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 +cp @[RTPWD]/FV3_input_data/global_h2o_pltc.f77 ./global_h2oprdlos.f77 +cp @[RTPWD]/FV3_input_data/*grb . +cp @[RTPWD]/FV3_input_data/*_table . + +# Copy SAR diag and field table files +cp /scratch1/BMC/gmtb/ufs-weather-model/RT/NEMSfv3gfs/FV3_input_data_temporary_gsd_sar_25km/diag_table_gsd_sar diag_table +cp /scratch1/BMC/gmtb/ufs-weather-model/RT/NEMSfv3gfs/FV3_input_data_temporary_gsd_sar_25km/field_table_gsd_sar field_table + +cp @[RTPWD]/FV3_input_data/*configure . + +# Thompson MP lookup tables - copy standard and SIONlib tables of precomputed tables +cp @[RTPWD]/FV3_input_data_gsd/thompson_tables_precomp.sl . +cp @[RTPWD]/FV3_input_data_gsd/qr_acr_qs.dat . +cp @[RTPWD]/FV3_input_data_gsd/qr_acr_qg.dat . +cp @[RTPWD]/FV3_input_data_gsd/freezeH2O.dat . +cp @[RTPWD]/FV3_input_data_gsd/CCN_ACTIVATE.BIN . + +cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml + +# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh +echo " " >> module-setup.sh +echo "# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH" +echo "export LD_LIBRARY_PATH=${PATHRT}/../FV3/${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh +echo " " >> module-setup.sh + diff --git a/tests/rt_ccpp_gsd.conf b/tests/rt_ccpp_gsd.conf index 81fc51a520..af77ffae6b 100644 --- a/tests/rt_ccpp_gsd.conf +++ b/tests/rt_ccpp_gsd.conf @@ -23,11 +23,12 @@ RUN | fv3_ccpp_mynn RUN | fv3_ccpp_gsd_drag_suite | standard | | fv3 | RUN | fv3_ccpp_gsd_sar | standard | | fv3 | # Compile with CCPP - static mode, debug -COMPILE | CCPP=Y DEBUG=Y STATIC=Y SUITES=FV3_GSD_v0 | standard | hera.intel | fv3 | -COMPILE | CCPP=Y DEBUG=Y STATIC=Y SUITES=FV3_GSD_v0 | standard | cheyenne.intel | fv3 | -COMPILE | CCPP=Y DEBUG=Y STATIC=Y SUITES=FV3_GSD_v0 | standard | cheyenne.gnu | fv3 | +COMPILE | CCPP=Y DEBUG=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GSD_SAR | standard | hera.intel | fv3 | +COMPILE | CCPP=Y DEBUG=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GSD_SAR | standard | cheyenne.intel | fv3 | +COMPILE | CCPP=Y DEBUG=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GSD_SAR | standard | cheyenne.gnu | fv3 | # Run tests RUN | fv3_ccpp_gsd_debug | standard | | fv3 | +RUN | fv3_ccpp_gsd_sar_25km_debug | standard | | fv3 | ############################################################################################################################################################################# # CCPP DYNAMIC tests # diff --git a/tests/tests/fv3_ccpp_gsd_sar_25km_debug b/tests/tests/fv3_ccpp_gsd_sar_25km_debug new file mode 100644 index 0000000000..bf7f4c17a4 --- /dev/null +++ b/tests/tests/fv3_ccpp_gsd_sar_25km_debug @@ -0,0 +1,36 @@ +###################################################################################### +# +# FV3 CCPP GSD SAR 25km (GF CU + Thompson MP + MYNN PBL + RUC LSM) test in DEBUG mode +# +###################################################################################### + +export TEST_DESCR="Compare FV3 CCPP GSD SAR results with previous trunk version" + +export CNTL_DIR=fv3_gsd_sar_25km + +export LIST_FILES="dynf000.nc \ + dynf001.nc \ + phyf000.nc \ + phyf001.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/phy_data.nc \ + RESTART/sfc_data.nc" + +export_fv3 +export TASKS=24 +export NODES=$(expr $TASKS / $TPN + 1) + +export MODEL_CONFIGURE=ccpp_gsd_sar_25km-model_configure.IN +export FV3_RUN=ccpp_gsd_sar_25km_run.IN +export CCPP_SUITE=FV3_GSD_SAR +export CCPP_LIB_DIR=ccpp/lib +export INPUT_NML=ccpp_gsd_sar_25km.nml.IN + +RUN_SCRIPT=rt_fv3.sh + +export WLCLK=30 + From c428ab3e07ad6f994e384c396cc89931ba32c62b Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 26 Dec 2019 08:02:02 -0700 Subject: [PATCH 50/89] Update submodule pointer for FV3 following merge of https://github.com/NCAR/fv3atm/pull/22 --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index fa72e2b054..e14e81fd2c 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit fa72e2b054d4d383a2c482cf5fc9a1f27f850e71 +Subproject commit e14e81fd2cab47ab993eb8f4bd9dfc07c74e5654 From 2b6903e7ee545fc5a0a5300d6190aee459d1dab6 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 26 Dec 2019 08:02:40 -0700 Subject: [PATCH 51/89] Updates for new regression test fv3_ccpp_gsd_sar_25km_debug --- tests/rt_ccpp_gsd.conf | 11 ++++++++--- tests/tests/fv3_ccpp_gsd_sar_25km_debug | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/tests/rt_ccpp_gsd.conf b/tests/rt_ccpp_gsd.conf index af77ffae6b..b8af693784 100644 --- a/tests/rt_ccpp_gsd.conf +++ b/tests/rt_ccpp_gsd.conf @@ -23,11 +23,16 @@ RUN | fv3_ccpp_mynn RUN | fv3_ccpp_gsd_drag_suite | standard | | fv3 | RUN | fv3_ccpp_gsd_sar | standard | | fv3 | # Compile with CCPP - static mode, debug -COMPILE | CCPP=Y DEBUG=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GSD_SAR | standard | hera.intel | fv3 | -COMPILE | CCPP=Y DEBUG=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GSD_SAR | standard | cheyenne.intel | fv3 | -COMPILE | CCPP=Y DEBUG=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GSD_SAR | standard | cheyenne.gnu | fv3 | +COMPILE | CCPP=Y DEBUG=Y STATIC=Y SUITES=FV3_GSD_v0 | standard | hera.intel | fv3 | +COMPILE | CCPP=Y DEBUG=Y STATIC=Y SUITES=FV3_GSD_v0 | standard | cheyenne.intel | fv3 | +COMPILE | CCPP=Y DEBUG=Y STATIC=Y SUITES=FV3_GSD_v0 | standard | cheyenne.gnu | fv3 | # Run tests RUN | fv3_ccpp_gsd_debug | standard | | fv3 | +# Compile with CCPP - static mode, debug, 32bit dynamics +COMPILE | 32BIT=Y CCPP=Y DEBUG=Y STATIC=Y SUITES=FV3_GSD_SAR | standard | hera.intel | fv3 | +COMPILE | 32BIT=Y CCPP=Y DEBUG=Y STATIC=Y SUITES=FV3_GSD_SAR | standard | cheyenne.intel | fv3 | +COMPILE | 32BIT=Y CCPP=Y DEBUG=Y STATIC=Y SUITES=FV3_GSD_SAR | standard | cheyenne.gnu | fv3 | +# Run tests RUN | fv3_ccpp_gsd_sar_25km_debug | standard | | fv3 | ############################################################################################################################################################################# diff --git a/tests/tests/fv3_ccpp_gsd_sar_25km_debug b/tests/tests/fv3_ccpp_gsd_sar_25km_debug index bf7f4c17a4..8edcdab4f8 100644 --- a/tests/tests/fv3_ccpp_gsd_sar_25km_debug +++ b/tests/tests/fv3_ccpp_gsd_sar_25km_debug @@ -6,7 +6,7 @@ export TEST_DESCR="Compare FV3 CCPP GSD SAR results with previous trunk version" -export CNTL_DIR=fv3_gsd_sar_25km +export CNTL_DIR=fv3_gsd_sar_25km_debug export LIST_FILES="dynf000.nc \ dynf001.nc \ From 23cdb90b6dbf89a04047b74516d9fd5ed6ceae00 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 27 Jan 2020 11:34:39 -0700 Subject: [PATCH 52/89] Update .gitmodules for code review and testing --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 06c0ff39b8..c036ab30f9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,11 +1,11 @@ [submodule "FV3"] path = FV3 - url = https://github.com/NCAR/fv3atm - branch = dtc/develop + url = https://github.com/climbfuji/fv3atm + branch = update_dtc_develop_from_develop [submodule "NEMS"] path = NEMS - url = https://github.com/NCAR/NEMS - branch = dtc/develop + url = https://github.com/climbfuji/NEMS + branch = update_dtc_develop_from_develop [submodule "FMS"] path = FMS url = https://github.com/NOAA-GFDL/FMS From 6ab3fda31af1372903b80a5c98377aafa3fdb19e Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 27 Jan 2020 11:53:34 -0700 Subject: [PATCH 53/89] Update .gitmodules to use EMC'S NEMS repository instead of the NCAR fork --- .gitmodules | 4 ++-- NEMS | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index c036ab30f9..324a6b2ec6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,8 +4,8 @@ branch = update_dtc_develop_from_develop [submodule "NEMS"] path = NEMS - url = https://github.com/climbfuji/NEMS - branch = update_dtc_develop_from_develop + url = https://github.com/NOAA-EMC/NEMS + branch = develop [submodule "FMS"] path = FMS url = https://github.com/NOAA-GFDL/FMS diff --git a/NEMS b/NEMS index 68a4854729..8248a782d7 160000 --- a/NEMS +++ b/NEMS @@ -1 +1 @@ -Subproject commit 68a485472924fc22039ee6fb9505228a7a2199f7 +Subproject commit 8248a782d7193d41b773f6d90611c936e11e3c7f From 5507b9a53e32ce9076f6bca1767a47a42ab053c1 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 27 Jan 2020 12:29:08 -0700 Subject: [PATCH 54/89] Update tests/rt_ccpp_dtc.conf and tests/rt_gnu.conf; add temporary regression test config tests/rt_ipd_prod_only.conf --- tests/rt_ccpp_dtc.conf | 47 ++++++++---- tests/rt_gnu.conf | 12 --- tests/rt_ipd_prod_only.conf | 146 ++++++++++++++++++++++++++++++++++++ 3 files changed, 178 insertions(+), 27 deletions(-) create mode 100644 tests/rt_ipd_prod_only.conf diff --git a/tests/rt_ccpp_dtc.conf b/tests/rt_ccpp_dtc.conf index 16991bd5f8..e55c3830bf 100644 --- a/tests/rt_ccpp_dtc.conf +++ b/tests/rt_ccpp_dtc.conf @@ -63,10 +63,6 @@ RUN | fv3_regional_quilt RUN | fv3_regional_quilt | standard | hera.intel | fv3 | RUN | fv3_regional_c768 | standard | gaea.intel | fv3 | RUN | fv3_regional_c768 | standard | hera.intel | fv3 | -RUN | fv3_gfs_v15 | standard | gaea.intel | fv3 | -RUN | fv3_gfs_v15 | standard | hera.intel | fv3 | -RUN | fv3_gfs_v15plus | standard | gaea.intel | fv3 | -RUN | fv3_gfs_v15plus | standard | hera.intel | fv3 | # Note: any suite that uses csawmg crashes with GNU and PGI (--> there must be something wrong with it) RUN | fv3_cpt | standard | gaea.intel | fv3 | RUN | fv3_cpt | standard | hera.intel | fv3 | @@ -75,6 +71,11 @@ RUN | fv3_cpt #RUN | fv3_gsd | standard | hera.intel | fv3 | #RUN | fv3_gfs_myj | standard | gaea.intel | fv3 | #RUN | fv3_gfs_myj | standard | hera.intel | fv3 | +# UFS public release v1.0 tests (create baseline using CCPP static) +COMPILE | REPRO=Y | standard | | | +RUN | fv3_gfs_v15p2 | standard | | | +RUN | fv3_gfs_v16beta | standard | | | + ############################################################################################################################################################## # CCPP static: CCPP, static option, repro mode # ############################################################################################################################################################## @@ -162,12 +163,8 @@ COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional_c768 32BIT RUN | fv3_ccpp_regional_c768 | standard | gaea.intel | | RUN | fv3_ccpp_regional_c768 | standard | hera.intel | | # Physics bakeoff tests, 32-bit dynamics -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | gaea.intel | fv3 | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | hera.intel | fv3 | -RUN | fv3_ccpp_gfs_v15 | standard | gaea.intel | | -RUN | fv3_ccpp_gfs_v15 | standard | hera.intel | | -RUN | fv3_ccpp_gfs_v15plus | standard | gaea.intel | | -RUN | fv3_ccpp_gfs_v15plus | standard | hera.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | gaea.intel | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | hera.intel | fv3 | # Note: any suite that uses csawmg crashes with GNU and PGI (--> there must be something wrong with it) RUN | fv3_ccpp_cpt | standard | gaea.intel | | RUN | fv3_ccpp_cpt | standard | hera.intel | | @@ -178,6 +175,10 @@ COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_myj 32BIT=Y COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_myj 32BIT=Y | standard | hera.intel | fv3 | RUN | fv3_ccpp_gfs_myj | standard | gaea.intel | fv3 | RUN | fv3_ccpp_gfs_myj | standard | hera.intel | fv3 | +# UFS public release v1.0 tests +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y | standard | | fv3 | +RUN | fv3_ccpp_gfs_v15p2 | standard | | fv3 | +RUN | fv3_ccpp_gfs_v16beta | standard | | fv3 | ############################################################################################################################################################## # CCPP dynamic: CCPP, dynamic option, repro mode # @@ -234,11 +235,6 @@ RUN | fv3_ccpp_regional_quilt RUN | fv3_ccpp_regional_quilt | standard | hera.intel | | RUN | fv3_ccpp_regional_c768 | standard | gaea.intel | | RUN | fv3_ccpp_regional_c768 | standard | hera.intel | | -# Physics bakeoff tests, 32-bit dynamics -RUN | fv3_ccpp_gfs_v15 | standard | gaea.intel | | -RUN | fv3_ccpp_gfs_v15 | standard | hera.intel | | -RUN | fv3_ccpp_gfs_v15plus | standard | gaea.intel | | -RUN | fv3_ccpp_gfs_v15plus | standard | hera.intel | | # Note: any suite that uses csawmg crashes with GNU and PGI (--> there must be something wrong with it) RUN | fv3_ccpp_cpt | standard | gaea.intel | | RUN | fv3_ccpp_cpt | standard | hera.intel | | @@ -247,3 +243,24 @@ RUN | fv3_ccpp_gsd # Additional physics: MYJ RUN | fv3_ccpp_gfs_myj | standard | gaea.intel | | RUN | fv3_ccpp_gfs_myj | standard | hera.intel | | +# UFS public release v1.0 tests +RUN | fv3_ccpp_gfs_v15p2 | standard | | | +RUN | fv3_ccpp_gfs_v16beta | standard | | | + +############################################################################################################################################################## +# CCPP STATIC PROD tests # +############################################################################################################################################################## + +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta | standard | | fv3 | + +RUN | fv3_ccpp_gfs_v15p2 | standard | | fv3 | +RUN | fv3_ccpp_gfs_v16beta | standard | | fv3 | + +############################################################################################################################################################## +# CCPP STATIC DEBUG tests # +############################################################################################################################################################## + +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y | standard | | fv3 | + +RUN | fv3_ccpp_gfs_v15p2_debug | standard | | fv3 | +RUN | fv3_ccpp_gfs_v16beta_debug | standard | | fv3 | diff --git a/tests/rt_gnu.conf b/tests/rt_gnu.conf index f5985029d8..30b5f2e164 100644 --- a/tests/rt_gnu.conf +++ b/tests/rt_gnu.conf @@ -8,9 +8,6 @@ RUN | fv3_gfdlmp COMPILE | 32BIT=Y DEBUG=Y | standard | cheyenne.gnu | fv3 | RUN | fv3_control_debug | standard | cheyenne.gnu | fv3 | -COMPILE | 32BIT=Y | standard | cheyenne.gnu | fv3 | -RUN | fv3_gfs_v15plus | standard | cheyenne.gnu | fv3 | - ####################################################################################################################################################################################### # IPD REPRO tests # ####################################################################################################################################################################################### @@ -18,9 +15,6 @@ RUN | fv3_gfs_v15plus COMPILE | REPRO=Y | standard | cheyenne.gnu | fv3 | RUN | fv3_gfdlmp | standard | cheyenne.gnu | fv3 | -COMPILE | REPRO=Y 32BIT=Y | standard | cheyenne.gnu | fv3 | -RUN | fv3_gfs_v15plus | standard | cheyenne.gnu | fv3 | - ####################################################################################################################################################################################### # CCPP REPRO tests # ####################################################################################################################################################################################### @@ -28,9 +22,6 @@ RUN | fv3_gfs_v15plus COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp | standard | cheyenne.gnu | | RUN | fv3_ccpp_gfdlmp | standard | cheyenne.gnu | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_v15plus 32BIT=Y | standard | cheyenne.gnu | | -RUN | fv3_ccpp_gfs_v15plus | standard | cheyenne.gnu | | - ####################################################################################################################################################################################### # CCPP PROD tests # ####################################################################################################################################################################################### @@ -41,9 +32,6 @@ RUN | fv3_ccpp_gfdlmp COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 32BIT=Y DEBUG=Y | standard | cheyenne.gnu | fv3 | RUN | fv3_ccpp_control_debug | standard | cheyenne.gnu | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15plus 32BIT=Y | standard | cheyenne.gnu | fv3 | -RUN | fv3_ccpp_gfs_v15plus | standard | cheyenne.gnu | fv3 | - COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta | standard | cheyenne.gnu | fv3 | RUN | fv3_ccpp_gfs_v15p2 | standard | cheyenne.gnu | fv3 | diff --git a/tests/rt_ipd_prod_only.conf b/tests/rt_ipd_prod_only.conf new file mode 100644 index 0000000000..48cb0192a9 --- /dev/null +++ b/tests/rt_ipd_prod_only.conf @@ -0,0 +1,146 @@ +####################################################################################################################################################################################### +# IPD PROD tests # +####################################################################################################################################################################################### + +COMPILE | | standard | wcoss_cray | fv3 | +COMPILE | | standard | wcoss_dell_p3 | fv3 | +COMPILE | | standard | hera.intel | fv3 | +COMPILE | | standard | gaea.intel | fv3 | +COMPILE | | standard | jet.intel | fv3 | + +# Run most tests using the compile.sh version of fv3: +RUN | fv3_control | standard | | fv3 | +RUN | fv3_decomp | standard | | | +RUN | fv3_2threads | standard | | | +RUN | fv3_restart | standard | | fv3 | +RUN | fv3_read_inc | standard | | fv3 | +RUN | fv3_gfdlmp | standard | | fv3 | +RUN | fv3_gfdlmprad_gwd | standard | | fv3 | +RUN | fv3_gfdlmprad_noahmp | standard | | fv3 | +RUN | fv3_thompson | standard | | fv3 | +RUN | fv3_wsm6 | standard | | fv3 | +RUN | fv3_wrtGauss_netcdf_esmf | standard | | fv3 | +RUN | fv3_wrtGauss_netcdf | standard | | fv3 | +RUN | fv3_wrtGauss_nemsio | standard | | fv3 | +RUN | fv3_wrtGauss_nemsio_c192 | standard | | fv3 | +RUN | fv3_stochy | standard | | fv3 | +RUN | fv3_iau | standard | | fv3 | +RUN | fv3_csawmgshoc | standard | | fv3 | +RUN | fv3_csawmg | standard | | fv3 | +RUN | fv3_rasmgshoc | standard | | fv3 | +RUN | fv3_csawmg3shoc127 | standard | | fv3 | +RUN | fv3_satmedmf | standard | | fv3 | +RUN | fv3_lheatstrg | standard | | fv3 | + +COMPILE | WW3=Y | standard | wcoss_cray | fv3 | +COMPILE | WW3=Y | standard | wcoss_dell_p3 | fv3 | +COMPILE | WW3=Y | standard | hera.intel | fv3 | +RUN | fv3_gfdlmprad | standard | wcoss_cray | fv3 | +RUN | fv3_gfdlmprad | standard | wcoss_dell_p3 | fv3 | +RUN | fv3_gfdlmprad | standard | hera.intel | fv3 | +RUN | fv3_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | +###RUN | fv3_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | +###RUN | fv3_wrtGauss_nemsio_c768 | standard | wcoss_dell_p3 | fv3 | + +# Run one test using the NEMSAppBuilder, to ensure we don't break it: +APPBUILD| standaloneFV3 | standard | wcoss_cray | | +APPBUILD| standaloneFV3 | standard | wcoss_dell_p3 | | +APPBUILD| standaloneFV3 | standard | hera.intel | | +APPBUILD| standaloneFV3 | standard | gaea.intel | | +APPBUILD| standaloneFV3 | standard | jet.intel | | +RUN | fv3_appbuild | standard | | | + +COMPILE | 32BIT=Y | standard | wcoss_cray | fv3 | +COMPILE | 32BIT=Y | standard | wcoss_dell_p3 | fv3 | +COMPILE | 32BIT=Y | standard | hera.intel | fv3 | +COMPILE | 32BIT=Y | standard | gaea.intel | fv3 | +COMPILE | 32BIT=Y | standard | jet.intel | fv3 | +RUN | fv3_control_32bit | standard | | fv3 | +RUN | fv3_gfdlmprad_32bit_post | standard | wcoss_cray | fv3 | +RUN | fv3_gfdlmprad_32bit_post | standard | wcoss_dell_p3 | fv3 | +RUN | fv3_gfdlmprad_32bit_post | standard | hera.intel | fv3 | +RUN | fv3_stretched | standard | | fv3 | +RUN | fv3_stretched_nest | standard | | fv3 | +RUN | fv3_stretched_nest_quilt | standard | wcoss_cray | fv3 | +RUN | fv3_stretched_nest_quilt | standard | wcoss_dell_p3 | fv3 | +RUN | fv3_stretched_nest_quilt | standard | hera.intel | fv3 | + +RUN | fv3_regional_control | standard | | fv3 | +RUN | fv3_regional_restart | standard | | fv3 | fv3_regional_control +RUN | fv3_regional_quilt | standard | | fv3 | +RUN | fv3_regional_c768 | standard | wcoss_dell_p3 | fv3 | +RUN | fv3_regional_c768 | standard | hera.intel | fv3 | +RUN | fv3_regional_c768 | standard | gaea.intel | fv3 | +RUN | fv3_regional_c768 | standard | jet.intel | fv3 | + +COMPILE | 32BIT=Y DEBUG=Y | standard | hera.intel | fv3 | +RUN | fv3_control_debug | standard | hera.intel | fv3 | +RUN | fv3_stretched_nest_debug | standard | hera.intel | fv3 | + +####################################################################################################################################################################################### +# IPD REPRO tests # +####################################################################################################################################################################################### + +COMPILE | REPRO=Y | standard | wcoss_cray | fv3 | +COMPILE | REPRO=Y | standard | wcoss_dell_p3 | fv3 | +COMPILE | REPRO=Y | standard | hera.intel | fv3 | +COMPILE | REPRO=Y | standard | gaea.intel | fv3 | +COMPILE | REPRO=Y | standard | jet.intel | fv3 | + +RUN | fv3_control | standard | | fv3 | +RUN | fv3_decomp | standard | | | +RUN | fv3_2threads | standard | | | +RUN | fv3_restart | standard | | fv3 | +RUN | fv3_read_inc | standard | | fv3 | +RUN | fv3_wrtGauss_netcdf_esmf | standard | | fv3 | +RUN | fv3_wrtGauss_netcdf | standard | | fv3 | +RUN | fv3_wrtGauss_nemsio | standard | | fv3 | +RUN | fv3_wrtGauss_nemsio_c192 | standard | | fv3 | +RUN | fv3_stochy | standard | | fv3 | +RUN | fv3_iau | standard | | fv3 | +RUN | fv3_gfdlmp | standard | | fv3 | +RUN | fv3_gfdlmprad_gwd | standard | | fv3 | +RUN | fv3_gfdlmprad_noahmp | standard | | fv3 | +RUN | fv3_csawmgshoc | standard | | fv3 | +RUN | fv3_csawmg3shoc127 | standard | | fv3 | +RUN | fv3_csawmg | standard | | fv3 | +RUN | fv3_satmedmf | standard | | fv3 | + +COMPILE | REPRO=Y WW3=Y | standard | wcoss_cray | fv3 | +COMPILE | REPRO=Y WW3=Y | standard | wcoss_dell_p3 | fv3 | +COMPILE | REPRO=Y WW3=Y | standard | hera.intel | fv3 | +RUN | fv3_gfdlmprad | standard | wcoss_cray | fv3 | +RUN | fv3_gfdlmprad | standard | wcoss_dell_p3 | fv3 | +RUN | fv3_gfdlmprad | standard | hera.intel | fv3 | +RUN | fv3_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | +RUN | fv3_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | + +# Run one test using the NEMSAppBuilder, to ensure we don't break it: +APPBUILD| standaloneFV3_repro | standard | wcoss_cray | | +APPBUILD| standaloneFV3_repro | standard | wcoss_dell_p3 | | +APPBUILD| standaloneFV3_repro | standard | hera.intel | | +APPBUILD| standaloneFV3_repro | standard | gaea.intel | | +APPBUILD| standaloneFV3_repro | standard | jet.intel | | +RUN | fv3_appbuild | standard | | | + +COMPILE | REPRO=Y 32BIT=Y | standard | wcoss_cray | fv3 | +COMPILE | REPRO=Y 32BIT=Y | standard | wcoss_dell_p3 | fv3 | +COMPILE | REPRO=Y 32BIT=Y | standard | hera.intel | fv3 | +COMPILE | REPRO=Y 32BIT=Y | standard | gaea.intel | fv3 | +COMPILE | REPRO=Y 32BIT=Y | standard | jet.intel | fv3 | + +RUN | fv3_control_32bit | standard | | fv3 | +RUN | fv3_gfdlmprad_32bit_post | standard | wcoss_cray | fv3 | +RUN | fv3_gfdlmprad_32bit_post | standard | wcoss_dell_p3 | fv3 | +RUN | fv3_gfdlmprad_32bit_post | standard | hera.intel | fv3 | +RUN | fv3_stretched | standard | | fv3 | +RUN | fv3_stretched_nest | standard | | fv3 | +RUN | fv3_regional_control | standard | | fv3 | +RUN | fv3_regional_restart | standard | | fv3 | fv3_regional_control +RUN | fv3_regional_quilt | standard | | fv3 | +RUN | fv3_regional_c768 | standard | wcoss_dell_p3 | fv3 | +RUN | fv3_regional_c768 | standard | hera.intel | fv3 | +RUN | fv3_regional_c768 | standard | gaea.intel | fv3 | +RUN | fv3_regional_c768 | standard | jet.intel | fv3 | +RUN | fv3_gfdlmp_32bit | standard | | fv3 | +RUN | fv3_cpt | standard | | fv3 | From 5df8b17873e1004497226b203765fad32d7e6b7a Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 28 Jan 2020 16:19:47 -0700 Subject: [PATCH 55/89] Revert baseline directory change in tests/rt.sh, use DTC baseline --- tests/rt.sh | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/tests/rt.sh b/tests/rt.sh index 7ef0d8d1ee..4e0ade8cf5 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -195,16 +195,18 @@ elif [[ $MACHINE_ID = hera.* ]]; then QUEUE=debug # ACCNR=fv3-cpu PARTITION= - # DH* 20200127 - use EMC baseline - # dprefix=/scratch1/BMC/gmtb - # DISKNM=$dprefix/ufs-weather-model/RT - # STMP=$dprefix - # PTMP=$dprefix - dprefix=/scratch1/NCEPDEV - DISKNM=$dprefix/nems/emc.nemspara/RT - STMP=$dprefix/stmp4 - PTMP=$dprefix/stmp2 - # *DH + # + # DTC baseline + dprefix=/scratch1/BMC/gmtb + DISKNM=$dprefix/ufs-weather-model/RT + STMP=$dprefix + PTMP=$dprefix + # EMC baseline + #dprefix=/scratch1/NCEPDEV + #DISKNM=$dprefix/nems/emc.nemspara/RT + #STMP=$dprefix/stmp4 + #PTMP=$dprefix/stmp2 + # SCHEDULER=slurm cp fv3_conf/fv3_slurm.IN_hera fv3_conf/fv3_slurm.IN From c61c4216adb669358380b79aeb3b60e399c198b0 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 29 Jan 2020 08:39:46 -0700 Subject: [PATCH 56/89] Bugfix for tests/rt_ccpp_dtc.conf, need to specify machine names for each COMPILE command --- tests/rt_ccpp_dtc.conf | 32 ++++++++++++++++++++++++++------ 1 file changed, 26 insertions(+), 6 deletions(-) diff --git a/tests/rt_ccpp_dtc.conf b/tests/rt_ccpp_dtc.conf index e55c3830bf..6f9fef2f3f 100644 --- a/tests/rt_ccpp_dtc.conf +++ b/tests/rt_ccpp_dtc.conf @@ -72,7 +72,12 @@ RUN | fv3_cpt #RUN | fv3_gfs_myj | standard | gaea.intel | fv3 | #RUN | fv3_gfs_myj | standard | hera.intel | fv3 | # UFS public release v1.0 tests (create baseline using CCPP static) -COMPILE | REPRO=Y | standard | | | +COMPILE | REPRO=Y | standard | gaea.intel | | +COMPILE | REPRO=Y | standard | hera.intel | | +COMPILE | REPRO=Y | standard | cheyenne.intel | | +COMPILE | REPRO=Y | standard | cheyenne.gnu | | +COMPILE | REPRO=Y | standard | stampede.intel | | +COMPILE | REPRO=Y | standard | jet.intel | | RUN | fv3_gfs_v15p2 | standard | | | RUN | fv3_gfs_v16beta | standard | | | @@ -176,7 +181,12 @@ COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_myj 32BIT=Y RUN | fv3_ccpp_gfs_myj | standard | gaea.intel | fv3 | RUN | fv3_ccpp_gfs_myj | standard | hera.intel | fv3 | # UFS public release v1.0 tests -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y | standard | | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y | standard | gaea.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y | standard | hera.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y | standard | cheyenne.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y | standard | cheyenne.gnu | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y | standard | stampede.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y | standard | jet.intel | fv3 | RUN | fv3_ccpp_gfs_v15p2 | standard | | fv3 | RUN | fv3_ccpp_gfs_v16beta | standard | | fv3 | @@ -251,8 +261,13 @@ RUN | fv3_ccpp_gfs_v16beta # CCPP STATIC PROD tests # ############################################################################################################################################################## -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta | standard | | fv3 | - +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta | standard | gaea.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta | standard | hera.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta | standard | cheyenne.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta | standard | cheyenne.gnu | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta | standard | stampede.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta | standard | jet.intel | fv3 | +# Run tests with CCPP add-on RUN | fv3_ccpp_gfs_v15p2 | standard | | fv3 | RUN | fv3_ccpp_gfs_v16beta | standard | | fv3 | @@ -260,7 +275,12 @@ RUN | fv3_ccpp_gfs_v16beta # CCPP STATIC DEBUG tests # ############################################################################################################################################################## -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y | standard | | fv3 | - +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y | standard | gaea.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y | standard | hera.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y | standard | cheyenne.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y | standard | cheyenne.gnu | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y | standard | stampede.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y | standard | jet.intel | fv3 | +# Run tests with CCPP add-on RUN | fv3_ccpp_gfs_v15p2_debug | standard | | fv3 | RUN | fv3_ccpp_gfs_v16beta_debug | standard | | fv3 | From 85e5a911ab95f532f7bdd4465eb4996225e58a35 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 29 Jan 2020 16:42:58 -0700 Subject: [PATCH 57/89] Bugfix for tests/rt_ccpp_dtc.conf, need to specify dependencies for restart tests --- tests/rt_ccpp_dtc.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/rt_ccpp_dtc.conf b/tests/rt_ccpp_dtc.conf index 6f9fef2f3f..6066938c58 100644 --- a/tests/rt_ccpp_dtc.conf +++ b/tests/rt_ccpp_dtc.conf @@ -56,7 +56,7 @@ RUN | fv3_stretched_nest RUN | fv3_stretched_nest_quilt | standard | gaea.intel | fv3 | RUN | fv3_stretched_nest_quilt | standard | hera.intel | fv3 | RUN | fv3_regional_control | standard | | fv3 | -RUN | fv3_regional_restart | standard | | fv3 | +RUN | fv3_regional_restart | standard | | fv3 | fv3_regional_control # fv3_regional_quilt/fv3_regional_c768 not working on Cheyenne, code aborts with invalid values # for surface pressure, out of range warnings and all other sorts of errors RUN | fv3_regional_quilt | standard | gaea.intel | fv3 | @@ -155,7 +155,7 @@ COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional 32BIT=Y COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional 32BIT=Y | standard | stampede.intel | | COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional 32BIT=Y | standard | jet.intel | | RUN | fv3_ccpp_regional_control | standard | | | -RUN | fv3_ccpp_regional_restart | standard | | | +RUN | fv3_ccpp_regional_restart | standard | | | fv3_ccpp_regional_control # fv3_ccpp_regional_quilt not working on Cheyenne, code aborts with invalid values # for surface pressure, out of range warnings and all other sorts of errors RUN | fv3_ccpp_regional_quilt | standard | gaea.intel | | @@ -238,7 +238,7 @@ RUN | fv3_ccpp_stretched_nest RUN | fv3_ccpp_stretched_nest_quilt | standard | gaea.intel | | RUN | fv3_ccpp_stretched_nest | standard | hera.intel | | RUN | fv3_ccpp_regional_control | standard | | | -RUN | fv3_ccpp_regional_restart | standard | | | +RUN | fv3_ccpp_regional_restart | standard | | | fv3_ccpp_regional_control # fv3_regional_quilt/fv3_regional_c768 not working on Cheyenne, code aborts with invalid values # for surface pressure, out of range warnings and all other sorts of errors RUN | fv3_ccpp_regional_quilt | standard | gaea.intel | | From 2907bf95aa319e3ece0e4de2ff24858b01427327 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 3 Feb 2020 07:49:41 -0700 Subject: [PATCH 58/89] Revert .gitmodules change, update submodule pointers --- .gitmodules | 4 ++-- FV3 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 324a6b2ec6..045d495424 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "FV3"] path = FV3 - url = https://github.com/climbfuji/fv3atm - branch = update_dtc_develop_from_develop + url = https://github.com/NCAR/fv3atm + branch = dtc/develop [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index 92341280c6..9de2a9da7b 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 92341280c61724c8eada0dcb87136ed1478e501b +Subproject commit 9de2a9da7b6a16154c6f1908b16948692166aa69 From 21e1c31cc7d9e7bf753d89df040b74edd78a0eab Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 4 Feb 2020 17:22:47 -0700 Subject: [PATCH 59/89] Update .gitmodules and submodule pointer for fv3atm for code review and testing --- .gitmodules | 4 ++-- FV3 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 045d495424..8433befe06 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "FV3"] path = FV3 - url = https://github.com/NCAR/fv3atm - branch = dtc/develop + url = https://github.com/climbfuji/fv3atm + branch = dom_combine_prs_20200204 [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index 9de2a9da7b..b2614a4d85 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 9de2a9da7b6a16154c6f1908b16948692166aa69 +Subproject commit b2614a4d853e100a9f454d29c2f37d309687ca0e From 3fe471391d68c969718f8764e835064cca72bd53 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 6 Feb 2020 13:38:26 -0700 Subject: [PATCH 60/89] Revert change to .gitmodules, update submodule pointer for fv3atm --- .gitmodules | 4 ++-- FV3 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 8433befe06..045d495424 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "FV3"] path = FV3 - url = https://github.com/climbfuji/fv3atm - branch = dom_combine_prs_20200204 + url = https://github.com/NCAR/fv3atm + branch = dtc/develop [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index b2614a4d85..756ef51a99 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit b2614a4d853e100a9f454d29c2f37d309687ca0e +Subproject commit 756ef51a99efefac0db3f9fe53da207ca9306ee1 From e07e3eae9b715ce8a59c08a6f3a0837b81a40851 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 20 Feb 2020 10:37:43 -0700 Subject: [PATCH 61/89] Update tests/rt_intel.conf to reflect removal of GFSv15 and GFSv15plus regression tests --- tests/rt_intel.conf | 36 +++++++++++++++++++++++++----------- 1 file changed, 25 insertions(+), 11 deletions(-) diff --git a/tests/rt_intel.conf b/tests/rt_intel.conf index 2e3e924f47..04d4f66b05 100644 --- a/tests/rt_intel.conf +++ b/tests/rt_intel.conf @@ -99,8 +99,6 @@ RUN | fv3_regional_quilt # for surface pressure, out of range warnings and all other sorts of errors #RUN | fv3_regional_c768 | standard | cheyenne.intel | fv3 | RUN | fv3_gfdlmp_32bit | standard | cheyenne.intel | fv3 | -RUN | fv3_gfs_v15 | standard | cheyenne.intel | fv3 | -RUN | fv3_gfs_v15plus | standard | cheyenne.intel | fv3 | RUN | fv3_cpt | standard | cheyenne.intel | fv3 | ####################################################################################################################################################################################### @@ -153,12 +151,10 @@ COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_cs RUN | fv3_ccpp_csawmg | standard | cheyenne.intel | | RUN | fv3_ccpp_satmedmf | standard | cheyenne.intel | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | cheyenne.intel | fv3 | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_gfdlmp_32bit | standard | cheyenne.intel | | # inline post not yet working on Cheyenne #RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | cheyenne.intel | | -RUN | fv3_ccpp_gfs_v15 | standard | cheyenne.intel | | -RUN | fv3_ccpp_gfs_v15plus | standard | cheyenne.intel | | RUN | fv3_ccpp_cpt | standard | cheyenne.intel | | RUN | fv3_ccpp_gsd | standard | cheyenne.intel | fv3 | @@ -216,23 +212,41 @@ COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3 RUN | fv3_ccpp_csawmg | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_satmedmf | standard | cheyenne.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_v15,FV3_GFS_v15plus,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | cheyenne.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_gfdlmp_32bit | standard | cheyenne.intel | fv3 | # inline post not yet working on Cheyenne #RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_gfs_v15 | standard | cheyenne.intel | fv3 | -RUN | fv3_ccpp_gfs_v15plus | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_cpt | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_gsd | standard | cheyenne.intel | fv3 | +####################################################################################################################################################################################### +# New tests for current operational (v15p2) and next candidate (v16beta) EMC suites # +####################################################################################################################################################################################### + +# CCPP PROD tests # + COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta | standard | cheyenne.intel | fv3 | + RUN | fv3_ccpp_gfs_v15p2 | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_gfs_v16beta | standard | cheyenne.intel | fv3 | -####################################################################################################################################################################################### -# CCPP DEBUG tests # -####################################################################################################################################################################################### +# CCPP DEBUG tests # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y | standard | cheyenne.intel | fv3 | + RUN | fv3_ccpp_gfs_v15p2_debug | standard | cheyenne.intel | fv3 | RUN | fv3_ccpp_gfs_v16beta_debug | standard | cheyenne.intel | fv3 | + +# CCPP REPRO tests # + +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y | standard | cheyenne.intel | fv3 | + +RUN | fv3_ccpp_gfs_v15p2 | standard | cheyenne.intel | fv3 | +RUN | fv3_ccpp_gfs_v16beta | standard | cheyenne.intel | fv3 | + +# IPD REPRO tests (verify against CCPP REPRO tests) # + +COMPILE | REPRO=Y | standard | cheyenne.intel | | + +RUN | fv3_gfs_v15p2 | standard | cheyenne.intel | | +RUN | fv3_gfs_v16beta | standard | cheyenne.intel | | From 8d50b738f67b8d7f724c7d8e01e1d4664d7412f7 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 4 Mar 2020 09:31:33 -0700 Subject: [PATCH 62/89] CCPP regression test updates from IPD --- .gitmodules | 1 + parm/ccpp_control.nml.IN | 1 + parm/ccpp_gfdlmp.nml.IN | 1 + tests/rt_ipd_prod_only.conf | 378 +++++++++++++++++++++++++++++------- 4 files changed, 314 insertions(+), 67 deletions(-) diff --git a/.gitmodules b/.gitmodules index 045d495424..4843d9ff5e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -17,3 +17,4 @@ [submodule "stochastic_physics"] path = stochastic_physics url = https://github.com/noaa-psd/stochastic_physics + diff --git a/parm/ccpp_control.nml.IN b/parm/ccpp_control.nml.IN index c25b4038db..0c80349028 100644 --- a/parm/ccpp_control.nml.IN +++ b/parm/ccpp_control.nml.IN @@ -187,6 +187,7 @@ iau_delthrs = 6 iaufhrs = 30 iau_inc_files = @[IAU_INC_FILES] + iau_drymassfixer = @[IAU_DRYMASSFIXER] do_sppt = @[DO_SPPT] do_shum = @[DO_SHUM] do_skeb = @[DO_SKEB] diff --git a/parm/ccpp_gfdlmp.nml.IN b/parm/ccpp_gfdlmp.nml.IN index 47daf17aa8..708ea87457 100644 --- a/parm/ccpp_gfdlmp.nml.IN +++ b/parm/ccpp_gfdlmp.nml.IN @@ -178,6 +178,7 @@ oz_phys_2015 = @[OZ_PHYS_NEW] h2o_phys = @[H2O_PHYS] nstf_name = @[NSTF_NAME] + iau_drymassfixer = @[IAU_DRYMASSFIXER] cplflx = @[CPLFLX] cplwav = @[CPLWAV] xkzminv = 0.3 diff --git a/tests/rt_ipd_prod_only.conf b/tests/rt_ipd_prod_only.conf index 48cb0192a9..7af3327a47 100644 --- a/tests/rt_ipd_prod_only.conf +++ b/tests/rt_ipd_prod_only.conf @@ -77,70 +77,314 @@ COMPILE | 32BIT=Y DEBUG=Y RUN | fv3_control_debug | standard | hera.intel | fv3 | RUN | fv3_stretched_nest_debug | standard | hera.intel | fv3 | -####################################################################################################################################################################################### -# IPD REPRO tests # -####################################################################################################################################################################################### - -COMPILE | REPRO=Y | standard | wcoss_cray | fv3 | -COMPILE | REPRO=Y | standard | wcoss_dell_p3 | fv3 | -COMPILE | REPRO=Y | standard | hera.intel | fv3 | -COMPILE | REPRO=Y | standard | gaea.intel | fv3 | -COMPILE | REPRO=Y | standard | jet.intel | fv3 | - -RUN | fv3_control | standard | | fv3 | -RUN | fv3_decomp | standard | | | -RUN | fv3_2threads | standard | | | -RUN | fv3_restart | standard | | fv3 | -RUN | fv3_read_inc | standard | | fv3 | -RUN | fv3_wrtGauss_netcdf_esmf | standard | | fv3 | -RUN | fv3_wrtGauss_netcdf | standard | | fv3 | -RUN | fv3_wrtGauss_nemsio | standard | | fv3 | -RUN | fv3_wrtGauss_nemsio_c192 | standard | | fv3 | -RUN | fv3_stochy | standard | | fv3 | -RUN | fv3_iau | standard | | fv3 | -RUN | fv3_gfdlmp | standard | | fv3 | -RUN | fv3_gfdlmprad_gwd | standard | | fv3 | -RUN | fv3_gfdlmprad_noahmp | standard | | fv3 | -RUN | fv3_csawmgshoc | standard | | fv3 | -RUN | fv3_csawmg3shoc127 | standard | | fv3 | -RUN | fv3_csawmg | standard | | fv3 | -RUN | fv3_satmedmf | standard | | fv3 | - -COMPILE | REPRO=Y WW3=Y | standard | wcoss_cray | fv3 | -COMPILE | REPRO=Y WW3=Y | standard | wcoss_dell_p3 | fv3 | -COMPILE | REPRO=Y WW3=Y | standard | hera.intel | fv3 | -RUN | fv3_gfdlmprad | standard | wcoss_cray | fv3 | -RUN | fv3_gfdlmprad | standard | wcoss_dell_p3 | fv3 | -RUN | fv3_gfdlmprad | standard | hera.intel | fv3 | -RUN | fv3_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | -RUN | fv3_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | - -# Run one test using the NEMSAppBuilder, to ensure we don't break it: -APPBUILD| standaloneFV3_repro | standard | wcoss_cray | | -APPBUILD| standaloneFV3_repro | standard | wcoss_dell_p3 | | -APPBUILD| standaloneFV3_repro | standard | hera.intel | | -APPBUILD| standaloneFV3_repro | standard | gaea.intel | | -APPBUILD| standaloneFV3_repro | standard | jet.intel | | -RUN | fv3_appbuild | standard | | | - -COMPILE | REPRO=Y 32BIT=Y | standard | wcoss_cray | fv3 | -COMPILE | REPRO=Y 32BIT=Y | standard | wcoss_dell_p3 | fv3 | -COMPILE | REPRO=Y 32BIT=Y | standard | hera.intel | fv3 | -COMPILE | REPRO=Y 32BIT=Y | standard | gaea.intel | fv3 | -COMPILE | REPRO=Y 32BIT=Y | standard | jet.intel | fv3 | - -RUN | fv3_control_32bit | standard | | fv3 | -RUN | fv3_gfdlmprad_32bit_post | standard | wcoss_cray | fv3 | -RUN | fv3_gfdlmprad_32bit_post | standard | wcoss_dell_p3 | fv3 | -RUN | fv3_gfdlmprad_32bit_post | standard | hera.intel | fv3 | -RUN | fv3_stretched | standard | | fv3 | -RUN | fv3_stretched_nest | standard | | fv3 | -RUN | fv3_regional_control | standard | | fv3 | -RUN | fv3_regional_restart | standard | | fv3 | fv3_regional_control -RUN | fv3_regional_quilt | standard | | fv3 | -RUN | fv3_regional_c768 | standard | wcoss_dell_p3 | fv3 | -RUN | fv3_regional_c768 | standard | hera.intel | fv3 | -RUN | fv3_regional_c768 | standard | gaea.intel | fv3 | -RUN | fv3_regional_c768 | standard | jet.intel | fv3 | -RUN | fv3_gfdlmp_32bit | standard | | fv3 | -RUN | fv3_cpt | standard | | fv3 | +# ####################################################################################################################################################################################### +# # IPD REPRO tests # +# ####################################################################################################################################################################################### +# +# COMPILE | REPRO=Y | standard | wcoss_cray | fv3 | +# COMPILE | REPRO=Y | standard | wcoss_dell_p3 | fv3 | +# COMPILE | REPRO=Y | standard | hera.intel | fv3 | +# COMPILE | REPRO=Y | standard | gaea.intel | fv3 | +# COMPILE | REPRO=Y | standard | jet.intel | fv3 | +# +# RUN | fv3_control | standard | | fv3 | +# RUN | fv3_decomp | standard | | | +# RUN | fv3_2threads | standard | | | +# RUN | fv3_restart | standard | | fv3 | +# RUN | fv3_read_inc | standard | | fv3 | +# RUN | fv3_wrtGauss_netcdf_esmf | standard | | fv3 | +# RUN | fv3_wrtGauss_netcdf | standard | | fv3 | +# RUN | fv3_wrtGauss_nemsio | standard | | fv3 | +# RUN | fv3_wrtGauss_nemsio_c192 | standard | | fv3 | +# RUN | fv3_stochy | standard | | fv3 | +# RUN | fv3_iau | standard | | fv3 | +# RUN | fv3_gfdlmp | standard | | fv3 | +# RUN | fv3_gfdlmprad_gwd | standard | | fv3 | +# RUN | fv3_gfdlmprad_noahmp | standard | | fv3 | +# RUN | fv3_csawmgshoc | standard | | fv3 | +# RUN | fv3_csawmg3shoc127 | standard | | fv3 | +# RUN | fv3_csawmg | standard | | fv3 | +# RUN | fv3_satmedmf | standard | | fv3 | +# +# COMPILE | REPRO=Y WW3=Y | standard | wcoss_cray | fv3 | +# COMPILE | REPRO=Y WW3=Y | standard | wcoss_dell_p3 | fv3 | +# COMPILE | REPRO=Y WW3=Y | standard | hera.intel | fv3 | +# RUN | fv3_gfdlmprad | standard | wcoss_cray | fv3 | +# RUN | fv3_gfdlmprad | standard | wcoss_dell_p3 | fv3 | +# RUN | fv3_gfdlmprad | standard | hera.intel | fv3 | +# RUN | fv3_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | +# RUN | fv3_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | +# +# # Run one test using the NEMSAppBuilder, to ensure we don't break it: +# APPBUILD| standaloneFV3_repro | standard | wcoss_cray | | +# APPBUILD| standaloneFV3_repro | standard | wcoss_dell_p3 | | +# APPBUILD| standaloneFV3_repro | standard | hera.intel | | +# APPBUILD| standaloneFV3_repro | standard | gaea.intel | | +# APPBUILD| standaloneFV3_repro | standard | jet.intel | | +# RUN | fv3_appbuild | standard | | | +# +# COMPILE | REPRO=Y 32BIT=Y | standard | wcoss_cray | fv3 | +# COMPILE | REPRO=Y 32BIT=Y | standard | wcoss_dell_p3 | fv3 | +# COMPILE | REPRO=Y 32BIT=Y | standard | hera.intel | fv3 | +# COMPILE | REPRO=Y 32BIT=Y | standard | gaea.intel | fv3 | +# COMPILE | REPRO=Y 32BIT=Y | standard | jet.intel | fv3 | +# +# RUN | fv3_control_32bit | standard | | fv3 | +# RUN | fv3_gfdlmprad_32bit_post | standard | wcoss_cray | fv3 | +# RUN | fv3_gfdlmprad_32bit_post | standard | wcoss_dell_p3 | fv3 | +# RUN | fv3_gfdlmprad_32bit_post | standard | hera.intel | fv3 | +# RUN | fv3_stretched | standard | | fv3 | +# RUN | fv3_stretched_nest | standard | | fv3 | +# RUN | fv3_regional_control | standard | | fv3 | +# RUN | fv3_regional_restart | standard | | fv3 | fv3_regional_control +# RUN | fv3_regional_quilt | standard | | fv3 | +# RUN | fv3_regional_c768 | standard | wcoss_dell_p3 | fv3 | +# RUN | fv3_regional_c768 | standard | hera.intel | fv3 | +# RUN | fv3_regional_c768 | standard | gaea.intel | fv3 | +# RUN | fv3_regional_c768 | standard | jet.intel | fv3 | +# RUN | fv3_gfdlmp_32bit | standard | | fv3 | +# RUN | fv3_cpt | standard | | fv3 | +# +# ####################################################################################################################################################################################### +# # CCPP REPRO tests # +# ####################################################################################################################################################################################### +# +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | wcoss_cray | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | wcoss_dell_p3 | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | hera.intel | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | gaea.intel | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | jet.intel | | +# +# RUN | fv3_ccpp_control | standard | | | +# RUN | fv3_ccpp_decomp | standard | | | +# RUN | fv3_ccpp_2threads | standard | | | +# RUN | fv3_ccpp_restart | standard | | | +# RUN | fv3_ccpp_read_inc | standard | | | +# RUN | fv3_ccpp_wrtGauss_netcdf_esmf | standard | | | +# RUN | fv3_ccpp_wrtGauss_netcdf | standard | | | +# RUN | fv3_ccpp_wrtGauss_nemsio | standard | | | +# RUN | fv3_ccpp_wrtGauss_nemsio_c192 | standard | | | +# RUN | fv3_ccpp_stochy | standard | | | +# RUN | fv3_ccpp_iau | standard | | | +# +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_cray | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_dell_p3 | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | hera.intel | | +# RUN | fv3_ccpp_gfdlmprad | standard | wcoss_cray | | +# RUN | fv3_ccpp_gfdlmprad | standard | wcoss_dell_p3 | | +# RUN | fv3_ccpp_gfdlmprad | standard | hera.intel | | +# RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | hera.intel | | +# RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | wcoss_cray | | +# +# # Run one test using the NEMSAppBuilder, to ensure we don't break it: +# APPBUILD| CCPP_repro | standard | wcoss_cray | | +# APPBUILD| CCPP_repro | standard | wcoss_dell_p3 | | +# APPBUILD| CCPP_repro | standard | hera.intel | | +# APPBUILD| CCPP_repro | standard | gaea.intel | | +# APPBUILD| CCPP_repro | standard | jet.intel | | +# RUN | fv3_ccpp_appbuild | standard | | | +# +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | wcoss_cray | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | wcoss_dell_p3 | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | hera.intel | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | gaea.intel | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | jet.intel | | +# +# RUN | fv3_ccpp_control_32bit | standard | | | +# RUN | fv3_ccpp_stretched | standard | | | +# RUN | fv3_ccpp_stretched_nest | standard | | | +# +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | wcoss_cray | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | wcoss_dell_p3 | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | hera.intel | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | gaea.intel | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | jet.intel | | +# +# RUN | fv3_ccpp_regional_control | standard | | | +# RUN | fv3_ccpp_regional_restart | standard | | | fv3_ccpp_regional_control +# RUN | fv3_ccpp_regional_quilt | standard | | | +# RUN | fv3_ccpp_regional_c768 | standard | wcoss_dell_p3 | | +# RUN | fv3_ccpp_regional_c768 | standard | hera.intel | | +# RUN | fv3_ccpp_regional_c768 | standard | gaea.intel | | +# RUN | fv3_ccpp_regional_c768 | standard | jet.intel | | +# +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_cray | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_dell_p3 | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | hera.intel | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | gaea.intel | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | jet.intel | | +# +# RUN | fv3_ccpp_gfdlmp | standard | | | +# RUN | fv3_ccpp_gfdlmprad_gwd | standard | | | +# RUN | fv3_ccpp_gfdlmprad_noahmp | standard | | | +# +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | wcoss_cray | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | wcoss_dell_p3 | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | hera.intel | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | gaea.intel | | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | jet.intel | | +# +# #RUN | fv3_ccpp_csawmgshoc | standard | | | +# #RUN | fv3_ccpp_csawmg3shoc127 | standard | | | +# RUN | fv3_ccpp_csawmg | standard | | | +# RUN | fv3_ccpp_satmedmf | standard | | | +# +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | wcoss_cray | fv3 | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | wcoss_dell_p3 | fv3 | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | hera.intel | fv3 | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | gaea.intel | fv3 | +# COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | jet.intel | fv3 | +# +# RUN | fv3_ccpp_gfdlmp_32bit | standard | | | +# RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | wcoss_cray | | +# RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | wcoss_dell_p3 | | +# RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | hera.intel | | +# RUN | fv3_ccpp_cpt | standard | | | +# RUN | fv3_ccpp_gsd | standard | | fv3 | +# +# ####################################################################################################################################################################################### +# # CCPP PROD tests # +# ####################################################################################################################################################################################### +# +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | wcoss_cray | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | wcoss_dell_p3 | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | hera.intel | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | gaea.intel | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | jet.intel | fv3 | +# +# RUN | fv3_ccpp_control | standard | | fv3 | +# RUN | fv3_ccpp_decomp | standard | | | +# RUN | fv3_ccpp_2threads | standard | | | +# RUN | fv3_ccpp_restart | standard | | fv3 | +# RUN | fv3_ccpp_read_inc | standard | | fv3 | +# RUN | fv3_ccpp_wrtGauss_netcdf_esmf | standard | | fv3 | +# RUN | fv3_ccpp_wrtGauss_netcdf | standard | | fv3 | +# RUN | fv3_ccpp_wrtGauss_nemsio | standard | | fv3 | +# RUN | fv3_ccpp_wrtGauss_nemsio_c192 | standard | | fv3 | +# RUN | fv3_ccpp_stochy | standard | | fv3 | +# RUN | fv3_ccpp_iau | standard | wcoss_cray | fv3 | +# RUN | fv3_ccpp_iau | standard | wcoss_dell_p3 | fv3 | +# RUN | fv3_ccpp_iau | standard | hera.intel | fv3 | +# # temporarily disabled for gaea.intel (intel18): gives different results when creating baseline and verifying against it +# #RUN | fv3_ccpp_iau | standard | gaea.intel | fv3 | +# RUN | fv3_ccpp_iau | standard | jet.intel | fv3 | +# +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_cray | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_dell_p3 | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | hera.intel | fv3 | +# RUN | fv3_ccpp_gfdlmprad | standard | wcoss_cray | fv3 | +# RUN | fv3_ccpp_gfdlmprad | standard | wcoss_dell_p3 | fv3 | +# RUN | fv3_ccpp_gfdlmprad | standard | hera.intel | fv3 | +# RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | +# RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | +# +# # Run one test using the NEMSAppBuilder, to ensure we don't break it: +# APPBUILD| CCPP | standard | wcoss_cray | | +# APPBUILD| CCPP | standard | wcoss_dell_p3 | | +# APPBUILD| CCPP | standard | hera.intel | | +# APPBUILD| CCPP | standard | gaea.intel | | +# APPBUILD| CCPP | standard | jet.intel | | +# RUN | fv3_ccpp_appbuild | standard | | | +# +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | wcoss_cray | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | wcoss_dell_p3 | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | hera.intel | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | gaea.intel | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | jet.intel | fv3 | +# +# RUN | fv3_ccpp_control_32bit | standard | | fv3 | +# RUN | fv3_ccpp_stretched | standard | | fv3 | +# RUN | fv3_ccpp_stretched_nest | standard | | fv3 | +# +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | wcoss_cray | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | wcoss_dell_p3 | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | hera.intel | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | gaea.intel | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | jet.intel | fv3 | +# +# RUN | fv3_ccpp_regional_control | standard | | fv3 | +# RUN | fv3_ccpp_regional_restart | standard | | fv3 | fv3_ccpp_regional_control +# RUN | fv3_ccpp_regional_quilt | standard | | fv3 | +# RUN | fv3_ccpp_regional_c768 | standard | wcoss_dell_p3 | fv3 | +# RUN | fv3_ccpp_regional_c768 | standard | hera.intel | fv3 | +# RUN | fv3_ccpp_regional_c768 | standard | gaea.intel | fv3 | +# RUN | fv3_ccpp_regional_c768 | standard | jet.intel | fv3 | +# +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | wcoss_cray | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | wcoss_dell_p3 | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | hera.intel | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | gaea.intel | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | jet.intel | fv3 | +# +# RUN | fv3_ccpp_control_debug | standard | | fv3 | +# RUN | fv3_ccpp_stretched_nest_debug | standard | | fv3 | +# +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_cray | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_dell_p3 | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | hera.intel | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | gaea.intel | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | jet.intel | fv3 | +# +# RUN | fv3_ccpp_gfdlmp | standard | | fv3 | +# RUN | fv3_ccpp_gfdlmprad_gwd | standard | | fv3 | +# RUN | fv3_ccpp_gfdlmprad_noahmp | standard | | fv3 | +# +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | wcoss_cray | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | wcoss_dell_p3 | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | hera.intel | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | gaea.intel | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | jet.intel | fv3 | +# +# #RUN | fv3_ccpp_csawmgshoc | standard | | fv3 | +# #RUN | fv3_ccpp_csawmg3shoc127 | standard | | fv3 | +# RUN | fv3_ccpp_csawmg | standard | | fv3 | +# RUN | fv3_ccpp_satmedmf | standard | | fv3 | +# +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | wcoss_cray | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | wcoss_dell_p3 | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | hera.intel | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | gaea.intel | fv3 | +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | jet.intel | fv3 | +# +# RUN | fv3_ccpp_gfdlmp_32bit | standard | | fv3 | +# RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | wcoss_cray | fv3 | +# RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | wcoss_dell_p3 | fv3 | +# RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | hera.intel | fv3 | +# RUN | fv3_ccpp_cpt | standard | | fv3 | +# RUN | fv3_ccpp_gsd | standard | | fv3 | +# +# ####################################################################################################################################################################################### +# # CCPP PROD tests # +# ####################################################################################################################################################################################### +# +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta | standard | hera.intel | fv3 | +# +# RUN | fv3_ccpp_gfs_v15p2 | standard | hera.intel | fv3 | +# RUN | fv3_ccpp_gfs_v16beta | standard | hera.intel | fv3 | +# +# ####################################################################################################################################################################################### +# # CCPP DEBUG tests # +# ####################################################################################################################################################################################### +# +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y | standard | hera.intel | fv3 | +# +# RUN | fv3_ccpp_gfs_v15p2_debug | standard | hera.intel | fv3 | +# RUN | fv3_ccpp_gfs_v16beta_debug | standard | hera.intel | fv3 | +# +# ####################################################################################################################################################################################### +# # CCPP REPRO tests # +# ####################################################################################################################################################################################### +# +# COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y | standard | hera.intel | fv3 | +# +# RUN | fv3_ccpp_gfs_v15p2 | standard | hera.intel | fv3 | +# RUN | fv3_ccpp_gfs_v16beta | standard | hera.intel | fv3 | +# +# ####################################################################################################################################################################################### +# # IPD REPRO tests (verify against CCPP REPRO tests) # +# ####################################################################################################################################################################################### +# +# COMPILE | REPRO=Y | standard | hera.intel | | +# +# RUN | fv3_gfs_v15p2 | standard | hera.intel | | +# RUN | fv3_gfs_v16beta | standard | hera.intel | | From 6150bd4d288fe20a01810df00e6518ab00b77bf0 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 4 Mar 2020 09:37:20 -0700 Subject: [PATCH 63/89] Update submodule pointer for .gitmodules for code review and testing --- .gitmodules | 4 +++- FV3 | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 4843d9ff5e..44ac5ab38a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,9 @@ [submodule "FV3"] path = FV3 url = https://github.com/NCAR/fv3atm - branch = dtc/develop + #branch = dtc/develop + url = https://github.com/climbfuji/fv3atm + branch = update_dtc_develop_from_emc [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index 5c6bd37e09..bf5bfa1957 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 5c6bd37e09b586fa1ae3e34c5d6b27b68858c7b9 +Subproject commit bf5bfa1957d3684f3372f93a1cc3ac3a63a6d923 From b28f277fdb604382d255fa25e78cfe9556f7aee5 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Fri, 6 Mar 2020 14:46:47 -0700 Subject: [PATCH 64/89] Bugfix for CCPP IAU test, turn off global c768 tests (frequent out-of-memory errors for both IPD and CCPP), turn off CCPP dynamic tests in rt_ccpp_dtc.conf and merge HAFS and CAPS regression tests into rt_ccpp_dtc.conf --- tests/rt.conf | 14 +++---- tests/rt_ccpp_caps.conf | 18 --------- tests/rt_ccpp_dtc.conf | 85 +++++++++------------------------------- tests/rt_ccpp_hafs.conf | 14 ------- tests/tests/fv3_ccpp_iau | 2 +- 5 files changed, 26 insertions(+), 107 deletions(-) delete mode 100644 tests/rt_ccpp_caps.conf delete mode 100644 tests/rt_ccpp_hafs.conf diff --git a/tests/rt.conf b/tests/rt.conf index 3a803a0c9e..f6a9d436a8 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -38,7 +38,7 @@ COMPILE | WW3=Y RUN | fv3_gfdlmprad | standard | wcoss_cray | fv3 | RUN | fv3_gfdlmprad | standard | wcoss_dell_p3 | fv3 | RUN | fv3_gfdlmprad | standard | hera.intel | fv3 | -RUN | fv3_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | +###RUN | fv3_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | ###RUN | fv3_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | ###RUN | fv3_wrtGauss_nemsio_c768 | standard | wcoss_dell_p3 | fv3 | @@ -112,8 +112,8 @@ COMPILE | REPRO=Y WW3=Y RUN | fv3_gfdlmprad | standard | wcoss_cray | fv3 | RUN | fv3_gfdlmprad | standard | wcoss_dell_p3 | fv3 | RUN | fv3_gfdlmprad | standard | hera.intel | fv3 | -RUN | fv3_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | -RUN | fv3_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | +#RUN | fv3_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | +#RUN | fv3_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | # Run one test using the NEMSAppBuilder, to ensure we don't break it: APPBUILD| standaloneFV3_repro | standard | wcoss_cray | | @@ -173,8 +173,8 @@ COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y RUN | fv3_ccpp_gfdlmprad | standard | wcoss_cray | | RUN | fv3_ccpp_gfdlmprad | standard | wcoss_dell_p3 | | RUN | fv3_ccpp_gfdlmprad | standard | hera.intel | | -RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | hera.intel | | -RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | wcoss_cray | | +#RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | hera.intel | | +#RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | wcoss_cray | | # Run one test using the NEMSAppBuilder, to ensure we don't break it: APPBUILD| CCPP_repro | standard | wcoss_cray | | @@ -275,8 +275,8 @@ COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y RUN | fv3_ccpp_gfdlmprad | standard | wcoss_cray | fv3 | RUN | fv3_ccpp_gfdlmprad | standard | wcoss_dell_p3 | fv3 | RUN | fv3_ccpp_gfdlmprad | standard | hera.intel | fv3 | -RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | -RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | +#RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | +#RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | # Run one test using the NEMSAppBuilder, to ensure we don't break it: APPBUILD| CCPP | standard | wcoss_cray | | diff --git a/tests/rt_ccpp_caps.conf b/tests/rt_ccpp_caps.conf deleted file mode 100644 index e40ee06a70..0000000000 --- a/tests/rt_ccpp_caps.conf +++ /dev/null @@ -1,18 +0,0 @@ -# Compile with CCPP - static mode -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_shinhong,FV3_GFS_2017_ysu,FV3_GFS_2017_ntiedtke | standard | hera.intel | fv3 | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_shinhong,FV3_GFS_2017_ysu,FV3_GFS_2017_ntiedtke | standard | cheyenne.intel | fv3 | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_shinhong,FV3_GFS_2017_ysu,FV3_GFS_2017_ntiedtke | standard | cheyenne.gnu | fv3 | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_shinhong,FV3_GFS_2017_ysu,FV3_GFS_2017_ntiedtke | standard | stampede.intel | fv3 | -# Run tests -RUN | fv3_ccpp_shinhong | standard | | fv3 | -RUN | fv3_ccpp_ysu | standard | | fv3 | -RUN | fv3_ccpp_ntiedtke | standard | | fv3 | -# Compile with CCPP - dynamic mode -COMPILE | CCPP=Y REPRO=Y | standard | hera.intel | | -COMPILE | CCPP=Y REPRO=Y | standard | cheyenne.intel | | -COMPILE | CCPP=Y REPRO=Y | standard | cheyenne.gnu | | -COMPILE | CCPP=Y REPRO=Y | standard | stampede.intel | | -# Run tests -RUN | fv3_ccpp_shinhong | standard | | | -RUN | fv3_ccpp_ysu | standard | | | -RUN | fv3_ccpp_ntiedtke | standard | | | diff --git a/tests/rt_ccpp_dtc.conf b/tests/rt_ccpp_dtc.conf index 6066938c58..c1ae6c57c5 100644 --- a/tests/rt_ccpp_dtc.conf +++ b/tests/rt_ccpp_dtc.conf @@ -180,6 +180,24 @@ COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_myj 32BIT=Y COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_myj 32BIT=Y | standard | hera.intel | fv3 | RUN | fv3_ccpp_gfs_myj | standard | gaea.intel | fv3 | RUN | fv3_ccpp_gfs_myj | standard | hera.intel | fv3 | +# Additional HAFS physics +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_HAFS_ferhires_update_moist | standard | gaea.intel | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_HAFS_ferhires_update_moist | standard | hera.intel | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_HAFS_ferhires_update_moist | standard | cheyenne.intel | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_HAFS_ferhires_update_moist | standard | cheyenne.gnu | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_HAFS_ferhires_update_moist | standard | stampede.intel | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_HAFS_ferhires_update_moist | standard | jet.intel | fv3 | +RUN | fv3_ccpp_regional_c768_FA_update_moist | standard | | fv3 | +# Additional CAPS physics +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_shinhong,FV3_GFS_2017_ysu,FV3_GFS_2017_ntiedtke | standard | gaea.intel | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_shinhong,FV3_GFS_2017_ysu,FV3_GFS_2017_ntiedtke | standard | hera.intel | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_shinhong,FV3_GFS_2017_ysu,FV3_GFS_2017_ntiedtke | standard | cheyenne.intel | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_shinhong,FV3_GFS_2017_ysu,FV3_GFS_2017_ntiedtke | standard | cheyenne.gnu | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_shinhong,FV3_GFS_2017_ysu,FV3_GFS_2017_ntiedtke | standard | stampede.intel | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_shinhong,FV3_GFS_2017_ysu,FV3_GFS_2017_ntiedtke | standard | jet.intel | fv3 | +RUN | fv3_ccpp_shinhong | standard | | fv3 | +RUN | fv3_ccpp_ysu | standard | | fv3 | +RUN | fv3_ccpp_ntiedtke | standard | | fv3 | # UFS public release v1.0 tests COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y | standard | gaea.intel | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y | standard | hera.intel | fv3 | @@ -190,73 +208,6 @@ COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y RUN | fv3_ccpp_gfs_v15p2 | standard | | fv3 | RUN | fv3_ccpp_gfs_v16beta | standard | | fv3 | -############################################################################################################################################################## -# CCPP dynamic: CCPP, dynamic option, repro mode # -############################################################################################################################################################## -COMPILE | CCPP=Y REPRO=Y | standard | gaea.intel | | -COMPILE | CCPP=Y REPRO=Y | standard | hera.intel | | -COMPILE | CCPP=Y REPRO=Y | standard | cheyenne.intel | | -COMPILE | CCPP=Y REPRO=Y | standard | cheyenne.gnu | | -COMPILE | CCPP=Y REPRO=Y | standard | stampede.intel | | -COMPILE | CCPP=Y REPRO=Y | standard | jet.intel | | -# Run tests with CCPP add-on -RUN | fv3_ccpp_control | standard | | | -RUN | fv3_ccpp_decomp | standard | | | -RUN | fv3_ccpp_2threads | standard | | | -RUN | fv3_ccpp_ozphys_2015 | standard | | | -RUN | fv3_ccpp_gfdlmp | standard | | | -RUN | fv3_ccpp_gfdlmprad_gwd | standard | | | -RUN | fv3_ccpp_gfdlmprad_noahmp | standard | | | -RUN | fv3_ccpp_stochy | standard | | | -RUN | fv3_ccpp_satmedmf | standard | | | -RUN | fv3_ccpp_satmedmfq | standard | | | -RUN | fv3_ccpp_lheatstrg | standard | | | -RUN | fv3_ccpp_h2ophys | standard | | | -# Coupled with WW3 -COMPILE | CCPP=Y REPRO=Y WW3=Y | standard | hera.intel | | -RUN | fv3_ccpp_gfdlmprad | standard | hera.intel | | -## Note: any suite that uses csawmg crashes with GNU and PGI (--> there must be something wrong with it) -#RUN | fv3_ccpp_csawmgshoc | standard | gaea.intel | | -#RUN | fv3_ccpp_csawmgshoc | standard | hera.intel | | -#RUN | fv3_ccpp_csawmgshoc | standard | cheyenne.intel | | -# 32-bit dynamics -COMPILE | CCPP=Y REPRO=Y 32BIT=Y | standard | gaea.intel | | -COMPILE | CCPP=Y REPRO=Y 32BIT=Y | standard | hera.intel | | -COMPILE | CCPP=Y REPRO=Y 32BIT=Y | standard | cheyenne.intel | | -COMPILE | CCPP=Y REPRO=Y 32BIT=Y | standard | cheyenne.gnu | | -COMPILE | CCPP=Y REPRO=Y 32BIT=Y | standard | stampede.intel | | -COMPILE | CCPP=Y REPRO=Y 32BIT=Y | standard | jet.intel | | -# Run tests with CCPP add-on, 32-bit dynamics -RUN | fv3_ccpp_control_32bit | standard | | | -RUN | fv3_ccpp_gfdlmp_32bit | standard | | | -RUN | fv3_ccpp_sas | standard | | | -RUN | fv3_ccpp_stretched | standard | | | -RUN | fv3_ccpp_stretched_nest | standard | gaea.intel | | -RUN | fv3_ccpp_stretched_nest | standard | hera.intel | | -RUN | fv3_ccpp_stretched_nest | standard | cheyenne.intel | | -RUN | fv3_ccpp_stretched_nest | standard | jet.intel | | -RUN | fv3_ccpp_stretched_nest_quilt | standard | gaea.intel | | -RUN | fv3_ccpp_stretched_nest | standard | hera.intel | | -RUN | fv3_ccpp_regional_control | standard | | | -RUN | fv3_ccpp_regional_restart | standard | | | fv3_ccpp_regional_control -# fv3_regional_quilt/fv3_regional_c768 not working on Cheyenne, code aborts with invalid values -# for surface pressure, out of range warnings and all other sorts of errors -RUN | fv3_ccpp_regional_quilt | standard | gaea.intel | | -RUN | fv3_ccpp_regional_quilt | standard | hera.intel | | -RUN | fv3_ccpp_regional_c768 | standard | gaea.intel | | -RUN | fv3_ccpp_regional_c768 | standard | hera.intel | | -# Note: any suite that uses csawmg crashes with GNU and PGI (--> there must be something wrong with it) -RUN | fv3_ccpp_cpt | standard | gaea.intel | | -RUN | fv3_ccpp_cpt | standard | hera.intel | | -RUN | fv3_ccpp_gsd | standard | gaea.intel | | -RUN | fv3_ccpp_gsd | standard | hera.intel | | -# Additional physics: MYJ -RUN | fv3_ccpp_gfs_myj | standard | gaea.intel | | -RUN | fv3_ccpp_gfs_myj | standard | hera.intel | | -# UFS public release v1.0 tests -RUN | fv3_ccpp_gfs_v15p2 | standard | | | -RUN | fv3_ccpp_gfs_v16beta | standard | | | - ############################################################################################################################################################## # CCPP STATIC PROD tests # ############################################################################################################################################################## diff --git a/tests/rt_ccpp_hafs.conf b/tests/rt_ccpp_hafs.conf deleted file mode 100644 index e883003d5e..0000000000 --- a/tests/rt_ccpp_hafs.conf +++ /dev/null @@ -1,14 +0,0 @@ -############################################################################################################################################################## -# CCPP static: CCPP, static option, repro mode # -############################################################################################################################################################## -# control-based tests -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_HAFS_ferhires_update_moist | standard | hera.intel | fv3 | -# Run tests with static CCPP add-on -RUN | fv3_ccpp_regional_c768_FA_update_moist | standard | | fv3 | - -############################################################################################################################################################## -# CCPP dynamic: CCPP, dynamic option, repro mode # -############################################################################################################################################################## -COMPILE | CCPP=Y REPRO=Y | standard | hera.intel | | -# Run tests with CCPP add-on -RUN | fv3_ccpp_regional_c768_FA_update_moist | standard | | | diff --git a/tests/tests/fv3_ccpp_iau b/tests/tests/fv3_ccpp_iau index 9e7d9ebb39..ea3baa7da0 100644 --- a/tests/tests/fv3_ccpp_iau +++ b/tests/tests/fv3_ccpp_iau @@ -85,7 +85,7 @@ export FHMAX=48 export FDIAG=3 export NSTF_NAME=2,0,1,0,5 export IAU_INC_FILES="fv3_increment.nc" -export IAU_DRYMASS_FIXER=.true. +export IAU_DRYMASSFIXER=.true. export FV3_RUN=ccpp_control_run.IN export CCPP_SUITE=FV3_GFS_2017 From 6e7230e3203d23e9ab2d54e40d1c1d306aef27d0 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 9 Mar 2020 10:22:28 -0600 Subject: [PATCH 65/89] Remove regional tests that do not run on Cheyenne anyway, they are tested in rt.conf for all other machines --- tests/rt_ccpp_dtc.conf | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/tests/rt_ccpp_dtc.conf b/tests/rt_ccpp_dtc.conf index c1ae6c57c5..c52ef6dd74 100644 --- a/tests/rt_ccpp_dtc.conf +++ b/tests/rt_ccpp_dtc.conf @@ -57,12 +57,6 @@ RUN | fv3_stretched_nest_quilt RUN | fv3_stretched_nest_quilt | standard | hera.intel | fv3 | RUN | fv3_regional_control | standard | | fv3 | RUN | fv3_regional_restart | standard | | fv3 | fv3_regional_control -# fv3_regional_quilt/fv3_regional_c768 not working on Cheyenne, code aborts with invalid values -# for surface pressure, out of range warnings and all other sorts of errors -RUN | fv3_regional_quilt | standard | gaea.intel | fv3 | -RUN | fv3_regional_quilt | standard | hera.intel | fv3 | -RUN | fv3_regional_c768 | standard | gaea.intel | fv3 | -RUN | fv3_regional_c768 | standard | hera.intel | fv3 | # Note: any suite that uses csawmg crashes with GNU and PGI (--> there must be something wrong with it) RUN | fv3_cpt | standard | gaea.intel | fv3 | RUN | fv3_cpt | standard | hera.intel | fv3 | @@ -160,13 +154,6 @@ RUN | fv3_ccpp_regional_restart # for surface pressure, out of range warnings and all other sorts of errors RUN | fv3_ccpp_regional_quilt | standard | gaea.intel | | RUN | fv3_ccpp_regional_quilt | standard | hera.intel | | -# gfdlmp-regional-c768 based tests, 32-bit dynamics -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | gaea.intel | | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | hera.intel | | -# fv3_ccpp_regional_c768 not working on Cheyenne, code aborts with invalid values -# for surface pressure, out of range warnings and all other sorts of errors -RUN | fv3_ccpp_regional_c768 | standard | gaea.intel | | -RUN | fv3_ccpp_regional_c768 | standard | hera.intel | | # Physics bakeoff tests, 32-bit dynamics COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | gaea.intel | fv3 | COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | hera.intel | fv3 | From 2d22078fc4ba0b9243cf733fd985b206425709c4 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 9 Mar 2020 12:44:14 -0600 Subject: [PATCH 66/89] Revert change to .gitmodules, update submodule pointer for FV3 --- .gitmodules | 4 +--- FV3 | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 44ac5ab38a..4843d9ff5e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,7 @@ [submodule "FV3"] path = FV3 url = https://github.com/NCAR/fv3atm - #branch = dtc/develop - url = https://github.com/climbfuji/fv3atm - branch = update_dtc_develop_from_emc + branch = dtc/develop [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index bf5bfa1957..1a385e3598 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit bf5bfa1957d3684f3372f93a1cc3ac3a63a6d923 +Subproject commit 1a385e35988e34035010931af9d8229ae5cabd83 From 2e485f130d044d7e3c189d8b691f5a3ed10be23c Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 11 Mar 2020 15:14:01 -0600 Subject: [PATCH 67/89] Update submodule pointer for NEMS --- NEMS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEMS b/NEMS index 044400a8ee..b64c32ded6 160000 --- a/NEMS +++ b/NEMS @@ -1 +1 @@ -Subproject commit 044400a8eea19d1ce991a2adaa0b369ed0e067c7 +Subproject commit b64c32ded665b185622328b7805dae2c151ed8b6 From 1bb0c093de9a7a00f98733a4ba543f9928683021 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 12 Mar 2020 08:54:02 -0600 Subject: [PATCH 68/89] Update .gitmodules and submodule pointer for FV3 for code review and testing, update CCPP regression tests from IPD, update tests/rt_ipd_prod_only.conf --- .gitmodules | 6 +- FV3 | 2 +- tests/rt_ipd_prod_only.conf | 103 +++++++++++++------------- tests/tests/fv3_ccpp_gfdlmprad | 4 +- tests/tests/fv3_ccpp_gfdlmprad_atmwav | 85 +++++++++++++++++++++ 5 files changed, 145 insertions(+), 55 deletions(-) create mode 100644 tests/tests/fv3_ccpp_gfdlmprad_atmwav diff --git a/.gitmodules b/.gitmodules index 4843d9ff5e..901bf23764 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,9 @@ [submodule "FV3"] path = FV3 - url = https://github.com/NCAR/fv3atm - branch = dtc/develop + #url = https://github.com/NCAR/fv3atm + #branch = dtc/develop + url = https://github.com/climbfuji/fv3atm + branch = merge_emc_develop_20200311_after_moorthi_before_dycore_pr7 [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index 3375ede9c7..2de5048fe3 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 3375ede9c7a567e37e1db01a22b2ba41bf701d7a +Subproject commit 2de5048fe31645d7773aa643aef77653b694a426 diff --git a/tests/rt_ipd_prod_only.conf b/tests/rt_ipd_prod_only.conf index 7af3327a47..f3acfb6f0f 100644 --- a/tests/rt_ipd_prod_only.conf +++ b/tests/rt_ipd_prod_only.conf @@ -38,6 +38,9 @@ COMPILE | WW3=Y RUN | fv3_gfdlmprad | standard | wcoss_cray | fv3 | RUN | fv3_gfdlmprad | standard | wcoss_dell_p3 | fv3 | RUN | fv3_gfdlmprad | standard | hera.intel | fv3 | +RUN | fv3_gfdlmprad_atmwav | standard | wcoss_cray | fv3 | +RUN | fv3_gfdlmprad_atmwav | standard | wcoss_dell_p3 | fv3 | +RUN | fv3_gfdlmprad_atmwav | standard | hera.intel | fv3 | RUN | fv3_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | ###RUN | fv3_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | ###RUN | fv3_wrtGauss_nemsio_c768 | standard | wcoss_dell_p3 | fv3 | @@ -80,13 +83,13 @@ RUN | fv3_stretched_nest_debug # ####################################################################################################################################################################################### # # IPD REPRO tests # # ####################################################################################################################################################################################### -# +# # COMPILE | REPRO=Y | standard | wcoss_cray | fv3 | # COMPILE | REPRO=Y | standard | wcoss_dell_p3 | fv3 | # COMPILE | REPRO=Y | standard | hera.intel | fv3 | # COMPILE | REPRO=Y | standard | gaea.intel | fv3 | # COMPILE | REPRO=Y | standard | jet.intel | fv3 | -# +# # RUN | fv3_control | standard | | fv3 | # RUN | fv3_decomp | standard | | | # RUN | fv3_2threads | standard | | | @@ -105,7 +108,7 @@ RUN | fv3_stretched_nest_debug # RUN | fv3_csawmg3shoc127 | standard | | fv3 | # RUN | fv3_csawmg | standard | | fv3 | # RUN | fv3_satmedmf | standard | | fv3 | -# +# # COMPILE | REPRO=Y WW3=Y | standard | wcoss_cray | fv3 | # COMPILE | REPRO=Y WW3=Y | standard | wcoss_dell_p3 | fv3 | # COMPILE | REPRO=Y WW3=Y | standard | hera.intel | fv3 | @@ -114,7 +117,7 @@ RUN | fv3_stretched_nest_debug # RUN | fv3_gfdlmprad | standard | hera.intel | fv3 | # RUN | fv3_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | # RUN | fv3_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | -# +# # # Run one test using the NEMSAppBuilder, to ensure we don't break it: # APPBUILD| standaloneFV3_repro | standard | wcoss_cray | | # APPBUILD| standaloneFV3_repro | standard | wcoss_dell_p3 | | @@ -122,13 +125,13 @@ RUN | fv3_stretched_nest_debug # APPBUILD| standaloneFV3_repro | standard | gaea.intel | | # APPBUILD| standaloneFV3_repro | standard | jet.intel | | # RUN | fv3_appbuild | standard | | | -# +# # COMPILE | REPRO=Y 32BIT=Y | standard | wcoss_cray | fv3 | # COMPILE | REPRO=Y 32BIT=Y | standard | wcoss_dell_p3 | fv3 | # COMPILE | REPRO=Y 32BIT=Y | standard | hera.intel | fv3 | # COMPILE | REPRO=Y 32BIT=Y | standard | gaea.intel | fv3 | # COMPILE | REPRO=Y 32BIT=Y | standard | jet.intel | fv3 | -# +# # RUN | fv3_control_32bit | standard | | fv3 | # RUN | fv3_gfdlmprad_32bit_post | standard | wcoss_cray | fv3 | # RUN | fv3_gfdlmprad_32bit_post | standard | wcoss_dell_p3 | fv3 | @@ -144,17 +147,17 @@ RUN | fv3_stretched_nest_debug # RUN | fv3_regional_c768 | standard | jet.intel | fv3 | # RUN | fv3_gfdlmp_32bit | standard | | fv3 | # RUN | fv3_cpt | standard | | fv3 | -# +# # ####################################################################################################################################################################################### # # CCPP REPRO tests # # ####################################################################################################################################################################################### -# +# # COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | wcoss_cray | | # COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | wcoss_dell_p3 | | # COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | hera.intel | | # COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | gaea.intel | | # COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | jet.intel | | -# +# # RUN | fv3_ccpp_control | standard | | | # RUN | fv3_ccpp_decomp | standard | | | # RUN | fv3_ccpp_2threads | standard | | | @@ -166,7 +169,7 @@ RUN | fv3_stretched_nest_debug # RUN | fv3_ccpp_wrtGauss_nemsio_c192 | standard | | | # RUN | fv3_ccpp_stochy | standard | | | # RUN | fv3_ccpp_iau | standard | | | -# +# # COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_cray | | # COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_dell_p3 | | # COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | hera.intel | | @@ -175,7 +178,7 @@ RUN | fv3_stretched_nest_debug # RUN | fv3_ccpp_gfdlmprad | standard | hera.intel | | # RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | hera.intel | | # RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | wcoss_cray | | -# +# # # Run one test using the NEMSAppBuilder, to ensure we don't break it: # APPBUILD| CCPP_repro | standard | wcoss_cray | | # APPBUILD| CCPP_repro | standard | wcoss_dell_p3 | | @@ -183,23 +186,23 @@ RUN | fv3_stretched_nest_debug # APPBUILD| CCPP_repro | standard | gaea.intel | | # APPBUILD| CCPP_repro | standard | jet.intel | | # RUN | fv3_ccpp_appbuild | standard | | | -# +# # COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | wcoss_cray | | # COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | wcoss_dell_p3 | | # COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | hera.intel | | # COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | gaea.intel | | # COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | jet.intel | | -# +# # RUN | fv3_ccpp_control_32bit | standard | | | # RUN | fv3_ccpp_stretched | standard | | | # RUN | fv3_ccpp_stretched_nest | standard | | | -# +# # COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | wcoss_cray | | # COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | wcoss_dell_p3 | | # COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | hera.intel | | # COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | gaea.intel | | # COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | jet.intel | | -# +# # RUN | fv3_ccpp_regional_control | standard | | | # RUN | fv3_ccpp_regional_restart | standard | | | fv3_ccpp_regional_control # RUN | fv3_ccpp_regional_quilt | standard | | | @@ -207,51 +210,51 @@ RUN | fv3_stretched_nest_debug # RUN | fv3_ccpp_regional_c768 | standard | hera.intel | | # RUN | fv3_ccpp_regional_c768 | standard | gaea.intel | | # RUN | fv3_ccpp_regional_c768 | standard | jet.intel | | -# +# # COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_cray | | # COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_dell_p3 | | # COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | hera.intel | | # COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | gaea.intel | | # COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | jet.intel | | -# +# # RUN | fv3_ccpp_gfdlmp | standard | | | # RUN | fv3_ccpp_gfdlmprad_gwd | standard | | | # RUN | fv3_ccpp_gfdlmprad_noahmp | standard | | | -# +# # COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | wcoss_cray | | # COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | wcoss_dell_p3 | | # COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | hera.intel | | # COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | gaea.intel | | # COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | jet.intel | | -# +# # #RUN | fv3_ccpp_csawmgshoc | standard | | | # #RUN | fv3_ccpp_csawmg3shoc127 | standard | | | # RUN | fv3_ccpp_csawmg | standard | | | # RUN | fv3_ccpp_satmedmf | standard | | | -# +# # COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | wcoss_cray | fv3 | # COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | wcoss_dell_p3 | fv3 | # COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | hera.intel | fv3 | # COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | gaea.intel | fv3 | # COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | jet.intel | fv3 | -# +# # RUN | fv3_ccpp_gfdlmp_32bit | standard | | | # RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | wcoss_cray | | # RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | wcoss_dell_p3 | | # RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | hera.intel | | # RUN | fv3_ccpp_cpt | standard | | | # RUN | fv3_ccpp_gsd | standard | | fv3 | -# +# # ####################################################################################################################################################################################### # # CCPP PROD tests # # ####################################################################################################################################################################################### -# +# # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | wcoss_cray | fv3 | # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | wcoss_dell_p3 | fv3 | # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | hera.intel | fv3 | # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | gaea.intel | fv3 | # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | jet.intel | fv3 | -# +# # RUN | fv3_ccpp_control | standard | | fv3 | # RUN | fv3_ccpp_decomp | standard | | | # RUN | fv3_ccpp_2threads | standard | | | @@ -268,7 +271,7 @@ RUN | fv3_stretched_nest_debug # # temporarily disabled for gaea.intel (intel18): gives different results when creating baseline and verifying against it # #RUN | fv3_ccpp_iau | standard | gaea.intel | fv3 | # RUN | fv3_ccpp_iau | standard | jet.intel | fv3 | -# +# # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_cray | fv3 | # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_dell_p3 | fv3 | # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | hera.intel | fv3 | @@ -277,7 +280,7 @@ RUN | fv3_stretched_nest_debug # RUN | fv3_ccpp_gfdlmprad | standard | hera.intel | fv3 | # RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | hera.intel | fv3 | # RUN | fv3_ccpp_wrtGauss_nemsio_c768 | standard | wcoss_cray | fv3 | -# +# # # Run one test using the NEMSAppBuilder, to ensure we don't break it: # APPBUILD| CCPP | standard | wcoss_cray | | # APPBUILD| CCPP | standard | wcoss_dell_p3 | | @@ -285,23 +288,23 @@ RUN | fv3_stretched_nest_debug # APPBUILD| CCPP | standard | gaea.intel | | # APPBUILD| CCPP | standard | jet.intel | | # RUN | fv3_ccpp_appbuild | standard | | | -# +# # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | wcoss_cray | fv3 | # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | wcoss_dell_p3 | fv3 | # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | hera.intel | fv3 | # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | gaea.intel | fv3 | # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y | standard | jet.intel | fv3 | -# +# # RUN | fv3_ccpp_control_32bit | standard | | fv3 | # RUN | fv3_ccpp_stretched | standard | | fv3 | # RUN | fv3_ccpp_stretched_nest | standard | | fv3 | -# +# # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | wcoss_cray | fv3 | # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | wcoss_dell_p3 | fv3 | # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | hera.intel | fv3 | # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | gaea.intel | fv3 | # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y | standard | jet.intel | fv3 | -# +# # RUN | fv3_ccpp_regional_control | standard | | fv3 | # RUN | fv3_ccpp_regional_restart | standard | | fv3 | fv3_ccpp_regional_control # RUN | fv3_ccpp_regional_quilt | standard | | fv3 | @@ -309,82 +312,82 @@ RUN | fv3_stretched_nest_debug # RUN | fv3_ccpp_regional_c768 | standard | hera.intel | fv3 | # RUN | fv3_ccpp_regional_c768 | standard | gaea.intel | fv3 | # RUN | fv3_ccpp_regional_c768 | standard | jet.intel | fv3 | -# +# # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | wcoss_cray | fv3 | # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | wcoss_dell_p3 | fv3 | # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | hera.intel | fv3 | # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | gaea.intel | fv3 | # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y | standard | jet.intel | fv3 | -# +# # RUN | fv3_ccpp_control_debug | standard | | fv3 | # RUN | fv3_ccpp_stretched_nest_debug | standard | | fv3 | -# +# # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_cray | fv3 | # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_dell_p3 | fv3 | # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | hera.intel | fv3 | # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | gaea.intel | fv3 | # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | jet.intel | fv3 | -# +# # RUN | fv3_ccpp_gfdlmp | standard | | fv3 | # RUN | fv3_ccpp_gfdlmprad_gwd | standard | | fv3 | # RUN | fv3_ccpp_gfdlmprad_noahmp | standard | | fv3 | -# +# # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | wcoss_cray | fv3 | # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | wcoss_dell_p3 | fv3 | # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | hera.intel | fv3 | # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | gaea.intel | fv3 | # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf | standard | jet.intel | fv3 | -# +# # #RUN | fv3_ccpp_csawmgshoc | standard | | fv3 | # #RUN | fv3_ccpp_csawmg3shoc127 | standard | | fv3 | # RUN | fv3_ccpp_csawmg | standard | | fv3 | # RUN | fv3_ccpp_satmedmf | standard | | fv3 | -# +# # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | wcoss_cray | fv3 | # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | wcoss_dell_p3 | fv3 | # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | hera.intel | fv3 | # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | gaea.intel | fv3 | # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | jet.intel | fv3 | -# +# # RUN | fv3_ccpp_gfdlmp_32bit | standard | | fv3 | # RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | wcoss_cray | fv3 | # RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | wcoss_dell_p3 | fv3 | # RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | hera.intel | fv3 | # RUN | fv3_ccpp_cpt | standard | | fv3 | # RUN | fv3_ccpp_gsd | standard | | fv3 | -# +# # ####################################################################################################################################################################################### # # CCPP PROD tests # # ####################################################################################################################################################################################### -# +# # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta | standard | hera.intel | fv3 | -# +# # RUN | fv3_ccpp_gfs_v15p2 | standard | hera.intel | fv3 | # RUN | fv3_ccpp_gfs_v16beta | standard | hera.intel | fv3 | -# +# # ####################################################################################################################################################################################### # # CCPP DEBUG tests # # ####################################################################################################################################################################################### -# +# # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y | standard | hera.intel | fv3 | -# +# # RUN | fv3_ccpp_gfs_v15p2_debug | standard | hera.intel | fv3 | # RUN | fv3_ccpp_gfs_v16beta_debug | standard | hera.intel | fv3 | -# +# # ####################################################################################################################################################################################### # # CCPP REPRO tests # # ####################################################################################################################################################################################### -# +# # COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y | standard | hera.intel | fv3 | -# +# # RUN | fv3_ccpp_gfs_v15p2 | standard | hera.intel | fv3 | # RUN | fv3_ccpp_gfs_v16beta | standard | hera.intel | fv3 | -# +# # ####################################################################################################################################################################################### # # IPD REPRO tests (verify against CCPP REPRO tests) # # ####################################################################################################################################################################################### -# +# # COMPILE | REPRO=Y | standard | hera.intel | | -# +# # RUN | fv3_gfs_v15p2 | standard | hera.intel | | # RUN | fv3_gfs_v16beta | standard | hera.intel | | diff --git a/tests/tests/fv3_ccpp_gfdlmprad b/tests/tests/fv3_ccpp_gfdlmprad index f2d81eed94..12d2150fa4 100644 --- a/tests/tests/fv3_ccpp_gfdlmprad +++ b/tests/tests/fv3_ccpp_gfdlmprad @@ -55,7 +55,7 @@ export LIST_FILES="atmos_4xdaily.tile1.nc \ export_fv3 -export TASKS=264 +export TASKS=192 export NODES=$(expr $TASKS / $TPN + 1) DT_ATMOS="1200" @@ -72,7 +72,7 @@ export CPLWAV=.T. export atm_model='fv3' export atm_petlist_bounds="0 149" export wav_model='ww3' -export wav_petlist_bounds="150 263" +export wav_petlist_bounds="150 191" export coupling_interval_sec=3600.0 #coupling time step, want it to be multiple of 1800 and FV3 time step export NEMS_CONFIGURE="nems.configure.blocked_atm_wav.IN" diff --git a/tests/tests/fv3_ccpp_gfdlmprad_atmwav b/tests/tests/fv3_ccpp_gfdlmprad_atmwav new file mode 100644 index 0000000000..b2aad9a42d --- /dev/null +++ b/tests/tests/fv3_ccpp_gfdlmprad_atmwav @@ -0,0 +1,85 @@ +############################################################################### +# +# FV3 CCPP GFDL-MPrad 2way atm-way coupling test +# +############################################################################### + +export TEST_DESCR="Compare FV3 CCPP GFDL-MP radiation interaction 2way atm-way coupling option with the control" + +export CNTL_DIR=fv3_gfdlmprad_atmwav + +export LIST_FILES="atmos_4xdaily.tile1.nc \ + atmos_4xdaily.tile2.nc \ + atmos_4xdaily.tile3.nc \ + atmos_4xdaily.tile4.nc \ + atmos_4xdaily.tile5.nc \ + atmos_4xdaily.tile6.nc \ + phyf000.nemsio \ + phyf024.nemsio \ + dynf000.nemsio \ + dynf024.nemsio \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_core.res.tile2.nc \ + RESTART/fv_core.res.tile3.nc \ + RESTART/fv_core.res.tile4.nc \ + RESTART/fv_core.res.tile5.nc \ + RESTART/fv_core.res.tile6.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile2.nc \ + RESTART/fv_srf_wnd.res.tile3.nc \ + RESTART/fv_srf_wnd.res.tile4.nc \ + RESTART/fv_srf_wnd.res.tile5.nc \ + RESTART/fv_srf_wnd.res.tile6.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/fv_tracer.res.tile2.nc \ + RESTART/fv_tracer.res.tile3.nc \ + RESTART/fv_tracer.res.tile4.nc \ + RESTART/fv_tracer.res.tile5.nc \ + RESTART/fv_tracer.res.tile6.nc \ + RESTART/sfc_data.tile1.nc \ + RESTART/sfc_data.tile2.nc \ + RESTART/sfc_data.tile3.nc \ + RESTART/sfc_data.tile4.nc \ + RESTART/sfc_data.tile5.nc \ + RESTART/sfc_data.tile6.nc \ + RESTART/phy_data.tile1.nc \ + RESTART/phy_data.tile2.nc \ + RESTART/phy_data.tile3.nc \ + RESTART/phy_data.tile4.nc \ + RESTART/phy_data.tile5.nc \ + RESTART/phy_data.tile6.nc \ + out_grd.glo_30m" + + +export_fv3 + +export TASKS=192 +export NODES=$(expr $TASKS / $TPN + 1) + +DT_ATMOS="1200" +export LGFDLMPRAD=.true. +export EFFR_IN=.true. + +export OUTPUT_GRID="'gaussian_grid'" +export OUTPUT_FILE="'nemsio'" +export WRITE_NEMSIOFLIP=.true. +export WRITE_FSYNCFLAG=.true. + +export CPL=.true. +export CPLWAV=.T. +export CPLWAV2ATM=.T. +export atm_model='fv3' +export atm_petlist_bounds="0 149" +export wav_model='ww3' +export wav_petlist_bounds="150 191" +export coupling_interval_sec=1200.0 #coupling time step, want it to be multiple of 1800 and FV3 time step +export NEMS_CONFIGURE="nems.configure.blocked_atm_wav_2way.IN" + +export CCPP_SUITE=FV3_GFS_2017_gfdlmp +export CCPP_LIB_DIR=ccpp/lib +export INPUT_NML=ccpp_gfdlmp.nml.IN +export FV3_RUN=ccpp_gfdlmp_run.IN + +RUN_SCRIPT=rt_fv3.sh From 0b62be9d52379406a1b8d0e2fd708705aa676724 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 12 Mar 2020 11:22:39 -0600 Subject: [PATCH 69/89] tests/rt_ccpp_dtc.conf: bugfix, remove test that is no longer exercise/doesn't have a baseline --- tests/rt_ccpp_dtc.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/rt_ccpp_dtc.conf b/tests/rt_ccpp_dtc.conf index c52ef6dd74..67881e67eb 100644 --- a/tests/rt_ccpp_dtc.conf +++ b/tests/rt_ccpp_dtc.conf @@ -150,10 +150,6 @@ COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional 32BIT=Y COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional 32BIT=Y | standard | jet.intel | | RUN | fv3_ccpp_regional_control | standard | | | RUN | fv3_ccpp_regional_restart | standard | | | fv3_ccpp_regional_control -# fv3_ccpp_regional_quilt not working on Cheyenne, code aborts with invalid values -# for surface pressure, out of range warnings and all other sorts of errors -RUN | fv3_ccpp_regional_quilt | standard | gaea.intel | | -RUN | fv3_ccpp_regional_quilt | standard | hera.intel | | # Physics bakeoff tests, 32-bit dynamics COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | gaea.intel | fv3 | COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | hera.intel | fv3 | From edcf5dfd7a48a2b181775a743b3b1a8b0c705d50 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 12 Mar 2020 13:09:30 -0600 Subject: [PATCH 70/89] Revert change .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 901bf23764..4843d9ff5e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,7 @@ [submodule "FV3"] path = FV3 - #url = https://github.com/NCAR/fv3atm - #branch = dtc/develop - url = https://github.com/climbfuji/fv3atm - branch = merge_emc_develop_20200311_after_moorthi_before_dycore_pr7 + url = https://github.com/NCAR/fv3atm + branch = dtc/develop [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index 2de5048fe3..e88f2b37b4 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 2de5048fe31645d7773aa643aef77653b694a426 +Subproject commit e88f2b37b4607b739448a8c82c50f825529ecf9c From 43467b8c07a1d5ad2eafa3404fb654f1c49b1c02 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 12 Mar 2020 13:17:53 -0600 Subject: [PATCH 71/89] Turn of IPD stochy test, turn off IPD Thompson test, add GSD debug test, add Thompson/Thompson-no-aerosol prod and debug test --- FV3 | 2 +- tests/fv3_conf/ccpp_gsd_run.IN | 15 +++- tests/rt.conf | 28 ++++-- tests/rt_ccpp_dtc.conf | 3 +- tests/tests/fv3_ccpp_thompson_debug | 97 ++++++++++++++++++++ tests/tests/fv3_ccpp_thompson_no_aero | 95 ++++++++++++++++++++ tests/tests/fv3_ccpp_thompson_no_aero_debug | 98 +++++++++++++++++++++ 7 files changed, 324 insertions(+), 14 deletions(-) create mode 100644 tests/tests/fv3_ccpp_thompson_debug create mode 100644 tests/tests/fv3_ccpp_thompson_no_aero create mode 100644 tests/tests/fv3_ccpp_thompson_no_aero_debug diff --git a/FV3 b/FV3 index 67c8b06418..872b8fc903 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 67c8b06418730d2672b68562dc111c0b48271822 +Subproject commit 872b8fc90354ab4c84be14ae310865aa323bca5a diff --git a/tests/fv3_conf/ccpp_gsd_run.IN b/tests/fv3_conf/ccpp_gsd_run.IN index 957dd6d5a3..35db40a58f 100644 --- a/tests/fv3_conf/ccpp_gsd_run.IN +++ b/tests/fv3_conf/ccpp_gsd_run.IN @@ -27,10 +27,19 @@ fi # Copy field table, depending on microphysics choice and whether MYNN/SATMEDMF is used if [ $IMP_PHYSICS = 8 ]; then - if [ $DO_MYNNEDMF = .T. ] || [ $SATMEDMF = .T. ]; then - cp @[RTPWD]/FV3_input_data_gsd/field_table_gsd field_table + if [ $LTAEROSOL = .T. ]; then + if [ $DO_MYNNEDMF = .T. ] || [ $SATMEDMF = .T. ]; then + cp @[RTPWD]/FV3_input_data_gsd/field_table_gsd field_table + else + cp @[RTPWD]/FV3_input_data_gsd/field_table_gf_thompson field_table + fi else - cp @[RTPWD]/FV3_input_data_gsd/field_table_gf_thompson field_table + if [ $DO_MYNNEDMF = .T. ] || [ $SATMEDMF = .T. ]; then + echo "ERROR, no field table configured for Thompson MP without aerosols but with MYNN or SATMEDMF (need TKE)" + exit 1 + else + cp @[RTPWD]/FV3_input_data_gsd/field_table_thompson_noaero field_table + fi fi elif [ $IMP_PHYSICS = 11 ]; then if [ $DO_MYNNEDMF = .T. ] || [ $SATMEDMF = .T. ]; then diff --git a/tests/rt.conf b/tests/rt.conf index 9273aaaae2..8a3c63cd7c 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -17,7 +17,7 @@ RUN | fv3_read_inc RUN | fv3_gfdlmp | standard | | fv3 | RUN | fv3_gfdlmprad_gwd | standard | | fv3 | RUN | fv3_gfdlmprad_noahmp | standard | | fv3 | -RUN | fv3_thompson | standard | | fv3 | +#RUN | fv3_thompson | standard | | fv3 | RUN | fv3_wsm6 | standard | | fv3 | RUN | fv3_wrtGauss_netcdf_esmf | standard | | fv3 | RUN | fv3_wrtGauss_netcdf | standard | | fv3 | @@ -99,7 +99,7 @@ RUN | fv3_wrtGauss_netcdf_esmf RUN | fv3_wrtGauss_netcdf | standard | | fv3 | RUN | fv3_wrtGauss_nemsio | standard | | fv3 | RUN | fv3_wrtGauss_nemsio_c192 | standard | | fv3 | -RUN | fv3_stochy | standard | | fv3 | +#RUN | fv3_stochy | standard | | fv3 | RUN | fv3_iau | standard | | fv3 | RUN | fv3_gfdlmp | standard | | fv3 | RUN | fv3_gfdlmprad_gwd | standard | | fv3 | @@ -171,7 +171,7 @@ RUN | fv3_ccpp_wrtGauss_netcdf_esmf RUN | fv3_ccpp_wrtGauss_netcdf | standard | | | RUN | fv3_ccpp_wrtGauss_nemsio | standard | | | RUN | fv3_ccpp_wrtGauss_nemsio_c192 | standard | | | -RUN | fv3_ccpp_stochy | standard | | | +RUN | fv3_ccpp_stochy | standard | | fv3s | RUN | fv3_ccpp_iau | standard | | | COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_cray | | @@ -355,11 +355,11 @@ COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3 RUN | fv3_ccpp_csawmg | standard | | fv3 | RUN | fv3_ccpp_satmedmf | standard | | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | wcoss_cray | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | wcoss_dell_p3 | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | hera.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | gaea.intel | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y | standard | jet.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y | standard | wcoss_cray | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y | standard | wcoss_dell_p3 | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y | standard | hera.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y | standard | gaea.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y | standard | jet.intel | fv3 | RUN | fv3_ccpp_gfdlmp_32bit | standard | | fv3 | RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | wcoss_cray | fv3 | @@ -367,6 +367,8 @@ RUN | fv3_ccpp_gfdlmprad_32bit_post RUN | fv3_ccpp_gfdlmprad_32bit_post | standard | hera.intel | fv3 | RUN | fv3_ccpp_cpt | standard | | fv3 | RUN | fv3_ccpp_gsd | standard | | fv3 | +RUN | fv3_ccpp_thompson | standard | | fv3 | +RUN | fv3_ccpp_thompson_no_aero | standard | | fv3 | ####################################################################################################################################################################################### # CCPP PROD tests # @@ -386,6 +388,16 @@ COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y RUN | fv3_ccpp_gfs_v15p2_debug | standard | hera.intel | fv3 | RUN | fv3_ccpp_gfs_v16beta_debug | standard | hera.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y | standard | wcoss_cray | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y | standard | wcoss_dell_p3 | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y | standard | hera.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y | standard | gaea.intel | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y | standard | jet.intel | fv3 | + +RUN | fv3_ccpp_gsd_debug | standard | | fv3 | +RUN | fv3_ccpp_thompson_debug | standard | | fv3 | +RUN | fv3_ccpp_thompson_no_aero_debug | standard | | fv3 | + ####################################################################################################################################################################################### # CCPP REPRO tests # ####################################################################################################################################################################################### diff --git a/tests/rt_ccpp_dtc.conf b/tests/rt_ccpp_dtc.conf index 67881e67eb..f477772a37 100644 --- a/tests/rt_ccpp_dtc.conf +++ b/tests/rt_ccpp_dtc.conf @@ -16,7 +16,6 @@ RUN | fv3_wsm6 RUN | fv3_gfdlmp | standard | | fv3 | RUN | fv3_gfdlmprad_gwd | standard | | fv3 | RUN | fv3_gfdlmprad_noahmp | standard | | fv3 | -RUN | fv3_stochy | standard | | fv3 | RUN | fv3_satmedmf | standard | | fv3 | RUN | fv3_satmedmfq | standard | | fv3 | RUN | fv3_lheatstrg | standard | | fv3 | @@ -89,7 +88,7 @@ COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf,FV3_ RUN | fv3_ccpp_control | standard | | | RUN | fv3_ccpp_decomp | standard | | | RUN | fv3_ccpp_2threads | standard | | | -RUN | fv3_ccpp_stochy | standard | | | +RUN | fv3_ccpp_stochy | standard | | fv3 | RUN | fv3_ccpp_lheatstrg | standard | | | RUN | fv3_ccpp_satmedmf | standard | | | RUN | fv3_ccpp_satmedmfq | standard | | | diff --git a/tests/tests/fv3_ccpp_thompson_debug b/tests/tests/fv3_ccpp_thompson_debug new file mode 100644 index 0000000000..2f084566b3 --- /dev/null +++ b/tests/tests/fv3_ccpp_thompson_debug @@ -0,0 +1,97 @@ +############################################################################### +# +# FV3 CCPP Thompson MP debug test +# +############################################################################### + +export TEST_DESCR="Compare FV3 CCPP Thompson MP debug results with previous trunk version" + +export CNTL_DIR=fv3_thompson_debug + +export LIST_FILES="atmos_4xdaily.tile1.nc \ + atmos_4xdaily.tile2.nc \ + atmos_4xdaily.tile3.nc \ + atmos_4xdaily.tile4.nc \ + atmos_4xdaily.tile5.nc \ + atmos_4xdaily.tile6.nc \ + phyf000.tile1.nc \ + phyf000.tile2.nc \ + phyf000.tile3.nc \ + phyf000.tile4.nc \ + phyf000.tile5.nc \ + phyf000.tile6.nc \ + phyf006.tile1.nc \ + phyf006.tile2.nc \ + phyf006.tile3.nc \ + phyf006.tile4.nc \ + phyf006.tile5.nc \ + phyf006.tile6.nc \ + dynf000.tile1.nc \ + dynf000.tile2.nc \ + dynf000.tile3.nc \ + dynf000.tile4.nc \ + dynf000.tile5.nc \ + dynf000.tile6.nc \ + dynf006.tile1.nc \ + dynf006.tile2.nc \ + dynf006.tile3.nc \ + dynf006.tile4.nc \ + dynf006.tile5.nc \ + dynf006.tile6.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_core.res.tile2.nc \ + RESTART/fv_core.res.tile3.nc \ + RESTART/fv_core.res.tile4.nc \ + RESTART/fv_core.res.tile5.nc \ + RESTART/fv_core.res.tile6.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile2.nc \ + RESTART/fv_srf_wnd.res.tile3.nc \ + RESTART/fv_srf_wnd.res.tile4.nc \ + RESTART/fv_srf_wnd.res.tile5.nc \ + RESTART/fv_srf_wnd.res.tile6.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/fv_tracer.res.tile2.nc \ + RESTART/fv_tracer.res.tile3.nc \ + RESTART/fv_tracer.res.tile4.nc \ + RESTART/fv_tracer.res.tile5.nc \ + RESTART/fv_tracer.res.tile6.nc \ + RESTART/phy_data.tile1.nc \ + RESTART/phy_data.tile2.nc \ + RESTART/phy_data.tile3.nc \ + RESTART/phy_data.tile4.nc \ + RESTART/phy_data.tile5.nc \ + RESTART/phy_data.tile6.nc \ + RESTART/sfc_data.tile1.nc \ + RESTART/sfc_data.tile2.nc \ + RESTART/sfc_data.tile3.nc \ + RESTART/sfc_data.tile4.nc \ + RESTART/sfc_data.tile5.nc \ + RESTART/sfc_data.tile6.nc" + +export_fv3 +export NODES=$(expr $TASKS / $TPN + 1) + +export FHMAX=6 +export FDIAG=3 + +export DT_ATMOS="600" +export IMP_PHYSICS=8 +export DNATS=0 +export DO_SAT_ADJ=.F. +export LRADAR=.T. +export LTAEROSOL=.T. + +export FV3_RUN=ccpp_gsd_run.IN +export CCPP_SUITE=FV3_GFS_v15_thompson +export CCPP_LIB_DIR=ccpp/lib +export INPUT_NML=ccpp_gsd.nml.IN + +export HYBEDMF=.T. +export DO_MYNNEDMF=.F. +export IMFSHALCNV=2 +export IMFDEEPCNV=2 + +RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_thompson_no_aero b/tests/tests/fv3_ccpp_thompson_no_aero new file mode 100644 index 0000000000..642b81b3b6 --- /dev/null +++ b/tests/tests/fv3_ccpp_thompson_no_aero @@ -0,0 +1,95 @@ +############################################################################### +# +# FV3 CCPP Thompson MP no aerosol test +# +############################################################################### + +export TEST_DESCR="Compare FV3 CCPP Thompson MP no aerosol results with previous trunk version" + +export CNTL_DIR=fv3_thompson_no_aero + +export LIST_FILES="atmos_4xdaily.tile1.nc \ + atmos_4xdaily.tile2.nc \ + atmos_4xdaily.tile3.nc \ + atmos_4xdaily.tile4.nc \ + atmos_4xdaily.tile5.nc \ + atmos_4xdaily.tile6.nc \ + phyf000.tile1.nc \ + phyf000.tile2.nc \ + phyf000.tile3.nc \ + phyf000.tile4.nc \ + phyf000.tile5.nc \ + phyf000.tile6.nc \ + phyf024.tile1.nc \ + phyf024.tile2.nc \ + phyf024.tile3.nc \ + phyf024.tile4.nc \ + phyf024.tile5.nc \ + phyf024.tile6.nc \ + dynf000.tile1.nc \ + dynf000.tile2.nc \ + dynf000.tile3.nc \ + dynf000.tile4.nc \ + dynf000.tile5.nc \ + dynf000.tile6.nc \ + dynf024.tile1.nc \ + dynf024.tile2.nc \ + dynf024.tile3.nc \ + dynf024.tile4.nc \ + dynf024.tile5.nc \ + dynf024.tile6.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_core.res.tile2.nc \ + RESTART/fv_core.res.tile3.nc \ + RESTART/fv_core.res.tile4.nc \ + RESTART/fv_core.res.tile5.nc \ + RESTART/fv_core.res.tile6.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile2.nc \ + RESTART/fv_srf_wnd.res.tile3.nc \ + RESTART/fv_srf_wnd.res.tile4.nc \ + RESTART/fv_srf_wnd.res.tile5.nc \ + RESTART/fv_srf_wnd.res.tile6.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/fv_tracer.res.tile2.nc \ + RESTART/fv_tracer.res.tile3.nc \ + RESTART/fv_tracer.res.tile4.nc \ + RESTART/fv_tracer.res.tile5.nc \ + RESTART/fv_tracer.res.tile6.nc \ + RESTART/phy_data.tile1.nc \ + RESTART/phy_data.tile2.nc \ + RESTART/phy_data.tile3.nc \ + RESTART/phy_data.tile4.nc \ + RESTART/phy_data.tile5.nc \ + RESTART/phy_data.tile6.nc \ + RESTART/sfc_data.tile1.nc \ + RESTART/sfc_data.tile2.nc \ + RESTART/sfc_data.tile3.nc \ + RESTART/sfc_data.tile4.nc \ + RESTART/sfc_data.tile5.nc \ + RESTART/sfc_data.tile6.nc" + +export_fv3 +export NODES=$(expr $TASKS / $TPN + 1) + +export DT_ATMOS="600" +export IMP_PHYSICS=8 +export DNATS=0 +export DO_SAT_ADJ=.F. +export LRADAR=.T. +export NSRADAR_RESET=3600.0 +export LTAEROSOL=.F. + +export FV3_RUN=ccpp_gsd_run.IN +export CCPP_SUITE=FV3_GFS_v15_thompson +export CCPP_LIB_DIR=ccpp/lib +export INPUT_NML=ccpp_gsd.nml.IN + +export HYBEDMF=.T. +export DO_MYNNEDMF=.F. +export IMFSHALCNV=2 +export IMFDEEPCNV=2 + +RUN_SCRIPT=rt_fv3.sh diff --git a/tests/tests/fv3_ccpp_thompson_no_aero_debug b/tests/tests/fv3_ccpp_thompson_no_aero_debug new file mode 100644 index 0000000000..7ee8f3f650 --- /dev/null +++ b/tests/tests/fv3_ccpp_thompson_no_aero_debug @@ -0,0 +1,98 @@ +############################################################################### +# +# FV3 CCPP Thompson MP without aerosols debug test +# +############################################################################### + +export TEST_DESCR="Compare FV3 CCPP Thompson MP without aerosols debug results with previous trunk version" + +export CNTL_DIR=fv3_thompson_no_aero_debug + +export LIST_FILES="atmos_4xdaily.tile1.nc \ + atmos_4xdaily.tile2.nc \ + atmos_4xdaily.tile3.nc \ + atmos_4xdaily.tile4.nc \ + atmos_4xdaily.tile5.nc \ + atmos_4xdaily.tile6.nc \ + phyf000.tile1.nc \ + phyf000.tile2.nc \ + phyf000.tile3.nc \ + phyf000.tile4.nc \ + phyf000.tile5.nc \ + phyf000.tile6.nc \ + phyf006.tile1.nc \ + phyf006.tile2.nc \ + phyf006.tile3.nc \ + phyf006.tile4.nc \ + phyf006.tile5.nc \ + phyf006.tile6.nc \ + dynf000.tile1.nc \ + dynf000.tile2.nc \ + dynf000.tile3.nc \ + dynf000.tile4.nc \ + dynf000.tile5.nc \ + dynf000.tile6.nc \ + dynf006.tile1.nc \ + dynf006.tile2.nc \ + dynf006.tile3.nc \ + dynf006.tile4.nc \ + dynf006.tile5.nc \ + dynf006.tile6.nc \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_core.res.tile2.nc \ + RESTART/fv_core.res.tile3.nc \ + RESTART/fv_core.res.tile4.nc \ + RESTART/fv_core.res.tile5.nc \ + RESTART/fv_core.res.tile6.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile2.nc \ + RESTART/fv_srf_wnd.res.tile3.nc \ + RESTART/fv_srf_wnd.res.tile4.nc \ + RESTART/fv_srf_wnd.res.tile5.nc \ + RESTART/fv_srf_wnd.res.tile6.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/fv_tracer.res.tile2.nc \ + RESTART/fv_tracer.res.tile3.nc \ + RESTART/fv_tracer.res.tile4.nc \ + RESTART/fv_tracer.res.tile5.nc \ + RESTART/fv_tracer.res.tile6.nc \ + RESTART/phy_data.tile1.nc \ + RESTART/phy_data.tile2.nc \ + RESTART/phy_data.tile3.nc \ + RESTART/phy_data.tile4.nc \ + RESTART/phy_data.tile5.nc \ + RESTART/phy_data.tile6.nc \ + RESTART/sfc_data.tile1.nc \ + RESTART/sfc_data.tile2.nc \ + RESTART/sfc_data.tile3.nc \ + RESTART/sfc_data.tile4.nc \ + RESTART/sfc_data.tile5.nc \ + RESTART/sfc_data.tile6.nc" + +export_fv3 +export NODES=$(expr $TASKS / $TPN + 1) + +export FHMAX=6 +export FDIAG=3 + +export DT_ATMOS="600" +export IMP_PHYSICS=8 +export DNATS=0 +export DO_SAT_ADJ=.F. +export LRADAR=.T. +export NSRADAR_RESET=3600.0 +export LTAEROSOL=.F. + +export FV3_RUN=ccpp_gsd_run.IN +export CCPP_SUITE=FV3_GFS_v15_thompson +export CCPP_LIB_DIR=ccpp/lib +export INPUT_NML=ccpp_gsd.nml.IN + +export HYBEDMF=.T. +export DO_MYNNEDMF=.F. +export IMFSHALCNV=2 +export IMFDEEPCNV=2 + +RUN_SCRIPT=rt_fv3.sh From 46b67da2ee62bca1d91b52115b536c8c942d8696 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Fri, 13 Mar 2020 07:49:51 -0600 Subject: [PATCH 72/89] Bugfixes to regression test configuration files --- tests/rt.conf | 14 +++++++------- tests/rt_ccpp_dtc.conf | 12 ++++++------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/tests/rt.conf b/tests/rt.conf index 8a3c63cd7c..4fe839507d 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -99,7 +99,7 @@ RUN | fv3_wrtGauss_netcdf_esmf RUN | fv3_wrtGauss_netcdf | standard | | fv3 | RUN | fv3_wrtGauss_nemsio | standard | | fv3 | RUN | fv3_wrtGauss_nemsio_c192 | standard | | fv3 | -#RUN | fv3_stochy | standard | | fv3 | +RUN | fv3_stochy | standard | | | RUN | fv3_iau | standard | | fv3 | RUN | fv3_gfdlmp | standard | | fv3 | RUN | fv3_gfdlmprad_gwd | standard | | fv3 | @@ -156,11 +156,11 @@ RUN | fv3_cpt # CCPP REPRO tests # ####################################################################################################################################################################################### -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | wcoss_cray | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | wcoss_dell_p3 | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | hera.intel | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | gaea.intel | | -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | jet.intel | | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | wcoss_cray | fv3 | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | wcoss_dell_p3 | fv3 | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | hera.intel | fv3 | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | gaea.intel | fv3 | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 | standard | jet.intel | fv3 | RUN | fv3_ccpp_control | standard | | | RUN | fv3_ccpp_decomp | standard | | | @@ -171,7 +171,7 @@ RUN | fv3_ccpp_wrtGauss_netcdf_esmf RUN | fv3_ccpp_wrtGauss_netcdf | standard | | | RUN | fv3_ccpp_wrtGauss_nemsio | standard | | | RUN | fv3_ccpp_wrtGauss_nemsio_c192 | standard | | | -RUN | fv3_ccpp_stochy | standard | | fv3s | +RUN | fv3_ccpp_stochy | standard | | fv3 | RUN | fv3_ccpp_iau | standard | | | COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y | standard | wcoss_cray | | diff --git a/tests/rt_ccpp_dtc.conf b/tests/rt_ccpp_dtc.conf index f477772a37..dd329b5dd4 100644 --- a/tests/rt_ccpp_dtc.conf +++ b/tests/rt_ccpp_dtc.conf @@ -78,12 +78,12 @@ RUN | fv3_gfs_v16beta # CCPP static: CCPP, static option, repro mode # ############################################################################################################################################################## # control-based tests -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf,FV3_GFS_2017_satmedmfq | standard | gaea.intel | | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf,FV3_GFS_2017_satmedmfq | standard | hera.intel | | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf,FV3_GFS_2017_satmedmfq | standard | cheyenne.intel | | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf,FV3_GFS_2017_satmedmfq | standard | cheyenne.gnu | | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf,FV3_GFS_2017_satmedmfq | standard | stampede.intel | | -COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf,FV3_GFS_2017_satmedmfq | standard | jet.intel | | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf,FV3_GFS_2017_satmedmfq | standard | gaea.intel | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf,FV3_GFS_2017_satmedmfq | standard | hera.intel | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf,FV3_GFS_2017_satmedmfq | standard | cheyenne.intel | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf,FV3_GFS_2017_satmedmfq | standard | cheyenne.gnu | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf,FV3_GFS_2017_satmedmfq | standard | stampede.intel | fv3 | +COMPILE | CCPP=Y REPRO=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_satmedmf,FV3_GFS_2017_satmedmfq | standard | jet.intel | fv3 | # Run tests with static CCPP add-on RUN | fv3_ccpp_control | standard | | | RUN | fv3_ccpp_decomp | standard | | | From 103078a0b1337fd0cc7bf71af61d63a108e1579e Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Fri, 13 Mar 2020 13:06:56 -0600 Subject: [PATCH 73/89] Revert change to .gitmodules, update submodule pointer for fv3atm --- .gitmodules | 6 ++---- FV3 | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index 43d9aa8666..4843d9ff5e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,7 @@ [submodule "FV3"] path = FV3 - #url = https://github.com/NCAR/fv3atm - #branch = dtc/develop - url = https://github.com/climbfuji/fv3atm - branch = update_from_dev_emc_20200312_and_other_changes + url = https://github.com/NCAR/fv3atm + branch = dtc/develop [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index 872b8fc903..722339d1cf 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 872b8fc90354ab4c84be14ae310865aa323bca5a +Subproject commit 722339d1cfa75cc63dedde486c733f3907a716ac From 3ff3f621a2641d547e77b620dfc4492badc07a43 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Sun, 15 Mar 2020 19:35:53 -0600 Subject: [PATCH 74/89] Support for hera.gnu, compiler-specific baseline directory on hera, modify rt.sh so that COMPILE and APPBUILD lines without a machine name are executed on all machines (same as RUN lines), change rt_gnu.conf accordingly --- cmake/configure_hera.gnu.cmake | 35 +++++++ compsets/hera.input | 4 +- compsets/wcoss.input | 16 +-- conf/configure.fv3.hera.gnu | 175 +++++++++++++++++++++++++++++++++ modulefiles/hera.gnu/fv3 | 42 ++++++++ tests/rt.sh | 19 ++-- tests/rt_gnu.conf | 36 +++---- 7 files changed, 291 insertions(+), 36 deletions(-) create mode 100644 cmake/configure_hera.gnu.cmake create mode 100644 conf/configure.fv3.hera.gnu create mode 100644 modulefiles/hera.gnu/fv3 diff --git a/cmake/configure_hera.gnu.cmake b/cmake/configure_hera.gnu.cmake new file mode 100644 index 0000000000..7efcb1633e --- /dev/null +++ b/cmake/configure_hera.gnu.cmake @@ -0,0 +1,35 @@ +message("") +message("Setting configuration for $ENV{CMAKE_Platform}") +message("") + +get_filename_component (C_COMPILER_NAME ${CMAKE_C_COMPILER} NAME) +get_filename_component (CXX_COMPILER_NAME ${CMAKE_CXX_COMPILER} NAME) +get_filename_component (Fortran_COMPILER_NAME ${CMAKE_Fortran_COMPILER} NAME) +message("C compiler: ${CMAKE_C_COMPILER_ID} ${CMAKE_C_COMPILER_VERSION} (${C_COMPILER_NAME})") +message("CXX compiler: ${CMAKE_CXX_COMPILER_ID} ${CMAKE_CXX_COMPILER_VERSION} (${CXX_COMPILER_NAME})") +message("Fortran compiler: ${CMAKE_Fortran_COMPILER_ID} ${CMAKE_Fortran_COMPILER_VERSION} (${Fortran_COMPILER_NAME})") +message("") + +option(DEBUG "Enable DEBUG mode" OFF) +option(REPRO "Enable REPRO mode" OFF) +option(VERBOSE "Enable VERBOSE mode" OFF) +option(32BIT "Enable 32BIT (single precision arithmetic in dycore)" OFF) +option(OPENMP "Enable OpenMP threading" ON) +option(AVX2 "Enable AVX2 instruction set" OFF) + +option(INLINE_POST "Enable inline post" OFF) + +include( cmake/${CMAKE_Fortran_COMPILER_ID}.cmake ) + +set(NEMSIO_INC $ENV{NEMSIO_INC}) +set(POST_INC $ENV{POST_INC}) +set(NCEP_LIBS $ENV{POST_LIB} $ENV{NEMSIO_LIB} $ENV{G2_LIB4} $ENV{G2TMPL_LIB} $ENV{BACIO_LIB4} $ENV{SP_LIBd} $ENV{W3EMC_LIBd} $ENV{W3NCO_LIBd} $ENV{CRTM_LIB} $ENV{PNG_LIB} $ENV{JASPER_LIB} $ENV{Z_LIB}) + +set(ESMF_MOD ${ESMF_F90COMPILEPATHS}) +set(ESMF_LIBS "${ESMF_F90ESMFLINKRPATHS} ${ESMF_F90ESMFLINKPATHS} ${ESMF_F90ESMFLINKLIBS}") + +set(NETCDF_INC_DIR $ENV{NETCDF}/include) +set(NETCDF_LIBDIR $ENV{NETCDF}/lib) +set(NETCDF_LIBS -L$ENV{NETCDF}/lib -lnetcdff -lnetcdf) + +message("") diff --git a/compsets/hera.input b/compsets/hera.input index f8ae2baa0f..213ec9fbf7 100644 --- a/compsets/hera.input +++ b/compsets/hera.input @@ -31,8 +31,8 @@ platform hera.intel { # INPUTS is the input directory, which should contain fix and parm # files, plus any restarts or other inputs. - BASELINE="/scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200313" - BASELINE_TEMPLATE="/scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200313" + BASELINE="/scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL" + BASELINE_TEMPLATE="/scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL" INPUTS="@[BASELINE]" default_resources={ diff --git a/compsets/wcoss.input b/compsets/wcoss.input index de07434e05..d8f3c5cb51 100644 --- a/compsets/wcoss.input +++ b/compsets/wcoss.input @@ -28,8 +28,8 @@ platform wcoss.phase2 { LONG_TEST_QUEUE='&LONGQ;' BUILD_QUEUE='&BUILDQ;' MACHINE_ID='wcoss.phase2' - BASELINE="/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200313" - BASELINE_TEMPLATE="/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200313" + BASELINE="/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317" + BASELINE_TEMPLATE="/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317" default_resources={ TASKS=156 @@ -126,8 +126,8 @@ platform wcoss.phase1 { C768_THRD=4 MACHINE_ID='wcoss.phase1' - BASELINE="/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200313" - BASELINE_TEMPLATE="/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200313" + BASELINE="/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317" + BASELINE_TEMPLATE="/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317" # WCOSS Phase 2 has been slow of late. DEFAULT_TEST_WALLTIME=2700 @@ -213,8 +213,8 @@ platform wcoss_dell_p3 { LONG_TEST_QUEUE='&LONGQ;' BUILD_QUEUE='&BUILDQ;' - BASELINE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200313/" - BASELINE_TEMPLATE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200313/" + BASELINE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/" + BASELINE_TEMPLATE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/" default_resources={ TASKS=156 @@ -314,8 +314,8 @@ platform wcoss.cray { BUILD_WALLTIME="3600" DEFAULT_TEST_WALLTIME=1800 - BASELINE="/gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200313" - BASELINE_TEMPLATE="/gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200313" + BASELINE="/gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317" + BASELINE_TEMPLATE="/gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317" execution_time_modules=[[[ module load alps diff --git a/conf/configure.fv3.hera.gnu b/conf/configure.fv3.hera.gnu new file mode 100644 index 0000000000..e55daa83b7 --- /dev/null +++ b/conf/configure.fv3.hera.gnu @@ -0,0 +1,175 @@ +## NEMS configuration file +## +## Platform: Hera +## Compiler: GNU with OpenMPI + +SHELL=/bin/sh + +################################################################################ +## Include the common configuration parts + +ifdef InNemsMakefile +include $(TOP)/conf/configure.nems.NUOPC +endif + +############ +# commands # +############ +FC = mpif90 +CC = mpicc +CXX = mpicxx +LD = $(FC) + +######### +# flags # +######### +# default is 64-bit OpenMP non-hydrostatic build using AVX2 +DEBUG = +REPRO = +VERBOSE = +OPENMP = Y +AVX2 = Y +HYDRO = N +CCPP = N +STATIC = N + +include $(ESMFMKFILE) +ESMF_INC = $(ESMF_F90COMPILEPATHS) + +NEMSIOINC = -I$(NEMSIO_INC) +NCEPLIBS = $(NEMSIO_LIB) $(BACIO_LIB4) $(SP_LIBd) $(W3EMC_LIBd) $(W3NCO_LIBd) + +############################################## +# Need to use at least GNU Make version 3.81 # +############################################## +need := 3.81 +ok := $(filter $(need),$(firstword $(sort $(MAKE_VERSION) $(need)))) +ifneq ($(need),$(ok)) +$(error Need at least make version $(need). Load module gmake/3.81) +endif + +NETCDF_ROOT = $(NETCDF) +INCLUDE = -I$(NETCDF_ROOT)/include +NETCDF_INC = -I$(NETCDF_ROOT)/include +ifneq ($(findstring netcdf/4,$(LOADEDMODULES)),) + NETCDF_LIB += -L$(NETCDF)/lib -lnetcdff -lnetcdf +else + NETCDF_LIB += -L$(NETCDF)/lib -lnetcdff -lnetcdf +endif + +FPPFLAGS := -cpp -Wp,-w $(INCLUDE) +CFLAGS := $(INCLUDE) + +FFLAGS := $(INCLUDE) -fcray-pointer -ffree-line-length-none -fno-range-check -fbacktrace + +CPPDEFS += -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP +CPPDEFS += -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_INLINE_POST + +ifeq ($(HYDRO),Y) +CPPDEFS += +else +CPPDEFS += -DMOIST_CAPPA -DUSE_COND +endif + +ifeq ($(NAM_phys),Y) +CPPDEFS += -DNAM_phys +endif + +ifeq ($(32BIT),Y) +CPPDEFS += -DOVERLOAD_R4 -DOVERLOAD_R8 +FFLAGS += +else +FFLAGS += -fdefault-real-8 -fdefault-double-8 +endif + +ifeq ($(AVX2),Y) +FFLAGS += +CFLAGS += +else +FFLAGS += +CFLAGS += +endif + +ifeq ($(MULTI_GASES),Y) +CPPDEFS += -DMULTI_GASES +endif + +FFLAGS_OPT = -O2 -fno-range-check +FFLAGS_REPRO = -O2 -g -fbacktrace -fno-range-check +FFLAGS_DEBUG = -g -O0 -fno-unsafe-math-optimizations -frounding-math -fsignaling-nans -ffpe-trap=invalid,zero,overflow -fbounds-check -fbacktrace -fno-range-check -Wall + +TRANSCENDENTALS := +FFLAGS_OPENMP = -fopenmp +FFLAGS_VERBOSE = -v -V + +CFLAGS += -D__IFC + +CFLAGS_OPT = -O2 +CFLAGS_REPRO = -O2 +CFLAGS_OPENMP = -fopenmp +CFLAGS_DEBUG = -O0 -g + +# Optional Testing compile flags. Mutually exclusive from DEBUG, REPRO, and OPT +# *_TEST will match the production if no new option(s) is(are) to be tested. +FFLAGS_TEST = -O3 +CFLAGS_TEST = -O2 + +LDFLAGS := +LDFLAGS_OPENMP := -fopenmp +LDFLAGS_VERBOSE := -Wl,-V,--verbose,-cref,-M + +# start with blank LIBS +LIBS := + +ifeq ($(REPRO),Y) +CPPDEFS += -DREPRO +CFLAGS += $(CFLAGS_REPRO) +FFLAGS += $(FFLAGS_REPRO) +FAST := +else ifeq ($(DEBUG),Y) +CPPDEFS += -DDEBUG +CFLAGS += $(CFLAGS_DEBUG) +FFLAGS += $(FFLAGS_DEBUG) +FAST := +else ifeq ($(TEST),Y) +CFLAGS += $(CFLAGS_TEST) +FFLAGS += $(FFLAGS_TEST) +FAST := +else +CFLAGS += $(CFLAGS_OPT) +FFLAGS += $(FFLAGS_OPT) +FAST := $(TRANSCENDENTALS) +endif + +ifeq ($(OPENMP),Y) +CPPDEFS += -DOPENMP +CFLAGS += $(CFLAGS_OPENMP) +FFLAGS += $(FFLAGS_OPENMP) +LDFLAGS += $(LDFLAGS_OPENMP) +endif + +ifeq ($(VERBOSE),Y) +CFLAGS += $(CFLAGS_VERBOSE) +FFLAGS += $(FFLAGS_VERBOSE) +LDFLAGS += $(LDFLAGS_VERBOSE) +endif + +ifeq ($(CCPP),Y) +CPPDEFS += -DCCPP +CFLAGS += -I$(PATH_CCPP)/include +FFLAGS += -I$(PATH_CCPP)/include +ifeq ($(STATIC),Y) +CPPDEFS += -DSTATIC +LDFLAGS += -L$(PATH_CCPP)/lib -lccppphys -lccpp $(NCEPLIBS) -lxml2 +else +LDFLAGS += -L$(PATH_CCPP)/lib -lccpp +endif +endif + +LDFLAGS += $(LIBS) + +ifdef InNemsMakefile +FFLAGS += $(ESMF_INC) +CPPFLAGS += -cpp -traditional +EXTLIBS = $(NCEPLIBS) $(ESMF_LIB) $(LDFLAGS) $(NETCDF_LIB) +endif diff --git a/modulefiles/hera.gnu/fv3 b/modulefiles/hera.gnu/fv3 new file mode 100644 index 0000000000..ec7a2d5aae --- /dev/null +++ b/modulefiles/hera.gnu/fv3 @@ -0,0 +1,42 @@ +#%Module###################################################################### +## +## NEMS FV3 Prerequisites: Hera/GNU + +proc ModulesHelp {} { + puts stderr "\tcit - loads modules required for building and running FV3 under NEMS on Hera/GNU" +} + +module-whatis "loads NEMS FV3 prerequisites for Hera/GNU" + +# NOTE: the "module purge" and loading of the module command are +# handled by the module-setup.sh (or .csh) script. +setenv NCEPLIBS /scratch2/NCEPDEV/nwprod/NCEPLIBS +## +## load contrib environment +## load slurm utils (arbitrary.pl layout.pl) +## +module load contrib sutils + +## +## load programming environment +## this typically includes compiler, MPI and job scheduler +## +module load gnu/9.2.0 +module load openmpi/3.1.4 +module load netcdf/4.7.2 + +## +## use pre-compiled EMSF library and NCEP libraries for above compiler / MPI combination +## +module use -a /scratch1/BMC/gmtb/software/modulefiles/gnu-9.2.0/openmpi-3.1.4 +module load NCEPlibs/1.0.0 + +## +## load cmake +## +module use -a /scratch1/BMC/gmtb/software/modulefiles/generic +module load cmake/3.16.3 +setenv CMAKE_C_COMPILER mpicc +setenv CMAKE_CXX_COMPILER mpicxx +setenv CMAKE_Fortran_COMPILER mpif90 +setenv CMAKE_Platform hera.gnu diff --git a/tests/rt.sh b/tests/rt.sh index 5fe6360a0e..39f9047f73 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -315,7 +315,7 @@ mkdir -p ${STMP}/${USER} # Different own baseline directories for different compilers on Theia/Cheyenne NEW_BASELINE=${STMP}/${USER}/FV3_RT/REGRESSION_TEST -if [[ $MACHINE_ID = theia.* ]] || [[ $MACHINE_ID = cheyenne.* ]] || [[ $MACHINE_ID = jet.* ]] || [[ $MACHINE_ID = gaea.* ]]; then +if [[ $MACHINE_ID = hera.* ]] || [[ $MACHINE_ID = cheyenne.* ]]; then NEW_BASELINE=${NEW_BASELINE}_${COMPILER^^} fi @@ -381,10 +381,13 @@ while getopts ":cfsl:mkreh" opt; do esac done -if [[ $MACHINE_ID = cheyenne.* ]]; then - RTPWD=${RTPWD:-$DISKNM/develop-20200313/${COMPILER^^}} +# Fix me - make those definitions and DISKNM consistent +if [[ $MACHINE_ID = hera.* ]]; then + RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-20200317/${COMPILER^^}} +elif [[ $MACHINE_ID = cheyenne.* ]]; then + RTPWD=${RTPWD:-$DISKNM/develop-20200317/${COMPILER^^}} else - RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-20200313} + RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-20200317} fi shift $((OPTIND-1)) @@ -552,11 +555,11 @@ while read -r line; do APP='' NEMS_VER=$(echo $line | cut -d'|' -f2 | sed -e 's/^ *//' -e 's/ *$//') SET=$( echo $line | cut -d'|' -f3) - MACHINES=$(echo $line | cut -d'|' -f4 | sed -e 's/^ *//' -e 's/ *$//') + MACHINES=$(echo $line | cut -d'|' -f4) CB=$( echo $line | cut -d'|' -f5) [[ $SET_ID != ' ' && $SET != *${SET_ID}* ]] && continue - [[ $MACHINES != ' ' && $MACHINES != "${MACHINE_ID}" ]] && continue + [[ $MACHINES != ' ' && $MACHINES != *${MACHINE_ID}* ]] && continue [[ $CREATE_BASELINE == true && $CB != *fv3* ]] && continue (( COMPILE_NR += 1 )) @@ -591,11 +594,11 @@ while read -r line; do APP=$( echo $line | cut -d'|' -f2 | sed -e 's/^ *//' -e 's/ *$//') SET=$( echo $line | cut -d'|' -f3) - MACHINES=$(echo $line | cut -d'|' -f4 | sed -e 's/^ *//' -e 's/ *$//') + MACHINES=$(echo $line | cut -d'|' -f4) CB=$( echo $line | cut -d'|' -f5) [[ $SET_ID != ' ' && $SET != *${SET_ID}* ]] && continue - [[ $MACHINES != ' ' && $MACHINES != "${MACHINE_ID}" ]] && continue + [[ $MACHINES != ' ' && $MACHINES != *${MACHINE_ID}* ]] && continue [[ $CREATE_BASELINE == true && $CB != *fv3* ]] && continue [[ ${ROCOTO} == true || ${ECFLOW} == true ]] && continue diff --git a/tests/rt_gnu.conf b/tests/rt_gnu.conf index 30b5f2e164..201ac1f829 100644 --- a/tests/rt_gnu.conf +++ b/tests/rt_gnu.conf @@ -2,46 +2,46 @@ # IPD PROD tests # ####################################################################################################################################################################################### -COMPILE | | standard | cheyenne.gnu | fv3 | -RUN | fv3_gfdlmp | standard | cheyenne.gnu | fv3 | +COMPILE | | standard | | fv3 | +RUN | fv3_gfdlmp | standard | | fv3 | -COMPILE | 32BIT=Y DEBUG=Y | standard | cheyenne.gnu | fv3 | -RUN | fv3_control_debug | standard | cheyenne.gnu | fv3 | +COMPILE | 32BIT=Y DEBUG=Y | standard | | fv3 | +RUN | fv3_control_debug | standard | | fv3 | ####################################################################################################################################################################################### # IPD REPRO tests # ####################################################################################################################################################################################### -COMPILE | REPRO=Y | standard | cheyenne.gnu | fv3 | -RUN | fv3_gfdlmp | standard | cheyenne.gnu | fv3 | +COMPILE | REPRO=Y | standard | | fv3 | +RUN | fv3_gfdlmp | standard | | fv3 | ####################################################################################################################################################################################### # CCPP REPRO tests # ####################################################################################################################################################################################### -COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp | standard | cheyenne.gnu | | -RUN | fv3_ccpp_gfdlmp | standard | cheyenne.gnu | | +COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp | standard | | | +RUN | fv3_ccpp_gfdlmp | standard | | | ####################################################################################################################################################################################### # CCPP PROD tests # ####################################################################################################################################################################################### -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp | standard | cheyenne.gnu | fv3 | -RUN | fv3_ccpp_gfdlmp | standard | cheyenne.gnu | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp | standard | | fv3 | +RUN | fv3_ccpp_gfdlmp | standard | | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 32BIT=Y DEBUG=Y | standard | cheyenne.gnu | fv3 | -RUN | fv3_ccpp_control_debug | standard | cheyenne.gnu | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 32BIT=Y DEBUG=Y | standard | | fv3 | +RUN | fv3_ccpp_control_debug | standard | | fv3 | -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta | standard | cheyenne.gnu | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta | standard | | fv3 | -RUN | fv3_ccpp_gfs_v15p2 | standard | cheyenne.gnu | fv3 | -RUN | fv3_ccpp_gfs_v16beta | standard | cheyenne.gnu | fv3 | +RUN | fv3_ccpp_gfs_v15p2 | standard | | fv3 | +RUN | fv3_ccpp_gfs_v16beta | standard | | fv3 | ####################################################################################################################################################################################### # CCPP DEBUG tests # ####################################################################################################################################################################################### -COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y | standard | cheyenne.gnu | fv3 | +COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y | standard | | fv3 | -RUN | fv3_ccpp_gfs_v15p2_debug | standard | cheyenne.gnu | fv3 | -RUN | fv3_ccpp_gfs_v16beta_debug | standard | cheyenne.gnu | fv3 | +RUN | fv3_ccpp_gfs_v15p2_debug | standard | | fv3 | +RUN | fv3_ccpp_gfs_v16beta_debug | standard | | fv3 | From 24026e9e6fe0203c3ffeb4b547422cce10a1d801 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Sun, 15 Mar 2020 19:36:13 -0600 Subject: [PATCH 75/89] Update .gitmodules and submodule pointers for FV3 and NEMS for code review and testing --- .gitmodules | 12 ++++++++---- FV3 | 2 +- NEMS | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitmodules b/.gitmodules index 4843d9ff5e..aab27e0858 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,11 +1,15 @@ [submodule "FV3"] path = FV3 - url = https://github.com/NCAR/fv3atm - branch = dtc/develop + #url = https://github.com/NCAR/fv3atm + #branch = dtc/develop + url = https://github.com/climbfuji/fv3atm + branch = final_pr_before_merging_to_develop_or_master_20200313 [submodule "NEMS"] path = NEMS - url = https://github.com/NOAA-EMC/NEMS - branch = develop + #url = https://github.com/NOAA-EMC/NEMS + #branch = develop + url = https://github.com/climbfuji/NEMS + branch = final_pr_before_merging_to_develop_or_master_20200313 [submodule "FMS"] path = FMS url = https://github.com/NOAA-GFDL/FMS diff --git a/FV3 b/FV3 index 722339d1cf..874e5eccab 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 722339d1cfa75cc63dedde486c733f3907a716ac +Subproject commit 874e5eccab982139bb19bdb5cb7283efff89bdd3 diff --git a/NEMS b/NEMS index b64c32ded6..cd9d88a3fd 160000 --- a/NEMS +++ b/NEMS @@ -1 +1 @@ -Subproject commit b64c32ded665b185622328b7805dae2c151ed8b6 +Subproject commit cd9d88a3fdc7d3e9a4c58b2145b305d899fdfed5 From d260b130908c761dbe774ae389ff0bc43e4006ec Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 16 Mar 2020 10:10:37 -0600 Subject: [PATCH 76/89] tests/rt_gnu.conf: run GFDLMP tests only on Cheyenne --- tests/rt_gnu.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/rt_gnu.conf b/tests/rt_gnu.conf index 201ac1f829..81951f6337 100644 --- a/tests/rt_gnu.conf +++ b/tests/rt_gnu.conf @@ -3,7 +3,7 @@ ####################################################################################################################################################################################### COMPILE | | standard | | fv3 | -RUN | fv3_gfdlmp | standard | | fv3 | +RUN | fv3_gfdlmp | standard | cheyenne.gnu | fv3 | COMPILE | 32BIT=Y DEBUG=Y | standard | | fv3 | RUN | fv3_control_debug | standard | | fv3 | @@ -13,29 +13,29 @@ RUN | fv3_control_debug ####################################################################################################################################################################################### COMPILE | REPRO=Y | standard | | fv3 | -RUN | fv3_gfdlmp | standard | | fv3 | +RUN | fv3_gfdlmp | standard | cheyenne.gnu | fv3 | ####################################################################################################################################################################################### # CCPP REPRO tests # ####################################################################################################################################################################################### COMPILE | REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp | standard | | | -RUN | fv3_ccpp_gfdlmp | standard | | | +RUN | fv3_ccpp_gfdlmp | standard | cheyenne.gnu | | ####################################################################################################################################################################################### # CCPP PROD tests # ####################################################################################################################################################################################### COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp | standard | | fv3 | -RUN | fv3_ccpp_gfdlmp | standard | | fv3 | +RUN | fv3_ccpp_gfdlmp | standard | cheyenne.gnu | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 32BIT=Y DEBUG=Y | standard | | fv3 | RUN | fv3_ccpp_control_debug | standard | | fv3 | COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta | standard | | fv3 | -RUN | fv3_ccpp_gfs_v15p2 | standard | | fv3 | -RUN | fv3_ccpp_gfs_v16beta | standard | | fv3 | +RUN | fv3_ccpp_gfs_v15p2 | standard | cheyenne.gnu | fv3 | +RUN | fv3_ccpp_gfs_v16beta | standard | cheyenne.gnu | fv3 | ####################################################################################################################################################################################### # CCPP DEBUG tests # @@ -43,5 +43,5 @@ RUN | fv3_ccpp_gfs_v16beta COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y | standard | | fv3 | -RUN | fv3_ccpp_gfs_v15p2_debug | standard | | fv3 | -RUN | fv3_ccpp_gfs_v16beta_debug | standard | | fv3 | +RUN | fv3_ccpp_gfs_v15p2_debug | standard | cheyenne.gnu | fv3 | +RUN | fv3_ccpp_gfs_v16beta_debug | standard | cheyenne.gnu | fv3 | From 12cd2813ab10c63e812bb18e1d9db748810d54b6 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Mon, 16 Mar 2020 20:30:59 -0600 Subject: [PATCH 77/89] Update submodule pointer for fv3atm --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 874e5eccab..811ca4da4a 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 874e5eccab982139bb19bdb5cb7283efff89bdd3 +Subproject commit 811ca4da4ad3d3c481f0a8b21331f745e51c04d5 From 1c9fb8b164922e600c8f44e3034574a60d66cf21 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 17 Mar 2020 08:10:01 -0600 Subject: [PATCH 78/89] Revert change to .gitmodules and update submodule pointer for fv3atm; keep NEMS submodule pointer as-is for now --- .gitmodules | 6 ++---- FV3 | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index aab27e0858..08036fb8e3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,7 @@ [submodule "FV3"] path = FV3 - #url = https://github.com/NCAR/fv3atm - #branch = dtc/develop - url = https://github.com/climbfuji/fv3atm - branch = final_pr_before_merging_to_develop_or_master_20200313 + url = https://github.com/NCAR/fv3atm + branch = dtc/develop [submodule "NEMS"] path = NEMS #url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index 811ca4da4a..8672795f5a 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 811ca4da4ad3d3c481f0a8b21331f745e51c04d5 +Subproject commit 8672795f5a6def43cc9faeecc8c8b67b77ddadc8 From fa694f0ad5efa148767b91568f581123c3cb138e Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 17 Mar 2020 11:34:21 -0600 Subject: [PATCH 79/89] Update submodule pointer for fv3atm --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 7d43172985..729b687509 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 7d4317298510fe2af2232fecbae516e878697193 +Subproject commit 729b687509bfeab6d6bb50889ab40d378fba73fe From 0d394d730d23df9c3070e253994f06333207d911 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 17 Mar 2020 12:24:41 -0600 Subject: [PATCH 80/89] Update submodule pointer for fv3atm --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 729b687509..9e219262d5 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 729b687509bfeab6d6bb50889ab40d378fba73fe +Subproject commit 9e219262d5055706658f0706d36d39cf7d23a4a8 From b48727c798ba3d712c177edcbb20709b545f3ef2 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 17 Mar 2020 12:36:54 -0600 Subject: [PATCH 81/89] Update submodule pointer for NEMS --- NEMS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEMS b/NEMS index 044400a8ee..cd9d88a3fd 160000 --- a/NEMS +++ b/NEMS @@ -1 +1 @@ -Subproject commit 044400a8eea19d1ce991a2adaa0b369ed0e067c7 +Subproject commit cd9d88a3fdc7d3e9a4c58b2145b305d899fdfed5 From 59f71d870c23d8ba67b16aa716cdf6deb282acf2 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 17 Mar 2020 13:49:05 -0600 Subject: [PATCH 82/89] Regression test logs for hera.intel --- tests/Compile_hera.intel.log | 73312 ++++++++++++++++++++++--- tests/RegressionTests_hera.intel.log | 6024 +- 2 files changed, 72209 insertions(+), 7127 deletions(-) diff --git a/tests/Compile_hera.intel.log b/tests/Compile_hera.intel.log index efefe50b8e..7105ed3ced 100644 --- a/tests/Compile_hera.intel.log +++ b/tests/Compile_hera.intel.log @@ -1,266 +1,2512 @@ + SECONDS=0 ++++ readlink -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ readonly PATHTR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -+ PATHTR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -+ readonly BUILD_TARGET=hera.intel -+ BUILD_TARGET=hera.intel -+ readonly MAKE_OPT= -+ MAKE_OPT= -+ readonly BUILD_NAME=fv3_1 -+ BUILD_NAME=fv3_1 -+ readonly clean_before=YES ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ MACHINE_ID=hera.intel ++ MAKE_OPT='REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y' ++ BUILD_NAME=fv3_10 + clean_before=YES -+ readonly clean_after=YES + clean_after=YES -+ hostname -hfe03 -+ echo 'Compiling into fv3_1.exe on hera.intel' -Compiling into fv3_1.exe on hera.intel -+ gnu_make=gmake -+ which gmake -/usr/bin/gmake ++ BUILD_DIR=build_fv3_10 + [[ hera.intel == cheyenne.* ]] -+ [[ hera.intel == stampede.* ]] ++ [[ hera.intel == wcoss_dell_p3 ]] + MAKE_THREADS=8 -+ [[ 8 -gt 1 ]] -+ echo Using '$MAKE_THREADS=8' threads to build FV3 and FMS. -Using $MAKE_THREADS=8 threads to build FV3 and FMS. -+ echo Consider reducing '$MAKE_THREADS' if you hit memory or process limits. -Consider reducing $MAKE_THREADS if you hit memory or process limits. -+ gnu_make='gmake -j 8' -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../NEMS -+ COMPONENTS=FMS,FV3 -+ [[ '' == *\C\C\P\P\=\Y* ]] -+ [[ '' == *\W\W\3\=\Y* ]] -+ [[ '' == *\D\E\B\U\G\=\Y* ]] -+ [[ '' == *\D\E\B\U\G\=\Y* ]] -+ [[ '' == *\R\E\P\R\O\=\Y* ]] -+ NEMS_BUILDOPT= ++ hostname +hfe03 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ echo 'Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y into fv3_10.exe on hera.intel' +Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y into fv3_10.exe on hera.intel + '[' YES = YES ']' -+ gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3_1 BUILD_ENV=hera.intel FV3_MAKEOPT= NEMS_BUILDOPT= distclean -Will copy modules.nems and NEMS.x as fv3_1 under tests/ -NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk" -Adding FV3 makeopts to FMS makeopts -cat /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs ; \ - exec gmake -f makefile.temp.clean clean -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -Cleaning fms ... - -cd .. ; \ -ls -1 */*.a */*.o */*.mod */depend \ - | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ -rm -rf FMS_INSTALL || true -ls: cannot access */*.a: No such file or directory -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/modules.fv3 -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 ; exec gmake \ - -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Cleaning ... - -(cd gfsphysics && make clean) - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -makefile:278: depend: No such file or directory -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -Cleaning gfsphysics ... - -rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -(cd ccpp/driver && make clean) - -Build CCPP layer ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -makefile:67: depend: No such file or directory -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' - -Build CCPP layer ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -Cleaning CCPP_layer ... - -rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -(cd ipd && make clean) - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -makefile:54: depend: No such file or directory -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -Cleaning ipd ... - -rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -(cd ../stochastic_physics && make clean) - -Build standalone FV3 stochastic_physics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -makefile:86: depend: No such file or directory -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' - -Build standalone FV3 stochastic_physics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -Cleaning stochastic_physics ... - -rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -(cd io && make clean) - -Build standalone FV3 io ... - -$ESMF_INC is [] -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning io ... - -rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -(cd atmos_cubed_sphere && make clean) - -Build standalone FV3 fv3core ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning fv3core ... - -rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -(cd cpl && make clean) - -Build standalone FV3 io ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning io ... - -rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend -rm -f -rf nems_dir fv3.mk FV3_INSTALL -rm -f -f conf/modules.fv3 -rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/configure.fv3 \ - /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ - delete_nuopc=yes ; \ -fi ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ - INCLUDES_ARE_OPTIONAL=YES clean ; \ -if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ -fi -Components in linker order: FV3 FMS -FV3: include -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -GNUmakefile:70: : component FV3 makefile fragment is missing -FMS: include -GNUmakefile:70: : component FMS makefile fragment is missing -CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" -CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" -CPPFLAGS += ESMF_VERSION_MINOR="0" -CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" -CPPFLAGS += ESMF_VERSION_STRING="8.0.0" -CPPFLAGS += ESMF_VERSION_REVISION="0" -CPPFLAGS += ESMF_VERSION_MAJOR="8" -CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -rm -f -f *.tmp.f90 *.lst *.o *.mod lm map -cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/externals.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.sh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.csh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test_results.mk -+ gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3_1 BUILD_ENV=hera.intel FV3_MAKEOPT= NEMS_BUILDOPT= build -Will copy modules.nems and NEMS.x as fv3_1 under tests/ -NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk" -Adding FV3 makeopts to FMS makeopts -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/modulefiles/hera.intel/fv3 /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems -set -xe ; cp "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems" "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/tests/modules.fv3_1" -+ cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/tests/modules.fv3_1 -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/conf/configure.fv3.hera.intel /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/externals.nems -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS' -if [ -f "/modules.nems" ] ; then \ - . /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=12000000 ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ -fi ; \ -( \ -echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ -echo "CASELESS_FILESYSTEM=NO" ; \ -if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ -) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS' -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs ; \ -exec gmake all ++ rm -rf build_fv3_10 ++ mkdir -p build_fv3_10 ++ CCPP_CMAKE_FLAGS= ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017,FV3_GFS_2017_stretched --builddir=tests/build_fv3_10/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_stretched.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_10/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip +INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology +INFO: filtering out variable area_fraction_of_wet_canopy +INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl +INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc +INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable canopy_air_temperature +INFO: filtering out variable canopy_air_vapor_pressure +INFO: filtering out variable canopy_intercepted_ice_mass +INFO: filtering out variable canopy_intercepted_liquid_water +INFO: filtering out variable ccn_number_concentration +INFO: filtering out variable ccpp_block_number +INFO: filtering out variable cell_size +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_base_mass_flux +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface +INFO: filtering out variable cloud_droplet_number_concentration +INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics +INFO: filtering out variable cloud_fraction_for_MG +INFO: filtering out variable cloud_phase_transition_denominator +INFO: filtering out variable cloud_phase_transition_threshold_temperature +INFO: filtering out variable cloud_specie_mix_flag +INFO: filtering out variable cloudpdf +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable conv_activity_counter +INFO: filtering out variable convective_updraft_area_fraction +INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces +INFO: filtering out variable couple_sgs_clouds_to_radiation_flag +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable density_of_frozen_precipitation +INFO: filtering out variable depth_of_soil_levels_for_land_surface_model +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable do_mynnsfclay +INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable edmf_flag +INFO: filtering out variable edmf_momentum_transport_flag +INFO: filtering out variable edmf_partition_flag +INFO: filtering out variable edmf_tke_transport_flag +INFO: filtering out variable emdf_updraft_area +INFO: filtering out variable emdf_updraft_cloud_water +INFO: filtering out variable emdf_updraft_entrainment_rate +INFO: filtering out variable emdf_updraft_theta_l +INFO: filtering out variable emdf_updraft_total_water +INFO: filtering out variable emdf_updraft_vertical_velocity +INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS +INFO: filtering out variable equilibrium_soil_water_content +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable fast_soil_pool_mass_content_of_carbon +INFO: filtering out variable fine_root_mass +INFO: filtering out variable flag_arakawa_wu_downdraft +INFO: filtering out variable flag_convective_tracer_transport +INFO: filtering out variable flag_flip +INFO: filtering out variable flag_flux_form_CS +INFO: filtering out variable flag_for_2015_ozone_physics +INFO: filtering out variable flag_for_aerosol_input_MG +INFO: filtering out variable flag_for_canopy_stomatal_resistance_option +INFO: filtering out variable flag_for_dynamic_vegetation_option +INFO: filtering out variable flag_for_frozen_soil_permeability_option +INFO: filtering out variable flag_for_frozen_soil_physics +INFO: filtering out variable flag_for_ground_snow_surface_albedo_option +INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option +INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme +INFO: filtering out variable flag_for_precipitation_partition_option +INFO: filtering out variable flag_for_radiation_transfer_option +INFO: filtering out variable flag_for_reading_leaf_area_index_from_input +INFO: filtering out variable flag_for_resetting_radar_reflectivity_calculation +INFO: filtering out variable flag_for_restart +INFO: filtering out variable flag_for_runoff_and_groundwater_option +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option +INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option +INFO: filtering out variable flag_for_supercooled_liquid_water_option +INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option +INFO: filtering out variable flag_mg3_as_mg2 +INFO: filtering out variable flag_skip_macro +INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_tracer_scavenged +INFO: filtering out variable gf_memory_counter +INFO: filtering out variable graupel_number_concentration_updated_by_physics +INFO: filtering out variable grav_settling +INFO: filtering out variable ground_temperature_for_noahmp +INFO: filtering out variable gwd_opt +INFO: filtering out variable h2o_forcing +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_friendly_aerosol_number_concentration +INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable ice_number_concentration +INFO: filtering out variable ice_number_concentration_updated_by_physics +INFO: filtering out variable ice_supersaturation_threshold +INFO: filtering out variable ice_water_mixing_ratio +INFO: filtering out variable in_number_concentration +INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable k_level_of_highest_reaching_plume +INFO: filtering out variable kinematic_buoyancy_flux_from_shoc +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable lake_water_storage +INFO: filtering out variable latitude_index_in_debug_printouts +INFO: filtering out variable layer_bottom_depth_from_snow_surface +INFO: filtering out variable leaf_area_index +INFO: filtering out variable leaf_mass +INFO: filtering out variable limit_for_temperature_tendency_for_microphysics +INFO: filtering out variable liquid_water_density +INFO: filtering out variable local_graupel_mixing_ratio +INFO: filtering out variable local_graupel_number_concentration +INFO: filtering out variable local_rain_number_concentration +INFO: filtering out variable local_rain_water_mixing_ratio +INFO: filtering out variable local_snow_number_concentration +INFO: filtering out variable local_snow_water_mixing_ratio +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable maximum_mass_flux +INFO: filtering out variable maximum_updraft_velocity_at_cloud_base +INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency +INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency +INFO: filtering out variable mg_allow_supersat_after_sed +INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow +INFO: filtering out variable mg_bergeron_efficiency_factor +INFO: filtering out variable mg_cloud_water_variance +INFO: filtering out variable mg_drop_concentration_constant +INFO: filtering out variable mg_flag_drop_concentration_constant +INFO: filtering out variable mg_flag_for_cloud_ice_processes +INFO: filtering out variable mg_flag_for_gmao_ice_formulation +INFO: filtering out variable mg_flag_for_graupel +INFO: filtering out variable mg_flag_for_hail +INFO: filtering out variable mg_flag_for_heterogeneous_freezing +INFO: filtering out variable mg_flag_for_liu_liquid_treatment +INFO: filtering out variable mg_flag_for_sb2001_autoconversion +INFO: filtering out variable mg_flag_for_uniform_subcolumns +INFO: filtering out variable mg_flag_graupel_concentration_constant +INFO: filtering out variable mg_flag_ice_concentration_constant +INFO: filtering out variable mg_graupel_concentration_constant +INFO: filtering out variable mg_ice_concentration_constant +INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio +INFO: filtering out variable mg_minimum_rh_for_ice +INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice +INFO: filtering out variable mg_tuning_factor_for_alphas +INFO: filtering out variable mg_type_of_precip_fraction_method +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable mix_total_water_flag +INFO: filtering out variable mixing_length +INFO: filtering out variable mixing_length_flag +INFO: filtering out variable moisture_from_previous_timestep +INFO: filtering out variable moisture_tendency_due_to_dynamics +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable mpi_comm +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_cloud_types_CS +INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data +INFO: filtering out variable number_of_frozen_precipitation_species +INFO: filtering out variable number_of_plumes +INFO: filtering out variable number_of_snow_layers +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable number_of_tracers_for_CS +INFO: filtering out variable number_of_tracers_plus_one +INFO: filtering out variable ozone_mixing_ratio +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable prandtl_number +INFO: filtering out variable q_prime_squared +INFO: filtering out variable rain_number_concentration_updated_by_physics +INFO: filtering out variable reciprocal_of_obukhov_length +INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation +INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term +INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface +INFO: filtering out variable slow_soil_pool_mass_content_of_carbon +INFO: filtering out variable snow_albedo_at_previous_time_step +INFO: filtering out variable snow_layer_ice +INFO: filtering out variable snow_layer_liquid_water +INFO: filtering out variable snow_mass_at_previous_time_step +INFO: filtering out variable snow_number_concentration_updated_by_physics +INFO: filtering out variable snow_precipitation_rate_at_surface +INFO: filtering out variable snow_temperature +INFO: filtering out variable snow_temperature_bottom_first_layer +INFO: filtering out variable soil_temperature_for_land_surface_model +INFO: filtering out variable soil_vertical_dimension_for_land_surface_model +INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stability_function_for_heat +INFO: filtering out variable stem_area_index +INFO: filtering out variable stem_mass +INFO: filtering out variable subgrid_cloud_fraction_pbl +INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl +INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc +INFO: filtering out variable surface_condensation_mass +INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp +INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable t_prime_q_prime +INFO: filtering out variable t_prime_squared +INFO: filtering out variable temperature_from_previous_timestep +INFO: filtering out variable temperature_tendency_due_to_dynamics +INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable tke_advect +INFO: filtering out variable tke_at_mass_points +INFO: filtering out variable tke_budget +INFO: filtering out variable tke_dissipative_heating_factor +INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable triple_point_temperature_of_water +INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS +INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vegetation_temperature +INFO: filtering out variable vertical_dimension_of_h2o_forcing_data +INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model +INFO: filtering out variable water_friendly_aerosol_number_concentration +INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable water_storage_in_aquifer +INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil +INFO: filtering out variable water_table_depth +INFO: filtering out variable water_table_recharge_when_deep +INFO: filtering out variable water_table_recharge_when_shallow +INFO: filtering out variable water_vapor_mixing_ratio_at_surface +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable wood_mass +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_10/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_10/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_10/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_10/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_10/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 11 auto-generated caps to tests/build_fv3_10/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_10/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_10/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_10/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90' +++ CCPP_CAPS='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90' ++ source build_fv3_10/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\W\W\3\=\Y* ]] +++ 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__234427 +++ eval 'setup__test_function__234427() { /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__234427 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ ! -d /scratch ]] +++ 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' 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;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' 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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' 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 '_ModuleTable014_;' ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ 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 ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ 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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl ++++ export _ModuleTable001_ ++++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ 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 _ModuleTable014_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__234427 +++ unset __ms_function_name ++ [[ hera.intel == macosx.* ]] ++ [[ hera.intel == linux.* ]] ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl +++ export _ModuleTable001_ +++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ 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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' 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;' 'HDF5="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF_ROOT;' '__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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' 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 +++ 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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ 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 +++ HDF5=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_F +++ __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='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3 +++ export LOADEDMODULES +++ __LMOD_REF_COUNT_MANPATH='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF_ROOT +++ __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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4 +++ export POST_INC +++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /apps/lmod/7.7.18/libexec/lmod bash list ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''post/8.0.5'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''hdf5_parallel/1.10.6'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\''11)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''netcdf_parallel/4.7.4'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''esmf/8.0.0_ParallelNetCDF'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''21)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''14)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''22)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''z/1.2.11'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' +++ echo '' +++ echo Currently Loaded Modules: Currently Loaded Modules: +++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '9)' w3emc/2.3.1 '' '' '' '' '17)' post/8.0.5 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 +++ echo '' '' '2)' sutils/default '' '' '' '10)' w3nco/2.0.7 '' '' '' '' '18)' hdf5_parallel/1.10.6 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 +++ echo '' '' '3)' intel/18.0.5.274 '' '11)' g2/3.1.1 '' '' '' '' '' '' '' '19)' netcdf_parallel/4.7.4 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 +++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '12)' g2tmpl/1.6.0 '' '' '' '20)' esmf/8.0.0_ParallelNetCDF 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF +++ echo '' '' '5)' bacio/2.0.3 '' '' '' '' '' '' '13)' crtm/2.2.6 '' '' '' '' '' '21)' cmake/3.9.0 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 - 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems +++ echo '' '' '6)' ip/3.0.2 '' '' '' '' '' '' '' '' '' '14)' jasper/1.900.1 '' '22)' fv3 + 6) ip/3.0.2 14) jasper/1.900.1 22) fv3 +++ echo '' '' '7)' nemsio/2.2.4 '' '' '' '' '' '15)' png/1.2.44 7) nemsio/2.2.4 15) png/1.2.44 +++ echo '' '' '8)' sp/2.0.3 '' '' '' '' '' '' '' '' '' '16)' z/1.2.11 8) sp/2.0.3 16) z/1.2.11 +++ echo '' +++ echo '' '' +++ echo '' + +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_10 ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/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 18.0.5.20180823 +-- The CXX compiler identification is Intel 18.0.5.20180823 +-- The Fortran compiler identification is Intel 18.0.5.20180823 +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +ESMFMKFILE: /scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for hera.intel -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -Building dependencies ... -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o +C compiler: Intel 18.0.5.20180823 (mpiicc) +CXX compiler: Intel 18.0.5.20180823 (mpiicpc) +Fortran compiler: Intel 18.0.5.20180823 (mpiifort) + +DEBUG is disabled +REPRO is ENABLED +32BIT is ENABLED +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is ENABLED + + +Selected physics package: gfs + +Force 64 bits in gfsphysics +Force 64 bits in ipd +-- Dynamics compiled with 32-bit option, adjust fv_sat_adj types +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_10 ++ make -j 8 +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 +[ 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 +[ 1%] Built target ccpp +[ 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 +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 1%] 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. @@ -269,8 +2515,6 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -279,1461 +2523,6105 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 3%] 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. +[ 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 +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 3%] Linking Fortran static library libfv3cpl.a +Scanning dependencies of target ccppphys +[ 3%] Built target fv3cpl Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.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 +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.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 +[ 4%] 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 CMakeFiles/fms.dir/FMS/mpp/mpp.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 +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 7%] 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/gwdps.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.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/funcphys.f90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 16%] 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 +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 18%] 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/GFS_surface_generic.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 19%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.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/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/mpp/mpp_domains.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 +[ 22%] 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 +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 23%] 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 +[ 25%] 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/sfc_sice.f.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 26%] 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/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90.o +[ 26%] 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 +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +[ 27%] 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 +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 28%] 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_setup.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 29%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -Compiling in MPI mode (with or without MPP) +[ 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/GFS_suite_interstitial.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +[ 31%] 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_sw_post.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stochastics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_physics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_physics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_time_vary_cap.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_radiation_cap.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 34%] 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. +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 37%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.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. +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 39%] 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 Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.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 +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 40%] 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 +[ 41%] 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. +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +[ 41%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 41%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_cap.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_cap.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 43%] 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 Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 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 +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 46%] 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_2015.f.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 48%] 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 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/sfc_noahmp_drv.f.o +[ 51%] 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 +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 52%] 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 +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 53%] 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 +[ 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 CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 58%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_util.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 62%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_manager.o +[ 62%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 64%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 64%] 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 +[ 65%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 65%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 65%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 65%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 66%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 66%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 66%] Linking Fortran static library libccppphys.a +[ 66%] Built target ccppphys +Scanning dependencies of target gfsphysics +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 66%] 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/GFDL_parse_tracers.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 69%] Linking Fortran static library FMS/libfms.a +[ 69%] Built target fms +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 69%] 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_restart.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 71%] Linking Fortran static library libgfsphysics.a +[ 71%] Built target gfsphysics +Scanning dependencies of target ipd +Scanning dependencies of target ccppdriver +[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 71%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 72%] Linking Fortran static library libccppdriver.a +[ 72%] Built target ccppdriver +[ 73%] Linking Fortran static library libipd.a +[ 73%] Built target ipd +Scanning dependencies of target io +[ 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 +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.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 +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.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/post_gfs.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.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_eta.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 76%] 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. +[ 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 +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.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/tools/fv_surf_map.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.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/tools/fv_grid_tools.F90.o +[ 79%] 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/tools/fv_treat_da_inc.F90.o +[ 80%] 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_io.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/model/nh_utils.F90.o +[ 81%] Linking Fortran static library libio.a +[ 81%] Built target io +[ 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 +[ 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_regional_bc.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.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/fv_update_phys.F90.o +[ 84%] 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/tools/external_ic.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 85%] 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_control.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 +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o -ar rv libfms.a ../oda_tools/xbt_drop_rate_adjust.o ../affinity/fms_affinity.o ../amip_interp/amip_interp.o ../astronomy/astronomy.o ../axis_utils/axis_utils.o ../block_control/block_control.o ../column_diagnostics/column_diagnostics.o ../constants/constants.o ../coupler/atmos_ocean_fluxes.o ../coupler/coupler_types.o ../coupler/ensemble_manager.o ../data_override/data_override.o ../diag_integral/diag_integral.o ../diag_manager/diag_axis.o ../diag_manager/diag_data.o ../diag_manager/diag_grid.o ../diag_manager/diag_manifest.o ../diag_manager/diag_manager.o ../diag_manager/diag_output.o ../diag_manager/diag_table.o ../diag_manager/diag_util.o ../drifters/cloud_interpolator.o ../drifters/drifters.o ../drifters/drifters_comm.o ../drifters/drifters_core.o ../drifters/drifters_input.o ../drifters/drifters_io.o ../drifters/quicksort.o ../exchange/stock_constants.o ../exchange/xgrid.o ../fft/fft.o ../fft/fft99.o ../field_manager/field_manager.o ../field_manager/fm_util.o ../fms/fms.o ../fms/fms_io.o ../horiz_interp/horiz_interp.o ../horiz_interp/horiz_interp_bicubic.o ../horiz_interp/horiz_interp_bilinear.o ../horiz_interp/horiz_interp_conserve.o ../horiz_interp/horiz_interp_spherical.o ../horiz_interp/horiz_interp_type.o ../interpolator/interpolator.o ../memutils/memutils.o ../monin_obukhov/monin_obukhov.o ../monin_obukhov/monin_obukhov_kernel.o ../mosaic/gradient.o ../mosaic/grid.o ../mosaic/mosaic.o ../mpp/mpp.o ../mpp/mpp_data.o ../mpp/mpp_domains.o ../mpp/mpp_efp.o ../mpp/mpp_io.o ../mpp/mpp_memutils.o ../mpp/mpp_parameter.o ../mpp/mpp_pset.o ../mpp/mpp_utilities.o ../oda_tools/oda_core.o ../oda_tools/oda_core_ecda.o ../oda_tools/oda_types.o ../oda_tools/write_ocean_data.o ../platform/platform.o ../random_numbers/MersenneTwister.o ../random_numbers/random_numbers.o ../sat_vapor_pres/sat_vapor_pres.o ../sat_vapor_pres/sat_vapor_pres_k.o ../station_data/station_data.o ../time_interp/time_interp.o ../time_interp/time_interp_external.o ../time_manager/get_cal_time.o ../time_manager/time_manager.o ../topography/gaussian_topog.o ../topography/topography.o ../tracer_manager/tracer_manager.o ../tridiagonal/tridiagonal.o ../affinity/affinity.o ../memutils/memuse.o ../mosaic/create_xgrid.o ../mosaic/gradient_c2l.o ../mosaic/interp.o ../mosaic/mosaic_util.o ../mosaic/read_mosaic.o ../mpp/nsclock.o ../mpp/threadloc.o -ar: creating libfms.a -a - ../oda_tools/xbt_drop_rate_adjust.o -a - ../affinity/fms_affinity.o -a - ../amip_interp/amip_interp.o -a - ../astronomy/astronomy.o -a - ../axis_utils/axis_utils.o -a - ../block_control/block_control.o -a - ../column_diagnostics/column_diagnostics.o -a - ../constants/constants.o -a - ../coupler/atmos_ocean_fluxes.o -a - ../coupler/coupler_types.o -a - ../coupler/ensemble_manager.o -a - ../data_override/data_override.o -a - ../diag_integral/diag_integral.o -a - ../diag_manager/diag_axis.o -a - ../diag_manager/diag_data.o -a - ../diag_manager/diag_grid.o -a - ../diag_manager/diag_manifest.o -a - ../diag_manager/diag_manager.o -a - ../diag_manager/diag_output.o -a - ../diag_manager/diag_table.o -a - ../diag_manager/diag_util.o -a - ../drifters/cloud_interpolator.o -a - ../drifters/drifters.o -a - ../drifters/drifters_comm.o -a - ../drifters/drifters_core.o -a - ../drifters/drifters_input.o -a - ../drifters/drifters_io.o -a - ../drifters/quicksort.o -a - ../exchange/stock_constants.o -a - ../exchange/xgrid.o -a - ../fft/fft.o -a - ../fft/fft99.o -a - ../field_manager/field_manager.o -a - ../field_manager/fm_util.o -a - ../fms/fms.o -a - ../fms/fms_io.o -a - ../horiz_interp/horiz_interp.o -a - ../horiz_interp/horiz_interp_bicubic.o -a - ../horiz_interp/horiz_interp_bilinear.o -a - ../horiz_interp/horiz_interp_conserve.o -a - ../horiz_interp/horiz_interp_spherical.o -a - ../horiz_interp/horiz_interp_type.o -a - ../interpolator/interpolator.o -a - ../memutils/memutils.o -a - ../monin_obukhov/monin_obukhov.o -a - ../monin_obukhov/monin_obukhov_kernel.o -a - ../mosaic/gradient.o -a - ../mosaic/grid.o -a - ../mosaic/mosaic.o -a - ../mpp/mpp.o -a - ../mpp/mpp_data.o -a - ../mpp/mpp_domains.o -a - ../mpp/mpp_efp.o -a - ../mpp/mpp_io.o -a - ../mpp/mpp_memutils.o -a - ../mpp/mpp_parameter.o -a - ../mpp/mpp_pset.o -a - ../mpp/mpp_utilities.o -a - ../oda_tools/oda_core.o -a - ../oda_tools/oda_core_ecda.o -a - ../oda_tools/oda_types.o -a - ../oda_tools/write_ocean_data.o -a - ../platform/platform.o -a - ../random_numbers/MersenneTwister.o -a - ../random_numbers/random_numbers.o -a - ../sat_vapor_pres/sat_vapor_pres.o -a - ../sat_vapor_pres/sat_vapor_pres_k.o -a - ../station_data/station_data.o -a - ../time_interp/time_interp.o -a - ../time_interp/time_interp_external.o -a - ../time_manager/get_cal_time.o -a - ../time_manager/time_manager.o -a - ../topography/gaussian_topog.o -a - ../topography/topography.o -a - ../tracer_manager/tracer_manager.o -a - ../tridiagonal/tridiagonal.o -a - ../affinity/affinity.o -a - ../memutils/memuse.o -a - ../mosaic/create_xgrid.o -a - ../mosaic/gradient_c2l.o -a - ../mosaic/interp.o -a - ../mosaic/mosaic_util.o -a - ../mosaic/read_mosaic.o -a - ../mpp/nsclock.o -a - ../mpp/threadloc.o -mkdir -p "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -test -d /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Compiling into /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL on hera -cp -fp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3"/conf/modules.fv3 -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 COMP_BINDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL nemsinstall +[ 86%] Linking Fortran static library libfv3core.a +[ 86%] Built target fv3core +Scanning dependencies of target stochastic_physics +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 86%] 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/stochy_gg_def.f.o +[ 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 +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.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 +[ 90%] 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_ls_node_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/four_to_grid_stochy.F.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 93%] 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/cellular_automata.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/num_parthds_stochy.f.o +[ 94%] Linking Fortran static library libstochastic_physics.a +[ 94%] Built target stochastic_physics +Scanning dependencies of target fv3cap +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 96%] Linking Fortran static library libfv3cap.a +[ 96%] 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/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 +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o +[ 98%] 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%] Linking Fortran executable NEMS.exe +/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': +jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_10.exe ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 ../modules.fv3_10 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_10 ++ elapsed=497 ++ echo 'Elapsed time 497 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y finished' +Elapsed time 497 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y finished ++ SECONDS=0 ++++ readlink -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ MACHINE_ID=hera.intel ++ MAKE_OPT='REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y' ++ BUILD_NAME=fv3_11 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_11 ++ [[ hera.intel == cheyenne.* ]] ++ [[ hera.intel == wcoss_dell_p3 ]] ++ MAKE_THREADS=8 ++ hostname +hfe03 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ echo 'Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y into fv3_11.exe on hera.intel' +Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y into fv3_11.exe on hera.intel ++ '[' YES = YES ']' ++ rm -rf build_fv3_11 ++ mkdir -p build_fv3_11 ++ CCPP_CMAKE_FLAGS= ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 --builddir=tests/build_fv3_11/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp_regional.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp_regional_c768.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_11/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip +INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology +INFO: filtering out variable air_temperature_at_previous_time_step +INFO: filtering out variable air_temperature_two_time_steps_back +INFO: filtering out variable area_fraction_of_wet_canopy +INFO: filtering out variable atmosphere_energy_content_at_Lagrangian_surface +INFO: filtering out variable atmosphere_energy_content_in_column +INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl +INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc +INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable canopy_air_temperature +INFO: filtering out variable canopy_air_vapor_pressure +INFO: filtering out variable canopy_intercepted_ice_mass +INFO: filtering out variable canopy_intercepted_liquid_water +INFO: filtering out variable cappa_moist_gas_constant_at_Lagrangian_surface +INFO: filtering out variable ccn_number_concentration +INFO: filtering out variable ccpp_block_number +INFO: filtering out variable cell_area_for_fast_physics +INFO: filtering out variable cell_size +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_base_mass_flux +INFO: filtering out variable cloud_condensed_water_conversion_threshold +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface +INFO: filtering out variable cloud_condensed_water_mixing_ratio_convective_transport_tracer +INFO: filtering out variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_droplet_number_concentration +INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics +INFO: filtering out variable cloud_fraction_at_Lagrangian_surface +INFO: filtering out variable cloud_fraction_for_MG +INFO: filtering out variable cloud_graupel_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_ice_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_phase_transition_denominator +INFO: filtering out variable cloud_phase_transition_threshold_temperature +INFO: filtering out variable cloud_rain_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_snow_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_specie_mix_flag +INFO: filtering out variable cloudpdf +INFO: filtering out variable coefficient_for_evaporation_of_rainfall +INFO: filtering out variable coefficient_from_cloud_ice_to_snow +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable conv_activity_counter +INFO: filtering out variable convective_updraft_area_fraction +INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces +INFO: filtering out variable couple_sgs_clouds_to_radiation_flag +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable density_of_frozen_precipitation +INFO: filtering out variable depth_of_soil_levels_for_land_surface_model +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable do_mynnsfclay +INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable edmf_flag +INFO: filtering out variable edmf_momentum_transport_flag +INFO: filtering out variable edmf_partition_flag +INFO: filtering out variable edmf_tke_transport_flag +INFO: filtering out variable emdf_updraft_area +INFO: filtering out variable emdf_updraft_cloud_water +INFO: filtering out variable emdf_updraft_entrainment_rate +INFO: filtering out variable emdf_updraft_theta_l +INFO: filtering out variable emdf_updraft_total_water +INFO: filtering out variable emdf_updraft_vertical_velocity +INFO: filtering out variable ending_x_direction_index +INFO: filtering out variable ending_x_direction_index_domain +INFO: filtering out variable ending_y_direction_index +INFO: filtering out variable ending_y_direction_index_domain +INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS +INFO: filtering out variable equilibrium_soil_water_content +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable fast_soil_pool_mass_content_of_carbon +INFO: filtering out variable fine_root_mass +INFO: filtering out variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa +INFO: filtering out variable flag_arakawa_wu_downdraft +INFO: filtering out variable flag_convective_tracer_transport +INFO: filtering out variable flag_flip +INFO: filtering out variable flag_flux_form_CS +INFO: filtering out variable flag_for_2015_ozone_physics +INFO: filtering out variable flag_for_aerosol_input_MG +INFO: filtering out variable flag_for_canopy_stomatal_resistance_option +INFO: filtering out variable flag_for_dynamic_vegetation_option +INFO: filtering out variable flag_for_fast_microphysics_energy_conservation +INFO: filtering out variable flag_for_frozen_soil_permeability_option +INFO: filtering out variable flag_for_frozen_soil_physics +INFO: filtering out variable flag_for_ground_snow_surface_albedo_option +INFO: filtering out variable flag_for_hydrostatic_solver_for_fast_physics +INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_inline_cloud_fraction_calculation +INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option +INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme +INFO: filtering out variable flag_for_precipitation_partition_option +INFO: filtering out variable flag_for_radiation_transfer_option +INFO: filtering out variable flag_for_reading_leaf_area_index_from_input +INFO: filtering out variable flag_for_resetting_radar_reflectivity_calculation +INFO: filtering out variable flag_for_restart +INFO: filtering out variable flag_for_runoff_and_groundwater_option +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_for_saturation_adjustment_for_microphysics_in_dynamics +INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option +INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option +INFO: filtering out variable flag_for_supercooled_liquid_water_option +INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option +INFO: filtering out variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface +INFO: filtering out variable flag_for_the_last_step_of_k_split_remapping +INFO: filtering out variable flag_mg3_as_mg2 +INFO: filtering out variable flag_skip_macro +INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_tracer_scavenged +INFO: filtering out variable gas_constants_for_multi_gases_physics +INFO: filtering out variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface +INFO: filtering out variable gf_memory_counter +INFO: filtering out variable graupel_number_concentration_updated_by_physics +INFO: filtering out variable grav_settling +INFO: filtering out variable ground_temperature_for_noahmp +INFO: filtering out variable gwd_opt +INFO: filtering out variable h2o_forcing +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_friendly_aerosol_number_concentration +INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable ice_number_concentration +INFO: filtering out variable ice_number_concentration_updated_by_physics +INFO: filtering out variable ice_supersaturation_threshold +INFO: filtering out variable ice_water_mixing_ratio +INFO: filtering out variable ice_water_mixing_ratio_convective_transport_tracer +INFO: filtering out variable in_number_concentration +INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable k_level_of_highest_reaching_plume +INFO: filtering out variable kappa_dry_for_fast_physics +INFO: filtering out variable kinematic_buoyancy_flux_from_shoc +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable lake_water_storage +INFO: filtering out variable latitude_index_in_debug_printouts +INFO: filtering out variable layer_bottom_depth_from_snow_surface +INFO: filtering out variable leaf_area_index +INFO: filtering out variable leaf_mass +INFO: filtering out variable limit_for_temperature_tendency_for_microphysics +INFO: filtering out variable liquid_water_density +INFO: filtering out variable local_graupel_mixing_ratio +INFO: filtering out variable local_graupel_number_concentration +INFO: filtering out variable local_rain_number_concentration +INFO: filtering out variable local_rain_water_mixing_ratio +INFO: filtering out variable local_snow_number_concentration +INFO: filtering out variable local_snow_water_mixing_ratio +INFO: filtering out variable log_pressure_at_Lagrangian_surface +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable maximum_mass_flux +INFO: filtering out variable maximum_updraft_velocity_at_cloud_base +INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency +INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency +INFO: filtering out variable mg_allow_supersat_after_sed +INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow +INFO: filtering out variable mg_bergeron_efficiency_factor +INFO: filtering out variable mg_cloud_water_variance +INFO: filtering out variable mg_drop_concentration_constant +INFO: filtering out variable mg_flag_drop_concentration_constant +INFO: filtering out variable mg_flag_for_cloud_ice_processes +INFO: filtering out variable mg_flag_for_gmao_ice_formulation +INFO: filtering out variable mg_flag_for_graupel +INFO: filtering out variable mg_flag_for_hail +INFO: filtering out variable mg_flag_for_heterogeneous_freezing +INFO: filtering out variable mg_flag_for_liu_liquid_treatment +INFO: filtering out variable mg_flag_for_sb2001_autoconversion +INFO: filtering out variable mg_flag_for_uniform_subcolumns +INFO: filtering out variable mg_flag_graupel_concentration_constant +INFO: filtering out variable mg_flag_ice_concentration_constant +INFO: filtering out variable mg_graupel_concentration_constant +INFO: filtering out variable mg_ice_concentration_constant +INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio +INFO: filtering out variable mg_minimum_rh_for_ice +INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice +INFO: filtering out variable mg_tuning_factor_for_alphas +INFO: filtering out variable mg_type_of_precip_fraction_method +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable mix_total_water_flag +INFO: filtering out variable mixing_length +INFO: filtering out variable mixing_length_flag +INFO: filtering out variable moisture_from_previous_timestep +INFO: filtering out variable moisture_tendency_due_to_dynamics +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable mpi_comm +INFO: filtering out variable mpi_rank_for_fast_physics +INFO: filtering out variable mpi_root_for_fast_physics +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_cloud_types_CS +INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data +INFO: filtering out variable number_of_frozen_precipitation_species +INFO: filtering out variable number_of_gases_for_multi_gases_physics +INFO: filtering out variable number_of_ghost_zones +INFO: filtering out variable number_of_plumes +INFO: filtering out variable number_of_snow_layers +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable number_of_tracers_for_CS +INFO: filtering out variable number_of_tracers_plus_one +INFO: filtering out variable number_of_water_species +INFO: filtering out variable omp_threads_for_fast_physics +INFO: filtering out variable ozone_mixing_ratio +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable prandtl_number +INFO: filtering out variable pressure_thickness_at_Lagrangian_surface +INFO: filtering out variable q_prime_squared +INFO: filtering out variable rain_number_concentration_updated_by_physics +INFO: filtering out variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind +INFO: filtering out variable reciprocal_of_obukhov_length +INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation +INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term +INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface +INFO: filtering out variable slow_soil_pool_mass_content_of_carbon +INFO: filtering out variable snow_albedo_at_previous_time_step +INFO: filtering out variable snow_layer_ice +INFO: filtering out variable snow_layer_liquid_water +INFO: filtering out variable snow_mass_at_previous_time_step +INFO: filtering out variable snow_number_concentration_updated_by_physics +INFO: filtering out variable snow_precipitation_rate_at_surface +INFO: filtering out variable snow_temperature +INFO: filtering out variable snow_temperature_bottom_first_layer +INFO: filtering out variable soil_temperature_for_land_surface_model +INFO: filtering out variable soil_vertical_dimension_for_land_surface_model +INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table +INFO: filtering out variable specific_heat_capacities_for_multi_gases_physics +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stability_function_for_heat +INFO: filtering out variable starting_x_direction_index +INFO: filtering out variable starting_x_direction_index_domain +INFO: filtering out variable starting_y_direction_index +INFO: filtering out variable starting_y_direction_index_domain +INFO: filtering out variable stem_area_index +INFO: filtering out variable stem_mass +INFO: filtering out variable subgrid_cloud_fraction_pbl +INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl +INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc +INFO: filtering out variable surface_air_pressure_at_previous_time_step +INFO: filtering out variable surface_air_pressure_two_time_steps_back +INFO: filtering out variable surface_condensation_mass +INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp +INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_geopotential_at_Lagrangian_surface +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable t_prime_q_prime +INFO: filtering out variable t_prime_squared +INFO: filtering out variable temperature_from_previous_timestep +INFO: filtering out variable temperature_tendency_due_to_dynamics +INFO: filtering out variable tendency_of_air_temperature_at_Lagrangian_surface +INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_rain_water_mixing_ratio_due_to_microphysics +INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable thickness_at_Lagrangian_surface +INFO: filtering out variable time_step_for_remapping_for_fast_physics +INFO: filtering out variable tke_advect +INFO: filtering out variable tke_at_mass_points +INFO: filtering out variable tke_budget +INFO: filtering out variable tke_dissipative_heating_factor +INFO: filtering out variable top_layer_index_for_fast_physics +INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable triple_point_temperature_of_water +INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS +INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vegetation_temperature +INFO: filtering out variable vertical_dimension_for_fast_physics +INFO: filtering out variable vertical_dimension_for_thickness_at_Lagrangian_surface +INFO: filtering out variable vertical_dimension_of_h2o_forcing_data +INFO: filtering out variable virtual_temperature_at_Lagrangian_surface +INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model +INFO: filtering out variable water_friendly_aerosol_number_concentration +INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable water_storage_in_aquifer +INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil +INFO: filtering out variable water_table_depth +INFO: filtering out variable water_table_recharge_when_deep +INFO: filtering out variable water_table_recharge_when_shallow +INFO: filtering out variable water_vapor_mixing_ratio_at_surface +INFO: filtering out variable water_vapor_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable water_vapor_specific_humidity_at_previous_time_step +INFO: filtering out variable water_vapor_specific_humidity_two_time_steps_back +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable wood_mass +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_11/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_11/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_11/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_11/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_11/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 10 auto-generated caps to tests/build_fv3_11/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_11/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_11/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_11/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_stochastics_cap.F90' +++ CCPP_CAPS='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_stochastics_cap.F90' ++ source build_fv3_11/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_11/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_11/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\W\W\3\=\Y* ]] +++ 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__236957 +++ eval 'setup__test_function__236957() { /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__236957 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ ! -d /scratch ]] +++ 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' 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;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' 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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' 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 '_ModuleTable014_;' ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ 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 ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ 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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl ++++ export _ModuleTable001_ ++++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ 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 _ModuleTable014_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__236957 +++ unset __ms_function_name ++ [[ hera.intel == macosx.* ]] ++ [[ hera.intel == linux.* ]] ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl +++ export _ModuleTable001_ +++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ 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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' 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;' 'HDF5="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF_ROOT;' '__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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' 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 +++ 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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ 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 +++ HDF5=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_F +++ __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='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3 +++ export LOADEDMODULES +++ __LMOD_REF_COUNT_MANPATH='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF_ROOT +++ __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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4 +++ export POST_INC +++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /apps/lmod/7.7.18/libexec/lmod bash list ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''post/8.0.5'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''hdf5_parallel/1.10.6'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\''11)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''netcdf_parallel/4.7.4'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''esmf/8.0.0_ParallelNetCDF'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''21)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''14)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''22)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''z/1.2.11'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' +++ echo '' +++ echo Currently Loaded Modules: Currently Loaded Modules: +++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '9)' w3emc/2.3.1 '' '' '' '' '17)' post/8.0.5 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 +++ echo '' '' '2)' sutils/default '' '' '' '10)' w3nco/2.0.7 '' '' '' '' '18)' hdf5_parallel/1.10.6 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 +++ echo '' '' '3)' intel/18.0.5.274 '' '11)' g2/3.1.1 '' '' '' '' '' '' '' '19)' netcdf_parallel/4.7.4 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 +++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '12)' g2tmpl/1.6.0 '' '' '' '20)' esmf/8.0.0_ParallelNetCDF 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF +++ echo '' '' '5)' bacio/2.0.3 '' '' '' '' '' '' '13)' crtm/2.2.6 '' '' '' '' '' '21)' cmake/3.9.0 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 - 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems +++ echo '' '' '6)' ip/3.0.2 '' '' '' '' '' '' '' '' '' '14)' jasper/1.900.1 '' '22)' fv3 + 6) ip/3.0.2 14) jasper/1.900.1 22) fv3 +++ echo '' '' '7)' nemsio/2.2.4 '' '' '' '' '' '15)' png/1.2.44 7) nemsio/2.2.4 15) png/1.2.44 +++ echo '' '' '8)' sp/2.0.3 '' '' '' '' '' '' '' '' '' '16)' z/1.2.11 8) sp/2.0.3 16) z/1.2.11 +++ echo '' +++ echo '' '' +++ echo '' -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Building dependencies ... -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -gmake -C cpl FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL - -Build standalone FV3 io ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' - -Build standalone FV3 io ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_cplfields.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_cap_cpl.F90 -ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o -ar: creating libfv3cpl.a -a - module_cplfields.o -a - module_cap_cpl.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit - -Build standalone FV3 gfsphysics ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -makefile:278: depend: No such file or directory -Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' - -Build standalone FV3 gfsphysics ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o -mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o -mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o -mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o -ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o -ar: creating libgfsphys.a -a - physics/cnvc90.o -a - physics/co2hc.o -a - physics/date_def.o -a - physics/dcyc2.o -a - physics/dcyc2.pre.rad.o -a - physics/efield.o -a - physics/get_prs.o -a - physics/gocart_tracer_config_stub.o -a - physics/gscond.o -a - physics/gscondp.o -a - physics/gwdc.o -a - physics/gwdps.o -a - physics/ugwp_driver_v0.o -a - physics/cires_orowam2017.o -a - physics/h2o_def.o -a - physics/h2oc.o -a - physics/h2ohdc.o -a - physics/h2ophys.o -a - physics/ideaca.o -a - physics/idea_co2.o -a - physics/idea_composition.o -a - physics/idea_dissipation.o -a - physics/idea_h2o.o -a - physics/idea_ion.o -a - physics/idea_o2_o3.o -a - physics/idea_phys.o -a - physics/idea_solar_heating.o -a - physics/idea_tracer.o -a - physics/iounitdef.o -a - physics/lrgsclr.o -a - physics/mersenne_twister.o -a - physics/mfpbl.o -a - physics/mfpblt.o -a - physics/mfpbltq.o -a - physics/mfscu.o -a - physics/mfscuq.o -a - physics/module_bfmicrophysics.o -a - physics/moninedmf.o -a - physics/moninedmf_hafs.o -a - physics/moninp.o -a - physics/moninp1.o -a - physics/moninq.o -a - physics/moninq1.o -a - physics/moninshoc.o -a - physics/mstadb.o -a - physics/mstadbtn.o -a - physics/mstadbtn2.o -a - physics/mstcnv.o -a - physics/namelist_soilveg.o -a - physics/ozne_def.o -a - physics/iccn_def.o -a - physics/aerclm_def.o -a - physics/ozphys.o -a - physics/ozphys_2015.o -a - physics/physparam.o -a - physics/precpd.o -a - physics/precpd_shoc.o -a - physics/precpdp.o -a - physics/progt2.o -a - physics/progtm_module.o -a - physics/rad_initialize.o -a - physics/radiation_aerosols.o -a - physics/radiation_astronomy.o -a - physics/radiation_clouds.o -a - physics/radiation_gases.o -a - physics/radiation_surface.o -a - physics/radlw_datatb.o -a - physics/radlw_main.o -a - physics/radlw_param.o -a - physics/radsw_datatb.o -a - physics/radsw_main.o -a - physics/radsw_param.o -a - physics/rascnvv2.o -a - physics/rayleigh_damp.o -a - physics/rayleigh_damp_mesopause.o -a - physics/samfaerosols.o -a - physics/samfdeepcnv.o -a - physics/samfshalcnv.o -a - physics/sascnv.o -a - physics/sascnvn.o -a - physics/satmedmfvdif.o -a - physics/satmedmfvdifq.o -a - physics/set_soilveg.o -a - physics/sfc_cice.o -a - physics/sfc_diag.o -a - physics/sfc_diff.o -a - physics/sfc_drv.o -a - physics/sfc_noahmp_drv.o -a - physics/sfc_nst.o -a - physics/sfc_ocean.o -a - physics/sfc_sice.o -a - physics/sflx.o -a - physics/shalcnv.o -a - physics/shalcv.o -a - physics/shalcv_1lyr.o -a - physics/shalcv_fixdp.o -a - physics/shalcv_opr.o -a - physics/tracer_const_h.o -a - physics/tridi2t3.o -a - physics/calpreciptype.o -a - physics/funcphys.o -a - physics/gcm_shoc.o -a - physics/get_prs_fv3.o -a - physics/h2ointerp.o -a - physics/module_nst_model.o -a - physics/module_nst_parameters.o -a - physics/module_nst_water_prop.o -a - physics/ozinterp.o -a - physics/module_wrf_utl.o -a - physics/noahmp_tables.o -a - physics/module_sf_noahmplsm.o -a - physics/module_sf_noahmp_glacier.o -a - physics/iccninterp.o -a - physics/aerinterp.o -a - physics/wam_f107_kp_mod.o -a - physics/aer_cloud.o -a - physics/cldmacro.o -a - physics/cldwat2m_micro.o -a - physics/gfs_phy_tracer_config.o -a - physics/machine.o -a - physics/num_parthds.o -a - physics/sfcsub.o -a - physics/wv_saturation.o -a - physics/GFDL_parse_tracers.o -a - physics/gcycle.o -a - physics/cires_ugwp_initialize.o -a - physics/cires_ugwp_module.o -a - physics/cires_ugwp_utils.o -a - physics/cires_ugwp_triggers.o -a - physics/cires_ugwp_solvers.o -a - physics/cires_vert_lsatdis.o -a - physics/cires_vert_orodis.o -a - physics/cires_vert_wmsdis.o -a - physics/gfdl_cloud_microphys.o -a - physics/micro_mg_utils.o -a - physics/micro_mg2_0.o -a - physics/micro_mg3_0.o -a - physics/m_micro_driver.o -a - physics/cs_conv.o -a - physics/GFS_debug.o -a - physics/module_mp_radar.o -a - physics/module_mp_thompson_gfs.o -a - physics/module_mp_wsm6_fv3.o -a - physics/physcons.o -a - physics/surface_perturbation.o -a - GFS_layer/GFS_abstraction_layer.o -a - GFS_layer/GFS_diagnostics.o -a - GFS_layer/GFS_driver.o -a - GFS_layer/GFS_physics_driver.o -a - GFS_layer/GFS_radiation_driver.o -a - GFS_layer/GFS_restart.o -a - GFS_layer/GFS_typedefs.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -gmake -C ipd FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit - -Build standalone FV3 gfsphysics ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -makefile:54: depend: No such file or directory -Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' - -Build standalone FV3 gfsphysics ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o -ar rv libipd.a IPD_driver.o IPD_typedefs.o -ar: creating libipd.a -a - IPD_driver.o -a - IPD_typedefs.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -gmake -C io FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL - -Build standalone FV3 io ... - -$ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include] -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' - -Build standalone FV3 io ... - -$ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include] -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c FV3GFS_io.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_internal_state.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf_parallel.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.5_4 -c post_gfs.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_wrt_grid_comp.F90 -ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o -ar: creating libfv3io.a -a - ffsync.o -a - FV3GFS_io.o -a - post_gfs.o -a - post_nems_routines.o -a - module_write_nemsio.o -a - module_write_netcdf.o -a - module_write_netcdf_parallel.o -a - module_fv3_io_def.o -a - module_write_internal_state.o -a - module_wrt_grid_comp.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL - -Build standalone FV3 fv3core ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' - -Build standalone FV3 fv3core ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ar rv libfv3core.a model/a2b_edge.o model/multi_gases.o model/boundary.o model/dyn_core.o model/fv_arrays.o model/fv_cmp.o model/fv_control.o model/fv_dynamics.o model/fv_fill.o model/fv_grid_utils.o model/fv_mapz.o model/fv_nesting.o model/fv_regional_bc.o model/fv_sg.o model/fv_tracer2d.o model/fv_update_phys.o model/sw_core.o model/tp_core.o model/nh_core.o model/nh_utils.o tools/external_ic.o tools/external_sst.o tools/fv_diagnostics.o tools/fv_eta.o tools/fv_grid_tools.o tools/fv_io.o tools/fv_mp_mod.o tools/fv_nudge.o tools/fv_treat_da_inc.o tools/fv_iau_mod.o tools/fv_restart.o tools/fv_surf_map.o tools/fv_timing.o tools/init_hydro.o tools/sim_nc_mod.o tools/sorted_index.o tools/test_cases.o driver/fvGFS/DYCORE_typedefs.o driver/fvGFS/fv_nggps_diag.o driver/fvGFS/atmosphere.o -ar: creating libfv3core.a -a - model/a2b_edge.o -a - model/multi_gases.o -a - model/boundary.o -a - model/dyn_core.o -a - model/fv_arrays.o -a - model/fv_cmp.o -a - model/fv_control.o -a - model/fv_dynamics.o -a - model/fv_fill.o -a - model/fv_grid_utils.o -a - model/fv_mapz.o -a - model/fv_nesting.o -a - model/fv_regional_bc.o -a - model/fv_sg.o -a - model/fv_tracer2d.o -a - model/fv_update_phys.o -a - model/sw_core.o -a - model/tp_core.o -a - model/nh_core.o -a - model/nh_utils.o -a - tools/external_ic.o -a - tools/external_sst.o -a - tools/fv_diagnostics.o -a - tools/fv_eta.o -a - tools/fv_grid_tools.o -a - tools/fv_io.o -a - tools/fv_mp_mod.o -a - tools/fv_nudge.o -a - tools/fv_treat_da_inc.o -a - tools/fv_iau_mod.o -a - tools/fv_restart.o -a - tools/fv_surf_map.o -a - tools/fv_timing.o -a - tools/init_hydro.o -a - tools/sim_nc_mod.o -a - tools/sorted_index.o -a - tools/test_cases.o -a - driver/fvGFS/DYCORE_typedefs.o -a - driver/fvGFS/fv_nggps_diag.o -a - driver/fvGFS/atmosphere.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit - -Build standalone FV3 stochastic_physics ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -makefile:86: depend: No such file or directory -Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' - -Build standalone FV3 stochastic_physics ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o -ar: creating libstochastic_physics.a -a - stochy_gg_def.o -a - stochy_resol_def.o -a - stochy_layout_lag.o -a - four_to_grid_stochy.o -a - glats_stochy.o -a - sumfln_stochy.o -a - gozrineo_stochy.o -a - num_parthds_stochy.o -a - get_ls_node_stochy.o -a - get_lats_node_a_stochy.o -a - setlats_a_stochy.o -a - setlats_lag_stochy.o -a - epslon_stochy.o -a - getcon_lag_stochy.o -a - pln2eo_stochy.o -a - dozeuv_stochy.o -a - dezouv_stochy.o -a - cellular_automata.o -a - update_ca.o -a - plumes.o -a - spectral_layout.o -a - getcon_spectral.o -a - stochy_namelist_def.o -a - compns_stochy.o -a - stochy_internal_state_mod.o -a - stochastic_physics.o -a - stochy_patterngenerator.o -a - stochy_data_mod.o -a - get_stochy_pattern.o -a - initialize_spectral_mod.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fv3_config.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c time_utils.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c atmos_model.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fcst_grid_comp.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c fv3_cap.F90 -ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o -ar: creating libfv3cap.a -a - atmos_model.o -a - module_fv3_config.o -a - module_fcst_grid_comp.o -a - time_utils.o -a - fv3_cap.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -gmake esmf_make_fragment FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -# additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/nems_dir" >> fv3.mk - -Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk - -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Installation into "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL" complete! - -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -test -d /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -( \ -echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo fms_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ -set -e ; \ -for m in /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ - test -s $m ; \ -done ; \ -echo build NEMS after /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src ; \ -gmake nems \ - COMPONENTS="FMS FV3" \ - FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL TARGET="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x" ; \ -test -x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_11 ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/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 18.0.5.20180823 +-- The CXX compiler identification is Intel 18.0.5.20180823 +-- The Fortran compiler identification is Intel 18.0.5.20180823 +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +ESMFMKFILE: /scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") -Currently Loaded Modules: - 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 - 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 - 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 - 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF - 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 - 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems - 7) nemsio/2.2.4 15) png/1.2.44 - 8) sp/2.0.3 16) z/1.2.11 +Setting configuration for hera.intel - +C compiler: Intel 18.0.5.20180823 (mpiicc) +CXX compiler: Intel 18.0.5.20180823 (mpiicpc) +Fortran compiler: Intel 18.0.5.20180823 (mpiifort) + +DEBUG is disabled +REPRO is ENABLED +32BIT is ENABLED +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is ENABLED + + +Selected physics package: gfs -build NEMS after /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -Components in linker order: FV3 FMS -FV3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" -CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" -CPPFLAGS += ESMF_VERSION_MINOR="0" -CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" -CPPFLAGS += ESMF_VERSION_STRING="8.0.0" -CPPFLAGS += ESMF_VERSION_REVISION="0" -CPPFLAGS += ESMF_VERSION_MAJOR="8" -CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c ENS_CplComp_ESMFMod_STUB.f90 -ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o -ar: creating ENS_Cpl.a -a - ENS_CplComp_ESMFMod_STUB.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 13:58:10 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 -mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o -'module_NEMS_UTILS.tmp.o' -> 'module_NEMS_UTILS.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 13:58:10 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 -mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o -'module_MEDIATOR_methods.tmp.o' -> 'module_MEDIATOR_methods.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 13:58:10 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 -mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o -'module_MEDIATOR.tmp.o' -> 'module_MEDIATOR.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 13:58:10 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 -mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o -'module_MEDIATOR_SpaceWeather.tmp.o' -> 'module_MEDIATOR_SpaceWeather.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 13:58:10 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 -mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o -'module_EARTH_INTERNAL_STATE.tmp.o' -> 'module_EARTH_INTERNAL_STATE.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 13:58:10 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 -mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o -'module_EARTH_GRID_COMP.tmp.o' -> 'module_EARTH_GRID_COMP.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 13:58:10 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 -mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o -'module_NEMS_INTERNAL_STATE.tmp.o' -> 'module_NEMS_INTERNAL_STATE.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 13:58:10 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 -mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o -'module_NEMS_GRID_COMP.tmp.o' -> 'module_NEMS_GRID_COMP.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 13:58:10 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 -mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o -'module_NEMS_Rusage.tmp.o' -> 'module_NEMS_Rusage.o' -mpiicc -c nems_c_rusage.c -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 13:58:10 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 -mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o -'MAIN_NEMS.tmp.o' -> 'MAIN_NEMS.o' -echo libgocart is -libgocart is -echo extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf -extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf -mpiifort -o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf +Force 64 bits in gfsphysics +Force 64 bits in ipd +-- Dynamics compiled with 32-bit option, adjust fv_sat_adj types +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_11 ++ make -j 8 +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/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 +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%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 2%] Linking Fortran static library libccpp.a +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%] Built target ccpp +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.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 +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.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. +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +Scanning dependencies of target ccppphys +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.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 +[ 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%] Linking Fortran static library libfv3cpl.a +[ 3%] Built target fv3cpl +[ 3%] 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/module_sf_noahmp_glacier.f90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.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/micro_mg_utils.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +[ 18%] 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. +[ 18%] 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 +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 19%] 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/radiation_aerosols.f.o +[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +[ 23%] 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 +[ 25%] 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/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 +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.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/physics/cires_ugwp.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 27%] 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 +Compiling in MPI mode (with or without MPP) +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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/GFS_rrtmg_pre.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +[ 27%] 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/rrtmg_sw_post.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.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/ccpp_FV3_GFS_2017_gfdlmp_regional_stochastics_cap.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_stochastics_cap.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_physics_cap.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_physics_cap.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_time_vary_cap.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_time_vary_cap.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_radiation_cap.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_radiation_cap.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 32%] 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. +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 34%] 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. +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 34%] 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. +[ 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +[ 36%] 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. +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 37%] 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. +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 40%] 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 +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.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/module_MYJSFC_wrapper.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.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/shalcnv.F.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 59%] 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. +Compiling in MPI mode (with or without MPP) +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 60%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 65%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 65%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 65%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 65%] Linking Fortran static library libccppphys.a +[ 66%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 66%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 66%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 66%] Built target ccppphys +[ 66%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +Scanning dependencies of target gfsphysics +[ 67%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 67%] 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 +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 69%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.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 +[ 69%] 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 +[ 70%] Linking Fortran static library FMS/libfms.a +[ 70%] Built target fms +[ 70%] 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 +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 71%] 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 +[ 72%] Linking Fortran static library libgfsphysics.a +[ 72%] Built target gfsphysics +Scanning dependencies of target ipd +Scanning dependencies of target ccppdriver +[ 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 +Scanning dependencies of target fv3core +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 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/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 +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.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_parallel.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 76%] 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/fv_mp_mod.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/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. +[ 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 +[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.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%] 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/tools/fv_surf_map.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/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 +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o +[ 82%] Linking Fortran static library libio.a +[ 82%] Built target io +[ 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/fv_nudge.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/model/fv_regional_bc.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_tracer2d.F90.o +[ 85%] 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 +[ 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/driver/fvGFS/atmosphere.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +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 +[ 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 +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.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/epslon_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_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/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/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 +[ 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 +[ 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/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 +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 +[ 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/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_Rusage.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.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%] Linking Fortran executable NEMS.exe /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -set -xe ; cp "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x" "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/tests/fv3_1.exe" -+ cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/tests/fv3_1.exe +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_11.exe ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 ../modules.fv3_11 ++ cd .. + '[' YES = YES ']' -+ gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3_1 BUILD_ENV=hera.intel FV3_MAKEOPT= NEMS_BUILDOPT= clean -Will copy modules.nems and NEMS.x as fv3_1 under tests/ -NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk" -Adding FV3 makeopts to FMS makeopts -cat /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs ; \ - exec gmake -f makefile.temp.clean clean -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -Cleaning fms ... - -cd .. ; \ -ls -1 */*.a */*.o */*.mod */depend \ - | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ -rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/modules.fv3 -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 ; exec gmake \ - -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Cleaning ... - -(cd gfsphysics && make clean) - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning gfsphysics ... - -rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -(cd ccpp/driver && make clean) - -Build CCPP layer ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -makefile:67: depend: No such file or directory -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' - -Build CCPP layer ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -Cleaning CCPP_layer ... - -rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -(cd ipd && make clean) - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning ipd ... - -rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -(cd ../stochastic_physics && make clean) - -Build standalone FV3 stochastic_physics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning stochastic_physics ... - -rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -(cd io && make clean) - -Build standalone FV3 io ... - -$ESMF_INC is [] -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning io ... - -rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -(cd atmos_cubed_sphere && make clean) - -Build standalone FV3 fv3core ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning fv3core ... - -rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -(cd cpl && make clean) - -Build standalone FV3 io ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning io ... - -rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend -rm -f -rf nems_dir fv3.mk FV3_INSTALL -rm -f -f conf/modules.fv3 -rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/configure.fv3 \ - /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/modules.fv3 -if ! test -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ - delete_nuopc=yes ; \ -fi ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ - INCLUDES_ARE_OPTIONAL=YES clean ; \ -if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ -fi -Components in linker order: FV3 FMS -FV3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" -CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" -CPPFLAGS += ESMF_VERSION_MINOR="0" -CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" -CPPFLAGS += ESMF_VERSION_STRING="8.0.0" -CPPFLAGS += ESMF_VERSION_REVISION="0" -CPPFLAGS += ESMF_VERSION_MAJOR="8" -CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -rm -f -f *.tmp.f90 *.lst *.o *.mod lm map -cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -+ elapsed=554 -+ echo 'Elapsed time 554 seconds. Compiling finished' -Elapsed time 554 seconds. Compiling finished ++ rm -rf build_fv3_11 ++ elapsed=480 ++ echo 'Elapsed time 480 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y finished' +Elapsed time 480 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y finished + SECONDS=0 ++++ readlink -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ readonly PATHTR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -+ PATHTR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -+ readonly BUILD_TARGET=hera.intel -+ BUILD_TARGET=hera.intel -+ readonly MAKE_OPT=WW3=Y -+ MAKE_OPT=WW3=Y -+ readonly BUILD_NAME=fv3_2 -+ BUILD_NAME=fv3_2 -+ readonly clean_before=YES ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ MACHINE_ID=hera.intel ++ MAKE_OPT='REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp' ++ BUILD_NAME=fv3_12 + clean_before=YES -+ readonly clean_after=YES + clean_after=YES -+ hostname -hfe03 -+ echo 'Compiling WW3=Y into fv3_2.exe on hera.intel' -Compiling WW3=Y into fv3_2.exe on hera.intel -+ gnu_make=gmake -+ which gmake -/usr/bin/gmake ++ BUILD_DIR=build_fv3_12 + [[ hera.intel == cheyenne.* ]] -+ [[ hera.intel == stampede.* ]] ++ [[ hera.intel == wcoss_dell_p3 ]] + MAKE_THREADS=8 -+ [[ 8 -gt 1 ]] -+ echo Using '$MAKE_THREADS=8' threads to build FV3 and FMS. -Using $MAKE_THREADS=8 threads to build FV3 and FMS. -+ echo Consider reducing '$MAKE_THREADS' if you hit memory or process limits. -Consider reducing $MAKE_THREADS if you hit memory or process limits. -+ gnu_make='gmake -j 8' -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../NEMS -+ COMPONENTS=FMS,FV3 -+ [[ WW3=Y == *\C\C\P\P\=\Y* ]] -+ [[ WW3=Y == *\W\W\3\=\Y* ]] -+ COMPONENTS=WW3,FMS,FV3 -+ [[ WW3=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ WW3=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ WW3=Y == *\R\E\P\R\O\=\Y* ]] -+ NEMS_BUILDOPT= ++ hostname +hfe03 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ echo 'Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp into fv3_12.exe on hera.intel' +Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp into fv3_12.exe on hera.intel + '[' YES = YES ']' -+ gmake -j 8 -k COMPONENTS=WW3,FMS,FV3 TEST_BUILD_NAME=fv3_2 BUILD_ENV=hera.intel FV3_MAKEOPT=WW3=Y NEMS_BUILDOPT= distclean -Will copy modules.nems and NEMS.x as fv3_2 under tests/ -NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS WW3 FV3' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk" -Adding FV3 makeopts to FMS makeopts -cat /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs ; \ - exec gmake WW3=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -Cleaning fms ... - -cd .. ; \ -ls -1 */*.a */*.o */*.mod */depend \ - | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ -rm -rf FMS_INSTALL || true -ls: cannot access */*.a: No such file or directory -ls: cannot access */*.o: No such file or directory -ls: cannot access */*.mod: No such file or directory -ls: cannot access */depend: No such file or directory -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/esmf ; \ -export COMP_SRCDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model" COMP_BINDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="hera" ; \ -export ESMFMKFILE=/dev/null ; \ -exec gmake distclean ++ rm -rf build_fv3_12 ++ mkdir -p build_fv3_12 ++ CCPP_CMAKE_FLAGS= ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\3\2\B\I\T\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\O\P\E\N\M\P\=\N* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp --builddir=tests/build_fv3_12/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp_noahmp.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_12/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip +INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology +INFO: filtering out variable air_temperature_at_previous_time_step +INFO: filtering out variable air_temperature_two_time_steps_back +INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl +INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc +INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable ccn_number_concentration +INFO: filtering out variable ccpp_block_number +INFO: filtering out variable cell_size +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_base_mass_flux +INFO: filtering out variable cloud_condensed_water_conversion_threshold +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface +INFO: filtering out variable cloud_condensed_water_mixing_ratio_convective_transport_tracer +INFO: filtering out variable cloud_droplet_number_concentration +INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics +INFO: filtering out variable cloud_fraction_for_MG +INFO: filtering out variable cloud_phase_transition_denominator +INFO: filtering out variable cloud_phase_transition_threshold_temperature +INFO: filtering out variable cloud_specie_mix_flag +INFO: filtering out variable cloudpdf +INFO: filtering out variable coefficient_for_evaporation_of_rainfall +INFO: filtering out variable coefficient_from_cloud_ice_to_snow +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable conv_activity_counter +INFO: filtering out variable convective_updraft_area_fraction +INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces +INFO: filtering out variable couple_sgs_clouds_to_radiation_flag +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable density_of_frozen_precipitation +INFO: filtering out variable depth_of_soil_levels_for_land_surface_model +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable do_mynnsfclay +INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable edmf_flag +INFO: filtering out variable edmf_momentum_transport_flag +INFO: filtering out variable edmf_partition_flag +INFO: filtering out variable edmf_tke_transport_flag +INFO: filtering out variable emdf_updraft_area +INFO: filtering out variable emdf_updraft_cloud_water +INFO: filtering out variable emdf_updraft_entrainment_rate +INFO: filtering out variable emdf_updraft_theta_l +INFO: filtering out variable emdf_updraft_total_water +INFO: filtering out variable emdf_updraft_vertical_velocity +INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable flag_arakawa_wu_downdraft +INFO: filtering out variable flag_convective_tracer_transport +INFO: filtering out variable flag_flip +INFO: filtering out variable flag_flux_form_CS +INFO: filtering out variable flag_for_2015_ozone_physics +INFO: filtering out variable flag_for_aerosol_input_MG +INFO: filtering out variable flag_for_frozen_soil_physics +INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme +INFO: filtering out variable flag_for_reading_leaf_area_index_from_input +INFO: filtering out variable flag_for_resetting_radar_reflectivity_calculation +INFO: filtering out variable flag_for_restart +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_mg3_as_mg2 +INFO: filtering out variable flag_skip_macro +INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_tracer_scavenged +INFO: filtering out variable gf_memory_counter +INFO: filtering out variable graupel_number_concentration_updated_by_physics +INFO: filtering out variable grav_settling +INFO: filtering out variable gwd_opt +INFO: filtering out variable h2o_forcing +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_friendly_aerosol_number_concentration +INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable ice_number_concentration +INFO: filtering out variable ice_number_concentration_updated_by_physics +INFO: filtering out variable ice_supersaturation_threshold +INFO: filtering out variable ice_water_mixing_ratio +INFO: filtering out variable ice_water_mixing_ratio_convective_transport_tracer +INFO: filtering out variable in_number_concentration +INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable k_level_of_highest_reaching_plume +INFO: filtering out variable kinematic_buoyancy_flux_from_shoc +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable latitude_index_in_debug_printouts +INFO: filtering out variable limit_for_temperature_tendency_for_microphysics +INFO: filtering out variable local_graupel_mixing_ratio +INFO: filtering out variable local_graupel_number_concentration +INFO: filtering out variable local_rain_number_concentration +INFO: filtering out variable local_rain_water_mixing_ratio +INFO: filtering out variable local_snow_number_concentration +INFO: filtering out variable local_snow_water_mixing_ratio +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable maximum_mass_flux +INFO: filtering out variable maximum_updraft_velocity_at_cloud_base +INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency +INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency +INFO: filtering out variable mg_allow_supersat_after_sed +INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow +INFO: filtering out variable mg_bergeron_efficiency_factor +INFO: filtering out variable mg_cloud_water_variance +INFO: filtering out variable mg_drop_concentration_constant +INFO: filtering out variable mg_flag_drop_concentration_constant +INFO: filtering out variable mg_flag_for_cloud_ice_processes +INFO: filtering out variable mg_flag_for_gmao_ice_formulation +INFO: filtering out variable mg_flag_for_graupel +INFO: filtering out variable mg_flag_for_hail +INFO: filtering out variable mg_flag_for_heterogeneous_freezing +INFO: filtering out variable mg_flag_for_liu_liquid_treatment +INFO: filtering out variable mg_flag_for_sb2001_autoconversion +INFO: filtering out variable mg_flag_for_uniform_subcolumns +INFO: filtering out variable mg_flag_graupel_concentration_constant +INFO: filtering out variable mg_flag_ice_concentration_constant +INFO: filtering out variable mg_graupel_concentration_constant +INFO: filtering out variable mg_ice_concentration_constant +INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio +INFO: filtering out variable mg_minimum_rh_for_ice +INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice +INFO: filtering out variable mg_tuning_factor_for_alphas +INFO: filtering out variable mg_type_of_precip_fraction_method +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable mix_total_water_flag +INFO: filtering out variable mixing_length +INFO: filtering out variable mixing_length_flag +INFO: filtering out variable moisture_from_previous_timestep +INFO: filtering out variable moisture_tendency_due_to_dynamics +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable mpi_comm +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_cloud_types_CS +INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data +INFO: filtering out variable number_of_frozen_precipitation_species +INFO: filtering out variable number_of_plumes +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable number_of_tracers_for_CS +INFO: filtering out variable number_of_tracers_plus_one +INFO: filtering out variable ozone_mixing_ratio +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable prandtl_number +INFO: filtering out variable q_prime_squared +INFO: filtering out variable rain_number_concentration_updated_by_physics +INFO: filtering out variable reciprocal_of_obukhov_length +INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation +INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term +INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface +INFO: filtering out variable snow_number_concentration_updated_by_physics +INFO: filtering out variable snow_temperature_bottom_first_layer +INFO: filtering out variable soil_temperature_for_land_surface_model +INFO: filtering out variable soil_vertical_dimension_for_land_surface_model +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stability_function_for_heat +INFO: filtering out variable subgrid_cloud_fraction_pbl +INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl +INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc +INFO: filtering out variable surface_air_pressure_at_previous_time_step +INFO: filtering out variable surface_air_pressure_two_time_steps_back +INFO: filtering out variable surface_condensation_mass +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable t_prime_q_prime +INFO: filtering out variable t_prime_squared +INFO: filtering out variable temperature_from_previous_timestep +INFO: filtering out variable temperature_tendency_due_to_dynamics +INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_rain_water_mixing_ratio_due_to_microphysics +INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable tke_advect +INFO: filtering out variable tke_at_mass_points +INFO: filtering out variable tke_budget +INFO: filtering out variable tke_dissipative_heating_factor +INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable triple_point_temperature_of_water +INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS +INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vertical_dimension_of_h2o_forcing_data +INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model +INFO: filtering out variable water_friendly_aerosol_number_concentration +INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable water_vapor_mixing_ratio_at_surface +INFO: filtering out variable water_vapor_specific_humidity_at_previous_time_step +INFO: filtering out variable water_vapor_specific_humidity_two_time_steps_back +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_12/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_12/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_12/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_12/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_12/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 12 auto-generated caps to tests/build_fv3_12/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_12/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_12/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_12/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_stochastics_cap.F90' +++ CCPP_CAPS='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_stochastics_cap.F90' ++ source build_fv3_12/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\W\W\3\=\Y* ]] +++ trim ' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ local 'var= -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo -n '-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ CCPP_CMAKE_FLAGS='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__238687 +++ eval 'setup__test_function__238687() { /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__238687 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ ! -d /scratch ]] +++ 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' 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;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' 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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' 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 '_ModuleTable014_;' ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ 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 ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ 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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl ++++ export _ModuleTable001_ ++++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ 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 _ModuleTable014_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__238687 +++ unset __ms_function_name ++ [[ hera.intel == macosx.* ]] ++ [[ hera.intel == linux.* ]] ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl +++ export _ModuleTable001_ +++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ 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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' 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;' 'HDF5="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF_ROOT;' '__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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' 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 +++ 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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ 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 +++ HDF5=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_F +++ __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='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3 +++ export LOADEDMODULES +++ __LMOD_REF_COUNT_MANPATH='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF_ROOT +++ __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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4 +++ export POST_INC +++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /apps/lmod/7.7.18/libexec/lmod bash list ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''post/8.0.5'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''hdf5_parallel/1.10.6'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\''11)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''netcdf_parallel/4.7.4'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''esmf/8.0.0_ParallelNetCDF'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''21)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''14)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''22)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''z/1.2.11'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' +++ echo '' +++ echo Currently Loaded Modules: Currently Loaded Modules: +++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '9)' w3emc/2.3.1 '' '' '' '' '17)' post/8.0.5 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 +++ echo '' '' '2)' sutils/default '' '' '' '10)' w3nco/2.0.7 '' '' '' '' '18)' hdf5_parallel/1.10.6 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 +++ echo '' '' '3)' intel/18.0.5.274 '' '11)' g2/3.1.1 '' '' '' '' '' '' '' '19)' netcdf_parallel/4.7.4 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 +++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '12)' g2tmpl/1.6.0 '' '' '' '20)' esmf/8.0.0_ParallelNetCDF 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF +++ echo '' '' '5)' bacio/2.0.3 '' '' '' '' '' '' '13)' crtm/2.2.6 '' '' '' '' '' '21)' cmake/3.9.0 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 - 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems +++ echo '' '' '6)' ip/3.0.2 '' '' '' '' '' '' '' '' '' '14)' jasper/1.900.1 '' '22)' fv3 + 6) ip/3.0.2 14) jasper/1.900.1 22) fv3 +++ echo '' '' '7)' nemsio/2.2.4 '' '' '' '' '' '15)' png/1.2.44 7) nemsio/2.2.4 15) png/1.2.44 +++ echo '' '' '8)' sp/2.0.3 '' '' '' '' '' '' '' '' '' '16)' z/1.2.11 8) sp/2.0.3 16) z/1.2.11 +++ echo '' +++ echo '' '' +++ echo '' -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/esmf' -\rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/exe/ww3_multi_esmf *.o *.mod -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3_clean -c - - ***************************** - *** WAVEWATCH III clean *** - ***************************** - - Clean up /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp - Clean up /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin - Clean up /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn - Clean up /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/aux - Clean up /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin - Clean up /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/../regtests -\rm -fr /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp -\rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/wwatch3.env -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/esmf' -cd "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model" ; \ -rm -rf exe mod* obj* tmp ftn/makefile ftn/makefile_DIST \ - ftn/makefile_SHRD esmf/wwatch3.env aux/makefile \ - bin/link bin/comp ; \ -find . -name '*.o' -o -name '*.mod' -o -name '*.a' \ - | xargs rm -f -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/modules.fv3 -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 ; exec gmake \ - -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Cleaning ... +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_12 ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -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 +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +ESMFMKFILE: /scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") -(cd gfsphysics && make clean) - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -makefile:278: depend: No such file or directory -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -Cleaning gfsphysics ... - -rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -(cd ccpp/driver && make clean) - -Build CCPP layer ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -makefile:67: depend: No such file or directory -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' - -Build CCPP layer ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -Cleaning CCPP_layer ... - -rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -(cd ipd && make clean) - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -makefile:54: depend: No such file or directory -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -Cleaning ipd ... - -rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -(cd ../stochastic_physics && make clean) - -Build standalone FV3 stochastic_physics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -makefile:86: depend: No such file or directory -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' - -Build standalone FV3 stochastic_physics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -Cleaning stochastic_physics ... - -rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -(cd io && make clean) - -Build standalone FV3 io ... - -$ESMF_INC is [] -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning io ... - -rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -(cd atmos_cubed_sphere && make clean) - -Build standalone FV3 fv3core ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning fv3core ... - -rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -(cd cpl && make clean) - -Build standalone FV3 io ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning io ... - -rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend -rm -f -rf nems_dir fv3.mk FV3_INSTALL -rm -f -f conf/modules.fv3 -rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/configure.fv3 \ - /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ - delete_nuopc=yes ; \ -fi ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS WW3 FV3" \ - INCLUDES_ARE_OPTIONAL=YES clean ; \ -if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ -fi -Components in linker order: FV3 WW3 FMS -FV3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -WW3: include -GNUmakefile:70: : component WW3 makefile fragment is missing -FMS: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" -CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" -CPPFLAGS += ESMF_VERSION_MINOR="0" -CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" -CPPFLAGS += ESMF_VERSION_STRING="8.0.0" -CPPFLAGS += ESMF_VERSION_REVISION="0" -CPPFLAGS += ESMF_VERSION_MAJOR="8" -CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -rm -f -f *.tmp.f90 *.lst *.o *.mod lm map -cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/externals.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.sh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.csh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test_results.mk -+ gmake -j 8 -k COMPONENTS=WW3,FMS,FV3 TEST_BUILD_NAME=fv3_2 BUILD_ENV=hera.intel FV3_MAKEOPT=WW3=Y NEMS_BUILDOPT= build -Will copy modules.nems and NEMS.x as fv3_2 under tests/ -NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS WW3 FV3' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk" -Adding FV3 makeopts to FMS makeopts -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/modulefiles/hera.intel/fv3 /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems -set -xe ; cp "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems" "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/tests/modules.fv3_2" -+ cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/tests/modules.fv3_2 -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/conf/configure.fv3.hera.intel /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/externals.nems -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS' -if [ -f "/modules.nems" ] ; then \ - . /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=12000000 ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ -fi ; \ -( \ -echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ -echo "CASELESS_FILESYSTEM=NO" ; \ -if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ -) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS' -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs ; \ -exec gmake WW3=Y all +Setting configuration for hera.intel -Currently Loaded Modules: - 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 - 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 - 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 - 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF - 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 - 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems - 7) nemsio/2.2.4 15) png/1.2.44 - 8) sp/2.0.3 16) z/1.2.11 +C compiler: Intel 18.0.5.20180823 (mpiicc) +CXX compiler: Intel 18.0.5.20180823 (mpiicpc) +Fortran compiler: Intel 18.0.5.20180823 (mpiifort) - +DEBUG is disabled +REPRO is ENABLED +32BIT is disabled +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is ENABLED + + +Selected physics package: gfs -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -Building dependencies ... -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_stochastics_cap.F90 +Force 64 bits in CCPP_layer +-- Configuring done +-- Generating done +-- Build files have been written to: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_12 ++ make -j 8 +Scanning dependencies of target ccpp +Scanning dependencies of target fv3cpl +[ 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/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.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 CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1746,98 +8634,224 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.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%] Linking Fortran static library libccpp.a +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 3%] Built target ccpp +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.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/machine.F.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/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 +[ 4%] 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 Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.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/aerclm_def.F.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.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 +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 7%] 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/gwdps.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 15%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o +[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.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/ozinterp.f90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.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/gfdl_fv_sat_adj.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 19%] 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 +[ 22%] 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 +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 23%] 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 +[ 25%] 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/sfc_sice.f.o +[ 26%] 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/sfc_noahmp_drv.f.o +[ 26%] 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 +[ 27%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +[ 27%] 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 +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +[ 28%] 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_2017_gfdlmp_fast_physics_cap.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/ccpp_FV3_GFS_2017_gfdlmp_noahmp_fast_physics_cap.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_setup.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 30%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -Compiling in MPI mode (with or without MPP) +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 30%] 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. +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +[ 30%] 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 +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +[ 31%] 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_sw_post.F90.o +[ 33%] 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_2017_gfdlmp_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 +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_stochastics_cap.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_physics_cap.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_time_vary_cap.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_radiation_cap.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 38%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.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. +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 38%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 39%] 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 +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 41%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 41%] 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. +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 42%] 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. @@ -1846,3251 +8860,54693 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o +[ 42%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 42%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o +[ 42%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 44%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_util.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_manager.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 46%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 48%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 48%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 48%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 49%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 49%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 49%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 49%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 50%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 50%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_cap.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_cap.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 53%] 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/moninedmf_hafs.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_fer_hires.F90.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 +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 66%] Linking Fortran static library libccppphys.a +[ 66%] Built target ccppphys +Scanning dependencies of target gfsphysics +[ 66%] 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 Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.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 +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 69%] Linking Fortran static library FMS/libfms.a +[ 69%] Built target fms +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 71%] Linking Fortran static library libgfsphysics.a +[ 71%] Built target gfsphysics +Scanning dependencies of target ipd +Scanning dependencies of target ccppdriver +[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 71%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 72%] Linking Fortran static library libccppdriver.a +[ 72%] Built target ccppdriver +[ 73%] Linking Fortran static library libipd.a +[ 73%] Built target ipd +Scanning dependencies of target io +[ 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 +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 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/model/fv_fill.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/module_write_nemsio.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.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_mp_mod.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_sg.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 76%] 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. +[ 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/io/CMakeFiles/io.dir/ffsync.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.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 +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 79%] 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/tools/fv_treat_da_inc.F90.o +[ 80%] 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%] Linking Fortran static library libio.a +[ 81%] Built target io +[ 81%] 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 +[ 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/tools/fv_nudge.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.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/fv_update_phys.F90.o +[ 84%] 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/tools/external_ic.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 85%] 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_control.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 +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o -ar rv libfms.a ../oda_tools/xbt_drop_rate_adjust.o ../affinity/fms_affinity.o ../amip_interp/amip_interp.o ../astronomy/astronomy.o ../axis_utils/axis_utils.o ../block_control/block_control.o ../column_diagnostics/column_diagnostics.o ../constants/constants.o ../coupler/atmos_ocean_fluxes.o ../coupler/coupler_types.o ../coupler/ensemble_manager.o ../data_override/data_override.o ../diag_integral/diag_integral.o ../diag_manager/diag_axis.o ../diag_manager/diag_data.o ../diag_manager/diag_grid.o ../diag_manager/diag_manifest.o ../diag_manager/diag_manager.o ../diag_manager/diag_output.o ../diag_manager/diag_table.o ../diag_manager/diag_util.o ../drifters/cloud_interpolator.o ../drifters/drifters.o ../drifters/drifters_comm.o ../drifters/drifters_core.o ../drifters/drifters_input.o ../drifters/drifters_io.o ../drifters/quicksort.o ../exchange/stock_constants.o ../exchange/xgrid.o ../fft/fft.o ../fft/fft99.o ../field_manager/field_manager.o ../field_manager/fm_util.o ../fms/fms.o ../fms/fms_io.o ../horiz_interp/horiz_interp.o ../horiz_interp/horiz_interp_bicubic.o ../horiz_interp/horiz_interp_bilinear.o ../horiz_interp/horiz_interp_conserve.o ../horiz_interp/horiz_interp_spherical.o ../horiz_interp/horiz_interp_type.o ../interpolator/interpolator.o ../memutils/memutils.o ../monin_obukhov/monin_obukhov.o ../monin_obukhov/monin_obukhov_kernel.o ../mosaic/gradient.o ../mosaic/grid.o ../mosaic/mosaic.o ../mpp/mpp.o ../mpp/mpp_data.o ../mpp/mpp_domains.o ../mpp/mpp_efp.o ../mpp/mpp_io.o ../mpp/mpp_memutils.o ../mpp/mpp_parameter.o ../mpp/mpp_pset.o ../mpp/mpp_utilities.o ../oda_tools/oda_core.o ../oda_tools/oda_core_ecda.o ../oda_tools/oda_types.o ../oda_tools/write_ocean_data.o ../platform/platform.o ../random_numbers/MersenneTwister.o ../random_numbers/random_numbers.o ../sat_vapor_pres/sat_vapor_pres.o ../sat_vapor_pres/sat_vapor_pres_k.o ../station_data/station_data.o ../time_interp/time_interp.o ../time_interp/time_interp_external.o ../time_manager/get_cal_time.o ../time_manager/time_manager.o ../topography/gaussian_topog.o ../topography/topography.o ../tracer_manager/tracer_manager.o ../tridiagonal/tridiagonal.o ../affinity/affinity.o ../memutils/memuse.o ../mosaic/create_xgrid.o ../mosaic/gradient_c2l.o ../mosaic/interp.o ../mosaic/mosaic_util.o ../mosaic/read_mosaic.o ../mpp/nsclock.o ../mpp/threadloc.o -ar: creating libfms.a -a - ../oda_tools/xbt_drop_rate_adjust.o -a - ../affinity/fms_affinity.o -a - ../amip_interp/amip_interp.o -a - ../astronomy/astronomy.o -a - ../axis_utils/axis_utils.o -a - ../block_control/block_control.o -a - ../column_diagnostics/column_diagnostics.o -a - ../constants/constants.o -a - ../coupler/atmos_ocean_fluxes.o -a - ../coupler/coupler_types.o -a - ../coupler/ensemble_manager.o -a - ../data_override/data_override.o -a - ../diag_integral/diag_integral.o -a - ../diag_manager/diag_axis.o -a - ../diag_manager/diag_data.o -a - ../diag_manager/diag_grid.o -a - ../diag_manager/diag_manifest.o -a - ../diag_manager/diag_manager.o -a - ../diag_manager/diag_output.o -a - ../diag_manager/diag_table.o -a - ../diag_manager/diag_util.o -a - ../drifters/cloud_interpolator.o -a - ../drifters/drifters.o -a - ../drifters/drifters_comm.o -a - ../drifters/drifters_core.o -a - ../drifters/drifters_input.o -a - ../drifters/drifters_io.o -a - ../drifters/quicksort.o -a - ../exchange/stock_constants.o -a - ../exchange/xgrid.o -a - ../fft/fft.o -a - ../fft/fft99.o -a - ../field_manager/field_manager.o -a - ../field_manager/fm_util.o -a - ../fms/fms.o -a - ../fms/fms_io.o -a - ../horiz_interp/horiz_interp.o -a - ../horiz_interp/horiz_interp_bicubic.o -a - ../horiz_interp/horiz_interp_bilinear.o -a - ../horiz_interp/horiz_interp_conserve.o -a - ../horiz_interp/horiz_interp_spherical.o -a - ../horiz_interp/horiz_interp_type.o -a - ../interpolator/interpolator.o -a - ../memutils/memutils.o -a - ../monin_obukhov/monin_obukhov.o -a - ../monin_obukhov/monin_obukhov_kernel.o -a - ../mosaic/gradient.o -a - ../mosaic/grid.o -a - ../mosaic/mosaic.o -a - ../mpp/mpp.o -a - ../mpp/mpp_data.o -a - ../mpp/mpp_domains.o -a - ../mpp/mpp_efp.o -a - ../mpp/mpp_io.o -a - ../mpp/mpp_memutils.o -a - ../mpp/mpp_parameter.o -a - ../mpp/mpp_pset.o -a - ../mpp/mpp_utilities.o -a - ../oda_tools/oda_core.o -a - ../oda_tools/oda_core_ecda.o -a - ../oda_tools/oda_types.o -a - ../oda_tools/write_ocean_data.o -a - ../platform/platform.o -a - ../random_numbers/MersenneTwister.o -a - ../random_numbers/random_numbers.o -a - ../sat_vapor_pres/sat_vapor_pres.o -a - ../sat_vapor_pres/sat_vapor_pres_k.o -a - ../station_data/station_data.o -a - ../time_interp/time_interp.o -a - ../time_interp/time_interp_external.o -a - ../time_manager/get_cal_time.o -a - ../time_manager/time_manager.o -a - ../topography/gaussian_topog.o -a - ../topography/topography.o -a - ../tracer_manager/tracer_manager.o -a - ../tridiagonal/tridiagonal.o -a - ../affinity/affinity.o -a - ../memutils/memuse.o -a - ../mosaic/create_xgrid.o -a - ../mosaic/gradient_c2l.o -a - ../mosaic/interp.o -a - ../mosaic/mosaic_util.o -a - ../mosaic/read_mosaic.o -a - ../mpp/nsclock.o -a - ../mpp/threadloc.o -mkdir -p "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -test -d /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; set -x ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/esmf ; \ -export COMP_SRCDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model" COMP_BINDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="hera" ; \ -exec gmake -j 1 WW3_COMP="hera" ww3_nems +[ 86%] Linking Fortran static library libfv3core.a +[ 86%] Built target fv3core +Scanning dependencies of target stochastic_physics +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 86%] 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/stochy_layout_lag.f.o +[ 87%] 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/glats_stochy.f.o +[ 88%] 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/compns_stochy.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/get_lats_node_a_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_ls_node_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/four_to_grid_stochy.F.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 93%] 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/cellular_automata.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/num_parthds_stochy.f.o +[ 94%] Linking Fortran static library libstochastic_physics.a +[ 94%] Built target stochastic_physics +Scanning dependencies of target fv3cap +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 96%] Linking Fortran static library libfv3cap.a +[ 96%] 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/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 +[ 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_NEMS_INTERNAL_STATE.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%] Linking Fortran executable NEMS.exe +/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': +jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_12.exe ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 ../modules.fv3_12 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_12 ++ elapsed=487 ++ echo 'Elapsed time 487 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp finished' +Elapsed time 487 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp finished ++ SECONDS=0 ++++ readlink -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ MACHINE_ID=hera.intel ++ MAKE_OPT='REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf' ++ BUILD_NAME=fv3_13 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_13 ++ [[ hera.intel == cheyenne.* ]] ++ [[ hera.intel == wcoss_dell_p3 ]] ++ MAKE_THREADS=8 ++ hostname +hfe03 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ echo 'Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf into fv3_13.exe on hera.intel' +Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf into fv3_13.exe on hera.intel ++ '[' YES = YES ']' ++ rm -rf build_fv3_13 ++ mkdir -p build_fv3_13 ++ CCPP_CMAKE_FLAGS= ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\3\2\B\I\T\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\O\P\E\N\M\P\=\N* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf --builddir=tests/build_fv3_13/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_csawmgshoc.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_csawmg.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_satmedmf.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_13/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip +INFO: filtering out variable area_fraction_of_wet_canopy +INFO: filtering out variable atmosphere_energy_content_at_Lagrangian_surface +INFO: filtering out variable atmosphere_energy_content_in_column +INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl +INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable canopy_air_temperature +INFO: filtering out variable canopy_air_vapor_pressure +INFO: filtering out variable canopy_intercepted_ice_mass +INFO: filtering out variable canopy_intercepted_liquid_water +INFO: filtering out variable cappa_moist_gas_constant_at_Lagrangian_surface +INFO: filtering out variable ccpp_block_number +INFO: filtering out variable cell_area_for_fast_physics +INFO: filtering out variable cell_size +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface +INFO: filtering out variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_droplet_number_concentration +INFO: filtering out variable cloud_fraction_at_Lagrangian_surface +INFO: filtering out variable cloud_fraction_updated_by_physics +INFO: filtering out variable cloud_graupel_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_ice_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_rain_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_snow_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_specie_mix_flag +INFO: filtering out variable cloudpdf +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable conv_activity_counter +INFO: filtering out variable couple_sgs_clouds_to_radiation_flag +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable density_of_frozen_precipitation +INFO: filtering out variable depth_of_soil_levels_for_land_surface_model +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable do_mynnsfclay +INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable edmf_flag +INFO: filtering out variable edmf_momentum_transport_flag +INFO: filtering out variable edmf_partition_flag +INFO: filtering out variable edmf_tke_transport_flag +INFO: filtering out variable emdf_updraft_area +INFO: filtering out variable emdf_updraft_cloud_water +INFO: filtering out variable emdf_updraft_entrainment_rate +INFO: filtering out variable emdf_updraft_theta_l +INFO: filtering out variable emdf_updraft_total_water +INFO: filtering out variable emdf_updraft_vertical_velocity +INFO: filtering out variable ending_x_direction_index +INFO: filtering out variable ending_x_direction_index_domain +INFO: filtering out variable ending_y_direction_index +INFO: filtering out variable ending_y_direction_index_domain +INFO: filtering out variable equilibrium_soil_water_content +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable fast_soil_pool_mass_content_of_carbon +INFO: filtering out variable fine_root_mass +INFO: filtering out variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa +INFO: filtering out variable flag_for_canopy_stomatal_resistance_option +INFO: filtering out variable flag_for_cloud_effective_radii +INFO: filtering out variable flag_for_dynamic_vegetation_option +INFO: filtering out variable flag_for_fast_microphysics_energy_conservation +INFO: filtering out variable flag_for_frozen_soil_permeability_option +INFO: filtering out variable flag_for_frozen_soil_physics +INFO: filtering out variable flag_for_ground_snow_surface_albedo_option +INFO: filtering out variable flag_for_hydrostatic_heating_from_physics +INFO: filtering out variable flag_for_hydrostatic_solver +INFO: filtering out variable flag_for_hydrostatic_solver_for_fast_physics +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_inline_cloud_fraction_calculation +INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option +INFO: filtering out variable flag_for_precipitation_partition_option +INFO: filtering out variable flag_for_radiation_transfer_option +INFO: filtering out variable flag_for_reading_leaf_area_index_from_input +INFO: filtering out variable flag_for_resetting_radar_reflectivity_calculation +INFO: filtering out variable flag_for_restart +INFO: filtering out variable flag_for_runoff_and_groundwater_option +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_for_saturation_adjustment_for_microphysics_in_dynamics +INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option +INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option +INFO: filtering out variable flag_for_supercooled_liquid_water_option +INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option +INFO: filtering out variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface +INFO: filtering out variable flag_for_the_last_step_of_k_split_remapping +INFO: filtering out variable gas_constants_for_multi_gases_physics +INFO: filtering out variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface +INFO: filtering out variable gf_memory_counter +INFO: filtering out variable grav_settling +INFO: filtering out variable ground_temperature_for_noahmp +INFO: filtering out variable gwd_opt +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_friendly_aerosol_number_concentration +INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable ice_number_concentration +INFO: filtering out variable ice_water_mixing_ratio +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable k_level_of_highest_reaching_plume +INFO: filtering out variable kappa_dry_for_fast_physics +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable lake_water_storage +INFO: filtering out variable layer_bottom_depth_from_snow_surface +INFO: filtering out variable leaf_area_index +INFO: filtering out variable leaf_mass +INFO: filtering out variable limit_for_temperature_tendency_for_microphysics +INFO: filtering out variable liquid_water_density +INFO: filtering out variable log_pressure_at_Lagrangian_surface +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable maximum_mass_flux +INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency +INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable mix_total_water_flag +INFO: filtering out variable mixing_length +INFO: filtering out variable mixing_length_flag +INFO: filtering out variable moisture_from_previous_timestep +INFO: filtering out variable moisture_tendency_due_to_dynamics +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable mpi_comm +INFO: filtering out variable mpi_rank_for_fast_physics +INFO: filtering out variable mpi_root_for_fast_physics +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_gases_for_multi_gases_physics +INFO: filtering out variable number_of_ghost_zones +INFO: filtering out variable number_of_plumes +INFO: filtering out variable number_of_snow_layers +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable number_of_water_species +INFO: filtering out variable omp_threads_for_fast_physics +INFO: filtering out variable ozone_mixing_ratio +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable pressure_thickness_at_Lagrangian_surface +INFO: filtering out variable q_prime_squared +INFO: filtering out variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind +INFO: filtering out variable reciprocal_of_obukhov_length +INFO: filtering out variable slow_soil_pool_mass_content_of_carbon +INFO: filtering out variable snow_albedo_at_previous_time_step +INFO: filtering out variable snow_layer_ice +INFO: filtering out variable snow_layer_liquid_water +INFO: filtering out variable snow_mass_at_previous_time_step +INFO: filtering out variable snow_precipitation_rate_at_surface +INFO: filtering out variable snow_temperature +INFO: filtering out variable snow_temperature_bottom_first_layer +INFO: filtering out variable soil_temperature_for_land_surface_model +INFO: filtering out variable soil_vertical_dimension_for_land_surface_model +INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table +INFO: filtering out variable specific_heat_capacities_for_multi_gases_physics +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stability_function_for_heat +INFO: filtering out variable starting_x_direction_index +INFO: filtering out variable starting_x_direction_index_domain +INFO: filtering out variable starting_y_direction_index +INFO: filtering out variable starting_y_direction_index_domain +INFO: filtering out variable stem_area_index +INFO: filtering out variable stem_mass +INFO: filtering out variable subgrid_cloud_fraction_pbl +INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl +INFO: filtering out variable surface_condensation_mass +INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp +INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_geopotential_at_Lagrangian_surface +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable t_prime_q_prime +INFO: filtering out variable t_prime_squared +INFO: filtering out variable temperature_from_previous_timestep +INFO: filtering out variable temperature_tendency_due_to_dynamics +INFO: filtering out variable tendency_of_air_temperature_at_Lagrangian_surface +INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable thickness_at_Lagrangian_surface +INFO: filtering out variable time_step_for_remapping_for_fast_physics +INFO: filtering out variable tke_advect +INFO: filtering out variable tke_at_mass_points +INFO: filtering out variable tke_budget +INFO: filtering out variable tke_dissipative_heating_factor +INFO: filtering out variable top_layer_index_for_fast_physics +INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vegetation_temperature +INFO: filtering out variable vertical_dimension_for_fast_physics +INFO: filtering out variable vertical_dimension_for_thickness_at_Lagrangian_surface +INFO: filtering out variable virtual_temperature_at_Lagrangian_surface +INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model +INFO: filtering out variable water_friendly_aerosol_number_concentration +INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable water_storage_in_aquifer +INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil +INFO: filtering out variable water_table_depth +INFO: filtering out variable water_table_recharge_when_deep +INFO: filtering out variable water_table_recharge_when_shallow +INFO: filtering out variable water_vapor_mixing_ratio_at_surface +INFO: filtering out variable water_vapor_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable wood_mass +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_13/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_13/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_13/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_13/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_13/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 15 auto-generated caps to tests/build_fv3_13/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_13/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_13/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_13/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_stochastics_cap.F90' +++ CCPP_CAPS='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_stochastics_cap.F90' ++ source build_fv3_13/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\W\W\3\=\Y* ]] +++ trim ' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ local 'var= -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo -n '-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ CCPP_CMAKE_FLAGS='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__248615 +++ eval 'setup__test_function__248615() { /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__248615 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ ! -d /scratch ]] +++ 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' 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;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' 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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' 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 '_ModuleTable014_;' ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ 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 ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ 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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl ++++ export _ModuleTable001_ ++++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ 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 _ModuleTable014_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__248615 +++ unset __ms_function_name ++ [[ hera.intel == macosx.* ]] ++ [[ hera.intel == linux.* ]] ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl +++ export _ModuleTable001_ +++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ 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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' 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;' 'HDF5="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF_ROOT;' '__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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' 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 +++ 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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ 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 +++ HDF5=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_F +++ __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='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3 +++ export LOADEDMODULES +++ __LMOD_REF_COUNT_MANPATH='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF_ROOT +++ __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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4 +++ export POST_INC +++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /apps/lmod/7.7.18/libexec/lmod bash list ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''post/8.0.5'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''hdf5_parallel/1.10.6'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\''11)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''netcdf_parallel/4.7.4'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''esmf/8.0.0_ParallelNetCDF'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''21)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''14)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''22)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''z/1.2.11'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' +++ echo '' +++ echo Currently Loaded Modules: Currently Loaded Modules: +++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '9)' w3emc/2.3.1 '' '' '' '' '17)' post/8.0.5 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 +++ echo '' '' '2)' sutils/default '' '' '' '10)' w3nco/2.0.7 '' '' '' '' '18)' hdf5_parallel/1.10.6 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 +++ echo '' '' '3)' intel/18.0.5.274 '' '11)' g2/3.1.1 '' '' '' '' '' '' '' '19)' netcdf_parallel/4.7.4 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 +++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '12)' g2tmpl/1.6.0 '' '' '' '20)' esmf/8.0.0_ParallelNetCDF 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF +++ echo '' '' '5)' bacio/2.0.3 '' '' '' '' '' '' '13)' crtm/2.2.6 '' '' '' '' '' '21)' cmake/3.9.0 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 - 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems +++ echo '' '' '6)' ip/3.0.2 '' '' '' '' '' '' '' '' '' '14)' jasper/1.900.1 '' '22)' fv3 + 6) ip/3.0.2 14) jasper/1.900.1 22) fv3 +++ echo '' '' '7)' nemsio/2.2.4 '' '' '' '' '' '15)' png/1.2.44 7) nemsio/2.2.4 15) png/1.2.44 +++ echo '' '' '8)' sp/2.0.3 '' '' '' '' '' '' '' '' '' '16)' z/1.2.11 8) sp/2.0.3 16) z/1.2.11 +++ echo '' +++ echo '' '' +++ echo '' -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/esmf -+ export COMP_SRCDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model COMP_BINDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL WW3_COMP=hera -+ COMP_SRCDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model -+ COMP_BINDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL -+ WW3_COMP=hera -+ exec gmake -j 1 WW3_COMP=hera ww3_nems -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/esmf' -gmake[1]: warning: -jN forced in submake: disabling jobserver mode. - - ***************************** - *** WAVEWATCH III setup *** - ***************************** - - -[INFO] local env file wwatch3.env found in /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/wwatch3.env - Setup file /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/wwatch3.env found - Printer (listings) : - auxiliary FORTRAN compiler : gfortran - auxiliary C compiler : gcc - Source directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model - Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp - Save source code : yes - Save listings : yes - - Setup makefile for auxiliary programs - - - Compile auxiliary programs -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/aux' -gfortran -o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3adc w3adc.f -gfortran -o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3list w3list.f -gfortran -o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3prnt w3prnt.f -gfortran -o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3split w3split.f -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/aux' - - - Setup comp & link files - sed /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/comp.tmpl => /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/comp - sed /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/link.tmpl => /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/link - - Create required model subdirectories - -Finished setting up WAVEWATCH III - -\rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/tempswitch -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3_make ww3_grid - - ***************************** - *** WAVEWATCH III make *** - ***************************** - -Main directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model -Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp -Save source codes : yes -Save listings : yes -Shared Object : No - -[INFO] list of the programs selected : ww3_grid -Making makefile ... - - ***************************** - *** WAVEWATCH III makefile *** - ***************************** - -switch = /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/switch - Checking all subroutines for modules (this may take a while) ... - -Processing ww3_grid ---------------------- -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' -ad3 : processing constants -ad3 : processing w3servmd -ad3 : processing w3arrymd -ad3 : processing w3gsrumd -ad3 : processing w3gdatmd -ad3 : processing w3odatmd -ad3 : processing w3idatmd -ad3 : processing w3dispmd -ad3 : processing w3timemd -ad3 : processing w3adatmd -ad3 : processing w3nmlgridmd -ad3 : processing wmmdatmd -ad3 : processing w3src4md -ad3 : processing w3snl1md -ad3 : processing w3parall -ad3 : processing w3triamd -ad3 : processing w3wdatmd -ad3 : processing w3iogrmd -ad3 : processing ww3_grid - Linking ww3_grid -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' - - - ********************** - *** end of compilation *** - ********************** - -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3_make ww3_outf - - ***************************** - *** WAVEWATCH III make *** - ***************************** - -Main directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model -Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp -Save source codes : yes -Save listings : yes -Shared Object : No - -[INFO] list of the programs selected : ww3_outf - -Processing ww3_outf ---------------------- -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' -ad3 : processing w3iogomd -ad3 : processing w3sbt1md -ad3 : processing w3sdb1md -ad3 : processing ww3_outf - Linking ww3_outf -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' - - - ********************** - *** end of compilation *** - ********************** - -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3_make ww3_outp - - ***************************** - *** WAVEWATCH III make *** - ***************************** - -Main directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model -Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp -Save source codes : yes -Save listings : yes -Shared Object : No - -[INFO] list of the programs selected : ww3_outp - -Processing ww3_outp ---------------------- -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' -ad3 : processing w3bullmd -ad3 : processing w3iopomd -ad3 : processing w3partmd -ad3 : processing w3flx1md -ad3 : processing ww3_outp - Linking ww3_outp -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' - - - ********************** - *** end of compilation *** - ********************** - -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3_make ww3_prep - - ***************************** - *** WAVEWATCH III make *** - ***************************** - -Main directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model -Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp -Save source codes : yes -Save listings : yes -Shared Object : No - -[INFO] list of the programs selected : ww3_prep - -Processing ww3_prep ---------------------- -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' -ad3 : processing w3fldsmd -ad3 : processing ww3_prep - Linking ww3_prep -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' - - - ********************** - *** end of compilation *** - ********************** - -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3_make ww3_gint - - ***************************** - *** WAVEWATCH III make *** - ***************************** - -Main directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model -Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp -Save source codes : yes -Save listings : yes -Shared Object : No - -[INFO] list of the programs selected : ww3_gint - -Processing ww3_gint ---------------------- -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' -ad3 : processing ww3_gint - Linking ww3_gint -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' - - - ********************** - *** end of compilation *** - ********************** - -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3_make ww3_prnc - - ***************************** - *** WAVEWATCH III make *** - ***************************** - -Main directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model -Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp -Save source codes : yes -Save listings : yes -Shared Object : No - -[INFO] list of the programs selected : ww3_prnc -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected - -Processing ww3_prnc ---------------------- -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' -ad3 : processing w3nmlprncmd -ad3 : processing ww3_prnc - Linking ww3_prnc -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' - - - ********************** - *** end of compilation *** - ********************** - -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3_make ww3_ounf - - ***************************** - *** WAVEWATCH III make *** - ***************************** - -Main directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model -Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp -Save source codes : yes -Save listings : yes -Shared Object : No - -[INFO] list of the programs selected : ww3_ounf -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected - -Processing ww3_ounf ---------------------- -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' -ad3 : processing w3iorsmd -ad3 : processing w3nmlounfmd -ad3 : processing w3initmd -ad3 : processing ww3_ounf - Linking ww3_ounf -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' - - - ********************** - *** end of compilation *** - ********************** - -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3_make ww3_ounp - - ***************************** - *** WAVEWATCH III make *** - ***************************** - -Main directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model -Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp -Save source codes : yes -Save listings : yes -Shared Object : No - -[INFO] list of the programs selected : ww3_ounp -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected - -Processing ww3_ounp ---------------------- -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' -ad3 : processing w3nmlounpmd -ad3 : processing ww3_ounp - Linking ww3_ounp -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' - - - ********************** - *** end of compilation *** - ********************** - -\rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/tempswitch -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3_make ww3_grib - - ***************************** - *** WAVEWATCH III make *** - ***************************** - -Main directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model -Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp -Save source codes : yes -Save listings : yes -Shared Object : No - -[INFO] list of the programs selected : ww3_grib -Making makefile ... - - ***************************** - *** WAVEWATCH III makefile *** - ***************************** - -switch = /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/switch - new GRIB package - Checking all subroutines for modules (this may take a while) ... - -Processing ww3_grib ---------------------- -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' -ad3 : processing ww3_grib - Linking ww3_grib -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' - +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_13 ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -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 +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +ESMFMKFILE: /scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for hera.intel + +C compiler: Intel 18.0.5.20180823 (mpiicc) +CXX compiler: Intel 18.0.5.20180823 (mpiicpc) +Fortran compiler: Intel 18.0.5.20180823 (mpiifort) + +DEBUG is disabled +REPRO is ENABLED +32BIT is disabled +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is ENABLED + + +Selected physics package: gfs + +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_stochastics_cap.F90 +Force 64 bits in CCPP_layer +-- Configuring done +-- Generating done +-- Build files have been written to: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_13 ++ make -j 8 +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_cplfields.F90.o +[ 0%] 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 CMakeFiles/fms.dir/FMS/drifters/drifters_core.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 +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 5%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 5%] Linking Fortran static library libccpp.a +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 6%] Built target ccpp +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 6%] 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. +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +Scanning dependencies of target ccppphys +[ 6%] 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 +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +[ 9%] Linking Fortran static library libfv3cpl.a +[ 9%] Built target fv3cpl +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.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/micro_mg_utils.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 20%] 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 +[ 21%] 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/ozphys.f.o +[ 23%] 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 +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 25%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 25%] 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. +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 26%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.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/get_prs_fv3.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +[ 29%] 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 +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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/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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +[ 35%] 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 +[ 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_setup.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.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 +Compiling in MPI mode (with or without MPP) +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 38%] 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. +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.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/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/ccpp_FV3_GFS_2017_csawmgshoc_stochastics_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_stochastics_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_stochastics_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_physics_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_physics_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_physics_cap.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_time_vary_cap.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_time_vary_cap.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_time_vary_cap.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_radiation_cap.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_radiation_cap.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_radiation_cap.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.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/time_manager/time_manager.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/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. +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 44%] 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. +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 44%] 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. +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 48%] 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. +[ 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 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 48%] 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. +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.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. +[ 48%] 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. +[ 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 CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 48%] 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 +[ 49%] 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. +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 49%] 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. +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 51%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.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 +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 52%] 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 CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 53%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 54%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 54%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 54%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 54%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 55%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 55%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 55%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_cap.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_cap.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_cap.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.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/moninedmf_hafs.f.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +[ 60%] 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 +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 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%] 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 +[ 65%] 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 +[ 66%] 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 +[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 67%] 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 +[ 69%] Linking Fortran static library libccppphys.a +[ 69%] Built target ccppphys +Scanning dependencies of target gfsphysics +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 71%] Linking Fortran static library FMS/libfms.a +[ 71%] Built target fms +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 73%] 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 +Scanning dependencies of target ccppdriver +[ 74%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 74%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 74%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 74%] Linking Fortran static library libccppdriver.a +[ 74%] Built target ccppdriver +[ 74%] Linking Fortran static library libipd.a +[ 74%] Built target ipd +Scanning dependencies of target io +[ 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 +[ 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/model/fv_fill.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/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_write_nemsio.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_netcdf_parallel.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.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/tools/fv_mp_mod.F90.o +[ 77%] 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/model/fv_sg.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 78%] 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/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. +[ 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/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.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 +[ 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_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/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/tools/fv_iau_mod.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 81%] Linking Fortran static library libio.a +[ 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/tools/fv_diagnostics.F90.o +[ 81%] Built target io +[ 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 +[ 83%] 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/tools/test_cases.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 83%] 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/dyn_core.F90.o +[ 84%] 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/external_ic.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 85%] 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +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/stochy_gg_def.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/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 +[ 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/epslon_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/get_ls_node_stochy.f.o +[ 89%] 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 +[ 89%] 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/stochy_internal_state_mod.F90.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 92%] 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/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 +[ 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 +[ 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%] 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/module_MEDIATOR_methods.F90.o +[ 97%] 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_NEMS_INTERNAL_STATE.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.F90.o +[ 98%] 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 +[ 99%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o +[100%] Linking Fortran executable NEMS.exe +/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': +jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_13.exe ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 ../modules.fv3_13 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_13 ++ elapsed=498 ++ echo 'Elapsed time 498 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf finished' +Elapsed time 498 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf finished ++ SECONDS=0 ++++ readlink -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ MACHINE_ID=hera.intel ++ MAKE_OPT='REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y' ++ BUILD_NAME=fv3_14 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_14 ++ [[ hera.intel == cheyenne.* ]] ++ [[ hera.intel == wcoss_dell_p3 ]] ++ MAKE_THREADS=8 ++ hostname +hfe03 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ echo 'Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y into fv3_14.exe on hera.intel' +Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y into fv3_14.exe on hera.intel ++ '[' YES = YES ']' ++ rm -rf build_fv3_14 ++ mkdir -p build_fv3_14 ++ CCPP_CMAKE_FLAGS= ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 --builddir=tests/build_fv3_14/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_CPT_v0.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GSD_v0.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_14/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable air_temperature_at_previous_time_step +INFO: filtering out variable air_temperature_two_time_steps_back +INFO: filtering out variable area_fraction_of_wet_canopy +INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable canopy_air_temperature +INFO: filtering out variable canopy_air_vapor_pressure +INFO: filtering out variable canopy_intercepted_ice_mass +INFO: filtering out variable canopy_intercepted_liquid_water +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_condensed_water_conversion_threshold +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable coefficient_for_evaporation_of_rainfall +INFO: filtering out variable coefficient_from_cloud_ice_to_snow +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable equilibrium_soil_water_content +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable fast_soil_pool_mass_content_of_carbon +INFO: filtering out variable fine_root_mass +INFO: filtering out variable flag_for_canopy_stomatal_resistance_option +INFO: filtering out variable flag_for_dynamic_vegetation_option +INFO: filtering out variable flag_for_frozen_soil_permeability_option +INFO: filtering out variable flag_for_ground_snow_surface_albedo_option +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option +INFO: filtering out variable flag_for_precipitation_partition_option +INFO: filtering out variable flag_for_radiation_transfer_option +INFO: filtering out variable flag_for_runoff_and_groundwater_option +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option +INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option +INFO: filtering out variable flag_for_supercooled_liquid_water_option +INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option +INFO: filtering out variable ground_temperature_for_noahmp +INFO: filtering out variable gwd_opt +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_supersaturation_threshold +INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable kinematic_buoyancy_flux_from_shoc +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable lake_water_storage +INFO: filtering out variable layer_bottom_depth_from_snow_surface +INFO: filtering out variable leaf_mass +INFO: filtering out variable liquid_water_density +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable number_of_snow_layers +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable prandtl_number +INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation +INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term +INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface +INFO: filtering out variable slow_soil_pool_mass_content_of_carbon +INFO: filtering out variable snow_albedo_at_previous_time_step +INFO: filtering out variable snow_layer_ice +INFO: filtering out variable snow_layer_liquid_water +INFO: filtering out variable snow_mass_at_previous_time_step +INFO: filtering out variable snow_precipitation_rate_at_surface +INFO: filtering out variable snow_temperature +INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stem_area_index +INFO: filtering out variable stem_mass +INFO: filtering out variable surface_air_pressure_at_previous_time_step +INFO: filtering out variable surface_air_pressure_two_time_steps_back +INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp +INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable tendency_of_rain_water_mixing_ratio_due_to_microphysics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable tke_dissipative_heating_factor +INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vegetation_temperature +INFO: filtering out variable water_storage_in_aquifer +INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil +INFO: filtering out variable water_table_depth +INFO: filtering out variable water_table_recharge_when_deep +INFO: filtering out variable water_table_recharge_when_shallow +INFO: filtering out variable water_vapor_specific_humidity_at_previous_time_step +INFO: filtering out variable water_vapor_specific_humidity_two_time_steps_back +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable wood_mass +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_14/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_14/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_14/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_14/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_14/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 17 auto-generated caps to tests/build_fv3_14/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_14/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_14/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_14/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GSD_v0_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GSD_v0_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GSD_v0_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GSD_v0_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GSD_v0_stochastics_cap.F90' +++ CCPP_CAPS='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GSD_v0_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GSD_v0_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GSD_v0_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GSD_v0_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GSD_v0_stochastics_cap.F90' ++ source build_fv3_14/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\W\W\3\=\Y* ]] +++ 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__307409 +++ eval 'setup__test_function__307409() { /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__307409 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ ! -d /scratch ]] +++ 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' 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;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' 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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' 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 '_ModuleTable014_;' ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ 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 ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ 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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl ++++ export _ModuleTable001_ ++++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ 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 _ModuleTable014_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__307409 +++ unset __ms_function_name ++ [[ hera.intel == macosx.* ]] ++ [[ hera.intel == linux.* ]] ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl +++ export _ModuleTable001_ +++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ 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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' 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;' 'HDF5="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF_ROOT;' '__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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' 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 +++ 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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ 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 +++ HDF5=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_F +++ __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='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3 +++ export LOADEDMODULES +++ __LMOD_REF_COUNT_MANPATH='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF_ROOT +++ __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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4 +++ export POST_INC +++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /apps/lmod/7.7.18/libexec/lmod bash list ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''post/8.0.5'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''hdf5_parallel/1.10.6'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\''11)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''netcdf_parallel/4.7.4'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''esmf/8.0.0_ParallelNetCDF'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''21)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''14)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''22)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''z/1.2.11'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' +++ echo '' + +++ echo Currently Loaded Modules: +Currently Loaded Modules: +++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '9)' w3emc/2.3.1 '' '' '' '' '17)' post/8.0.5 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 +++ echo '' '' '2)' sutils/default '' '' '' '10)' w3nco/2.0.7 '' '' '' '' '18)' hdf5_parallel/1.10.6 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 +++ echo '' '' '3)' intel/18.0.5.274 '' '11)' g2/3.1.1 '' '' '' '' '' '' '' '19)' netcdf_parallel/4.7.4 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 +++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '12)' g2tmpl/1.6.0 '' '' '' '20)' esmf/8.0.0_ParallelNetCDF + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF +++ echo '' '' '5)' bacio/2.0.3 '' '' '' '' '' '' '13)' crtm/2.2.6 '' '' '' '' '' '21)' cmake/3.9.0 + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 +++ echo '' '' '6)' ip/3.0.2 '' '' '' '' '' '' '' '' '' '14)' jasper/1.900.1 '' '22)' fv3 + 6) ip/3.0.2 14) jasper/1.900.1 22) fv3 +++ echo '' '' '7)' nemsio/2.2.4 '' '' '' '' '' '15)' png/1.2.44 + 7) nemsio/2.2.4 15) png/1.2.44 +++ echo '' '' '8)' sp/2.0.3 '' '' '' '' '' '' '' '' '' '16)' z/1.2.11 + 8) sp/2.0.3 16) z/1.2.11 +++ echo '' + +++ echo '' '' - ********************** - *** end of compilation *** - ********************** +++ echo '' + +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_14 ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/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 18.0.5.20180823 +-- The CXX compiler identification is Intel 18.0.5.20180823 +-- The Fortran compiler identification is Intel 18.0.5.20180823 +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +ESMFMKFILE: /scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for hera.intel + +C compiler: Intel 18.0.5.20180823 (mpiicc) +CXX compiler: Intel 18.0.5.20180823 (mpiicpc) +Fortran compiler: Intel 18.0.5.20180823 (mpiifort) + +DEBUG is disabled +REPRO is ENABLED +32BIT is ENABLED +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is ENABLED + + +Selected physics package: gfs + +Force 64 bits in gfsphysics +Force 64 bits in ipd +-- Dynamics compiled with 32-bit option, adjust fv_sat_adj types +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_CPT_v0_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GSD_v0_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GSD_v0_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GSD_v0_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GSD_v0_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GSD_v0_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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_14 ++ make -j 8 +Scanning dependencies of target ccpp +Scanning dependencies of target fv3cpl +[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.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_cplfields.F90.o +[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o +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 +[ 0%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 0%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 0%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 0%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 0%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 0%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.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.F90.o +[ 2%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o +[ 3%] Linking Fortran static library libfv3cpl.a +[ 3%] Linking Fortran static library libccpp.a +[ 3%] Built target fv3cpl +[ 3%] Built target ccpp +Scanning dependencies of target ccppphys +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +[ 3%] 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 +[ 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/iounitdef.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 +[ 5%] 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 +[ 7%] 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/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 +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 12%] 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 +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 12%] 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 +[ 13%] 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_SCNV_generic.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 14%] 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/maximum_hourly_diagnostics.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 15%] 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 +[ 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/cs_conv_aw_adj.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/m_micro_interstitial.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/cu_gf_driver_post.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 18%] 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 +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 23%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 27%] 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/sfc_drv_ruc.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 30%] 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/ccpp_FV3_CPT_v0_fast_physics_cap.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +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/cldwat2m_micro.F.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +[ 31%] 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/module_sf_mynn.F90.o +[ 31%] 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/cu_gf_driver.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.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_setup.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 34%] 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. +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/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/rrtmg_lw_post.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_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_2017_gfdlmp_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 +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_stochastics_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_stochastics_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_physics_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_physics_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_time_vary_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_time_vary_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_radiation_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_radiation_cap.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 40%] 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. +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 41%] 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_spherical.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 43%] 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. +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 44%] 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. +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 45%] 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. +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 45%] 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. +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 45%] 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. +[ 46%] 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. +[ 46%] 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. +[ 48%] 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. +[ 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 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/column_diagnostics/column_diagnostics.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 51%] 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. +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 51%] 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. +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 53%] 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 +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 54%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 55%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 55%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 55%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 55%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 56%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 56%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 56%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 56%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_cap.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_cap.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_cap.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 65%] 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 +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 66%] 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 +[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 67%] 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 +[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 68%] 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 +[ 69%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 69%] Linking Fortran static library libccppphys.a +[ 69%] Built target ccppphys +Scanning dependencies of target gfsphysics +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.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/radsw_param.f.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 72%] Linking Fortran static library FMS/libfms.a +[ 72%] Built target fms +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 74%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 74%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 74%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 74%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 74%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 74%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 74%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 74%] Linking Fortran static library libgfsphysics.a +[ 74%] Built target gfsphysics +Scanning dependencies of target ipd +Scanning dependencies of target ccppdriver +[ 75%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 75%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 75%] Linking Fortran static library libccppdriver.a +[ 75%] Built target ccppdriver +[ 75%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 75%] Linking Fortran static library libipd.a +[ 75%] 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 +Scanning dependencies of target fv3core +[ 75%] 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/io/CMakeFiles/io.dir/module_write_netcdf_parallel.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_arrays.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/tools/sim_nc_mod.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/post_gfs.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/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_timing.F90.o +[ 78%] 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/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. +[ 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/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.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 +[ 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/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/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/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_io.F90.o +[ 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/nh_utils.F90.o +[ 82%] Linking Fortran static library libio.a +[ 82%] Built target io +[ 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/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/driver/fvGFS/fv_nggps_diag.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.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 +[ 84%] 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/external_ic.F90.o +[ 84%] 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 +[ 88%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 88%] Linking Fortran static library libfv3core.a +[ 88%] 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 +[ 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_gg_def.f.o +[ 88%] 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_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/compns_stochy.F90.o +[ 89%] 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/epslon_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/gozrineo_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 +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o +[ 90%] 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 +[ 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/stochy_patterngenerator.F90.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_spectral.F90.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/initialize_spectral_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.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/plumes.f90.o +[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o +[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o +[ 96%] Linking Fortran static library libstochastic_physics.a +[ 96%] Built target stochastic_physics +Scanning dependencies of target fv3cap +[ 96%] 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 +[ 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/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/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 +[ 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_NEMS_INTERNAL_STATE.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o +[ 98%] 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 +[ 99%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o +[100%] Linking Fortran executable NEMS.exe +/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': +jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_14.exe ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 ../modules.fv3_14 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_14 ++ elapsed=495 ++ echo 'Elapsed time 495 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y finished' +Elapsed time 495 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y finished ++ SECONDS=0 ++++ readlink -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ MACHINE_ID=hera.intel ++ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_2017' ++ BUILD_NAME=fv3_15 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_15 ++ [[ hera.intel == cheyenne.* ]] ++ [[ hera.intel == wcoss_dell_p3 ]] ++ MAKE_THREADS=8 ++ hostname +hfe03 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 into fv3_15.exe on hera.intel' +Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 into fv3_15.exe on hera.intel ++ '[' YES = YES ']' ++ rm -rf build_fv3_15 ++ mkdir -p build_fv3_15 ++ CCPP_CMAKE_FLAGS= ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\R\E\P\R\O\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\3\2\B\I\T\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\O\P\E\N\M\P\=\N* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release' ++ [[ hera.intel == \j\e\t\.\i\n\t\e\l ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_2017 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017 --builddir=tests/build_fv3_15/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_15/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip +INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology +INFO: filtering out variable area_fraction_of_wet_canopy +INFO: filtering out variable atmosphere_energy_content_at_Lagrangian_surface +INFO: filtering out variable atmosphere_energy_content_in_column +INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl +INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc +INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable canopy_air_temperature +INFO: filtering out variable canopy_air_vapor_pressure +INFO: filtering out variable canopy_intercepted_ice_mass +INFO: filtering out variable canopy_intercepted_liquid_water +INFO: filtering out variable cappa_moist_gas_constant_at_Lagrangian_surface +INFO: filtering out variable ccn_number_concentration +INFO: filtering out variable ccpp_block_number +INFO: filtering out variable cell_area_for_fast_physics +INFO: filtering out variable cell_size +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_base_mass_flux +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface +INFO: filtering out variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_droplet_number_concentration +INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics +INFO: filtering out variable cloud_fraction_at_Lagrangian_surface +INFO: filtering out variable cloud_fraction_for_MG +INFO: filtering out variable cloud_fraction_updated_by_physics +INFO: filtering out variable cloud_graupel_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_ice_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_phase_transition_denominator +INFO: filtering out variable cloud_phase_transition_threshold_temperature +INFO: filtering out variable cloud_rain_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_snow_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_specie_mix_flag +INFO: filtering out variable cloudpdf +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable conv_activity_counter +INFO: filtering out variable convective_updraft_area_fraction +INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces +INFO: filtering out variable couple_sgs_clouds_to_radiation_flag +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable density_of_frozen_precipitation +INFO: filtering out variable depth_of_soil_levels_for_land_surface_model +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable do_mynnsfclay +INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable edmf_flag +INFO: filtering out variable edmf_momentum_transport_flag +INFO: filtering out variable edmf_partition_flag +INFO: filtering out variable edmf_tke_transport_flag +INFO: filtering out variable effective_radius_of_stratiform_cloud_graupel_particle_in_um +INFO: filtering out variable effective_radius_of_stratiform_cloud_ice_particle_in_um +INFO: filtering out variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um +INFO: filtering out variable effective_radius_of_stratiform_cloud_rain_particle_in_um +INFO: filtering out variable effective_radius_of_stratiform_cloud_snow_particle_in_um +INFO: filtering out variable emdf_updraft_area +INFO: filtering out variable emdf_updraft_cloud_water +INFO: filtering out variable emdf_updraft_entrainment_rate +INFO: filtering out variable emdf_updraft_theta_l +INFO: filtering out variable emdf_updraft_total_water +INFO: filtering out variable emdf_updraft_vertical_velocity +INFO: filtering out variable ending_x_direction_index +INFO: filtering out variable ending_x_direction_index_domain +INFO: filtering out variable ending_y_direction_index +INFO: filtering out variable ending_y_direction_index_domain +INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS +INFO: filtering out variable equilibrium_soil_water_content +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable fast_soil_pool_mass_content_of_carbon +INFO: filtering out variable fine_root_mass +INFO: filtering out variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa +INFO: filtering out variable flag_arakawa_wu_downdraft +INFO: filtering out variable flag_convective_tracer_transport +INFO: filtering out variable flag_flip +INFO: filtering out variable flag_flux_form_CS +INFO: filtering out variable flag_for_2015_ozone_physics +INFO: filtering out variable flag_for_aerosol_input_MG +INFO: filtering out variable flag_for_canopy_stomatal_resistance_option +INFO: filtering out variable flag_for_cloud_effective_radii +INFO: filtering out variable flag_for_dynamic_vegetation_option +INFO: filtering out variable flag_for_fast_microphysics_energy_conservation +INFO: filtering out variable flag_for_frozen_soil_permeability_option +INFO: filtering out variable flag_for_frozen_soil_physics +INFO: filtering out variable flag_for_ground_snow_surface_albedo_option +INFO: filtering out variable flag_for_hydrostatic_heating_from_physics +INFO: filtering out variable flag_for_hydrostatic_solver +INFO: filtering out variable flag_for_hydrostatic_solver_for_fast_physics +INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_inline_cloud_fraction_calculation +INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option +INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme +INFO: filtering out variable flag_for_precipitation_partition_option +INFO: filtering out variable flag_for_radiation_transfer_option +INFO: filtering out variable flag_for_reading_leaf_area_index_from_input +INFO: filtering out variable flag_for_resetting_radar_reflectivity_calculation +INFO: filtering out variable flag_for_restart +INFO: filtering out variable flag_for_runoff_and_groundwater_option +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_for_saturation_adjustment_for_microphysics_in_dynamics +INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option +INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option +INFO: filtering out variable flag_for_supercooled_liquid_water_option +INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option +INFO: filtering out variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface +INFO: filtering out variable flag_for_the_last_step_of_k_split_remapping +INFO: filtering out variable flag_mg3_as_mg2 +INFO: filtering out variable flag_skip_macro +INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_tracer_scavenged +INFO: filtering out variable gas_constants_for_multi_gases_physics +INFO: filtering out variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface +INFO: filtering out variable gf_memory_counter +INFO: filtering out variable graupel_mixing_ratio_updated_by_physics +INFO: filtering out variable graupel_number_concentration_updated_by_physics +INFO: filtering out variable grav_settling +INFO: filtering out variable ground_temperature_for_noahmp +INFO: filtering out variable gwd_opt +INFO: filtering out variable h2o_forcing +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_friendly_aerosol_number_concentration +INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable ice_number_concentration +INFO: filtering out variable ice_number_concentration_updated_by_physics +INFO: filtering out variable ice_supersaturation_threshold +INFO: filtering out variable ice_water_mixing_ratio +INFO: filtering out variable ice_water_mixing_ratio_updated_by_physics +INFO: filtering out variable in_number_concentration +INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable k_level_of_highest_reaching_plume +INFO: filtering out variable kappa_dry_for_fast_physics +INFO: filtering out variable kinematic_buoyancy_flux_from_shoc +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable lake_water_storage +INFO: filtering out variable latitude_index_in_debug_printouts +INFO: filtering out variable layer_bottom_depth_from_snow_surface +INFO: filtering out variable leaf_area_index +INFO: filtering out variable leaf_mass +INFO: filtering out variable limit_for_temperature_tendency_for_microphysics +INFO: filtering out variable liquid_water_density +INFO: filtering out variable local_graupel_mixing_ratio +INFO: filtering out variable local_graupel_number_concentration +INFO: filtering out variable local_rain_number_concentration +INFO: filtering out variable local_rain_water_mixing_ratio +INFO: filtering out variable local_snow_number_concentration +INFO: filtering out variable local_snow_water_mixing_ratio +INFO: filtering out variable log_pressure_at_Lagrangian_surface +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable maximum_mass_flux +INFO: filtering out variable maximum_updraft_velocity_at_cloud_base +INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency +INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency +INFO: filtering out variable mg_allow_supersat_after_sed +INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow +INFO: filtering out variable mg_bergeron_efficiency_factor +INFO: filtering out variable mg_cloud_water_variance +INFO: filtering out variable mg_drop_concentration_constant +INFO: filtering out variable mg_flag_drop_concentration_constant +INFO: filtering out variable mg_flag_for_cloud_ice_processes +INFO: filtering out variable mg_flag_for_gmao_ice_formulation +INFO: filtering out variable mg_flag_for_graupel +INFO: filtering out variable mg_flag_for_hail +INFO: filtering out variable mg_flag_for_heterogeneous_freezing +INFO: filtering out variable mg_flag_for_liu_liquid_treatment +INFO: filtering out variable mg_flag_for_sb2001_autoconversion +INFO: filtering out variable mg_flag_for_uniform_subcolumns +INFO: filtering out variable mg_flag_graupel_concentration_constant +INFO: filtering out variable mg_flag_ice_concentration_constant +INFO: filtering out variable mg_graupel_concentration_constant +INFO: filtering out variable mg_ice_concentration_constant +INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio +INFO: filtering out variable mg_minimum_rh_for_ice +INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice +INFO: filtering out variable mg_tuning_factor_for_alphas +INFO: filtering out variable mg_type_of_precip_fraction_method +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable mix_total_water_flag +INFO: filtering out variable mixing_length +INFO: filtering out variable mixing_length_flag +INFO: filtering out variable moisture_from_previous_timestep +INFO: filtering out variable moisture_tendency_due_to_dynamics +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable mpi_comm +INFO: filtering out variable mpi_rank_for_fast_physics +INFO: filtering out variable mpi_root_for_fast_physics +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_cloud_types_CS +INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data +INFO: filtering out variable number_of_frozen_precipitation_species +INFO: filtering out variable number_of_gases_for_multi_gases_physics +INFO: filtering out variable number_of_ghost_zones +INFO: filtering out variable number_of_plumes +INFO: filtering out variable number_of_snow_layers +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable number_of_tracers_for_CS +INFO: filtering out variable number_of_tracers_plus_one +INFO: filtering out variable number_of_water_species +INFO: filtering out variable omp_threads_for_fast_physics +INFO: filtering out variable ozone_mixing_ratio +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable prandtl_number +INFO: filtering out variable pressure_thickness_at_Lagrangian_surface +INFO: filtering out variable q_prime_squared +INFO: filtering out variable rain_number_concentration_updated_by_physics +INFO: filtering out variable rain_water_mixing_ratio_updated_by_physics +INFO: filtering out variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind +INFO: filtering out variable reciprocal_of_obukhov_length +INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation +INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term +INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface +INFO: filtering out variable slow_soil_pool_mass_content_of_carbon +INFO: filtering out variable snow_albedo_at_previous_time_step +INFO: filtering out variable snow_layer_ice +INFO: filtering out variable snow_layer_liquid_water +INFO: filtering out variable snow_mass_at_previous_time_step +INFO: filtering out variable snow_number_concentration_updated_by_physics +INFO: filtering out variable snow_precipitation_rate_at_surface +INFO: filtering out variable snow_temperature +INFO: filtering out variable snow_temperature_bottom_first_layer +INFO: filtering out variable snow_water_mixing_ratio_updated_by_physics +INFO: filtering out variable soil_temperature_for_land_surface_model +INFO: filtering out variable soil_vertical_dimension_for_land_surface_model +INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table +INFO: filtering out variable specific_heat_capacities_for_multi_gases_physics +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stability_function_for_heat +INFO: filtering out variable starting_x_direction_index +INFO: filtering out variable starting_x_direction_index_domain +INFO: filtering out variable starting_y_direction_index +INFO: filtering out variable starting_y_direction_index_domain +INFO: filtering out variable stem_area_index +INFO: filtering out variable stem_mass +INFO: filtering out variable subgrid_cloud_fraction_pbl +INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl +INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc +INFO: filtering out variable surface_condensation_mass +INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp +INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_geopotential_at_Lagrangian_surface +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable t_prime_q_prime +INFO: filtering out variable t_prime_squared +INFO: filtering out variable temperature_from_previous_timestep +INFO: filtering out variable temperature_tendency_due_to_dynamics +INFO: filtering out variable tendency_of_air_temperature_at_Lagrangian_surface +INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable thickness_at_Lagrangian_surface +INFO: filtering out variable time_step_for_remapping_for_fast_physics +INFO: filtering out variable tke_advect +INFO: filtering out variable tke_at_mass_points +INFO: filtering out variable tke_budget +INFO: filtering out variable tke_dissipative_heating_factor +INFO: filtering out variable top_layer_index_for_fast_physics +INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable triple_point_temperature_of_water +INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS +INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vegetation_temperature +INFO: filtering out variable vertical_dimension_for_fast_physics +INFO: filtering out variable vertical_dimension_for_thickness_at_Lagrangian_surface +INFO: filtering out variable vertical_dimension_of_h2o_forcing_data +INFO: filtering out variable virtual_temperature_at_Lagrangian_surface +INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model +INFO: filtering out variable water_friendly_aerosol_number_concentration +INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable water_storage_in_aquifer +INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil +INFO: filtering out variable water_table_depth +INFO: filtering out variable water_table_recharge_when_deep +INFO: filtering out variable water_table_recharge_when_shallow +INFO: filtering out variable water_vapor_mixing_ratio_at_surface +INFO: filtering out variable water_vapor_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable wood_mass +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_15/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_15/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_15/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_15/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_15/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 5 auto-generated caps to tests/build_fv3_15/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_15/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_15/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_15/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90' +++ CCPP_CAPS='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90' ++ source build_fv3_15/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_15/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_15/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\W\W\3\=\Y* ]] +++ trim ' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ local 'var= -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo -n '-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ CCPP_CMAKE_FLAGS='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__33508 +++ eval 'setup__test_function__33508() { /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__33508 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ ! -d /scratch ]] +++ 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' 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;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' 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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' 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 '_ModuleTable014_;' ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ 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 ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ 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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl ++++ export _ModuleTable001_ ++++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ 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 _ModuleTable014_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__33508 +++ unset __ms_function_name ++ [[ hera.intel == macosx.* ]] ++ [[ hera.intel == linux.* ]] ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl +++ export _ModuleTable001_ +++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ 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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' 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;' 'HDF5="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF_ROOT;' '__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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' 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 +++ 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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ 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 +++ HDF5=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_F +++ __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='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3 +++ export LOADEDMODULES +++ __LMOD_REF_COUNT_MANPATH='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF_ROOT +++ __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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4 +++ export POST_INC +++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /apps/lmod/7.7.18/libexec/lmod bash list ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''post/8.0.5'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''hdf5_parallel/1.10.6'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\''11)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''netcdf_parallel/4.7.4'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''esmf/8.0.0_ParallelNetCDF'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''21)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''14)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''22)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''z/1.2.11'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' +++ echo '' + +++ echo Currently Loaded Modules: +Currently Loaded Modules: +++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '9)' w3emc/2.3.1 '' '' '' '' '17)' post/8.0.5 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 +++ echo '' '' '2)' sutils/default '' '' '' '10)' w3nco/2.0.7 '' '' '' '' '18)' hdf5_parallel/1.10.6 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 +++ echo '' '' '3)' intel/18.0.5.274 '' '11)' g2/3.1.1 '' '' '' '' '' '' '' '19)' netcdf_parallel/4.7.4 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 +++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '12)' g2tmpl/1.6.0 '' '' '' '20)' esmf/8.0.0_ParallelNetCDF + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF +++ echo '' '' '5)' bacio/2.0.3 '' '' '' '' '' '' '13)' crtm/2.2.6 '' '' '' '' '' '21)' cmake/3.9.0 + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 +++ echo '' '' '6)' ip/3.0.2 '' '' '' '' '' '' '' '' '' '14)' jasper/1.900.1 '' '22)' fv3 + 6) ip/3.0.2 14) jasper/1.900.1 22) fv3 +++ echo '' '' '7)' nemsio/2.2.4 '' '' '' '' '' '15)' png/1.2.44 + 7) nemsio/2.2.4 15) png/1.2.44 +++ echo '' '' '8)' sp/2.0.3 '' '' '' '' '' '' '' '' '' '16)' z/1.2.11 + 8) sp/2.0.3 16) z/1.2.11 +++ echo '' + +++ echo '' '' -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3_make ww3_multi_esmf +++ echo '' + +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_15 ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -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 +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +ESMFMKFILE: /scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for hera.intel + +C compiler: Intel 18.0.5.20180823 (mpiicc) +CXX compiler: Intel 18.0.5.20180823 (mpiicpc) +Fortran compiler: Intel 18.0.5.20180823 (mpiifort) + +DEBUG is disabled +REPRO is disabled +32BIT is disabled +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is ENABLED + + +Selected physics package: gfs + +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90 +Force 64 bits in CCPP_layer +-- Configuring done +-- Generating done +-- Build files have been written to: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_15 ++ 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 +[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o +[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o +[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o +[ 2%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o +Scanning dependencies of target fms +[ 2%] 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/platform/platform.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 4%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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%] Linking Fortran static library libccpp.a +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 4%] Built target ccpp +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.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. +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 4%] Linking Fortran static library libfv3cpl.a +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/machine.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/iounitdef.f.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +[ 4%] Built target fv3cpl +[ 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/module_sf_noahmp_glacier.f90.o +[ 5%] 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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/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/gfs_phy_tracer_config.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_MP_FER_HIRES.F90.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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 11%] 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 +[ 13%] 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/maximum_hourly_diagnostics.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 14%] 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 +[ 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 +[ 17%] 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 +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 21%] 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. +[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 23%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 23%] 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 +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +[ 24%] 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 +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +[ 25%] 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/sfc_sice.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.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/radiation_clouds.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +[ 27%] 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/cu_gf_sh.F90.o +[ 28%] 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/physics/cires_ugwp.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_setup.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 29%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 29%] 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. +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +[ 30%] 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_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_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_2017_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/ccpp_FV3_GFS_2017_physics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_radiation_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_time_vary_cap.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 34%] 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. +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 35%] 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. +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 38%] 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. +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +[ 39%] 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. +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 39%] 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. +[ 39%] 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. +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 39%] 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. +[ 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. +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 40%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 41%] 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. +[ 42%] 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. +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 46%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 46%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 46%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 46%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 47%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 47%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 47%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 47%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_cap.F90.o +[ 47%] 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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 47%] 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 +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 50%] 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 +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 59%] 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/shalcnv.F.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 62%] 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 +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 64%] 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 +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 65%] 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%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 67%] Linking Fortran static library libccppphys.a +[ 67%] Built target ccppphys +Scanning dependencies of target gfsphysics +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 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/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 +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 69%] 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 +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 71%] 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 +[ 73%] 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 +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 io +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 76%] 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/model/fv_arrays.F90.o +[ 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/external_sst.F90.o +[ 77%] 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/module_write_netcdf.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.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.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_mp_mod.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/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 79%] 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 81%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 81%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 81%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 82%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 86%] Linking Fortran static library libio.a +[ 86%] Built target io +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 86%] 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/fv_tracer2d.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_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 +[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 87%] 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 +[ 88%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 88%] Linking Fortran static library libfv3core.a +[ 88%] 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 +[ 88%] 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 +[ 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/update_ca.f90.o +[ 90%] 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/stochy_namelist_def.F90.o +[ 91%] 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/get_lats_node_a_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/epslon_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o +[ 93%] 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 +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o +[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o +[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o +[ 96%] Linking Fortran static library libstochastic_physics.a +[ 96%] Built target stochastic_physics +Scanning dependencies of target fv3cap +[ 96%] 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 +[ 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 +[ 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 +[ 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_Rusage.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.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%] Linking Fortran executable NEMS.exe +/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': +jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_15.exe ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 ../modules.fv3_15 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_15 ++ elapsed=516 ++ echo 'Elapsed time 516 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 finished' +Elapsed time 516 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 finished ++ SECONDS=0 ++++ readlink -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ MACHINE_ID=hera.intel ++ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y' ++ BUILD_NAME=fv3_16 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_16 ++ [[ hera.intel == cheyenne.* ]] ++ [[ hera.intel == wcoss_dell_p3 ]] ++ MAKE_THREADS=8 ++ hostname +hfe03 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y into fv3_16.exe on hera.intel' +Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y into fv3_16.exe on hera.intel ++ '[' YES = YES ']' ++ rm -rf build_fv3_16 ++ mkdir -p build_fv3_16 ++ CCPP_CMAKE_FLAGS= ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\R\E\P\R\O\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\3\2\B\I\T\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release' ++ [[ hera.intel == \j\e\t\.\i\n\t\e\l ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017,FV3_GFS_2017_gfdlmp --builddir=tests/build_fv3_16/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_16/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip +INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology +INFO: filtering out variable area_fraction_of_wet_canopy +INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl +INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc +INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable canopy_air_temperature +INFO: filtering out variable canopy_air_vapor_pressure +INFO: filtering out variable canopy_intercepted_ice_mass +INFO: filtering out variable canopy_intercepted_liquid_water +INFO: filtering out variable ccn_number_concentration +INFO: filtering out variable ccpp_block_number +INFO: filtering out variable cell_size +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_base_mass_flux +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface +INFO: filtering out variable cloud_droplet_number_concentration +INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics +INFO: filtering out variable cloud_fraction_for_MG +INFO: filtering out variable cloud_phase_transition_denominator +INFO: filtering out variable cloud_phase_transition_threshold_temperature +INFO: filtering out variable cloud_specie_mix_flag +INFO: filtering out variable cloudpdf +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable conv_activity_counter +INFO: filtering out variable convective_updraft_area_fraction +INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces +INFO: filtering out variable couple_sgs_clouds_to_radiation_flag +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable density_of_frozen_precipitation +INFO: filtering out variable depth_of_soil_levels_for_land_surface_model +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable do_mynnsfclay +INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable edmf_flag +INFO: filtering out variable edmf_momentum_transport_flag +INFO: filtering out variable edmf_partition_flag +INFO: filtering out variable edmf_tke_transport_flag +INFO: filtering out variable emdf_updraft_area +INFO: filtering out variable emdf_updraft_cloud_water +INFO: filtering out variable emdf_updraft_entrainment_rate +INFO: filtering out variable emdf_updraft_theta_l +INFO: filtering out variable emdf_updraft_total_water +INFO: filtering out variable emdf_updraft_vertical_velocity +INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS +INFO: filtering out variable equilibrium_soil_water_content +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable fast_soil_pool_mass_content_of_carbon +INFO: filtering out variable fine_root_mass +INFO: filtering out variable flag_arakawa_wu_downdraft +INFO: filtering out variable flag_convective_tracer_transport +INFO: filtering out variable flag_flip +INFO: filtering out variable flag_flux_form_CS +INFO: filtering out variable flag_for_2015_ozone_physics +INFO: filtering out variable flag_for_aerosol_input_MG +INFO: filtering out variable flag_for_canopy_stomatal_resistance_option +INFO: filtering out variable flag_for_dynamic_vegetation_option +INFO: filtering out variable flag_for_frozen_soil_permeability_option +INFO: filtering out variable flag_for_frozen_soil_physics +INFO: filtering out variable flag_for_ground_snow_surface_albedo_option +INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option +INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme +INFO: filtering out variable flag_for_precipitation_partition_option +INFO: filtering out variable flag_for_radiation_transfer_option +INFO: filtering out variable flag_for_reading_leaf_area_index_from_input +INFO: filtering out variable flag_for_resetting_radar_reflectivity_calculation +INFO: filtering out variable flag_for_restart +INFO: filtering out variable flag_for_runoff_and_groundwater_option +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option +INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option +INFO: filtering out variable flag_for_supercooled_liquid_water_option +INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option +INFO: filtering out variable flag_mg3_as_mg2 +INFO: filtering out variable flag_skip_macro +INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_tracer_scavenged +INFO: filtering out variable gf_memory_counter +INFO: filtering out variable graupel_number_concentration_updated_by_physics +INFO: filtering out variable grav_settling +INFO: filtering out variable ground_temperature_for_noahmp +INFO: filtering out variable gwd_opt +INFO: filtering out variable h2o_forcing +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_friendly_aerosol_number_concentration +INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable ice_number_concentration +INFO: filtering out variable ice_number_concentration_updated_by_physics +INFO: filtering out variable ice_supersaturation_threshold +INFO: filtering out variable ice_water_mixing_ratio +INFO: filtering out variable in_number_concentration +INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable k_level_of_highest_reaching_plume +INFO: filtering out variable kinematic_buoyancy_flux_from_shoc +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable lake_water_storage +INFO: filtering out variable latitude_index_in_debug_printouts +INFO: filtering out variable layer_bottom_depth_from_snow_surface +INFO: filtering out variable leaf_area_index +INFO: filtering out variable leaf_mass +INFO: filtering out variable limit_for_temperature_tendency_for_microphysics +INFO: filtering out variable liquid_water_density +INFO: filtering out variable local_graupel_mixing_ratio +INFO: filtering out variable local_graupel_number_concentration +INFO: filtering out variable local_rain_number_concentration +INFO: filtering out variable local_rain_water_mixing_ratio +INFO: filtering out variable local_snow_number_concentration +INFO: filtering out variable local_snow_water_mixing_ratio +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable maximum_mass_flux +INFO: filtering out variable maximum_updraft_velocity_at_cloud_base +INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency +INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency +INFO: filtering out variable mg_allow_supersat_after_sed +INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow +INFO: filtering out variable mg_bergeron_efficiency_factor +INFO: filtering out variable mg_cloud_water_variance +INFO: filtering out variable mg_drop_concentration_constant +INFO: filtering out variable mg_flag_drop_concentration_constant +INFO: filtering out variable mg_flag_for_cloud_ice_processes +INFO: filtering out variable mg_flag_for_gmao_ice_formulation +INFO: filtering out variable mg_flag_for_graupel +INFO: filtering out variable mg_flag_for_hail +INFO: filtering out variable mg_flag_for_heterogeneous_freezing +INFO: filtering out variable mg_flag_for_liu_liquid_treatment +INFO: filtering out variable mg_flag_for_sb2001_autoconversion +INFO: filtering out variable mg_flag_for_uniform_subcolumns +INFO: filtering out variable mg_flag_graupel_concentration_constant +INFO: filtering out variable mg_flag_ice_concentration_constant +INFO: filtering out variable mg_graupel_concentration_constant +INFO: filtering out variable mg_ice_concentration_constant +INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio +INFO: filtering out variable mg_minimum_rh_for_ice +INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice +INFO: filtering out variable mg_tuning_factor_for_alphas +INFO: filtering out variable mg_type_of_precip_fraction_method +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable mix_total_water_flag +INFO: filtering out variable mixing_length +INFO: filtering out variable mixing_length_flag +INFO: filtering out variable moisture_from_previous_timestep +INFO: filtering out variable moisture_tendency_due_to_dynamics +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable mpi_comm +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_cloud_types_CS +INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data +INFO: filtering out variable number_of_frozen_precipitation_species +INFO: filtering out variable number_of_plumes +INFO: filtering out variable number_of_snow_layers +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable number_of_tracers_for_CS +INFO: filtering out variable number_of_tracers_plus_one +INFO: filtering out variable ozone_mixing_ratio +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable prandtl_number +INFO: filtering out variable q_prime_squared +INFO: filtering out variable rain_number_concentration_updated_by_physics +INFO: filtering out variable reciprocal_of_obukhov_length +INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation +INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term +INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface +INFO: filtering out variable slow_soil_pool_mass_content_of_carbon +INFO: filtering out variable snow_albedo_at_previous_time_step +INFO: filtering out variable snow_layer_ice +INFO: filtering out variable snow_layer_liquid_water +INFO: filtering out variable snow_mass_at_previous_time_step +INFO: filtering out variable snow_number_concentration_updated_by_physics +INFO: filtering out variable snow_precipitation_rate_at_surface +INFO: filtering out variable snow_temperature +INFO: filtering out variable snow_temperature_bottom_first_layer +INFO: filtering out variable soil_temperature_for_land_surface_model +INFO: filtering out variable soil_vertical_dimension_for_land_surface_model +INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stability_function_for_heat +INFO: filtering out variable stem_area_index +INFO: filtering out variable stem_mass +INFO: filtering out variable subgrid_cloud_fraction_pbl +INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl +INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc +INFO: filtering out variable surface_condensation_mass +INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp +INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable t_prime_q_prime +INFO: filtering out variable t_prime_squared +INFO: filtering out variable temperature_from_previous_timestep +INFO: filtering out variable temperature_tendency_due_to_dynamics +INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable tke_advect +INFO: filtering out variable tke_at_mass_points +INFO: filtering out variable tke_budget +INFO: filtering out variable tke_dissipative_heating_factor +INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable triple_point_temperature_of_water +INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS +INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vegetation_temperature +INFO: filtering out variable vertical_dimension_of_h2o_forcing_data +INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model +INFO: filtering out variable water_friendly_aerosol_number_concentration +INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable water_storage_in_aquifer +INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil +INFO: filtering out variable water_table_depth +INFO: filtering out variable water_table_recharge_when_deep +INFO: filtering out variable water_table_recharge_when_shallow +INFO: filtering out variable water_vapor_mixing_ratio_at_surface +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable wood_mass +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_16/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_16/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_16/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_16/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_16/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 11 auto-generated caps to tests/build_fv3_16/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_16/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_16/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_16/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90' +++ CCPP_CAPS='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90' ++ source build_fv3_16/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\W\W\3\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' +++ trim ' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' +++ local 'var= -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' +++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' +++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' +++ echo -n '-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' ++ CCPP_CMAKE_FLAGS='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' ++ source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__148274 +++ eval 'setup__test_function__148274() { /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__148274 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ ! -d /scratch ]] +++ 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' 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;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' 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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' 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 '_ModuleTable014_;' ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ 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 ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ 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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl ++++ export _ModuleTable001_ ++++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ 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 _ModuleTable014_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__148274 +++ unset __ms_function_name ++ [[ hera.intel == macosx.* ]] ++ [[ hera.intel == linux.* ]] ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl +++ export _ModuleTable001_ +++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ 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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' 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;' 'HDF5="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF_ROOT;' '__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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' 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 +++ 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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ 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 +++ HDF5=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_F +++ __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='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3 +++ export LOADEDMODULES +++ __LMOD_REF_COUNT_MANPATH='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF_ROOT +++ __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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4 +++ export POST_INC +++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /apps/lmod/7.7.18/libexec/lmod bash list ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''post/8.0.5'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''hdf5_parallel/1.10.6'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\''11)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''netcdf_parallel/4.7.4'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''esmf/8.0.0_ParallelNetCDF'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''21)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''14)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''22)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''z/1.2.11'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' +++ echo '' + +++ echo Currently Loaded Modules: +Currently Loaded Modules: +++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '9)' w3emc/2.3.1 '' '' '' '' '17)' post/8.0.5 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 +++ echo '' '' '2)' sutils/default '' '' '' '10)' w3nco/2.0.7 '' '' '' '' '18)' hdf5_parallel/1.10.6 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 +++ echo '' '' '3)' intel/18.0.5.274 '' '11)' g2/3.1.1 '' '' '' '' '' '' '' '19)' netcdf_parallel/4.7.4 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 +++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '12)' g2tmpl/1.6.0 '' '' '' '20)' esmf/8.0.0_ParallelNetCDF + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF +++ echo '' '' '5)' bacio/2.0.3 '' '' '' '' '' '' '13)' crtm/2.2.6 '' '' '' '' '' '21)' cmake/3.9.0 + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 +++ echo '' '' '6)' ip/3.0.2 '' '' '' '' '' '' '' '' '' '14)' jasper/1.900.1 '' '22)' fv3 + 6) ip/3.0.2 14) jasper/1.900.1 22) fv3 +++ echo '' '' '7)' nemsio/2.2.4 '' '' '' '' '' '15)' png/1.2.44 + 7) nemsio/2.2.4 15) png/1.2.44 +++ echo '' '' '8)' sp/2.0.3 '' '' '' '' '' '' '' '' '' '16)' z/1.2.11 + 8) sp/2.0.3 16) z/1.2.11 +++ echo '' + +++ echo '' '' - ***************************** - *** WAVEWATCH III make *** - ***************************** +++ echo '' + +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_16 ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=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 +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +ESMFMKFILE: /scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for hera.intel + +C compiler: Intel 18.0.5.20180823 (mpiicc) +CXX compiler: Intel 18.0.5.20180823 (mpiicpc) +Fortran compiler: Intel 18.0.5.20180823 (mpiifort) + +DEBUG is disabled +REPRO is disabled +32BIT is disabled +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is ENABLED + + +Selected physics package: gfs + +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90 +Force 64 bits in CCPP_layer +Build WW3: + run: /usr/bin/gmake WW3_PARCOMPN=4 WW3_COMP=hera ww3_nems + in: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/WW3/model/esmf + +-- Configuring done +-- Generating done +-- Build files have been written to: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_16 ++ make -j 8 +Scanning dependencies of target ww3_nems +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/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 +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 +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 1%] 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 +[ 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 +[ 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 +[ 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. +[ 3%] Linking Fortran static library libfv3cpl.a +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 4%] Built target fv3cpl +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/machine.F.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/GFDL_parse_tracers.F90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.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 +[ 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 +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/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 +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 7%] 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/gwdps.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 13%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.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. +[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.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 +[ 14%] 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 CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.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 +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 19%] 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 +[ 22%] 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 +[ 23%] 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/physics/moninedmf.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 25%] 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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/gscond.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 27%] 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_2017_gfdlmp_fast_physics_cap.F90.o +[ 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/radlw_main.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 28%] 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_setup.F90.o +[ 28%] Built target ww3_nems +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 29%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 29%] 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. +[ 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_pre.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 31%] 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/rrtmg_sw_post.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +[ 32%] 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/ccpp_FV3_GFS_2017_stochastics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_physics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_radiation_cap.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_time_vary_cap.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 37%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 37%] 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. +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 39%] 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 +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 +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 40%] 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. +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 41%] 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. +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 41%] 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. +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_table.F90.o +[ 41%] 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. +[ 41%] 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. +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.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/drifters/drifters.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 43%] 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. +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.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/interpolator/interpolator.F90.o +[ 45%] 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. +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 47%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 47%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 47%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 48%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 48%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 48%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 48%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 49%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 49%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_cap.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_cap.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 53%] 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/moninedmf_hafs.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_fer_hires.F90.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 +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 66%] Linking Fortran static library libccppphys.a +[ 66%] Built target ccppphys +Scanning dependencies of target gfsphysics +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 69%] Linking Fortran static library FMS/libfms.a +[ 69%] Built target fms +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 69%] 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_restart.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 71%] Linking Fortran static library libgfsphysics.a +[ 71%] Built target gfsphysics +Scanning dependencies of target ipd +Scanning dependencies of target ccppdriver +[ 71%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 71%] 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 +[ 72%] Linking Fortran static library libccppdriver.a +[ 72%] Built target ccppdriver +[ 73%] Linking Fortran static library libipd.a +[ 73%] Built target ipd +Scanning dependencies of target io +[ 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 +[ 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 +[ 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_netcdf.F90.o +[ 75%] 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_parallel.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.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/sorted_index.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.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 +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 76%] 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. +[ 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/io/CMakeFiles/io.dir/ffsync.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.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/tools/fv_surf_map.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.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/tools/fv_grid_tools.F90.o +[ 79%] 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/tools/fv_treat_da_inc.F90.o +[ 80%] 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%] Linking Fortran static library libio.a +[ 81%] Built target io +[ 81%] 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 +[ 83%] 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_regional_bc.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 83%] 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 +[ 84%] 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/tools/external_ic.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 85%] 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_control.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 +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 86%] Linking Fortran static library libfv3core.a +[ 86%] Built target fv3core +Scanning dependencies of target stochastic_physics +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 86%] 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/stochy_gg_def.f.o +[ 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 +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.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/get_lats_node_a_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/gozrineo_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/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/four_to_grid_stochy.F.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 93%] 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/cellular_automata.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/num_parthds_stochy.f.o +[ 94%] Linking Fortran static library libstochastic_physics.a +[ 94%] Built target stochastic_physics +Scanning dependencies of target fv3cap +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 96%] Linking Fortran static library libfv3cap.a +[ 96%] 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/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 +[ 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_NEMS_INTERNAL_STATE.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%] Linking Fortran executable NEMS.exe +/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': +jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_16.exe ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 ../modules.fv3_16 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_16 ++ elapsed=528 ++ echo 'Elapsed time 528 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y finished' +Elapsed time 528 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y finished ++ SECONDS=0 ++++ readlink -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ MACHINE_ID=hera.intel ++ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y' ++ BUILD_NAME=fv3_17 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_17 ++ [[ hera.intel == cheyenne.* ]] ++ [[ hera.intel == wcoss_dell_p3 ]] ++ MAKE_THREADS=8 ++ hostname +hfe03 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y into fv3_17.exe on hera.intel' +Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y into fv3_17.exe on hera.intel ++ '[' YES = YES ']' ++ rm -rf build_fv3_17 ++ mkdir -p build_fv3_17 ++ CCPP_CMAKE_FLAGS= ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\R\E\P\R\O\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release' ++ [[ hera.intel == \j\e\t\.\i\n\t\e\l ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017,FV3_GFS_2017_stretched --builddir=tests/build_fv3_17/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_stretched.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_17/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip +INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology +INFO: filtering out variable area_fraction_of_wet_canopy +INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl +INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc +INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable canopy_air_temperature +INFO: filtering out variable canopy_air_vapor_pressure +INFO: filtering out variable canopy_intercepted_ice_mass +INFO: filtering out variable canopy_intercepted_liquid_water +INFO: filtering out variable ccn_number_concentration +INFO: filtering out variable ccpp_block_number +INFO: filtering out variable cell_size +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_base_mass_flux +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface +INFO: filtering out variable cloud_droplet_number_concentration +INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics +INFO: filtering out variable cloud_fraction_for_MG +INFO: filtering out variable cloud_phase_transition_denominator +INFO: filtering out variable cloud_phase_transition_threshold_temperature +INFO: filtering out variable cloud_specie_mix_flag +INFO: filtering out variable cloudpdf +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable conv_activity_counter +INFO: filtering out variable convective_updraft_area_fraction +INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces +INFO: filtering out variable couple_sgs_clouds_to_radiation_flag +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable density_of_frozen_precipitation +INFO: filtering out variable depth_of_soil_levels_for_land_surface_model +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable do_mynnsfclay +INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable edmf_flag +INFO: filtering out variable edmf_momentum_transport_flag +INFO: filtering out variable edmf_partition_flag +INFO: filtering out variable edmf_tke_transport_flag +INFO: filtering out variable emdf_updraft_area +INFO: filtering out variable emdf_updraft_cloud_water +INFO: filtering out variable emdf_updraft_entrainment_rate +INFO: filtering out variable emdf_updraft_theta_l +INFO: filtering out variable emdf_updraft_total_water +INFO: filtering out variable emdf_updraft_vertical_velocity +INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS +INFO: filtering out variable equilibrium_soil_water_content +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable fast_soil_pool_mass_content_of_carbon +INFO: filtering out variable fine_root_mass +INFO: filtering out variable flag_arakawa_wu_downdraft +INFO: filtering out variable flag_convective_tracer_transport +INFO: filtering out variable flag_flip +INFO: filtering out variable flag_flux_form_CS +INFO: filtering out variable flag_for_2015_ozone_physics +INFO: filtering out variable flag_for_aerosol_input_MG +INFO: filtering out variable flag_for_canopy_stomatal_resistance_option +INFO: filtering out variable flag_for_dynamic_vegetation_option +INFO: filtering out variable flag_for_frozen_soil_permeability_option +INFO: filtering out variable flag_for_frozen_soil_physics +INFO: filtering out variable flag_for_ground_snow_surface_albedo_option +INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option +INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme +INFO: filtering out variable flag_for_precipitation_partition_option +INFO: filtering out variable flag_for_radiation_transfer_option +INFO: filtering out variable flag_for_reading_leaf_area_index_from_input +INFO: filtering out variable flag_for_resetting_radar_reflectivity_calculation +INFO: filtering out variable flag_for_restart +INFO: filtering out variable flag_for_runoff_and_groundwater_option +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option +INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option +INFO: filtering out variable flag_for_supercooled_liquid_water_option +INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option +INFO: filtering out variable flag_mg3_as_mg2 +INFO: filtering out variable flag_skip_macro +INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_tracer_scavenged +INFO: filtering out variable gf_memory_counter +INFO: filtering out variable graupel_number_concentration_updated_by_physics +INFO: filtering out variable grav_settling +INFO: filtering out variable ground_temperature_for_noahmp +INFO: filtering out variable gwd_opt +INFO: filtering out variable h2o_forcing +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_friendly_aerosol_number_concentration +INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable ice_number_concentration +INFO: filtering out variable ice_number_concentration_updated_by_physics +INFO: filtering out variable ice_supersaturation_threshold +INFO: filtering out variable ice_water_mixing_ratio +INFO: filtering out variable in_number_concentration +INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable k_level_of_highest_reaching_plume +INFO: filtering out variable kinematic_buoyancy_flux_from_shoc +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable lake_water_storage +INFO: filtering out variable latitude_index_in_debug_printouts +INFO: filtering out variable layer_bottom_depth_from_snow_surface +INFO: filtering out variable leaf_area_index +INFO: filtering out variable leaf_mass +INFO: filtering out variable limit_for_temperature_tendency_for_microphysics +INFO: filtering out variable liquid_water_density +INFO: filtering out variable local_graupel_mixing_ratio +INFO: filtering out variable local_graupel_number_concentration +INFO: filtering out variable local_rain_number_concentration +INFO: filtering out variable local_rain_water_mixing_ratio +INFO: filtering out variable local_snow_number_concentration +INFO: filtering out variable local_snow_water_mixing_ratio +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable maximum_mass_flux +INFO: filtering out variable maximum_updraft_velocity_at_cloud_base +INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency +INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency +INFO: filtering out variable mg_allow_supersat_after_sed +INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow +INFO: filtering out variable mg_bergeron_efficiency_factor +INFO: filtering out variable mg_cloud_water_variance +INFO: filtering out variable mg_drop_concentration_constant +INFO: filtering out variable mg_flag_drop_concentration_constant +INFO: filtering out variable mg_flag_for_cloud_ice_processes +INFO: filtering out variable mg_flag_for_gmao_ice_formulation +INFO: filtering out variable mg_flag_for_graupel +INFO: filtering out variable mg_flag_for_hail +INFO: filtering out variable mg_flag_for_heterogeneous_freezing +INFO: filtering out variable mg_flag_for_liu_liquid_treatment +INFO: filtering out variable mg_flag_for_sb2001_autoconversion +INFO: filtering out variable mg_flag_for_uniform_subcolumns +INFO: filtering out variable mg_flag_graupel_concentration_constant +INFO: filtering out variable mg_flag_ice_concentration_constant +INFO: filtering out variable mg_graupel_concentration_constant +INFO: filtering out variable mg_ice_concentration_constant +INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio +INFO: filtering out variable mg_minimum_rh_for_ice +INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice +INFO: filtering out variable mg_tuning_factor_for_alphas +INFO: filtering out variable mg_type_of_precip_fraction_method +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable mix_total_water_flag +INFO: filtering out variable mixing_length +INFO: filtering out variable mixing_length_flag +INFO: filtering out variable moisture_from_previous_timestep +INFO: filtering out variable moisture_tendency_due_to_dynamics +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable mpi_comm +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_cloud_types_CS +INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data +INFO: filtering out variable number_of_frozen_precipitation_species +INFO: filtering out variable number_of_plumes +INFO: filtering out variable number_of_snow_layers +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable number_of_tracers_for_CS +INFO: filtering out variable number_of_tracers_plus_one +INFO: filtering out variable ozone_mixing_ratio +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable prandtl_number +INFO: filtering out variable q_prime_squared +INFO: filtering out variable rain_number_concentration_updated_by_physics +INFO: filtering out variable reciprocal_of_obukhov_length +INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation +INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term +INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface +INFO: filtering out variable slow_soil_pool_mass_content_of_carbon +INFO: filtering out variable snow_albedo_at_previous_time_step +INFO: filtering out variable snow_layer_ice +INFO: filtering out variable snow_layer_liquid_water +INFO: filtering out variable snow_mass_at_previous_time_step +INFO: filtering out variable snow_number_concentration_updated_by_physics +INFO: filtering out variable snow_precipitation_rate_at_surface +INFO: filtering out variable snow_temperature +INFO: filtering out variable snow_temperature_bottom_first_layer +INFO: filtering out variable soil_temperature_for_land_surface_model +INFO: filtering out variable soil_vertical_dimension_for_land_surface_model +INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stability_function_for_heat +INFO: filtering out variable stem_area_index +INFO: filtering out variable stem_mass +INFO: filtering out variable subgrid_cloud_fraction_pbl +INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl +INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc +INFO: filtering out variable surface_condensation_mass +INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp +INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable t_prime_q_prime +INFO: filtering out variable t_prime_squared +INFO: filtering out variable temperature_from_previous_timestep +INFO: filtering out variable temperature_tendency_due_to_dynamics +INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable tke_advect +INFO: filtering out variable tke_at_mass_points +INFO: filtering out variable tke_budget +INFO: filtering out variable tke_dissipative_heating_factor +INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable triple_point_temperature_of_water +INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS +INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vegetation_temperature +INFO: filtering out variable vertical_dimension_of_h2o_forcing_data +INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model +INFO: filtering out variable water_friendly_aerosol_number_concentration +INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable water_storage_in_aquifer +INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil +INFO: filtering out variable water_table_depth +INFO: filtering out variable water_table_recharge_when_deep +INFO: filtering out variable water_table_recharge_when_shallow +INFO: filtering out variable water_vapor_mixing_ratio_at_surface +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable wood_mass +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_17/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_17/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_17/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_17/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_17/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 11 auto-generated caps to tests/build_fv3_17/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_17/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_17/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_17/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90' +++ CCPP_CAPS='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90' ++ source build_fv3_17/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\W\W\3\=\Y* ]] +++ 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__33523 +++ eval 'setup__test_function__33523() { /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__33523 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ ! -d /scratch ]] +++ 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' 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;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' 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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' 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 '_ModuleTable014_;' ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ 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 ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ 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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl ++++ export _ModuleTable001_ ++++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ 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 _ModuleTable014_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__33523 +++ unset __ms_function_name ++ [[ hera.intel == macosx.* ]] ++ [[ hera.intel == linux.* ]] ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl +++ export _ModuleTable001_ +++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ 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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' 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;' 'HDF5="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF_ROOT;' '__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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' 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 +++ 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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ 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 +++ HDF5=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_F +++ __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='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3 +++ export LOADEDMODULES +++ __LMOD_REF_COUNT_MANPATH='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF_ROOT +++ __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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4 +++ export POST_INC +++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /apps/lmod/7.7.18/libexec/lmod bash list ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''post/8.0.5'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''hdf5_parallel/1.10.6'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\''11)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''netcdf_parallel/4.7.4'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''esmf/8.0.0_ParallelNetCDF'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''21)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''14)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''22)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''z/1.2.11'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' +++ echo '' + +++ echo Currently Loaded Modules: +Currently Loaded Modules: +++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '9)' w3emc/2.3.1 '' '' '' '' '17)' post/8.0.5 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 +++ echo '' '' '2)' sutils/default '' '' '' '10)' w3nco/2.0.7 '' '' '' '' '18)' hdf5_parallel/1.10.6 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 +++ echo '' '' '3)' intel/18.0.5.274 '' '11)' g2/3.1.1 '' '' '' '' '' '' '' '19)' netcdf_parallel/4.7.4 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 +++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '12)' g2tmpl/1.6.0 '' '' '' '20)' esmf/8.0.0_ParallelNetCDF + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF +++ echo '' '' '5)' bacio/2.0.3 '' '' '' '' '' '' '13)' crtm/2.2.6 '' '' '' '' '' '21)' cmake/3.9.0 + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 +++ echo '' '' '6)' ip/3.0.2 '' '' '' '' '' '' '' '' '' '14)' jasper/1.900.1 '' '22)' fv3 + 6) ip/3.0.2 14) jasper/1.900.1 22) fv3 +++ echo '' '' '7)' nemsio/2.2.4 '' '' '' '' '' '15)' png/1.2.44 + 7) nemsio/2.2.4 15) png/1.2.44 +++ echo '' '' '8)' sp/2.0.3 '' '' '' '' '' '' '' '' '' '16)' z/1.2.11 + 8) sp/2.0.3 16) z/1.2.11 +++ echo '' + +++ echo '' '' -Main directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model -Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp -Save source codes : yes -Save listings : yes -Shared Object : No +++ echo '' + +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_17 ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel -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 +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +ESMFMKFILE: /scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for hera.intel + +C compiler: Intel 18.0.5.20180823 (mpiicc) +CXX compiler: Intel 18.0.5.20180823 (mpiicpc) +Fortran compiler: Intel 18.0.5.20180823 (mpiifort) + +DEBUG is disabled +REPRO is disabled +32BIT is ENABLED +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is ENABLED + + +Selected physics package: gfs + +Force 64 bits in gfsphysics +Force 64 bits in ipd +-- Dynamics compiled with 32-bit option, adjust fv_sat_adj types +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_17 ++ make -j 8 +Scanning dependencies of target ccpp +Scanning dependencies of target fv3cpl +[ 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/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.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 +[ 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/drifters/drifters_core.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 1%] Built target ccpp +[ 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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 +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 3%] Linking Fortran static library libfv3cpl.a +[ 3%] Built target fv3cpl +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/machine.F.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/iounitdef.f.o +[ 4%] 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_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%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_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/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 +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 7%] 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/gwdps.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.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/funcphys.f90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 15%] 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. +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.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 +[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.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 +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.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/get_prs_fv3.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 19%] 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 +[ 22%] 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 +[ 23%] 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/physics/moninedmf.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 25%] 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/gscond.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 27%] 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_2017_stretched_fast_physics_cap.F90.o +[ 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/radlw_main.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 28%] 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_setup.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 29%] 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. +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/GFS_rrtmg_pre.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +[ 30%] 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_pre.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_sw_post.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stochastics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_physics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_physics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_radiation_cap.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_time_vary_cap.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 34%] 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. +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 38%] 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. +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 39%] 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 +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_manifest.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 40%] 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. +[ 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +[ 41%] 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. +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_table.F90.o +[ 41%] 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. +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_cap.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_cap.F90.o +[ 42%] 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/cs_conv.F90.o +[ 43%] 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_aw_adj.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 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 +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 44%] 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. +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 46%] 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_2015.f.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 48%] 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 +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 52%] 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 +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 53%] 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 +[ 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 +[ 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/num_parthds.F.o +[ 59%] 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 +[ 60%] 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 +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 60%] 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. +Compiling in MPI mode (with or without MPP) +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 62%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 64%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 64%] 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 +[ 65%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 65%] Linking Fortran static library libccppphys.a +[ 65%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 65%] Built target ccppphys +[ 65%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +Scanning dependencies of target gfsphysics +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 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%] 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 +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 69%] Linking Fortran static library FMS/libfms.a +[ 69%] Built target fms +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 69%] 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_restart.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 71%] Linking Fortran static library libgfsphysics.a +[ 71%] Built target gfsphysics +Scanning dependencies of target ipd +Scanning dependencies of target ccppdriver +[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 71%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 72%] Linking Fortran static library libccppdriver.a +[ 72%] Built target ccppdriver +[ 73%] Linking Fortran static library libipd.a +[ 73%] Built target ipd +Scanning dependencies of target io +[ 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 +[ 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 +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.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.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_eta.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 76%] 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%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 76%] 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 +[ 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 +[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.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 +[ 81%] Linking Fortran static library libio.a +[ 81%] Built target io +[ 81%] 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_nudge.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 83%] 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/tools/test_cases.F90.o +[ 83%] 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 +[ 84%] 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/tools/external_ic.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 85%] 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_control.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 +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 86%] Linking Fortran static library libfv3core.a +[ 86%] Built target fv3core +Scanning dependencies of target stochastic_physics +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 86%] 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_gg_def.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 +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.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/get_lats_node_a_stochy.f.o +[ 90%] 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/gozrineo_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/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/four_to_grid_stochy.F.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 93%] 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/cellular_automata.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/num_parthds_stochy.f.o +[ 94%] Linking Fortran static library libstochastic_physics.a +[ 94%] Built target stochastic_physics +Scanning dependencies of target fv3cap +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 96%] Linking Fortran static library libfv3cap.a +[ 96%] Built target fv3cap +Scanning dependencies of target NEMS.exe +[ 96%] 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/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_Rusage.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.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%] Linking Fortran executable NEMS.exe +/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': +jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_17.exe ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 ../modules.fv3_17 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_17 ++ elapsed=513 ++ echo 'Elapsed time 513 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y finished' +Elapsed time 513 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y finished ++ SECONDS=0 ++++ readlink -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ MACHINE_ID=hera.intel ++ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y' ++ BUILD_NAME=fv3_18 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_18 ++ [[ hera.intel == cheyenne.* ]] ++ [[ hera.intel == wcoss_dell_p3 ]] ++ MAKE_THREADS=8 ++ hostname +hfe03 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y into fv3_18.exe on hera.intel' +Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y into fv3_18.exe on hera.intel ++ '[' YES = YES ']' ++ rm -rf build_fv3_18 ++ mkdir -p build_fv3_18 ++ CCPP_CMAKE_FLAGS= ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\R\E\P\R\O\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release' ++ [[ hera.intel == \j\e\t\.\i\n\t\e\l ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 --builddir=tests/build_fv3_18/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp_regional.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp_regional_c768.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_18/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip +INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology +INFO: filtering out variable air_temperature_at_previous_time_step +INFO: filtering out variable air_temperature_two_time_steps_back +INFO: filtering out variable area_fraction_of_wet_canopy +INFO: filtering out variable atmosphere_energy_content_at_Lagrangian_surface +INFO: filtering out variable atmosphere_energy_content_in_column +INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl +INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc +INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable canopy_air_temperature +INFO: filtering out variable canopy_air_vapor_pressure +INFO: filtering out variable canopy_intercepted_ice_mass +INFO: filtering out variable canopy_intercepted_liquid_water +INFO: filtering out variable cappa_moist_gas_constant_at_Lagrangian_surface +INFO: filtering out variable ccn_number_concentration +INFO: filtering out variable ccpp_block_number +INFO: filtering out variable cell_area_for_fast_physics +INFO: filtering out variable cell_size +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_base_mass_flux +INFO: filtering out variable cloud_condensed_water_conversion_threshold +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface +INFO: filtering out variable cloud_condensed_water_mixing_ratio_convective_transport_tracer +INFO: filtering out variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_droplet_number_concentration +INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics +INFO: filtering out variable cloud_fraction_at_Lagrangian_surface +INFO: filtering out variable cloud_fraction_for_MG +INFO: filtering out variable cloud_graupel_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_ice_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_phase_transition_denominator +INFO: filtering out variable cloud_phase_transition_threshold_temperature +INFO: filtering out variable cloud_rain_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_snow_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_specie_mix_flag +INFO: filtering out variable cloudpdf +INFO: filtering out variable coefficient_for_evaporation_of_rainfall +INFO: filtering out variable coefficient_from_cloud_ice_to_snow +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable conv_activity_counter +INFO: filtering out variable convective_updraft_area_fraction +INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces +INFO: filtering out variable couple_sgs_clouds_to_radiation_flag +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable density_of_frozen_precipitation +INFO: filtering out variable depth_of_soil_levels_for_land_surface_model +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable do_mynnsfclay +INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable edmf_flag +INFO: filtering out variable edmf_momentum_transport_flag +INFO: filtering out variable edmf_partition_flag +INFO: filtering out variable edmf_tke_transport_flag +INFO: filtering out variable emdf_updraft_area +INFO: filtering out variable emdf_updraft_cloud_water +INFO: filtering out variable emdf_updraft_entrainment_rate +INFO: filtering out variable emdf_updraft_theta_l +INFO: filtering out variable emdf_updraft_total_water +INFO: filtering out variable emdf_updraft_vertical_velocity +INFO: filtering out variable ending_x_direction_index +INFO: filtering out variable ending_x_direction_index_domain +INFO: filtering out variable ending_y_direction_index +INFO: filtering out variable ending_y_direction_index_domain +INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS +INFO: filtering out variable equilibrium_soil_water_content +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable fast_soil_pool_mass_content_of_carbon +INFO: filtering out variable fine_root_mass +INFO: filtering out variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa +INFO: filtering out variable flag_arakawa_wu_downdraft +INFO: filtering out variable flag_convective_tracer_transport +INFO: filtering out variable flag_flip +INFO: filtering out variable flag_flux_form_CS +INFO: filtering out variable flag_for_2015_ozone_physics +INFO: filtering out variable flag_for_aerosol_input_MG +INFO: filtering out variable flag_for_canopy_stomatal_resistance_option +INFO: filtering out variable flag_for_dynamic_vegetation_option +INFO: filtering out variable flag_for_fast_microphysics_energy_conservation +INFO: filtering out variable flag_for_frozen_soil_permeability_option +INFO: filtering out variable flag_for_frozen_soil_physics +INFO: filtering out variable flag_for_ground_snow_surface_albedo_option +INFO: filtering out variable flag_for_hydrostatic_solver_for_fast_physics +INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_inline_cloud_fraction_calculation +INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option +INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme +INFO: filtering out variable flag_for_precipitation_partition_option +INFO: filtering out variable flag_for_radiation_transfer_option +INFO: filtering out variable flag_for_reading_leaf_area_index_from_input +INFO: filtering out variable flag_for_resetting_radar_reflectivity_calculation +INFO: filtering out variable flag_for_restart +INFO: filtering out variable flag_for_runoff_and_groundwater_option +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_for_saturation_adjustment_for_microphysics_in_dynamics +INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option +INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option +INFO: filtering out variable flag_for_supercooled_liquid_water_option +INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option +INFO: filtering out variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface +INFO: filtering out variable flag_for_the_last_step_of_k_split_remapping +INFO: filtering out variable flag_mg3_as_mg2 +INFO: filtering out variable flag_skip_macro +INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_tracer_scavenged +INFO: filtering out variable gas_constants_for_multi_gases_physics +INFO: filtering out variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface +INFO: filtering out variable gf_memory_counter +INFO: filtering out variable graupel_number_concentration_updated_by_physics +INFO: filtering out variable grav_settling +INFO: filtering out variable ground_temperature_for_noahmp +INFO: filtering out variable gwd_opt +INFO: filtering out variable h2o_forcing +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_friendly_aerosol_number_concentration +INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable ice_number_concentration +INFO: filtering out variable ice_number_concentration_updated_by_physics +INFO: filtering out variable ice_supersaturation_threshold +INFO: filtering out variable ice_water_mixing_ratio +INFO: filtering out variable ice_water_mixing_ratio_convective_transport_tracer +INFO: filtering out variable in_number_concentration +INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable k_level_of_highest_reaching_plume +INFO: filtering out variable kappa_dry_for_fast_physics +INFO: filtering out variable kinematic_buoyancy_flux_from_shoc +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable lake_water_storage +INFO: filtering out variable latitude_index_in_debug_printouts +INFO: filtering out variable layer_bottom_depth_from_snow_surface +INFO: filtering out variable leaf_area_index +INFO: filtering out variable leaf_mass +INFO: filtering out variable limit_for_temperature_tendency_for_microphysics +INFO: filtering out variable liquid_water_density +INFO: filtering out variable local_graupel_mixing_ratio +INFO: filtering out variable local_graupel_number_concentration +INFO: filtering out variable local_rain_number_concentration +INFO: filtering out variable local_rain_water_mixing_ratio +INFO: filtering out variable local_snow_number_concentration +INFO: filtering out variable local_snow_water_mixing_ratio +INFO: filtering out variable log_pressure_at_Lagrangian_surface +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable maximum_mass_flux +INFO: filtering out variable maximum_updraft_velocity_at_cloud_base +INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency +INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency +INFO: filtering out variable mg_allow_supersat_after_sed +INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow +INFO: filtering out variable mg_bergeron_efficiency_factor +INFO: filtering out variable mg_cloud_water_variance +INFO: filtering out variable mg_drop_concentration_constant +INFO: filtering out variable mg_flag_drop_concentration_constant +INFO: filtering out variable mg_flag_for_cloud_ice_processes +INFO: filtering out variable mg_flag_for_gmao_ice_formulation +INFO: filtering out variable mg_flag_for_graupel +INFO: filtering out variable mg_flag_for_hail +INFO: filtering out variable mg_flag_for_heterogeneous_freezing +INFO: filtering out variable mg_flag_for_liu_liquid_treatment +INFO: filtering out variable mg_flag_for_sb2001_autoconversion +INFO: filtering out variable mg_flag_for_uniform_subcolumns +INFO: filtering out variable mg_flag_graupel_concentration_constant +INFO: filtering out variable mg_flag_ice_concentration_constant +INFO: filtering out variable mg_graupel_concentration_constant +INFO: filtering out variable mg_ice_concentration_constant +INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio +INFO: filtering out variable mg_minimum_rh_for_ice +INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice +INFO: filtering out variable mg_tuning_factor_for_alphas +INFO: filtering out variable mg_type_of_precip_fraction_method +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable mix_total_water_flag +INFO: filtering out variable mixing_length +INFO: filtering out variable mixing_length_flag +INFO: filtering out variable moisture_from_previous_timestep +INFO: filtering out variable moisture_tendency_due_to_dynamics +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable mpi_comm +INFO: filtering out variable mpi_rank_for_fast_physics +INFO: filtering out variable mpi_root_for_fast_physics +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_cloud_types_CS +INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data +INFO: filtering out variable number_of_frozen_precipitation_species +INFO: filtering out variable number_of_gases_for_multi_gases_physics +INFO: filtering out variable number_of_ghost_zones +INFO: filtering out variable number_of_plumes +INFO: filtering out variable number_of_snow_layers +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable number_of_tracers_for_CS +INFO: filtering out variable number_of_tracers_plus_one +INFO: filtering out variable number_of_water_species +INFO: filtering out variable omp_threads_for_fast_physics +INFO: filtering out variable ozone_mixing_ratio +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable prandtl_number +INFO: filtering out variable pressure_thickness_at_Lagrangian_surface +INFO: filtering out variable q_prime_squared +INFO: filtering out variable rain_number_concentration_updated_by_physics +INFO: filtering out variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind +INFO: filtering out variable reciprocal_of_obukhov_length +INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation +INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term +INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface +INFO: filtering out variable slow_soil_pool_mass_content_of_carbon +INFO: filtering out variable snow_albedo_at_previous_time_step +INFO: filtering out variable snow_layer_ice +INFO: filtering out variable snow_layer_liquid_water +INFO: filtering out variable snow_mass_at_previous_time_step +INFO: filtering out variable snow_number_concentration_updated_by_physics +INFO: filtering out variable snow_precipitation_rate_at_surface +INFO: filtering out variable snow_temperature +INFO: filtering out variable snow_temperature_bottom_first_layer +INFO: filtering out variable soil_temperature_for_land_surface_model +INFO: filtering out variable soil_vertical_dimension_for_land_surface_model +INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table +INFO: filtering out variable specific_heat_capacities_for_multi_gases_physics +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stability_function_for_heat +INFO: filtering out variable starting_x_direction_index +INFO: filtering out variable starting_x_direction_index_domain +INFO: filtering out variable starting_y_direction_index +INFO: filtering out variable starting_y_direction_index_domain +INFO: filtering out variable stem_area_index +INFO: filtering out variable stem_mass +INFO: filtering out variable subgrid_cloud_fraction_pbl +INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl +INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc +INFO: filtering out variable surface_air_pressure_at_previous_time_step +INFO: filtering out variable surface_air_pressure_two_time_steps_back +INFO: filtering out variable surface_condensation_mass +INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp +INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_geopotential_at_Lagrangian_surface +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable t_prime_q_prime +INFO: filtering out variable t_prime_squared +INFO: filtering out variable temperature_from_previous_timestep +INFO: filtering out variable temperature_tendency_due_to_dynamics +INFO: filtering out variable tendency_of_air_temperature_at_Lagrangian_surface +INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_rain_water_mixing_ratio_due_to_microphysics +INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable thickness_at_Lagrangian_surface +INFO: filtering out variable time_step_for_remapping_for_fast_physics +INFO: filtering out variable tke_advect +INFO: filtering out variable tke_at_mass_points +INFO: filtering out variable tke_budget +INFO: filtering out variable tke_dissipative_heating_factor +INFO: filtering out variable top_layer_index_for_fast_physics +INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable triple_point_temperature_of_water +INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS +INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vegetation_temperature +INFO: filtering out variable vertical_dimension_for_fast_physics +INFO: filtering out variable vertical_dimension_for_thickness_at_Lagrangian_surface +INFO: filtering out variable vertical_dimension_of_h2o_forcing_data +INFO: filtering out variable virtual_temperature_at_Lagrangian_surface +INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model +INFO: filtering out variable water_friendly_aerosol_number_concentration +INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable water_storage_in_aquifer +INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil +INFO: filtering out variable water_table_depth +INFO: filtering out variable water_table_recharge_when_deep +INFO: filtering out variable water_table_recharge_when_shallow +INFO: filtering out variable water_vapor_mixing_ratio_at_surface +INFO: filtering out variable water_vapor_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable water_vapor_specific_humidity_at_previous_time_step +INFO: filtering out variable water_vapor_specific_humidity_two_time_steps_back +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable wood_mass +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_18/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_18/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_18/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_18/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_18/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 10 auto-generated caps to tests/build_fv3_18/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_18/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_18/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_18/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_stochastics_cap.F90' +++ CCPP_CAPS='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_stochastics_cap.F90' ++ source build_fv3_18/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_18/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_18/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\W\W\3\=\Y* ]] +++ 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__36630 +++ eval 'setup__test_function__36630() { /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__36630 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ ! -d /scratch ]] +++ 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' 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;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' 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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' 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 '_ModuleTable014_;' ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ 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 ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ 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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl ++++ export _ModuleTable001_ ++++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ 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 _ModuleTable014_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__36630 +++ unset __ms_function_name ++ [[ hera.intel == macosx.* ]] ++ [[ hera.intel == linux.* ]] ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl +++ export _ModuleTable001_ +++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ 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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' 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;' 'HDF5="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF_ROOT;' '__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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' 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 +++ 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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ 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 +++ HDF5=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_F +++ __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='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3 +++ export LOADEDMODULES +++ __LMOD_REF_COUNT_MANPATH='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF_ROOT +++ __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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4 +++ export POST_INC +++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /apps/lmod/7.7.18/libexec/lmod bash list ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''post/8.0.5'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''hdf5_parallel/1.10.6'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\''11)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''netcdf_parallel/4.7.4'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''esmf/8.0.0_ParallelNetCDF'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''21)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''14)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''22)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''z/1.2.11'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' +++ echo '' + +++ echo Currently Loaded Modules: +Currently Loaded Modules: +++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '9)' w3emc/2.3.1 '' '' '' '' '17)' post/8.0.5 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 +++ echo '' '' '2)' sutils/default '' '' '' '10)' w3nco/2.0.7 '' '' '' '' '18)' hdf5_parallel/1.10.6 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 +++ echo '' '' '3)' intel/18.0.5.274 '' '11)' g2/3.1.1 '' '' '' '' '' '' '' '19)' netcdf_parallel/4.7.4 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 +++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '12)' g2tmpl/1.6.0 '' '' '' '20)' esmf/8.0.0_ParallelNetCDF + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF +++ echo '' '' '5)' bacio/2.0.3 '' '' '' '' '' '' '13)' crtm/2.2.6 '' '' '' '' '' '21)' cmake/3.9.0 + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 +++ echo '' '' '6)' ip/3.0.2 '' '' '' '' '' '' '' '' '' '14)' jasper/1.900.1 '' '22)' fv3 + 6) ip/3.0.2 14) jasper/1.900.1 22) fv3 +++ echo '' '' '7)' nemsio/2.2.4 '' '' '' '' '' '15)' png/1.2.44 + 7) nemsio/2.2.4 15) png/1.2.44 +++ echo '' '' '8)' sp/2.0.3 '' '' '' '' '' '' '' '' '' '16)' z/1.2.11 + 8) sp/2.0.3 16) z/1.2.11 +++ echo '' + +++ echo '' '' -[INFO] list of the programs selected : ww3_multi_esmf -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected -Making makefile ... +++ echo '' + +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_18 ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel -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 +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +ESMFMKFILE: /scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for hera.intel + +C compiler: Intel 18.0.5.20180823 (mpiicc) +CXX compiler: Intel 18.0.5.20180823 (mpiicpc) +Fortran compiler: Intel 18.0.5.20180823 (mpiifort) + +DEBUG is disabled +REPRO is disabled +32BIT is ENABLED +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is ENABLED + + +Selected physics package: gfs + +Force 64 bits in gfsphysics +Force 64 bits in ipd +-- Dynamics compiled with 32-bit option, adjust fv_sat_adj types +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_18 ++ make -j 8 +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/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 +Scanning dependencies of target fms +[ 1%] 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%] 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 2%] Linking Fortran static library libccpp.a +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 +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.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. +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +Scanning dependencies of target ccppphys +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.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/GFDL_parse_tracers.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/iounitdef.f.o +[ 3%] Linking Fortran static library libfv3cpl.a +[ 3%] Built target fv3cpl +[ 3%] 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/module_sf_noahmp_glacier.f90.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/module_sf_noahmplsm.f90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.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/micro_mg_utils.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 6%] 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/gwdps.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 15%] 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. +[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +[ 23%] 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 +[ 25%] 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/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 +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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/physics/cires_ugwp.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 27%] 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 +Compiling in MPI mode (with or without MPP) +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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/rrtmg_lw_pre.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 27%] 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_sw_post.F90.o +[ 28%] 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_2017_gfdlmp_regional_stochastics_cap.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_stochastics_cap.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_physics_cap.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_physics_cap.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_radiation_cap.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_radiation_cap.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_time_vary_cap.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_time_vary_cap.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 32%] 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. +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 34%] 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. +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 34%] 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. +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 36%] 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. +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +[ 36%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 37%] 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. +[ 37%] 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/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 40%] 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 +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.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/sfc_noahmp_drv.f.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.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. +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 52%] 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 CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 54%] 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. +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.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 CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 56%] 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. +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.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 CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 65%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 65%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 65%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 66%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 66%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 66%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 66%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 67%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 67%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 67%] Linking Fortran static library libccppphys.a +[ 67%] Built target ccppphys +Scanning dependencies of target gfsphysics +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 67%] 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 +[ 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/physparam.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 69%] 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 +[ 70%] Linking Fortran static library FMS/libfms.a +[ 70%] Built target fms +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 71%] 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 +[ 72%] Linking Fortran static library libgfsphysics.a +[ 72%] Built target gfsphysics +Scanning dependencies of target ipd +Scanning dependencies of target ccppdriver +[ 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 +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 +[ 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/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/io/CMakeFiles/io.dir/module_write_netcdf.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_parallel.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/post_gfs.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 76%] 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/model/fv_sg.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/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. +[ 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/model/tp_core.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/tools/init_hydro.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 81%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.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_diagnostics.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%] Linking Fortran static library libio.a +[ 82%] Built target io +[ 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/fv_nudge.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/model/fv_regional_bc.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_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 +[ 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/driver/fvGFS/atmosphere.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +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/stochy_resol_def.f.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 +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.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 +[ 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/gozrineo_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/setlats_a_stochy.f.o +[ 92%] 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/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 +[ 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 +[ 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/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 +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 +[ 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/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_Rusage.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.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%] Linking Fortran executable NEMS.exe +/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': +jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_18.exe ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 ../modules.fv3_18 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_18 ++ elapsed=506 ++ echo 'Elapsed time 506 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y finished' +Elapsed time 506 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y finished ++ SECONDS=0 ++++ readlink -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ MACHINE_ID=hera.intel ++ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y' ++ BUILD_NAME=fv3_19 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_19 ++ [[ hera.intel == cheyenne.* ]] ++ [[ hera.intel == wcoss_dell_p3 ]] ++ MAKE_THREADS=8 ++ hostname +hfe03 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y into fv3_19.exe on hera.intel' +Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y into fv3_19.exe on hera.intel ++ '[' YES = YES ']' ++ rm -rf build_fv3_19 ++ mkdir -p build_fv3_19 ++ CCPP_CMAKE_FLAGS= ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\D\E\B\U\G\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\D\E\B\U\G\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' +++ sed 's/ .*//' +++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y +++ sed 's/.* SUITES=//' ++ SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017,FV3_GFS_2017_stretched --builddir=tests/build_fv3_19/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_stretched.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_19/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip +INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology +INFO: filtering out variable area_fraction_of_wet_canopy +INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl +INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc +INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable canopy_air_temperature +INFO: filtering out variable canopy_air_vapor_pressure +INFO: filtering out variable canopy_intercepted_ice_mass +INFO: filtering out variable canopy_intercepted_liquid_water +INFO: filtering out variable ccn_number_concentration +INFO: filtering out variable ccpp_block_number +INFO: filtering out variable cell_size +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_base_mass_flux +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface +INFO: filtering out variable cloud_droplet_number_concentration +INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics +INFO: filtering out variable cloud_fraction_for_MG +INFO: filtering out variable cloud_phase_transition_denominator +INFO: filtering out variable cloud_phase_transition_threshold_temperature +INFO: filtering out variable cloud_specie_mix_flag +INFO: filtering out variable cloudpdf +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable conv_activity_counter +INFO: filtering out variable convective_updraft_area_fraction +INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces +INFO: filtering out variable couple_sgs_clouds_to_radiation_flag +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable density_of_frozen_precipitation +INFO: filtering out variable depth_of_soil_levels_for_land_surface_model +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable do_mynnsfclay +INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable edmf_flag +INFO: filtering out variable edmf_momentum_transport_flag +INFO: filtering out variable edmf_partition_flag +INFO: filtering out variable edmf_tke_transport_flag +INFO: filtering out variable emdf_updraft_area +INFO: filtering out variable emdf_updraft_cloud_water +INFO: filtering out variable emdf_updraft_entrainment_rate +INFO: filtering out variable emdf_updraft_theta_l +INFO: filtering out variable emdf_updraft_total_water +INFO: filtering out variable emdf_updraft_vertical_velocity +INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS +INFO: filtering out variable equilibrium_soil_water_content +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable fast_soil_pool_mass_content_of_carbon +INFO: filtering out variable fine_root_mass +INFO: filtering out variable flag_arakawa_wu_downdraft +INFO: filtering out variable flag_convective_tracer_transport +INFO: filtering out variable flag_flip +INFO: filtering out variable flag_flux_form_CS +INFO: filtering out variable flag_for_2015_ozone_physics +INFO: filtering out variable flag_for_aerosol_input_MG +INFO: filtering out variable flag_for_canopy_stomatal_resistance_option +INFO: filtering out variable flag_for_dynamic_vegetation_option +INFO: filtering out variable flag_for_frozen_soil_permeability_option +INFO: filtering out variable flag_for_frozen_soil_physics +INFO: filtering out variable flag_for_ground_snow_surface_albedo_option +INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option +INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme +INFO: filtering out variable flag_for_precipitation_partition_option +INFO: filtering out variable flag_for_radiation_transfer_option +INFO: filtering out variable flag_for_reading_leaf_area_index_from_input +INFO: filtering out variable flag_for_resetting_radar_reflectivity_calculation +INFO: filtering out variable flag_for_restart +INFO: filtering out variable flag_for_runoff_and_groundwater_option +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option +INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option +INFO: filtering out variable flag_for_supercooled_liquid_water_option +INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option +INFO: filtering out variable flag_mg3_as_mg2 +INFO: filtering out variable flag_skip_macro +INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_tracer_scavenged +INFO: filtering out variable gf_memory_counter +INFO: filtering out variable graupel_number_concentration_updated_by_physics +INFO: filtering out variable grav_settling +INFO: filtering out variable ground_temperature_for_noahmp +INFO: filtering out variable gwd_opt +INFO: filtering out variable h2o_forcing +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_friendly_aerosol_number_concentration +INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable ice_number_concentration +INFO: filtering out variable ice_number_concentration_updated_by_physics +INFO: filtering out variable ice_supersaturation_threshold +INFO: filtering out variable ice_water_mixing_ratio +INFO: filtering out variable in_number_concentration +INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable k_level_of_highest_reaching_plume +INFO: filtering out variable kinematic_buoyancy_flux_from_shoc +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable lake_water_storage +INFO: filtering out variable latitude_index_in_debug_printouts +INFO: filtering out variable layer_bottom_depth_from_snow_surface +INFO: filtering out variable leaf_area_index +INFO: filtering out variable leaf_mass +INFO: filtering out variable limit_for_temperature_tendency_for_microphysics +INFO: filtering out variable liquid_water_density +INFO: filtering out variable local_graupel_mixing_ratio +INFO: filtering out variable local_graupel_number_concentration +INFO: filtering out variable local_rain_number_concentration +INFO: filtering out variable local_rain_water_mixing_ratio +INFO: filtering out variable local_snow_number_concentration +INFO: filtering out variable local_snow_water_mixing_ratio +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable maximum_mass_flux +INFO: filtering out variable maximum_updraft_velocity_at_cloud_base +INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency +INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency +INFO: filtering out variable mg_allow_supersat_after_sed +INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow +INFO: filtering out variable mg_bergeron_efficiency_factor +INFO: filtering out variable mg_cloud_water_variance +INFO: filtering out variable mg_drop_concentration_constant +INFO: filtering out variable mg_flag_drop_concentration_constant +INFO: filtering out variable mg_flag_for_cloud_ice_processes +INFO: filtering out variable mg_flag_for_gmao_ice_formulation +INFO: filtering out variable mg_flag_for_graupel +INFO: filtering out variable mg_flag_for_hail +INFO: filtering out variable mg_flag_for_heterogeneous_freezing +INFO: filtering out variable mg_flag_for_liu_liquid_treatment +INFO: filtering out variable mg_flag_for_sb2001_autoconversion +INFO: filtering out variable mg_flag_for_uniform_subcolumns +INFO: filtering out variable mg_flag_graupel_concentration_constant +INFO: filtering out variable mg_flag_ice_concentration_constant +INFO: filtering out variable mg_graupel_concentration_constant +INFO: filtering out variable mg_ice_concentration_constant +INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio +INFO: filtering out variable mg_minimum_rh_for_ice +INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice +INFO: filtering out variable mg_tuning_factor_for_alphas +INFO: filtering out variable mg_type_of_precip_fraction_method +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable mix_total_water_flag +INFO: filtering out variable mixing_length +INFO: filtering out variable mixing_length_flag +INFO: filtering out variable moisture_from_previous_timestep +INFO: filtering out variable moisture_tendency_due_to_dynamics +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable mpi_comm +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_cloud_types_CS +INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data +INFO: filtering out variable number_of_frozen_precipitation_species +INFO: filtering out variable number_of_plumes +INFO: filtering out variable number_of_snow_layers +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable number_of_tracers_for_CS +INFO: filtering out variable number_of_tracers_plus_one +INFO: filtering out variable ozone_mixing_ratio +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable prandtl_number +INFO: filtering out variable q_prime_squared +INFO: filtering out variable rain_number_concentration_updated_by_physics +INFO: filtering out variable reciprocal_of_obukhov_length +INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation +INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term +INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface +INFO: filtering out variable slow_soil_pool_mass_content_of_carbon +INFO: filtering out variable snow_albedo_at_previous_time_step +INFO: filtering out variable snow_layer_ice +INFO: filtering out variable snow_layer_liquid_water +INFO: filtering out variable snow_mass_at_previous_time_step +INFO: filtering out variable snow_number_concentration_updated_by_physics +INFO: filtering out variable snow_precipitation_rate_at_surface +INFO: filtering out variable snow_temperature +INFO: filtering out variable snow_temperature_bottom_first_layer +INFO: filtering out variable soil_temperature_for_land_surface_model +INFO: filtering out variable soil_vertical_dimension_for_land_surface_model +INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stability_function_for_heat +INFO: filtering out variable stem_area_index +INFO: filtering out variable stem_mass +INFO: filtering out variable subgrid_cloud_fraction_pbl +INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl +INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc +INFO: filtering out variable surface_condensation_mass +INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp +INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable t_prime_q_prime +INFO: filtering out variable t_prime_squared +INFO: filtering out variable temperature_from_previous_timestep +INFO: filtering out variable temperature_tendency_due_to_dynamics +INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable tke_advect +INFO: filtering out variable tke_at_mass_points +INFO: filtering out variable tke_budget +INFO: filtering out variable tke_dissipative_heating_factor +INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable triple_point_temperature_of_water +INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS +INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vegetation_temperature +INFO: filtering out variable vertical_dimension_of_h2o_forcing_data +INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model +INFO: filtering out variable water_friendly_aerosol_number_concentration +INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable water_storage_in_aquifer +INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil +INFO: filtering out variable water_table_depth +INFO: filtering out variable water_table_recharge_when_deep +INFO: filtering out variable water_table_recharge_when_shallow +INFO: filtering out variable water_vapor_mixing_ratio_at_surface +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable wood_mass +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_19/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_19/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_19/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_19/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_19/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 11 auto-generated caps to tests/build_fv3_19/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_19/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_19/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_19/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90' +++ CCPP_CAPS='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90' ++ source build_fv3_19/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\W\W\3\=\Y* ]] +++ 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__66222 +++ eval 'setup__test_function__66222() { /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__66222 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ ! -d /scratch ]] +++ 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' 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;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' 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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' 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 '_ModuleTable014_;' ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ 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 ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ 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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl ++++ export _ModuleTable001_ ++++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ 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 _ModuleTable014_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__66222 +++ unset __ms_function_name ++ [[ hera.intel == macosx.* ]] ++ [[ hera.intel == linux.* ]] ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl +++ export _ModuleTable001_ +++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ 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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' 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;' 'HDF5="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF_ROOT;' '__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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' 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 +++ 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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ 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 +++ HDF5=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_F +++ __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='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3 +++ export LOADEDMODULES +++ __LMOD_REF_COUNT_MANPATH='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF_ROOT +++ __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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4 +++ export POST_INC +++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /apps/lmod/7.7.18/libexec/lmod bash list ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''post/8.0.5'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''hdf5_parallel/1.10.6'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\''11)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''netcdf_parallel/4.7.4'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''esmf/8.0.0_ParallelNetCDF'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''21)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''14)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''22)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''z/1.2.11'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' +++ echo '' + +++ echo Currently Loaded Modules: +Currently Loaded Modules: +++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '9)' w3emc/2.3.1 '' '' '' '' '17)' post/8.0.5 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 +++ echo '' '' '2)' sutils/default '' '' '' '10)' w3nco/2.0.7 '' '' '' '' '18)' hdf5_parallel/1.10.6 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 +++ echo '' '' '3)' intel/18.0.5.274 '' '11)' g2/3.1.1 '' '' '' '' '' '' '' '19)' netcdf_parallel/4.7.4 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 +++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '12)' g2tmpl/1.6.0 '' '' '' '20)' esmf/8.0.0_ParallelNetCDF + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF +++ echo '' '' '5)' bacio/2.0.3 '' '' '' '' '' '' '13)' crtm/2.2.6 '' '' '' '' '' '21)' cmake/3.9.0 + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 +++ echo '' '' '6)' ip/3.0.2 '' '' '' '' '' '' '' '' '' '14)' jasper/1.900.1 '' '22)' fv3 + 6) ip/3.0.2 14) jasper/1.900.1 22) fv3 +++ echo '' '' '7)' nemsio/2.2.4 '' '' '' '' '' '15)' png/1.2.44 + 7) nemsio/2.2.4 15) png/1.2.44 +++ echo '' '' '8)' sp/2.0.3 '' '' '' '' '' '' '' '' '' '16)' z/1.2.11 + 8) sp/2.0.3 16) z/1.2.11 +++ echo '' + +++ echo '' '' - ***************************** - *** WAVEWATCH III makefile *** - ***************************** +++ echo '' + +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_19 ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/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 18.0.5.20180823 +-- The CXX compiler identification is Intel 18.0.5.20180823 +-- The Fortran compiler identification is Intel 18.0.5.20180823 +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +ESMFMKFILE: /scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for hera.intel + +C compiler: Intel 18.0.5.20180823 (mpiicc) +CXX compiler: Intel 18.0.5.20180823 (mpiicpc) +Fortran compiler: Intel 18.0.5.20180823 (mpiifort) + +DEBUG is ENABLED +REPRO is disabled +32BIT is ENABLED +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is ENABLED + + +Selected physics package: gfs + +Force 64 bits in gfsphysics +Force 64 bits in ipd +-- Dynamics compiled with 32-bit option, adjust fv_sat_adj types +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_19 ++ 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 +[ 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/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 FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.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 +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 1%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 1%] Linking Fortran static library libccpp.a +[ 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. +[ 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%] Built target ccpp +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.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 +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_ +mpp_comm_mpi.inc(1391): #warning: macro redefined: MPP_TYPE_ +mpp_comm_mpi.inc(1392): #warning: macro redefined: MPI_TYPE_ +mpp_comm_mpi.inc(1395): #warning: macro redefined: MPP_TYPE_CREATE_ +mpp_comm_mpi.inc(1396): #warning: macro redefined: MPP_TYPE_ +mpp_comm_mpi.inc(1397): #warning: macro redefined: MPI_TYPE_ +mpp_comm_mpi.inc(1400): #warning: macro redefined: MPP_TYPE_CREATE_ +mpp_comm_mpi.inc(1401): #warning: macro redefined: MPP_TYPE_ +mpp_comm_mpi.inc(1402): #warning: macro redefined: MPI_TYPE_ +mpp_comm_mpi.inc(1405): #warning: macro redefined: MPP_TYPE_CREATE_ +mpp_comm_mpi.inc(1406): #warning: macro redefined: MPP_TYPE_ +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_ +[ 4%] Linking Fortran static library libfv3cpl.a +Scanning dependencies of target ccppphys +[ 4%] Built target fv3cpl +[ 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/machine.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/namelist_soilveg.f.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.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_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_sf_noahmplsm.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 +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 +fpp: warning: keyword redefined: STATIC +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +fpp: warning: keyword redefined: STATIC +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 7%] 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/gwdps.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.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_efp.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 10%] 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.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/GFS_GWD_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 14%] 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/funcphys.f90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 14%] 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 +fpp: warning: keyword redefined: STATIC +[ 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 +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +fpp: warning: keyword redefined: STATIC +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +fpp: warning: keyword redefined: STATIC +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 22%] 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 +[ 25%] 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/gscond.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 27%] 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_2017_stretched_fast_physics_cap.F90.o +[ 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/radlw_main.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +fpp: warning: keyword redefined: STATIC +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +fpp: warning: keyword redefined: STATIC +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +[ 28%] 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 +[ 29%] 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 +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stochastics_cap.F90.o +[ 31%] 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/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_physics_cap.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_radiation_cap.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_2017_stretched_physics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_time_vary_cap.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_cap.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_cap.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 35%] 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 +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 36%] 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 +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +fpp: warning: keyword redefined: STATIC +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +fpp: warning: keyword redefined: STATIC +fpp: warning: keyword redefined: STATIC +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 41%] 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_ocean.F.o +fpp: warning: keyword redefined: STATIC +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +fpp: warning: keyword redefined: STATIC +[ 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/ugwp_driver_v0.F.o +fpp: warning: keyword redefined: STATIC +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +fpp: warning: keyword redefined: STATIC +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 46%] 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/cires_orowam2017.f.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 47%] 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/mfpblt.f.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +[ 49%] 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/sflx.f.o +fpp: warning: keyword redefined: STATIC +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 50%] Linking Fortran static library libccppphys.a +[ 50%] Built target ccppphys +Scanning dependencies of target gfsphysics +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 51%] 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/physparam.f.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/physcons.F90.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 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 +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 54%] 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. +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 56%] Linking Fortran static library libgfsphysics.a +Compiling in MPI mode (with or without MPP) +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 56%] Built target gfsphysics +Scanning dependencies of target ipd +Scanning dependencies of target ccppdriver +[ 56%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 56%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 57%] Linking Fortran static library libccppdriver.a +[ 57%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 57%] Built target ccppdriver +[ 58%] Linking Fortran static library libipd.a +[ 58%] Built target ipd +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 58%] 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. +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 61%] 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. +[ 62%] 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. +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 63%] 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. +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 64%] 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. +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 64%] 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. +[ 65%] 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. +[ 65%] 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. +[ 65%] 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. +[ 65%] 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. +[ 65%] 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. +[ 65%] 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 +[ 66%] 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/block_control/block_control.F90.o +[ 67%] 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 67%] 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. +[ 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 +[ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 71%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 71%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 71%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 72%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 72%] 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. +[ 72%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 72%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 73%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 73%] 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. +[ 73%] Linking Fortran static library FMS/libfms.a +[ 73%] Built target fms +Scanning dependencies of target io +[ 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 +[ 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/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/module_write_netcdf.F90.o +[ 75%] 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_parallel.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.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/sorted_index.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/fv_eta.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.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/io/CMakeFiles/io.dir/ffsync.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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/tools/fv_surf_map.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 78%] 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/tools/fv_grid_tools.F90.o +[ 79%] 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/tools/fv_treat_da_inc.F90.o +[ 80%] 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/model/nh_utils.F90.o +[ 81%] Linking Fortran static library libio.a +[ 81%] Built target io +[ 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_core.F90.o +[ 81%] 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/tools/test_cases.F90.o +[ 83%] 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/tools/fv_nudge.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 83%] 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 +[ 84%] 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/tools/external_ic.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 85%] 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 +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 86%] Linking Fortran static library libfv3core.a +[ 86%] Built target fv3core +Scanning dependencies of target stochastic_physics +[ 86%] 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_gg_def.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/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/stochy_layout_lag.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.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/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/gozrineo_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/get_ls_node_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/four_to_grid_stochy.F.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +fpp: warning: keyword redefined: STATIC +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 93%] 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/cellular_automata.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/num_parthds_stochy.f.o +[ 94%] Linking Fortran static library libstochastic_physics.a +[ 94%] Built target stochastic_physics +Scanning dependencies of target fv3cap +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 96%] Linking Fortran static library libfv3cap.a +[ 96%] 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/module_NEMS_UTILS.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_Rusage.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.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%] Linking Fortran executable NEMS.exe +/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': +jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_19.exe ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 ../modules.fv3_19 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_19 ++ elapsed=181 ++ echo 'Elapsed time 181 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y finished' +Elapsed time 181 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y finished ++ SECONDS=0 ++++ readlink -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ MACHINE_ID=hera.intel ++ MAKE_OPT= ++ BUILD_NAME=fv3_1 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_1 ++ [[ hera.intel == cheyenne.* ]] ++ [[ hera.intel == wcoss_dell_p3 ]] ++ MAKE_THREADS=8 ++ hostname +hfe03 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ echo 'Compiling into fv3_1.exe on hera.intel' +Compiling into fv3_1.exe on hera.intel ++ '[' YES = YES ']' ++ rm -rf build_fv3_1 ++ mkdir -p build_fv3_1 ++ CCPP_CMAKE_FLAGS= ++ [[ '' == *\D\E\B\U\G\=\Y* ]] ++ [[ '' == *\R\E\P\R\O\=\Y* ]] ++ [[ '' == *\3\2\B\I\T\=\Y* ]] ++ [[ '' == *\O\P\E\N\M\P\=\N* ]] ++ [[ '' == *\C\C\P\P\=\Y* ]] ++ [[ '' == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ '' == *\W\W\3\=\Y* ]] +++ trim '' +++ local var= +++ var= +++ var= +++ echo -n '' ++ CCPP_CMAKE_FLAGS= ++ source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__118175 +++ eval 'setup__test_function__118175() { /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__118175 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ ! -d /scratch ]] +++ 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' 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;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' 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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' 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 '_ModuleTable014_;' ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ 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 ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ 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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl ++++ export _ModuleTable001_ ++++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ 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 _ModuleTable014_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__118175 +++ unset __ms_function_name ++ [[ hera.intel == macosx.* ]] ++ [[ hera.intel == linux.* ]] ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl +++ export _ModuleTable001_ +++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ 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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' 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;' 'HDF5="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF_ROOT;' '__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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' 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 +++ 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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ 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 +++ HDF5=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_F +++ __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='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3 +++ export LOADEDMODULES +++ __LMOD_REF_COUNT_MANPATH='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF_ROOT +++ __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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4 +++ export POST_INC +++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /apps/lmod/7.7.18/libexec/lmod bash list ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''post/8.0.5'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''hdf5_parallel/1.10.6'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\''11)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''netcdf_parallel/4.7.4'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''esmf/8.0.0_ParallelNetCDF'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''21)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''14)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''22)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''z/1.2.11'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' +++ echo '' + +++ echo Currently Loaded Modules: +Currently Loaded Modules: +++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '9)' w3emc/2.3.1 '' '' '' '' '17)' post/8.0.5 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 +++ echo '' '' '2)' sutils/default '' '' '' '10)' w3nco/2.0.7 '' '' '' '' '18)' hdf5_parallel/1.10.6 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 +++ echo '' '' '3)' intel/18.0.5.274 '' '11)' g2/3.1.1 '' '' '' '' '' '' '' '19)' netcdf_parallel/4.7.4 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 +++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '12)' g2tmpl/1.6.0 '' '' '' '20)' esmf/8.0.0_ParallelNetCDF + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF +++ echo '' '' '5)' bacio/2.0.3 '' '' '' '' '' '' '13)' crtm/2.2.6 '' '' '' '' '' '21)' cmake/3.9.0 + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 +++ echo '' '' '6)' ip/3.0.2 '' '' '' '' '' '' '' '' '' '14)' jasper/1.900.1 '' '22)' fv3 + 6) ip/3.0.2 14) jasper/1.900.1 22) fv3 +++ echo '' '' '7)' nemsio/2.2.4 '' '' '' '' '' '15)' png/1.2.44 + 7) nemsio/2.2.4 15) png/1.2.44 +++ echo '' '' '8)' sp/2.0.3 '' '' '' '' '' '' '' '' '' '16)' z/1.2.11 + 8) sp/2.0.3 16) z/1.2.11 +++ echo '' + +++ echo '' '' -switch = /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/switch - new shared / distributed memory - new message passing protocol - Checking all subroutines for modules (this may take a while) ... +++ echo '' + +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_1 ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel +-- 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 +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +ESMFMKFILE: /scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for hera.intel + +C compiler: Intel 18.0.5.20180823 (mpiicc) +CXX compiler: Intel 18.0.5.20180823 (mpiicpc) +Fortran compiler: Intel 18.0.5.20180823 (mpiifort) + +DEBUG is disabled +REPRO is disabled +32BIT is disabled +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is ENABLED + + +Selected physics package: gfs + +-- Configuring done +-- Generating done +-- Build files have been written to: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_1 ++ make -j 8 +Scanning dependencies of target fv3cpl +[ 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 +[ 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 +[ 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 +Scanning dependencies of target gfsphysics +[ 2%] 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. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o +[ 4%] 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 +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 5%] 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/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o +[ 6%] Linking Fortran static library libfv3cpl.a +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 8%] Built target fv3cpl +[ 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 +[ 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 +[ 10%] 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 +[ 11%] 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/iccn_def.f.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.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 +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o +[ 21%] 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 +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o +[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 25%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.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. +[ 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_diagnostics.F90.o +[ 28%] 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 +[ 29%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 29%] 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. +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.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 +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.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/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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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 +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 33%] 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. +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 35%] 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. +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.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 CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +[ 36%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 36%] 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. +[ 36%] 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. +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 40%] 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. +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 CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 41%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 46%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 46%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 46%] Linking Fortran static library FMS/libfms.a +[ 46%] Built target fms +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 67%] 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 Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o +[ 68%] 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 +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o +[ 69%] Linking Fortran static library libgfsphysics.a +[ 69%] Built target gfsphysics +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 +[ 69%] Linking Fortran static library libipd.a +[ 69%] Built target ipd +Scanning dependencies of target io +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +Scanning dependencies of target fv3core +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 74%] 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. +[ 74%] 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/post_nems_routines.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 78%] Linking Fortran static library libio.a +[ 78%] Built target io +[ 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/driver/fvGFS/fv_nggps_diag.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/model/fv_regional_bc.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_tracer2d.F90.o +[ 82%] 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_update_phys.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 83%] 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. +Using allocatable derived type array members. +Using cray pointers. +[ 85%] Linking Fortran static library libfv3core.a +[ 85%] Built target fv3core +Scanning dependencies of target stochastic_physics +[ 86%] 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 +[ 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_gg_def.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/compns_stochy.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 +[ 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 +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 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 +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.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/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 +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.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%] 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/module_NEMS_UTILS.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_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 +[ 99%] 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 +/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': +jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_1.exe ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 ../modules.fv3_1 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_1 ++ elapsed=476 ++ echo 'Elapsed time 476 seconds. Compiling finished' +Elapsed time 476 seconds. Compiling finished ++ SECONDS=0 ++++ readlink -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ MACHINE_ID=hera.intel ++ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp' ++ BUILD_NAME=fv3_20 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_20 ++ [[ hera.intel == cheyenne.* ]] ++ [[ hera.intel == wcoss_dell_p3 ]] ++ MAKE_THREADS=8 ++ hostname +hfe03 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp into fv3_20.exe on hera.intel' +Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp into fv3_20.exe on hera.intel ++ '[' YES = YES ']' ++ rm -rf build_fv3_20 ++ mkdir -p build_fv3_20 ++ CCPP_CMAKE_FLAGS= ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\R\E\P\R\O\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\3\2\B\I\T\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\O\P\E\N\M\P\=\N* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release' ++ [[ hera.intel == \j\e\t\.\i\n\t\e\l ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp --builddir=tests/build_fv3_20/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp_noahmp.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_20/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip +INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology +INFO: filtering out variable air_temperature_at_previous_time_step +INFO: filtering out variable air_temperature_two_time_steps_back +INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl +INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc +INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable ccn_number_concentration +INFO: filtering out variable ccpp_block_number +INFO: filtering out variable cell_size +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_base_mass_flux +INFO: filtering out variable cloud_condensed_water_conversion_threshold +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface +INFO: filtering out variable cloud_condensed_water_mixing_ratio_convective_transport_tracer +INFO: filtering out variable cloud_droplet_number_concentration +INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics +INFO: filtering out variable cloud_fraction_for_MG +INFO: filtering out variable cloud_phase_transition_denominator +INFO: filtering out variable cloud_phase_transition_threshold_temperature +INFO: filtering out variable cloud_specie_mix_flag +INFO: filtering out variable cloudpdf +INFO: filtering out variable coefficient_for_evaporation_of_rainfall +INFO: filtering out variable coefficient_from_cloud_ice_to_snow +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable conv_activity_counter +INFO: filtering out variable convective_updraft_area_fraction +INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces +INFO: filtering out variable couple_sgs_clouds_to_radiation_flag +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable density_of_frozen_precipitation +INFO: filtering out variable depth_of_soil_levels_for_land_surface_model +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable do_mynnsfclay +INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable edmf_flag +INFO: filtering out variable edmf_momentum_transport_flag +INFO: filtering out variable edmf_partition_flag +INFO: filtering out variable edmf_tke_transport_flag +INFO: filtering out variable emdf_updraft_area +INFO: filtering out variable emdf_updraft_cloud_water +INFO: filtering out variable emdf_updraft_entrainment_rate +INFO: filtering out variable emdf_updraft_theta_l +INFO: filtering out variable emdf_updraft_total_water +INFO: filtering out variable emdf_updraft_vertical_velocity +INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable flag_arakawa_wu_downdraft +INFO: filtering out variable flag_convective_tracer_transport +INFO: filtering out variable flag_flip +INFO: filtering out variable flag_flux_form_CS +INFO: filtering out variable flag_for_2015_ozone_physics +INFO: filtering out variable flag_for_aerosol_input_MG +INFO: filtering out variable flag_for_frozen_soil_physics +INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme +INFO: filtering out variable flag_for_reading_leaf_area_index_from_input +INFO: filtering out variable flag_for_resetting_radar_reflectivity_calculation +INFO: filtering out variable flag_for_restart +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_mg3_as_mg2 +INFO: filtering out variable flag_skip_macro +INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_tracer_scavenged +INFO: filtering out variable gf_memory_counter +INFO: filtering out variable graupel_number_concentration_updated_by_physics +INFO: filtering out variable grav_settling +INFO: filtering out variable gwd_opt +INFO: filtering out variable h2o_forcing +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_friendly_aerosol_number_concentration +INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable ice_number_concentration +INFO: filtering out variable ice_number_concentration_updated_by_physics +INFO: filtering out variable ice_supersaturation_threshold +INFO: filtering out variable ice_water_mixing_ratio +INFO: filtering out variable ice_water_mixing_ratio_convective_transport_tracer +INFO: filtering out variable in_number_concentration +INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable k_level_of_highest_reaching_plume +INFO: filtering out variable kinematic_buoyancy_flux_from_shoc +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable latitude_index_in_debug_printouts +INFO: filtering out variable limit_for_temperature_tendency_for_microphysics +INFO: filtering out variable local_graupel_mixing_ratio +INFO: filtering out variable local_graupel_number_concentration +INFO: filtering out variable local_rain_number_concentration +INFO: filtering out variable local_rain_water_mixing_ratio +INFO: filtering out variable local_snow_number_concentration +INFO: filtering out variable local_snow_water_mixing_ratio +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable maximum_mass_flux +INFO: filtering out variable maximum_updraft_velocity_at_cloud_base +INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency +INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency +INFO: filtering out variable mg_allow_supersat_after_sed +INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow +INFO: filtering out variable mg_bergeron_efficiency_factor +INFO: filtering out variable mg_cloud_water_variance +INFO: filtering out variable mg_drop_concentration_constant +INFO: filtering out variable mg_flag_drop_concentration_constant +INFO: filtering out variable mg_flag_for_cloud_ice_processes +INFO: filtering out variable mg_flag_for_gmao_ice_formulation +INFO: filtering out variable mg_flag_for_graupel +INFO: filtering out variable mg_flag_for_hail +INFO: filtering out variable mg_flag_for_heterogeneous_freezing +INFO: filtering out variable mg_flag_for_liu_liquid_treatment +INFO: filtering out variable mg_flag_for_sb2001_autoconversion +INFO: filtering out variable mg_flag_for_uniform_subcolumns +INFO: filtering out variable mg_flag_graupel_concentration_constant +INFO: filtering out variable mg_flag_ice_concentration_constant +INFO: filtering out variable mg_graupel_concentration_constant +INFO: filtering out variable mg_ice_concentration_constant +INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio +INFO: filtering out variable mg_minimum_rh_for_ice +INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice +INFO: filtering out variable mg_tuning_factor_for_alphas +INFO: filtering out variable mg_type_of_precip_fraction_method +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable mix_total_water_flag +INFO: filtering out variable mixing_length +INFO: filtering out variable mixing_length_flag +INFO: filtering out variable moisture_from_previous_timestep +INFO: filtering out variable moisture_tendency_due_to_dynamics +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable mpi_comm +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_cloud_types_CS +INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data +INFO: filtering out variable number_of_frozen_precipitation_species +INFO: filtering out variable number_of_plumes +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable number_of_tracers_for_CS +INFO: filtering out variable number_of_tracers_plus_one +INFO: filtering out variable ozone_mixing_ratio +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable prandtl_number +INFO: filtering out variable q_prime_squared +INFO: filtering out variable rain_number_concentration_updated_by_physics +INFO: filtering out variable reciprocal_of_obukhov_length +INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation +INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term +INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface +INFO: filtering out variable snow_number_concentration_updated_by_physics +INFO: filtering out variable snow_temperature_bottom_first_layer +INFO: filtering out variable soil_temperature_for_land_surface_model +INFO: filtering out variable soil_vertical_dimension_for_land_surface_model +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stability_function_for_heat +INFO: filtering out variable subgrid_cloud_fraction_pbl +INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl +INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc +INFO: filtering out variable surface_air_pressure_at_previous_time_step +INFO: filtering out variable surface_air_pressure_two_time_steps_back +INFO: filtering out variable surface_condensation_mass +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable t_prime_q_prime +INFO: filtering out variable t_prime_squared +INFO: filtering out variable temperature_from_previous_timestep +INFO: filtering out variable temperature_tendency_due_to_dynamics +INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_rain_water_mixing_ratio_due_to_microphysics +INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable tke_advect +INFO: filtering out variable tke_at_mass_points +INFO: filtering out variable tke_budget +INFO: filtering out variable tke_dissipative_heating_factor +INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable triple_point_temperature_of_water +INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS +INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vertical_dimension_of_h2o_forcing_data +INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model +INFO: filtering out variable water_friendly_aerosol_number_concentration +INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable water_vapor_mixing_ratio_at_surface +INFO: filtering out variable water_vapor_specific_humidity_at_previous_time_step +INFO: filtering out variable water_vapor_specific_humidity_two_time_steps_back +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_20/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_20/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_20/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_20/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_20/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 12 auto-generated caps to tests/build_fv3_20/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_20/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_20/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_20/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_stochastics_cap.F90' +++ CCPP_CAPS='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_stochastics_cap.F90' ++ source build_fv3_20/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\W\W\3\=\Y* ]] +++ trim ' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ local 'var= -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo -n '-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ CCPP_CMAKE_FLAGS='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__107375 +++ eval 'setup__test_function__107375() { /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__107375 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ ! -d /scratch ]] +++ 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' 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;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' 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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' 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 '_ModuleTable014_;' ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ 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 ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ 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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl ++++ export _ModuleTable001_ ++++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ 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 _ModuleTable014_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__107375 +++ unset __ms_function_name ++ [[ hera.intel == macosx.* ]] ++ [[ hera.intel == linux.* ]] ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl +++ export _ModuleTable001_ +++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ 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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' 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;' 'HDF5="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF_ROOT;' '__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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' 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 +++ 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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ 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 +++ HDF5=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_F +++ __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='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3 +++ export LOADEDMODULES +++ __LMOD_REF_COUNT_MANPATH='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF_ROOT +++ __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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4 +++ export POST_INC +++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /apps/lmod/7.7.18/libexec/lmod bash list ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''post/8.0.5'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''hdf5_parallel/1.10.6'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\''11)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''netcdf_parallel/4.7.4'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''esmf/8.0.0_ParallelNetCDF'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''21)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''14)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''22)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''z/1.2.11'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' +++ echo '' + +++ echo Currently Loaded Modules: +Currently Loaded Modules: +++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '9)' w3emc/2.3.1 '' '' '' '' '17)' post/8.0.5 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 +++ echo '' '' '2)' sutils/default '' '' '' '10)' w3nco/2.0.7 '' '' '' '' '18)' hdf5_parallel/1.10.6 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 +++ echo '' '' '3)' intel/18.0.5.274 '' '11)' g2/3.1.1 '' '' '' '' '' '' '' '19)' netcdf_parallel/4.7.4 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 +++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '12)' g2tmpl/1.6.0 '' '' '' '20)' esmf/8.0.0_ParallelNetCDF + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF +++ echo '' '' '5)' bacio/2.0.3 '' '' '' '' '' '' '13)' crtm/2.2.6 '' '' '' '' '' '21)' cmake/3.9.0 + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 +++ echo '' '' '6)' ip/3.0.2 '' '' '' '' '' '' '' '' '' '14)' jasper/1.900.1 '' '22)' fv3 + 6) ip/3.0.2 14) jasper/1.900.1 22) fv3 +++ echo '' '' '7)' nemsio/2.2.4 '' '' '' '' '' '15)' png/1.2.44 + 7) nemsio/2.2.4 15) png/1.2.44 +++ echo '' '' '8)' sp/2.0.3 '' '' '' '' '' '' '' '' '' '16)' z/1.2.11 + 8) sp/2.0.3 16) z/1.2.11 +++ echo '' + +++ echo '' '' -Processing ww3_multi_esmf ---------------------- -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' -ad3 : processing constants -ad3 : processing scrip_kindsmod [no w3adc] -ad3 : processing w3uqckmd -ad3 : processing scrip_constants [no w3adc] -ad3 : processing scrip_iounitsmod [no w3adc] -ad3 : processing scrip_timers [no w3adc] -ad3 : processing w3servmd -ad3 : processing scrip_errormod [no w3adc] -ad3 : processing scrip_netcdfmod [no w3adc] -ad3 : processing scrip_grids [no w3adc] -ad3 : processing w3cspcmd -ad3 : processing w3arrymd -ad3 : processing w3gsrumd -ad3 : processing wmunitmd -ad3 : processing scrip_remap_vars [no w3adc] -ad3 : processing scrip_remap_write [no w3adc] -ad3 : processing scrip_remap_read [no w3adc] -ad3 : processing scrip_remap_conservative [no w3adc] -ad3 : processing scrip_interface -ad3 : processing w3gdatmd -ad3 : processing w3idatmd -ad3 : processing w3odatmd -ad3 : processing w3sbt1md -ad3 : processing wmscrpmd -ad3 : processing w3dispmd -ad3 : processing w3timemd -ad3 : processing wmmdatmd -ad3 : processing w3adatmd -ad3 : processing w3src4md -ad3 : processing w3fldsmd -ad3 : processing w3sdb1md -ad3 : processing w3flx1md -ad3 : processing w3partmd -ad3 : processing w3nmlmultimd -ad3 : processing wmfinlmd -ad3 : processing w3parall -ad3 : processing w3snl1md -ad3 : processing w3triamd -ad3 : processing w3wdatmd -ad3 : processing w3iogrmd -ad3 : processing w3iogomd -ad3 : processing wmupdtmd -ad3 : processing w3iosfmd -ad3 : processing w3iotrmd -ad3 : processing w3pro3md -ad3 : processing w3profsmd -ad3 : processing w3srcemd -ad3 : processing w3wdasmd -ad3 : processing w3updtmd -ad3 : processing w3iopomd -ad3 : processing w3iorsmd -ad3 : processing wmgridmd -ad3 : processing w3iobcmd -ad3 : processing wminiomd -ad3 : processing w3initmd -ad3 : processing w3wavemd -ad3 : processing wmiopomd -ad3 : processing wmwavemd -ad3 : processing wminitmd -ad3 : processing wmesmfmd -ar: creating libww3_multi_esmf.a -a - wmmdatmd.o -a - w3gdatmd.o -a - w3wdatmd.o -a - w3adatmd.o -a - w3idatmd.o -a - w3odatmd.o -a - wmesmfmd.o -a - wminitmd.o -a - wmwavemd.o -a - wmfinlmd.o -a - wmgridmd.o -a - wmupdtmd.o -a - wminiomd.o -a - w3fldsmd.o -a - w3initmd.o -a - w3wavemd.o -a - w3wdasmd.o -a - w3updtmd.o -a - w3profsmd.o -a - w3pro3md.o -a - w3uqckmd.o -a - w3parall.o -a - w3triamd.o -a - w3srcemd.o -a - w3flx1md.o -a - w3src4md.o -a - w3snl1md.o -a - w3sbt1md.o -a - w3sdb1md.o -a - w3iogrmd.o -a - w3iogomd.o -a - w3iopomd.o -a - wmiopomd.o -a - w3iotrmd.o -a - w3iorsmd.o -a - w3iobcmd.o -a - w3iosfmd.o -a - w3partmd.o -a - constants.o -a - w3servmd.o -a - w3timemd.o -a - w3arrymd.o -a - w3dispmd.o -a - w3cspcmd.o -a - w3gsrumd.o -a - wmunitmd.o -a - w3nmlmultimd.o -a - scrip_constants.o -a - scrip_grids.o -a - scrip_iounitsmod.o -a - scrip_remap_vars.o -a - scrip_timers.o -a - scrip_errormod.o -a - scrip_interface.o -a - scrip_kindsmod.o -a - scrip_remap_conservative.o -a - wmscrpmd.o -a - scrip_netcdfmod.o -a - scrip_remap_write.o -a - scrip_remap_read.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' +++ echo '' + +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_20 ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -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 +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +ESMFMKFILE: /scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for hera.intel + +C compiler: Intel 18.0.5.20180823 (mpiicc) +CXX compiler: Intel 18.0.5.20180823 (mpiicpc) +Fortran compiler: Intel 18.0.5.20180823 (mpiifort) + +DEBUG is disabled +REPRO is disabled +32BIT is disabled +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is ENABLED + + +Selected physics package: gfs + +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_stochastics_cap.F90 +Force 64 bits in CCPP_layer +-- Configuring done +-- Generating done +-- Build files have been written to: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_20 ++ make -j 8 +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/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 +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 +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 1%] Linking Fortran static library libccpp.a +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 3%] Built target ccpp +[ 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 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 +[ 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 +[ 4%] Linking Fortran static library libfv3cpl.a +[ 4%] Built target fv3cpl +Scanning dependencies of target ccppphys +[ 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/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/iounitdef.f.o +[ 4%] 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 +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/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 +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 7%] 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/gwdps.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 15%] 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. +[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.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 CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 19%] 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 +[ 22%] 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 +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 23%] 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 +[ 25%] 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/sfc_sice.f.o +[ 26%] 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/sfc_noahmp_drv.f.o +[ 26%] 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 +[ 27%] 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. +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +[ 27%] 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 +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +[ 28%] 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_2017_gfdlmp_fast_physics_cap.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/ccpp_FV3_GFS_2017_gfdlmp_noahmp_fast_physics_cap.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_setup.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 30%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 30%] 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. +[ 30%] 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_pre.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 31%] 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/GFS_rrtmg_post.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 +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_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 +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_stochastics_cap.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_physics_cap.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_radiation_cap.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_time_vary_cap.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 38%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 38%] 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. +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 39%] 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 +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 41%] 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. +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.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/oda_tools/xbt_drop_rate_adjust.f90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +[ 42%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 42%] 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. +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 42%] 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. +[ 42%] 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. +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_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/drifters/drifters.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 44%] 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. +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.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/interpolator/interpolator.F90.o +[ 46%] 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. +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 48%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 48%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 48%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 49%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 49%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 49%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 49%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 50%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 50%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_cap.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_cap.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 53%] 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/moninedmf_hafs.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_fer_hires.F90.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 +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 66%] Linking Fortran static library libccppphys.a +[ 66%] Built target ccppphys +Scanning dependencies of target gfsphysics +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.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 +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 69%] Linking Fortran static library FMS/libfms.a +[ 69%] Built target fms +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 69%] 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_restart.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 71%] Linking Fortran static library libgfsphysics.a +[ 71%] Built target gfsphysics +Scanning dependencies of target ccppdriver +Scanning dependencies of target ipd +[ 71%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 71%] 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 +[ 72%] Linking Fortran static library libccppdriver.a +[ 72%] Built target ccppdriver +[ 73%] Linking Fortran static library libipd.a +[ 73%] Built target ipd +Scanning dependencies of target io +[ 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 +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 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/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_netcdf.F90.o +[ 75%] 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_parallel.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.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/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_eta.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 76%] 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. +[ 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/io/CMakeFiles/io.dir/ffsync.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.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/tools/fv_surf_map.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 78%] 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/tools/fv_grid_tools.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 80%] 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%] Linking Fortran static library libio.a +[ 81%] Built target io +[ 81%] 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 +[ 83%] 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_regional_bc.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.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/fv_update_phys.F90.o +[ 84%] 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/tools/external_ic.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 85%] 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_control.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 +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 86%] Linking Fortran static library libfv3core.a +[ 86%] Built target fv3core +Scanning dependencies of target stochastic_physics +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 86%] 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 +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.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_namelist_def.F90.o +[ 88%] 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/compns_stochy.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/get_lats_node_a_stochy.f.o +[ 90%] 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/gozrineo_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/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/four_to_grid_stochy.F.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 93%] 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/cellular_automata.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/num_parthds_stochy.f.o +[ 94%] Linking Fortran static library libstochastic_physics.a +[ 94%] Built target stochastic_physics +Scanning dependencies of target fv3cap +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 96%] Linking Fortran static library libfv3cap.a +[ 96%] 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/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 +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o +[ 98%] 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%] Linking Fortran executable NEMS.exe +/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': +jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_20.exe ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 ../modules.fv3_20 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_20 ++ elapsed=519 ++ echo 'Elapsed time 519 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp finished' +Elapsed time 519 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp finished ++ SECONDS=0 ++++ readlink -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ MACHINE_ID=hera.intel ++ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf' ++ BUILD_NAME=fv3_21 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_21 ++ [[ hera.intel == cheyenne.* ]] ++ [[ hera.intel == wcoss_dell_p3 ]] ++ MAKE_THREADS=8 ++ hostname +hfe03 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf into fv3_21.exe on hera.intel' +Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf into fv3_21.exe on hera.intel ++ '[' YES = YES ']' ++ rm -rf build_fv3_21 ++ mkdir -p build_fv3_21 ++ CCPP_CMAKE_FLAGS= ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\R\E\P\R\O\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\3\2\B\I\T\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\O\P\E\N\M\P\=\N* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release' ++ [[ hera.intel == \j\e\t\.\i\n\t\e\l ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf --builddir=tests/build_fv3_21/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_csawmgshoc.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_csawmg.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_satmedmf.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_21/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip +INFO: filtering out variable area_fraction_of_wet_canopy +INFO: filtering out variable atmosphere_energy_content_at_Lagrangian_surface +INFO: filtering out variable atmosphere_energy_content_in_column +INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl +INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable canopy_air_temperature +INFO: filtering out variable canopy_air_vapor_pressure +INFO: filtering out variable canopy_intercepted_ice_mass +INFO: filtering out variable canopy_intercepted_liquid_water +INFO: filtering out variable cappa_moist_gas_constant_at_Lagrangian_surface +INFO: filtering out variable ccpp_block_number +INFO: filtering out variable cell_area_for_fast_physics +INFO: filtering out variable cell_size +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface +INFO: filtering out variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_droplet_number_concentration +INFO: filtering out variable cloud_fraction_at_Lagrangian_surface +INFO: filtering out variable cloud_fraction_updated_by_physics +INFO: filtering out variable cloud_graupel_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_ice_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_rain_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_snow_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_specie_mix_flag +INFO: filtering out variable cloudpdf +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable conv_activity_counter +INFO: filtering out variable couple_sgs_clouds_to_radiation_flag +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable density_of_frozen_precipitation +INFO: filtering out variable depth_of_soil_levels_for_land_surface_model +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable do_mynnsfclay +INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable edmf_flag +INFO: filtering out variable edmf_momentum_transport_flag +INFO: filtering out variable edmf_partition_flag +INFO: filtering out variable edmf_tke_transport_flag +INFO: filtering out variable emdf_updraft_area +INFO: filtering out variable emdf_updraft_cloud_water +INFO: filtering out variable emdf_updraft_entrainment_rate +INFO: filtering out variable emdf_updraft_theta_l +INFO: filtering out variable emdf_updraft_total_water +INFO: filtering out variable emdf_updraft_vertical_velocity +INFO: filtering out variable ending_x_direction_index +INFO: filtering out variable ending_x_direction_index_domain +INFO: filtering out variable ending_y_direction_index +INFO: filtering out variable ending_y_direction_index_domain +INFO: filtering out variable equilibrium_soil_water_content +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable fast_soil_pool_mass_content_of_carbon +INFO: filtering out variable fine_root_mass +INFO: filtering out variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa +INFO: filtering out variable flag_for_canopy_stomatal_resistance_option +INFO: filtering out variable flag_for_cloud_effective_radii +INFO: filtering out variable flag_for_dynamic_vegetation_option +INFO: filtering out variable flag_for_fast_microphysics_energy_conservation +INFO: filtering out variable flag_for_frozen_soil_permeability_option +INFO: filtering out variable flag_for_frozen_soil_physics +INFO: filtering out variable flag_for_ground_snow_surface_albedo_option +INFO: filtering out variable flag_for_hydrostatic_heating_from_physics +INFO: filtering out variable flag_for_hydrostatic_solver +INFO: filtering out variable flag_for_hydrostatic_solver_for_fast_physics +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_inline_cloud_fraction_calculation +INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option +INFO: filtering out variable flag_for_precipitation_partition_option +INFO: filtering out variable flag_for_radiation_transfer_option +INFO: filtering out variable flag_for_reading_leaf_area_index_from_input +INFO: filtering out variable flag_for_resetting_radar_reflectivity_calculation +INFO: filtering out variable flag_for_restart +INFO: filtering out variable flag_for_runoff_and_groundwater_option +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_for_saturation_adjustment_for_microphysics_in_dynamics +INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option +INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option +INFO: filtering out variable flag_for_supercooled_liquid_water_option +INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option +INFO: filtering out variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface +INFO: filtering out variable flag_for_the_last_step_of_k_split_remapping +INFO: filtering out variable gas_constants_for_multi_gases_physics +INFO: filtering out variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface +INFO: filtering out variable gf_memory_counter +INFO: filtering out variable grav_settling +INFO: filtering out variable ground_temperature_for_noahmp +INFO: filtering out variable gwd_opt +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_friendly_aerosol_number_concentration +INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable ice_number_concentration +INFO: filtering out variable ice_water_mixing_ratio +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable k_level_of_highest_reaching_plume +INFO: filtering out variable kappa_dry_for_fast_physics +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable lake_water_storage +INFO: filtering out variable layer_bottom_depth_from_snow_surface +INFO: filtering out variable leaf_area_index +INFO: filtering out variable leaf_mass +INFO: filtering out variable limit_for_temperature_tendency_for_microphysics +INFO: filtering out variable liquid_water_density +INFO: filtering out variable log_pressure_at_Lagrangian_surface +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable maximum_mass_flux +INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency +INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable mix_total_water_flag +INFO: filtering out variable mixing_length +INFO: filtering out variable mixing_length_flag +INFO: filtering out variable moisture_from_previous_timestep +INFO: filtering out variable moisture_tendency_due_to_dynamics +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable mpi_comm +INFO: filtering out variable mpi_rank_for_fast_physics +INFO: filtering out variable mpi_root_for_fast_physics +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_gases_for_multi_gases_physics +INFO: filtering out variable number_of_ghost_zones +INFO: filtering out variable number_of_plumes +INFO: filtering out variable number_of_snow_layers +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable number_of_water_species +INFO: filtering out variable omp_threads_for_fast_physics +INFO: filtering out variable ozone_mixing_ratio +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable pressure_thickness_at_Lagrangian_surface +INFO: filtering out variable q_prime_squared +INFO: filtering out variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind +INFO: filtering out variable reciprocal_of_obukhov_length +INFO: filtering out variable slow_soil_pool_mass_content_of_carbon +INFO: filtering out variable snow_albedo_at_previous_time_step +INFO: filtering out variable snow_layer_ice +INFO: filtering out variable snow_layer_liquid_water +INFO: filtering out variable snow_mass_at_previous_time_step +INFO: filtering out variable snow_precipitation_rate_at_surface +INFO: filtering out variable snow_temperature +INFO: filtering out variable snow_temperature_bottom_first_layer +INFO: filtering out variable soil_temperature_for_land_surface_model +INFO: filtering out variable soil_vertical_dimension_for_land_surface_model +INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table +INFO: filtering out variable specific_heat_capacities_for_multi_gases_physics +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stability_function_for_heat +INFO: filtering out variable starting_x_direction_index +INFO: filtering out variable starting_x_direction_index_domain +INFO: filtering out variable starting_y_direction_index +INFO: filtering out variable starting_y_direction_index_domain +INFO: filtering out variable stem_area_index +INFO: filtering out variable stem_mass +INFO: filtering out variable subgrid_cloud_fraction_pbl +INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl +INFO: filtering out variable surface_condensation_mass +INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp +INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_geopotential_at_Lagrangian_surface +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable t_prime_q_prime +INFO: filtering out variable t_prime_squared +INFO: filtering out variable temperature_from_previous_timestep +INFO: filtering out variable temperature_tendency_due_to_dynamics +INFO: filtering out variable tendency_of_air_temperature_at_Lagrangian_surface +INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable thickness_at_Lagrangian_surface +INFO: filtering out variable time_step_for_remapping_for_fast_physics +INFO: filtering out variable tke_advect +INFO: filtering out variable tke_at_mass_points +INFO: filtering out variable tke_budget +INFO: filtering out variable tke_dissipative_heating_factor +INFO: filtering out variable top_layer_index_for_fast_physics +INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vegetation_temperature +INFO: filtering out variable vertical_dimension_for_fast_physics +INFO: filtering out variable vertical_dimension_for_thickness_at_Lagrangian_surface +INFO: filtering out variable virtual_temperature_at_Lagrangian_surface +INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model +INFO: filtering out variable water_friendly_aerosol_number_concentration +INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable water_storage_in_aquifer +INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil +INFO: filtering out variable water_table_depth +INFO: filtering out variable water_table_recharge_when_deep +INFO: filtering out variable water_table_recharge_when_shallow +INFO: filtering out variable water_vapor_mixing_ratio_at_surface +INFO: filtering out variable water_vapor_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable wood_mass +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_21/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_21/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_21/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_21/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_21/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 15 auto-generated caps to tests/build_fv3_21/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_21/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_21/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_21/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_stochastics_cap.F90' +++ CCPP_CAPS='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_stochastics_cap.F90' ++ source build_fv3_21/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\W\W\3\=\Y* ]] +++ trim ' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ local 'var= -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo -n '-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ CCPP_CMAKE_FLAGS='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__107592 +++ eval 'setup__test_function__107592() { /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__107592 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ ! -d /scratch ]] +++ 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' 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;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' 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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' 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 '_ModuleTable014_;' ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ 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 ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ 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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl ++++ export _ModuleTable001_ ++++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ 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 _ModuleTable014_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__107592 +++ unset __ms_function_name ++ [[ hera.intel == macosx.* ]] ++ [[ hera.intel == linux.* ]] ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl +++ export _ModuleTable001_ +++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ 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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' 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;' 'HDF5="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF_ROOT;' '__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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' 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 +++ 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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ 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 +++ HDF5=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_F +++ __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='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3 +++ export LOADEDMODULES +++ __LMOD_REF_COUNT_MANPATH='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF_ROOT +++ __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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4 +++ export POST_INC +++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /apps/lmod/7.7.18/libexec/lmod bash list ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''post/8.0.5'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''hdf5_parallel/1.10.6'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\''11)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''netcdf_parallel/4.7.4'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''esmf/8.0.0_ParallelNetCDF'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''21)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''14)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''22)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''z/1.2.11'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' +++ echo '' + +++ echo Currently Loaded Modules: +Currently Loaded Modules: +++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '9)' w3emc/2.3.1 '' '' '' '' '17)' post/8.0.5 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 +++ echo '' '' '2)' sutils/default '' '' '' '10)' w3nco/2.0.7 '' '' '' '' '18)' hdf5_parallel/1.10.6 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 +++ echo '' '' '3)' intel/18.0.5.274 '' '11)' g2/3.1.1 '' '' '' '' '' '' '' '19)' netcdf_parallel/4.7.4 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 +++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '12)' g2tmpl/1.6.0 '' '' '' '20)' esmf/8.0.0_ParallelNetCDF + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF +++ echo '' '' '5)' bacio/2.0.3 '' '' '' '' '' '' '13)' crtm/2.2.6 '' '' '' '' '' '21)' cmake/3.9.0 + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 +++ echo '' '' '6)' ip/3.0.2 '' '' '' '' '' '' '' '' '' '14)' jasper/1.900.1 '' '22)' fv3 + 6) ip/3.0.2 14) jasper/1.900.1 22) fv3 +++ echo '' '' '7)' nemsio/2.2.4 '' '' '' '' '' '15)' png/1.2.44 + 7) nemsio/2.2.4 15) png/1.2.44 +++ echo '' '' '8)' sp/2.0.3 '' '' '' '' '' '' '' '' '' '16)' z/1.2.11 + 8) sp/2.0.3 16) z/1.2.11 +++ echo '' + +++ echo '' '' +++ echo '' + +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_21 ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -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 +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +ESMFMKFILE: /scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for hera.intel + +C compiler: Intel 18.0.5.20180823 (mpiicc) +CXX compiler: Intel 18.0.5.20180823 (mpiicpc) +Fortran compiler: Intel 18.0.5.20180823 (mpiifort) + +DEBUG is disabled +REPRO is disabled +32BIT is disabled +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is ENABLED + + +Selected physics package: gfs + +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_stochastics_cap.F90 +Force 64 bits in CCPP_layer +-- Configuring done +-- Generating done +-- Build files have been written to: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_21 ++ make -j 8 +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_cplfields.F90.o +[ 0%] 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 +[ 2%] 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 +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 5%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 5%] Linking Fortran static library libccpp.a +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 5%] Built target ccpp +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 6%] 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. +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +Scanning dependencies of target ccppphys +[ 6%] 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 +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +[ 9%] Linking Fortran static library libfv3cpl.a +[ 9%] Built target fv3cpl +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.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/ozne_def.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 20%] 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 +[ 21%] 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/ozphys.f.o +[ 23%] 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 +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 26%] 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. +[ 26%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 26%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 27%] 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. +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.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/get_prs_fv3.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +[ 29%] 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 +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +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/gscond.f.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.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/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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +[ 35%] 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 +[ 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_setup.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.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 +Compiling in MPI mode (with or without MPP) +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 38%] 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. +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.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/GFS_rrtmg_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_lw_post.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_2017_csawmgshoc_stochastics_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_stochastics_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_stochastics_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_physics_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_physics_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_physics_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_radiation_cap.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_radiation_cap.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_radiation_cap.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_time_vary_cap.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_time_vary_cap.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_time_vary_cap.F90.o +[ 42%] 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 +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.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/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. +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 44%] 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 +[ 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. +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 44%] 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 +[ 46%] 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. +[ 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 +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 48%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 48%] 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. +[ 48%] 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. +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.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. +[ 48%] 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. +[ 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 CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 48%] 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 +[ 49%] 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. +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 49%] 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. +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 50%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.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 +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 52%] 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 CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 53%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 54%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 54%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 54%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 54%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 55%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 55%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 55%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_cap.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_cap.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_cap.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.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/moninedmf_hafs.f.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +[ 60%] 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 +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 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%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 64%] Linking Fortran static library FMS/libfms.a +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 65%] Built target fms +[ 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 +[ 65%] 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 +[ 66%] 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 +[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 67%] 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 +[ 69%] Linking Fortran static library libccppphys.a +[ 69%] Built target ccppphys +Scanning dependencies of target gfsphysics +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.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/radsw_param.f.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 71%] 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 +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 73%] 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 ccppdriver +Scanning dependencies of target ipd +[ 73%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 74%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 74%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 74%] Linking Fortran static library libccppdriver.a +[ 74%] Built target ccppdriver +[ 74%] Linking Fortran static library libipd.a +[ 74%] Built target ipd +Scanning dependencies of target io +[ 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 +[ 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/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.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_write_nemsio.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_netcdf_parallel.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.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/tools/fv_mp_mod.F90.o +[ 77%] 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_timing.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 78%] 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/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. +[ 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/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.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/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 +[ 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 +[ 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_io.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 81%] Linking Fortran static library libio.a +[ 81%] Built target io +[ 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 +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 83%] 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 +[ 84%] 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/model/dyn_core.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 85%] 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/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. +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/stochy_gg_def.f.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/stochy_layout_lag.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/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 +[ 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/gozrineo_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/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/setlats_a_stochy.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 92%] 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 +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.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/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 +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.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%] 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 +[ 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_NEMS_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_Rusage.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR.F90.o +[ 98%] 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 +[ 99%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o +[100%] Linking Fortran executable NEMS.exe +/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': +jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_21.exe ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 ../modules.fv3_21 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_21 ++ elapsed=539 ++ echo 'Elapsed time 539 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf finished' +Elapsed time 539 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf finished ++ SECONDS=0 ++++ readlink -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ MACHINE_ID=hera.intel ++ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y' ++ BUILD_NAME=fv3_22 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_22 ++ [[ hera.intel == cheyenne.* ]] ++ [[ hera.intel == wcoss_dell_p3 ]] ++ MAKE_THREADS=8 ++ hostname +hfe03 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y into fv3_22.exe on hera.intel' +Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y into fv3_22.exe on hera.intel ++ '[' YES = YES ']' ++ rm -rf build_fv3_22 ++ mkdir -p build_fv3_22 ++ CCPP_CMAKE_FLAGS= ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y == *\R\E\P\R\O\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release' ++ [[ hera.intel == \j\e\t\.\i\n\t\e\l ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson --builddir=tests/build_fv3_22/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_CPT_v0.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GSD_v0.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15_thompson.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_22/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable air_temperature_at_previous_time_step +INFO: filtering out variable air_temperature_two_time_steps_back +INFO: filtering out variable area_fraction_of_wet_canopy +INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable canopy_air_temperature +INFO: filtering out variable canopy_air_vapor_pressure +INFO: filtering out variable canopy_intercepted_ice_mass +INFO: filtering out variable canopy_intercepted_liquid_water +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_condensed_water_conversion_threshold +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable coefficient_for_evaporation_of_rainfall +INFO: filtering out variable coefficient_from_cloud_ice_to_snow +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable equilibrium_soil_water_content +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable fast_soil_pool_mass_content_of_carbon +INFO: filtering out variable fine_root_mass +INFO: filtering out variable flag_for_canopy_stomatal_resistance_option +INFO: filtering out variable flag_for_dynamic_vegetation_option +INFO: filtering out variable flag_for_frozen_soil_permeability_option +INFO: filtering out variable flag_for_ground_snow_surface_albedo_option +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option +INFO: filtering out variable flag_for_precipitation_partition_option +INFO: filtering out variable flag_for_radiation_transfer_option +INFO: filtering out variable flag_for_runoff_and_groundwater_option +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option +INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option +INFO: filtering out variable flag_for_supercooled_liquid_water_option +INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option +INFO: filtering out variable ground_temperature_for_noahmp +INFO: filtering out variable gwd_opt +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_supersaturation_threshold +INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable kinematic_buoyancy_flux_from_shoc +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable lake_water_storage +INFO: filtering out variable layer_bottom_depth_from_snow_surface +INFO: filtering out variable leaf_mass +INFO: filtering out variable liquid_water_density +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable number_of_snow_layers +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable prandtl_number +INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation +INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term +INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface +INFO: filtering out variable slow_soil_pool_mass_content_of_carbon +INFO: filtering out variable snow_albedo_at_previous_time_step +INFO: filtering out variable snow_layer_ice +INFO: filtering out variable snow_layer_liquid_water +INFO: filtering out variable snow_mass_at_previous_time_step +INFO: filtering out variable snow_precipitation_rate_at_surface +INFO: filtering out variable snow_temperature +INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stem_area_index +INFO: filtering out variable stem_mass +INFO: filtering out variable surface_air_pressure_at_previous_time_step +INFO: filtering out variable surface_air_pressure_two_time_steps_back +INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp +INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable tendency_of_rain_water_mixing_ratio_due_to_microphysics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable tke_dissipative_heating_factor +INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vegetation_temperature +INFO: filtering out variable water_storage_in_aquifer +INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil +INFO: filtering out variable water_table_depth +INFO: filtering out variable water_table_recharge_when_deep +INFO: filtering out variable water_table_recharge_when_shallow +INFO: filtering out variable water_vapor_specific_humidity_at_previous_time_step +INFO: filtering out variable water_vapor_specific_humidity_two_time_steps_back +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable wood_mass +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_22/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_22/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_22/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_22/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_22/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 22 auto-generated caps to tests/build_fv3_22/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_22/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_22/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_22/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_stochastics_cap.F90' +++ CCPP_CAPS='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_stochastics_cap.F90' ++ source build_fv3_22/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y == *\W\W\3\=\Y* ]] +++ 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__148019 +++ eval 'setup__test_function__148019() { /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__148019 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ ! -d /scratch ]] +++ 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' 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;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' 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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' 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 '_ModuleTable014_;' ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ 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 ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ 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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl ++++ export _ModuleTable001_ ++++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ 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 _ModuleTable014_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__148019 +++ unset __ms_function_name ++ [[ hera.intel == macosx.* ]] ++ [[ hera.intel == linux.* ]] ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl +++ export _ModuleTable001_ +++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ 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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' 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;' 'HDF5="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF_ROOT;' '__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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' 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 +++ 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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ 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 +++ HDF5=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_F +++ __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='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3 +++ export LOADEDMODULES +++ __LMOD_REF_COUNT_MANPATH='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF_ROOT +++ __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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4 +++ export POST_INC +++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /apps/lmod/7.7.18/libexec/lmod bash list ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''post/8.0.5'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''hdf5_parallel/1.10.6'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\''11)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''netcdf_parallel/4.7.4'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''esmf/8.0.0_ParallelNetCDF'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''21)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''14)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''22)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''z/1.2.11'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' +++ echo '' + +++ echo Currently Loaded Modules: +Currently Loaded Modules: +++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '9)' w3emc/2.3.1 '' '' '' '' '17)' post/8.0.5 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 +++ echo '' '' '2)' sutils/default '' '' '' '10)' w3nco/2.0.7 '' '' '' '' '18)' hdf5_parallel/1.10.6 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 +++ echo '' '' '3)' intel/18.0.5.274 '' '11)' g2/3.1.1 '' '' '' '' '' '' '' '19)' netcdf_parallel/4.7.4 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 +++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '12)' g2tmpl/1.6.0 '' '' '' '20)' esmf/8.0.0_ParallelNetCDF + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF +++ echo '' '' '5)' bacio/2.0.3 '' '' '' '' '' '' '13)' crtm/2.2.6 '' '' '' '' '' '21)' cmake/3.9.0 + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 +++ echo '' '' '6)' ip/3.0.2 '' '' '' '' '' '' '' '' '' '14)' jasper/1.900.1 '' '22)' fv3 + 6) ip/3.0.2 14) jasper/1.900.1 22) fv3 +++ echo '' '' '7)' nemsio/2.2.4 '' '' '' '' '' '15)' png/1.2.44 + 7) nemsio/2.2.4 15) png/1.2.44 +++ echo '' '' '8)' sp/2.0.3 '' '' '' '' '' '' '' '' '' '16)' z/1.2.11 + 8) sp/2.0.3 16) z/1.2.11 +++ echo '' + +++ echo '' '' - ********************** - *** end of compilation *** - ********************** +++ echo '' + +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_22 ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel -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 +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +ESMFMKFILE: /scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for hera.intel + +C compiler: Intel 18.0.5.20180823 (mpiicc) +CXX compiler: Intel 18.0.5.20180823 (mpiicpc) +Fortran compiler: Intel 18.0.5.20180823 (mpiifort) + +DEBUG is disabled +REPRO is disabled +32BIT is ENABLED +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is ENABLED + + +Selected physics package: gfs + +Force 64 bits in gfsphysics +Force 64 bits in ipd +-- Dynamics compiled with 32-bit option, adjust fv_sat_adj types +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_CPT_v0_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_22 ++ make -j 8 +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/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o +[ 1%] 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/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 CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 1%] 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.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%] Linking Fortran static library libccpp.a +[ 3%] Built target ccpp +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.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. +[ 3%] Linking Fortran static library libfv3cpl.a +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 4%] Built target fv3cpl +Scanning dependencies of target ccppphys +[ 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/mersenne_twister.f.o +[ 5%] 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/iounitdef.f.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 12%] 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 +[ 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 +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 14%] 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 +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 14%] 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 +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 15%] 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/cs_conv_aw_adj.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/m_micro_interstitial.F90.o +[ 16%] 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/cu_gf_driver_post.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 18%] 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 +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 21%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 21%] 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. +[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 22%] 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 CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.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/dcyc2.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 23%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 26%] 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 +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_fast_physics_cap.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +[ 30%] 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/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 +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.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/cu_gf_driver.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 30%] 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_sw_post.F90.o +[ 33%] 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/rrtmg_lw_pre.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/physics/GFS_suite_interstitial.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90.o +[ 34%] 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/ccpp_FV3_CPT_v0_stochastics_cap.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. +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_stochastics_cap.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_thompson_stochastics_cap.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_physics_cap.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_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_v15_thompson_physics_cap.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_radiation_cap.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_radiation_cap.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_thompson_radiation_cap.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_time_vary_cap.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_time_vary_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_thompson_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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.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_bicubic.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 41%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 42%] 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. +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 45%] 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. +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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/field_manager/fm_util.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +[ 48%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 48%] 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. +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.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. +[ 48%] 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. +[ 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 CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 48%] 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/ensemble_manager.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 49%] 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. +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 CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 51%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.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 +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 53%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 54%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 54%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 54%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 54%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 55%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_cap.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_cap.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_thompson_cap.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_cap.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.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_MYNNSFC_wrapper.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 69%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +[ 69%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 69%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 69%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 70%] Linking Fortran static library libccppphys.a +[ 70%] Built target ccppphys +Scanning dependencies of target gfsphysics +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 72%] Linking Fortran static library FMS/libfms.a +[ 72%] Built target fms +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 74%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 74%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 74%] Linking Fortran static library libgfsphysics.a +[ 74%] Built target gfsphysics +Scanning dependencies of target ipd +Scanning dependencies of target ccppdriver +[ 75%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 75%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 75%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 75%] Linking Fortran static library libccppdriver.a +[ 75%] Built target ccppdriver +[ 75%] Linking Fortran static library libipd.a +[ 75%] 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 +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 +[ 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 +[ 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_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/module_write_netcdf_parallel.F90.o +[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.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/tools/sorted_index.F90.o +[ 80%] 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_eta.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 82%] 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. +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 83%] 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/sw_core.F90.o +[ 83%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 83%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 84%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 84%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o +[ 85%] Linking Fortran static library libio.a +[ 85%] Built target io +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o +[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 88%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 88%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 88%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 88%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o +[ 88%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o +[ 88%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 88%] Linking Fortran static library libfv3core.a +[ 88%] Built target fv3core +Scanning dependencies of target stochastic_physics +[ 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_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_layout_lag.f.o +[ 88%] 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/compns_stochy.F90.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/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 +[ 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/gozrineo_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_a_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o +[ 90%] 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 +[ 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/sumfln_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/getcon_lag_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 93%] 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/cellular_automata.f90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o +[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o +[ 96%] Linking Fortran static library libstochastic_physics.a +[ 96%] Built target stochastic_physics +Scanning dependencies of target fv3cap +[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o +[ 97%] 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 +[ 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/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.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/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_NEMS_INTERNAL_STATE.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.F90.o +[ 98%] 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 +[ 99%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o +[100%] Linking Fortran executable NEMS.exe +/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': +jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_22.exe ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 ../modules.fv3_22 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_22 ++ elapsed=529 ++ echo 'Elapsed time 529 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y finished' +Elapsed time 529 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y finished ++ SECONDS=0 ++++ readlink -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ MACHINE_ID=hera.intel ++ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta' ++ BUILD_NAME=fv3_23 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_23 ++ [[ hera.intel == cheyenne.* ]] ++ [[ hera.intel == wcoss_dell_p3 ]] ++ MAKE_THREADS=8 ++ hostname +hfe03 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta into fv3_23.exe on hera.intel' +Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta into fv3_23.exe on hera.intel ++ '[' YES = YES ']' ++ rm -rf build_fv3_23 ++ mkdir -p build_fv3_23 ++ CCPP_CMAKE_FLAGS= ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta == *\R\E\P\R\O\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta == *\3\2\B\I\T\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta == *\O\P\E\N\M\P\=\N* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release' ++ [[ hera.intel == \j\e\t\.\i\n\t\e\l ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/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_23/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15p2.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v16beta.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_23/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip +INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology +INFO: filtering out variable air_temperature_at_previous_time_step +INFO: filtering out variable air_temperature_two_time_steps_back +INFO: filtering out variable area_fraction_of_wet_canopy +INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl +INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc +INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable canopy_air_temperature +INFO: filtering out variable canopy_air_vapor_pressure +INFO: filtering out variable canopy_intercepted_ice_mass +INFO: filtering out variable canopy_intercepted_liquid_water +INFO: filtering out variable ccn_number_concentration +INFO: filtering out variable ccpp_block_number +INFO: filtering out variable cell_size +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_base_mass_flux +INFO: filtering out variable cloud_condensed_water_conversion_threshold +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface +INFO: filtering out variable cloud_condensed_water_mixing_ratio_convective_transport_tracer +INFO: filtering out variable cloud_droplet_number_concentration +INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics +INFO: filtering out variable cloud_fraction_for_MG +INFO: filtering out variable cloud_phase_transition_denominator +INFO: filtering out variable cloud_phase_transition_threshold_temperature +INFO: filtering out variable cloud_specie_mix_flag +INFO: filtering out variable cloudpdf +INFO: filtering out variable coefficient_for_evaporation_of_rainfall +INFO: filtering out variable coefficient_from_cloud_ice_to_snow +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable conv_activity_counter +INFO: filtering out variable convective_updraft_area_fraction +INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces +INFO: filtering out variable couple_sgs_clouds_to_radiation_flag +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable density_of_frozen_precipitation +INFO: filtering out variable depth_of_soil_levels_for_land_surface_model +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable do_mynnsfclay +INFO: filtering out variable edmf_flag +INFO: filtering out variable edmf_momentum_transport_flag +INFO: filtering out variable edmf_partition_flag +INFO: filtering out variable edmf_tke_transport_flag +INFO: filtering out variable emdf_updraft_area +INFO: filtering out variable emdf_updraft_cloud_water +INFO: filtering out variable emdf_updraft_entrainment_rate +INFO: filtering out variable emdf_updraft_theta_l +INFO: filtering out variable emdf_updraft_total_water +INFO: filtering out variable emdf_updraft_vertical_velocity +INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS +INFO: filtering out variable equilibrium_soil_water_content +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable fast_soil_pool_mass_content_of_carbon +INFO: filtering out variable fine_root_mass +INFO: filtering out variable flag_arakawa_wu_downdraft +INFO: filtering out variable flag_convective_tracer_transport +INFO: filtering out variable flag_flip +INFO: filtering out variable flag_flux_form_CS +INFO: filtering out variable flag_for_aerosol_input_MG +INFO: filtering out variable flag_for_canopy_stomatal_resistance_option +INFO: filtering out variable flag_for_dynamic_vegetation_option +INFO: filtering out variable flag_for_frozen_soil_permeability_option +INFO: filtering out variable flag_for_frozen_soil_physics +INFO: filtering out variable flag_for_ground_snow_surface_albedo_option +INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option +INFO: filtering out variable flag_for_ozone_physics +INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme +INFO: filtering out variable flag_for_precipitation_partition_option +INFO: filtering out variable flag_for_radiation_transfer_option +INFO: filtering out variable flag_for_reading_leaf_area_index_from_input +INFO: filtering out variable flag_for_resetting_radar_reflectivity_calculation +INFO: filtering out variable flag_for_restart +INFO: filtering out variable flag_for_runoff_and_groundwater_option +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option +INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option +INFO: filtering out variable flag_for_supercooled_liquid_water_option +INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option +INFO: filtering out variable flag_mg3_as_mg2 +INFO: filtering out variable flag_skip_macro +INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_tracer_scavenged +INFO: filtering out variable gf_memory_counter +INFO: filtering out variable graupel_number_concentration_updated_by_physics +INFO: filtering out variable grav_settling +INFO: filtering out variable ground_temperature_for_noahmp +INFO: filtering out variable gwd_opt +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_friendly_aerosol_number_concentration +INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable ice_number_concentration +INFO: filtering out variable ice_number_concentration_updated_by_physics +INFO: filtering out variable ice_supersaturation_threshold +INFO: filtering out variable ice_water_mixing_ratio +INFO: filtering out variable ice_water_mixing_ratio_convective_transport_tracer +INFO: filtering out variable in_number_concentration +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable k_level_of_highest_reaching_plume +INFO: filtering out variable kinematic_buoyancy_flux_from_shoc +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable lake_water_storage +INFO: filtering out variable latitude_index_in_debug_printouts +INFO: filtering out variable layer_bottom_depth_from_snow_surface +INFO: filtering out variable leaf_area_index +INFO: filtering out variable leaf_mass +INFO: filtering out variable limit_for_temperature_tendency_for_microphysics +INFO: filtering out variable liquid_water_density +INFO: filtering out variable local_graupel_mixing_ratio +INFO: filtering out variable local_graupel_number_concentration +INFO: filtering out variable local_rain_number_concentration +INFO: filtering out variable local_rain_water_mixing_ratio +INFO: filtering out variable local_snow_number_concentration +INFO: filtering out variable local_snow_water_mixing_ratio +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable maximum_mass_flux +INFO: filtering out variable maximum_updraft_velocity_at_cloud_base +INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency +INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency +INFO: filtering out variable mg_allow_supersat_after_sed +INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow +INFO: filtering out variable mg_bergeron_efficiency_factor +INFO: filtering out variable mg_cloud_water_variance +INFO: filtering out variable mg_drop_concentration_constant +INFO: filtering out variable mg_flag_drop_concentration_constant +INFO: filtering out variable mg_flag_for_cloud_ice_processes +INFO: filtering out variable mg_flag_for_gmao_ice_formulation +INFO: filtering out variable mg_flag_for_graupel +INFO: filtering out variable mg_flag_for_hail +INFO: filtering out variable mg_flag_for_heterogeneous_freezing +INFO: filtering out variable mg_flag_for_liu_liquid_treatment +INFO: filtering out variable mg_flag_for_sb2001_autoconversion +INFO: filtering out variable mg_flag_for_uniform_subcolumns +INFO: filtering out variable mg_flag_graupel_concentration_constant +INFO: filtering out variable mg_flag_ice_concentration_constant +INFO: filtering out variable mg_graupel_concentration_constant +INFO: filtering out variable mg_ice_concentration_constant +INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio +INFO: filtering out variable mg_minimum_rh_for_ice +INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice +INFO: filtering out variable mg_tuning_factor_for_alphas +INFO: filtering out variable mg_type_of_precip_fraction_method +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable mix_total_water_flag +INFO: filtering out variable mixing_length +INFO: filtering out variable mixing_length_flag +INFO: filtering out variable moisture_from_previous_timestep +INFO: filtering out variable moisture_tendency_due_to_dynamics +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable mpi_comm +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_cloud_types_CS +INFO: filtering out variable number_of_frozen_precipitation_species +INFO: filtering out variable number_of_plumes +INFO: filtering out variable number_of_snow_layers +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable number_of_tracers_for_CS +INFO: filtering out variable number_of_tracers_plus_one +INFO: filtering out variable ozone_mixing_ratio +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable prandtl_number +INFO: filtering out variable q_prime_squared +INFO: filtering out variable rain_number_concentration_updated_by_physics +INFO: filtering out variable reciprocal_of_obukhov_length +INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation +INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term +INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface +INFO: filtering out variable slow_soil_pool_mass_content_of_carbon +INFO: filtering out variable snow_albedo_at_previous_time_step +INFO: filtering out variable snow_layer_ice +INFO: filtering out variable snow_layer_liquid_water +INFO: filtering out variable snow_mass_at_previous_time_step +INFO: filtering out variable snow_number_concentration_updated_by_physics +INFO: filtering out variable snow_precipitation_rate_at_surface +INFO: filtering out variable snow_temperature +INFO: filtering out variable snow_temperature_bottom_first_layer +INFO: filtering out variable soil_temperature_for_land_surface_model +INFO: filtering out variable soil_vertical_dimension_for_land_surface_model +INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stability_function_for_heat +INFO: filtering out variable stem_area_index +INFO: filtering out variable stem_mass +INFO: filtering out variable subgrid_cloud_fraction_pbl +INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl +INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc +INFO: filtering out variable surface_air_pressure_at_previous_time_step +INFO: filtering out variable surface_air_pressure_two_time_steps_back +INFO: filtering out variable surface_condensation_mass +INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp +INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable t_prime_q_prime +INFO: filtering out variable t_prime_squared +INFO: filtering out variable temperature_from_previous_timestep +INFO: filtering out variable temperature_tendency_due_to_dynamics +INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_rain_water_mixing_ratio_due_to_microphysics +INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable tke_advect +INFO: filtering out variable tke_at_mass_points +INFO: filtering out variable tke_budget +INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable triple_point_temperature_of_water +INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS +INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vegetation_temperature +INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model +INFO: filtering out variable water_friendly_aerosol_number_concentration +INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable water_storage_in_aquifer +INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil +INFO: filtering out variable water_table_depth +INFO: filtering out variable water_table_recharge_when_deep +INFO: filtering out variable water_table_recharge_when_shallow +INFO: filtering out variable water_vapor_mixing_ratio_at_surface +INFO: filtering out variable water_vapor_specific_humidity_at_previous_time_step +INFO: filtering out variable water_vapor_specific_humidity_two_time_steps_back +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable wood_mass +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_23/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_23/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_23/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_23/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_23/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 12 auto-generated caps to tests/build_fv3_23/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_23/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_23/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_23/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' +++ CCPP_CAPS='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' ++ source build_fv3_23/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta == *\W\W\3\=\Y* ]] +++ trim ' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ local 'var= -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo -n '-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ CCPP_CMAKE_FLAGS='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__148757 +++ eval 'setup__test_function__148757() { /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__148757 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ ! -d /scratch ]] +++ 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' 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;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' 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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' 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 '_ModuleTable014_;' ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ 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 ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ 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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl ++++ export _ModuleTable001_ ++++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ 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 _ModuleTable014_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__148757 +++ unset __ms_function_name ++ [[ hera.intel == macosx.* ]] ++ [[ hera.intel == linux.* ]] ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl +++ export _ModuleTable001_ +++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ 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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' 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;' 'HDF5="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF_ROOT;' '__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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' 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 +++ 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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ 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 +++ HDF5=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_F +++ __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='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3 +++ export LOADEDMODULES +++ __LMOD_REF_COUNT_MANPATH='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF_ROOT +++ __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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4 +++ export POST_INC +++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /apps/lmod/7.7.18/libexec/lmod bash list ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''post/8.0.5'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''hdf5_parallel/1.10.6'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\''11)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''netcdf_parallel/4.7.4'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''esmf/8.0.0_ParallelNetCDF'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''21)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''14)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''22)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''z/1.2.11'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' +++ echo '' + +++ echo Currently Loaded Modules: +Currently Loaded Modules: +++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '9)' w3emc/2.3.1 '' '' '' '' '17)' post/8.0.5 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 +++ echo '' '' '2)' sutils/default '' '' '' '10)' w3nco/2.0.7 '' '' '' '' '18)' hdf5_parallel/1.10.6 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 +++ echo '' '' '3)' intel/18.0.5.274 '' '11)' g2/3.1.1 '' '' '' '' '' '' '' '19)' netcdf_parallel/4.7.4 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 +++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '12)' g2tmpl/1.6.0 '' '' '' '20)' esmf/8.0.0_ParallelNetCDF + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF +++ echo '' '' '5)' bacio/2.0.3 '' '' '' '' '' '' '13)' crtm/2.2.6 '' '' '' '' '' '21)' cmake/3.9.0 + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 +++ echo '' '' '6)' ip/3.0.2 '' '' '' '' '' '' '' '' '' '14)' jasper/1.900.1 '' '22)' fv3 + 6) ip/3.0.2 14) jasper/1.900.1 22) fv3 +++ echo '' '' '7)' nemsio/2.2.4 '' '' '' '' '' '15)' png/1.2.44 + 7) nemsio/2.2.4 15) png/1.2.44 +++ echo '' '' '8)' sp/2.0.3 '' '' '' '' '' '' '' '' '' '16)' z/1.2.11 + 8) sp/2.0.3 16) z/1.2.11 +++ echo '' + +++ echo '' '' -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3_make ww3_multi +++ echo '' + +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_23 ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -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 +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +ESMFMKFILE: /scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for hera.intel + +C compiler: Intel 18.0.5.20180823 (mpiicc) +CXX compiler: Intel 18.0.5.20180823 (mpiicpc) +Fortran compiler: Intel 18.0.5.20180823 (mpiifort) + +DEBUG is disabled +REPRO is disabled +32BIT is disabled +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is ENABLED + + +Selected physics package: gfs + +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 +Force 64 bits in CCPP_layer +-- Configuring done +-- Generating done +-- Build files have been written to: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_23 ++ make -j 8 +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/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 +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 +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +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 +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 3%] Linking Fortran static library libccpp.a +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 3%] Built target ccpp +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.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 +[ 4%] Linking Fortran static library libfv3cpl.a +Scanning dependencies of target ccppphys +[ 4%] Built target fv3cpl +[ 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/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/iounitdef.f.o +[ 4%] 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 +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/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 +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 7%] 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/gwdps.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 14%] 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. +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.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 +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 19%] 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 +[ 22%] 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 +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 23%] 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 +[ 25%] 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/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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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/radlw_main.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +[ 28%] 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 +[ 30%] 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/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 31%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 31%] 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. +[ 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_suite_interstitial.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/GFS_rrtmg_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/physics/rrtmg_sw_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/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/ccpp_FV3_GFS_v16beta_stochastics_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_v15p2_physics_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_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 +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 39%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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/diag_manager/diag_grid.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/field_manager/field_manager.F90.o +[ 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 +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 42%] 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/diag_manager/diag_axis.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.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/oda_tools/xbt_drop_rate_adjust.f90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +[ 43%] 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. +[ 43%] 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. +[ 43%] 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. +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 43%] 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. +[ 43%] 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. +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.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/drifters/drifters.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 45%] 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. +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.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/interpolator/interpolator.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 47%] 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. +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 49%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 49%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 49%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 50%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 50%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 50%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 50%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 51%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 51%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_cap.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.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 +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 55%] 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/rascnv.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 66%] Linking Fortran static library libccppphys.a +[ 66%] Built target ccppphys +Scanning dependencies of target gfsphysics +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 69%] Linking Fortran static library FMS/libfms.a +[ 69%] Built target fms +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 71%] Linking Fortran static library libgfsphysics.a +[ 71%] Built target gfsphysics +Scanning dependencies of target ipd +Scanning dependencies of target ccppdriver +[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 71%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 72%] Linking Fortran static library libccppdriver.a +[ 72%] Built target ccppdriver +[ 73%] Linking Fortran static library libipd.a +[ 73%] Built target ipd +Scanning dependencies of target io +[ 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 +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.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/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/driver/fvGFS/DYCORE_typedefs.F90.o +[ 75%] 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 +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.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/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/model/fv_sg.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 +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 76%] 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. +[ 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/io/CMakeFiles/io.dir/ffsync.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.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/tp_core.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.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/tools/fv_grid_tools.F90.o +[ 79%] 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/tools/fv_treat_da_inc.F90.o +[ 80%] 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_io.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 81%] Linking Fortran static library libio.a +[ 81%] Built target io +[ 81%] 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 +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 83%] 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/tools/test_cases.F90.o +[ 83%] 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 +[ 84%] 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/tools/external_ic.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 85%] 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_control.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 +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 86%] Linking Fortran static library libfv3core.a +[ 86%] Built target fv3core +Scanning dependencies of target stochastic_physics +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 86%] 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/stochy_gg_def.f.o +[ 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 +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.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/epslon_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/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/get_ls_node_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/four_to_grid_stochy.F.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 93%] 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/cellular_automata.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/num_parthds_stochy.f.o +[ 94%] Linking Fortran static library libstochastic_physics.a +[ 94%] Built target stochastic_physics +Scanning dependencies of target fv3cap +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 96%] Linking Fortran static library libfv3cap.a +[ 96%] 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/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.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_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_Rusage.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.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%] Linking Fortran executable NEMS.exe +/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': +jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_23.exe ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 ../modules.fv3_23 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_23 ++ elapsed=526 ++ echo 'Elapsed time 526 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta finished' +Elapsed time 526 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta finished ++ SECONDS=0 ++++ readlink -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ MACHINE_ID=hera.intel ++ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y' ++ BUILD_NAME=fv3_24 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_24 ++ [[ hera.intel == cheyenne.* ]] ++ [[ hera.intel == wcoss_dell_p3 ]] ++ MAKE_THREADS=8 ++ hostname +hfe03 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y into fv3_24.exe on hera.intel' +Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y into fv3_24.exe on hera.intel ++ '[' YES = YES ']' ++ rm -rf build_fv3_24 ++ mkdir -p build_fv3_24 ++ CCPP_CMAKE_FLAGS= ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y == *\D\E\B\U\G\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y == *\3\2\B\I\T\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -DCCPP=ON -DMPI=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y == *\D\E\B\U\G\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/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_24/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15p2.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v16beta.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_24/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip +INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology +INFO: filtering out variable air_temperature_at_previous_time_step +INFO: filtering out variable air_temperature_two_time_steps_back +INFO: filtering out variable area_fraction_of_wet_canopy +INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl +INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc +INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable canopy_air_temperature +INFO: filtering out variable canopy_air_vapor_pressure +INFO: filtering out variable canopy_intercepted_ice_mass +INFO: filtering out variable canopy_intercepted_liquid_water +INFO: filtering out variable ccn_number_concentration +INFO: filtering out variable ccpp_block_number +INFO: filtering out variable cell_size +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_base_mass_flux +INFO: filtering out variable cloud_condensed_water_conversion_threshold +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface +INFO: filtering out variable cloud_condensed_water_mixing_ratio_convective_transport_tracer +INFO: filtering out variable cloud_droplet_number_concentration +INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics +INFO: filtering out variable cloud_fraction_for_MG +INFO: filtering out variable cloud_phase_transition_denominator +INFO: filtering out variable cloud_phase_transition_threshold_temperature +INFO: filtering out variable cloud_specie_mix_flag +INFO: filtering out variable cloudpdf +INFO: filtering out variable coefficient_for_evaporation_of_rainfall +INFO: filtering out variable coefficient_from_cloud_ice_to_snow +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable conv_activity_counter +INFO: filtering out variable convective_updraft_area_fraction +INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces +INFO: filtering out variable couple_sgs_clouds_to_radiation_flag +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable density_of_frozen_precipitation +INFO: filtering out variable depth_of_soil_levels_for_land_surface_model +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable do_mynnsfclay +INFO: filtering out variable edmf_flag +INFO: filtering out variable edmf_momentum_transport_flag +INFO: filtering out variable edmf_partition_flag +INFO: filtering out variable edmf_tke_transport_flag +INFO: filtering out variable emdf_updraft_area +INFO: filtering out variable emdf_updraft_cloud_water +INFO: filtering out variable emdf_updraft_entrainment_rate +INFO: filtering out variable emdf_updraft_theta_l +INFO: filtering out variable emdf_updraft_total_water +INFO: filtering out variable emdf_updraft_vertical_velocity +INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS +INFO: filtering out variable equilibrium_soil_water_content +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable fast_soil_pool_mass_content_of_carbon +INFO: filtering out variable fine_root_mass +INFO: filtering out variable flag_arakawa_wu_downdraft +INFO: filtering out variable flag_convective_tracer_transport +INFO: filtering out variable flag_flip +INFO: filtering out variable flag_flux_form_CS +INFO: filtering out variable flag_for_aerosol_input_MG +INFO: filtering out variable flag_for_canopy_stomatal_resistance_option +INFO: filtering out variable flag_for_dynamic_vegetation_option +INFO: filtering out variable flag_for_frozen_soil_permeability_option +INFO: filtering out variable flag_for_frozen_soil_physics +INFO: filtering out variable flag_for_ground_snow_surface_albedo_option +INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option +INFO: filtering out variable flag_for_ozone_physics +INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme +INFO: filtering out variable flag_for_precipitation_partition_option +INFO: filtering out variable flag_for_radiation_transfer_option +INFO: filtering out variable flag_for_reading_leaf_area_index_from_input +INFO: filtering out variable flag_for_resetting_radar_reflectivity_calculation +INFO: filtering out variable flag_for_restart +INFO: filtering out variable flag_for_runoff_and_groundwater_option +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option +INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option +INFO: filtering out variable flag_for_supercooled_liquid_water_option +INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option +INFO: filtering out variable flag_mg3_as_mg2 +INFO: filtering out variable flag_skip_macro +INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_tracer_scavenged +INFO: filtering out variable gf_memory_counter +INFO: filtering out variable graupel_number_concentration_updated_by_physics +INFO: filtering out variable grav_settling +INFO: filtering out variable ground_temperature_for_noahmp +INFO: filtering out variable gwd_opt +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_friendly_aerosol_number_concentration +INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable ice_number_concentration +INFO: filtering out variable ice_number_concentration_updated_by_physics +INFO: filtering out variable ice_supersaturation_threshold +INFO: filtering out variable ice_water_mixing_ratio +INFO: filtering out variable ice_water_mixing_ratio_convective_transport_tracer +INFO: filtering out variable in_number_concentration +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable k_level_of_highest_reaching_plume +INFO: filtering out variable kinematic_buoyancy_flux_from_shoc +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable lake_water_storage +INFO: filtering out variable latitude_index_in_debug_printouts +INFO: filtering out variable layer_bottom_depth_from_snow_surface +INFO: filtering out variable leaf_area_index +INFO: filtering out variable leaf_mass +INFO: filtering out variable limit_for_temperature_tendency_for_microphysics +INFO: filtering out variable liquid_water_density +INFO: filtering out variable local_graupel_mixing_ratio +INFO: filtering out variable local_graupel_number_concentration +INFO: filtering out variable local_rain_number_concentration +INFO: filtering out variable local_rain_water_mixing_ratio +INFO: filtering out variable local_snow_number_concentration +INFO: filtering out variable local_snow_water_mixing_ratio +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable maximum_mass_flux +INFO: filtering out variable maximum_updraft_velocity_at_cloud_base +INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency +INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency +INFO: filtering out variable mg_allow_supersat_after_sed +INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow +INFO: filtering out variable mg_bergeron_efficiency_factor +INFO: filtering out variable mg_cloud_water_variance +INFO: filtering out variable mg_drop_concentration_constant +INFO: filtering out variable mg_flag_drop_concentration_constant +INFO: filtering out variable mg_flag_for_cloud_ice_processes +INFO: filtering out variable mg_flag_for_gmao_ice_formulation +INFO: filtering out variable mg_flag_for_graupel +INFO: filtering out variable mg_flag_for_hail +INFO: filtering out variable mg_flag_for_heterogeneous_freezing +INFO: filtering out variable mg_flag_for_liu_liquid_treatment +INFO: filtering out variable mg_flag_for_sb2001_autoconversion +INFO: filtering out variable mg_flag_for_uniform_subcolumns +INFO: filtering out variable mg_flag_graupel_concentration_constant +INFO: filtering out variable mg_flag_ice_concentration_constant +INFO: filtering out variable mg_graupel_concentration_constant +INFO: filtering out variable mg_ice_concentration_constant +INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio +INFO: filtering out variable mg_minimum_rh_for_ice +INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice +INFO: filtering out variable mg_tuning_factor_for_alphas +INFO: filtering out variable mg_type_of_precip_fraction_method +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable mix_total_water_flag +INFO: filtering out variable mixing_length +INFO: filtering out variable mixing_length_flag +INFO: filtering out variable moisture_from_previous_timestep +INFO: filtering out variable moisture_tendency_due_to_dynamics +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable mpi_comm +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_cloud_types_CS +INFO: filtering out variable number_of_frozen_precipitation_species +INFO: filtering out variable number_of_plumes +INFO: filtering out variable number_of_snow_layers +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable number_of_tracers_for_CS +INFO: filtering out variable number_of_tracers_plus_one +INFO: filtering out variable ozone_mixing_ratio +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable prandtl_number +INFO: filtering out variable q_prime_squared +INFO: filtering out variable rain_number_concentration_updated_by_physics +INFO: filtering out variable reciprocal_of_obukhov_length +INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation +INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term +INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface +INFO: filtering out variable slow_soil_pool_mass_content_of_carbon +INFO: filtering out variable snow_albedo_at_previous_time_step +INFO: filtering out variable snow_layer_ice +INFO: filtering out variable snow_layer_liquid_water +INFO: filtering out variable snow_mass_at_previous_time_step +INFO: filtering out variable snow_number_concentration_updated_by_physics +INFO: filtering out variable snow_precipitation_rate_at_surface +INFO: filtering out variable snow_temperature +INFO: filtering out variable snow_temperature_bottom_first_layer +INFO: filtering out variable soil_temperature_for_land_surface_model +INFO: filtering out variable soil_vertical_dimension_for_land_surface_model +INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stability_function_for_heat +INFO: filtering out variable stem_area_index +INFO: filtering out variable stem_mass +INFO: filtering out variable subgrid_cloud_fraction_pbl +INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl +INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc +INFO: filtering out variable surface_air_pressure_at_previous_time_step +INFO: filtering out variable surface_air_pressure_two_time_steps_back +INFO: filtering out variable surface_condensation_mass +INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp +INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable t_prime_q_prime +INFO: filtering out variable t_prime_squared +INFO: filtering out variable temperature_from_previous_timestep +INFO: filtering out variable temperature_tendency_due_to_dynamics +INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_rain_water_mixing_ratio_due_to_microphysics +INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable tke_advect +INFO: filtering out variable tke_at_mass_points +INFO: filtering out variable tke_budget +INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable triple_point_temperature_of_water +INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS +INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vegetation_temperature +INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model +INFO: filtering out variable water_friendly_aerosol_number_concentration +INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable water_storage_in_aquifer +INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil +INFO: filtering out variable water_table_depth +INFO: filtering out variable water_table_recharge_when_deep +INFO: filtering out variable water_table_recharge_when_shallow +INFO: filtering out variable water_vapor_mixing_ratio_at_surface +INFO: filtering out variable water_vapor_specific_humidity_at_previous_time_step +INFO: filtering out variable water_vapor_specific_humidity_two_time_steps_back +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable wood_mass +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_24/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_24/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_24/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_24/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_24/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 12 auto-generated caps to tests/build_fv3_24/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_24/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_24/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_24/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' +++ CCPP_CAPS='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' ++ source build_fv3_24/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y == *\W\W\3\=\Y* ]] +++ trim ' -DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ local 'var= -DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo -n '-DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ CCPP_CMAKE_FLAGS='-DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__149154 +++ eval 'setup__test_function__149154() { /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__149154 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ ! -d /scratch ]] +++ 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' 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;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' 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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' 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 '_ModuleTable014_;' ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ 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 ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ 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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl ++++ export _ModuleTable001_ ++++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ 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 _ModuleTable014_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__149154 +++ unset __ms_function_name ++ [[ hera.intel == macosx.* ]] ++ [[ hera.intel == linux.* ]] ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl +++ export _ModuleTable001_ +++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ 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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' 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;' 'HDF5="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF_ROOT;' '__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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' 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 +++ 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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ 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 +++ HDF5=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_F +++ __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='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3 +++ export LOADEDMODULES +++ __LMOD_REF_COUNT_MANPATH='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF_ROOT +++ __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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4 +++ export POST_INC +++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /apps/lmod/7.7.18/libexec/lmod bash list ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''post/8.0.5'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''hdf5_parallel/1.10.6'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\''11)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''netcdf_parallel/4.7.4'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''esmf/8.0.0_ParallelNetCDF'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''21)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''14)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''22)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''z/1.2.11'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' +++ echo '' + +++ echo Currently Loaded Modules: +Currently Loaded Modules: +++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '9)' w3emc/2.3.1 '' '' '' '' '17)' post/8.0.5 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 +++ echo '' '' '2)' sutils/default '' '' '' '10)' w3nco/2.0.7 '' '' '' '' '18)' hdf5_parallel/1.10.6 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 +++ echo '' '' '3)' intel/18.0.5.274 '' '11)' g2/3.1.1 '' '' '' '' '' '' '' '19)' netcdf_parallel/4.7.4 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 +++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '12)' g2tmpl/1.6.0 '' '' '' '20)' esmf/8.0.0_ParallelNetCDF + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF +++ echo '' '' '5)' bacio/2.0.3 '' '' '' '' '' '' '13)' crtm/2.2.6 '' '' '' '' '' '21)' cmake/3.9.0 + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 +++ echo '' '' '6)' ip/3.0.2 '' '' '' '' '' '' '' '' '' '14)' jasper/1.900.1 '' '22)' fv3 + 6) ip/3.0.2 14) jasper/1.900.1 22) fv3 +++ echo '' '' '7)' nemsio/2.2.4 '' '' '' '' '' '15)' png/1.2.44 + 7) nemsio/2.2.4 15) png/1.2.44 +++ echo '' '' '8)' sp/2.0.3 '' '' '' '' '' '' '' '' '' '16)' z/1.2.11 + 8) sp/2.0.3 16) z/1.2.11 +++ echo '' + +++ echo '' '' - ***************************** - *** WAVEWATCH III make *** - ***************************** +++ echo '' + +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_24 ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel -DDEBUG=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=OFF -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 +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +ESMFMKFILE: /scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for hera.intel + +C compiler: Intel 18.0.5.20180823 (mpiicc) +CXX compiler: Intel 18.0.5.20180823 (mpiicpc) +Fortran compiler: Intel 18.0.5.20180823 (mpiifort) + +DEBUG is ENABLED +REPRO is disabled +32BIT is disabled +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is ENABLED + + +Selected physics package: gfs + +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 +Force 64 bits in CCPP_layer +-- Configuring done +-- Generating done +-- Build files have been written to: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_24 ++ make -j 8 +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/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 +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 +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 1%] Linking Fortran static library libccpp.a +[ 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 3%] Built target ccpp +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.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 +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_ +mpp_comm_mpi.inc(1391): #warning: macro redefined: MPP_TYPE_ +mpp_comm_mpi.inc(1392): #warning: macro redefined: MPI_TYPE_ +mpp_comm_mpi.inc(1395): #warning: macro redefined: MPP_TYPE_CREATE_ +mpp_comm_mpi.inc(1396): #warning: macro redefined: MPP_TYPE_ +mpp_comm_mpi.inc(1397): #warning: macro redefined: MPI_TYPE_ +mpp_comm_mpi.inc(1400): #warning: macro redefined: MPP_TYPE_CREATE_ +mpp_comm_mpi.inc(1401): #warning: macro redefined: MPP_TYPE_ +mpp_comm_mpi.inc(1402): #warning: macro redefined: MPI_TYPE_ +mpp_comm_mpi.inc(1405): #warning: macro redefined: MPP_TYPE_CREATE_ +mpp_comm_mpi.inc(1406): #warning: macro redefined: MPP_TYPE_ +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_ +[ 4%] Linking Fortran static library libfv3cpl.a +[ 4%] Built target fv3cpl +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/iounitdef.f.o +[ 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/namelist_soilveg_ruc.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/module_mp_radar.F90.o +fpp: warning: keyword redefined: STATIC +[ 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 +[ 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/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 +[ 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 +fpp: warning: keyword redefined: STATIC +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +fpp: warning: keyword redefined: STATIC +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 7%] 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/gwdps.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 8%] 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. +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.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. +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.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 CMakeFiles/fms.dir/FMS/mosaic/gradient.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_DCNV_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_GWD_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 +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 14%] 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 +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 +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +fpp: warning: keyword redefined: STATIC +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +fpp: warning: keyword redefined: STATIC +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.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/cires_ugwp_module.F90.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 +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 25%] 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 +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +fpp: warning: keyword redefined: STATIC +[ 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 +fpp: warning: keyword redefined: STATIC +[ 30%] 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 +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.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/GFS_suite_interstitial.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +[ 30%] 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 +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 31%] 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 +[ 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 +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_stochastics_cap.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_physics_cap.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_radiation_cap.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 34%] 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_radiation_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_time_vary_cap.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_cap.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o +[ 35%] 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 +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 37%] 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/drag_suite.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 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 +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 39%] 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/ozphys.f.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +fpp: warning: keyword redefined: STATIC +fpp: warning: keyword redefined: STATIC +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 41%] 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_ocean.F.o +fpp: warning: keyword redefined: STATIC +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +fpp: warning: keyword redefined: STATIC +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +fpp: warning: keyword redefined: STATIC +[ 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/ugwp_driver_v0.F.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +fpp: warning: keyword redefined: STATIC +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 46%] 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/cires_orowam2017.f.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 47%] 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/mfpblt.f.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +[ 49%] 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/sflx.f.o +fpp: warning: keyword redefined: STATIC +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 50%] Linking Fortran static library libccppphys.a +[ 50%] Built target ccppphys +Scanning dependencies of target gfsphysics +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +fpp: warning: keyword redefined: STATIC +[ 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/physcons.F90.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 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 +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/GFS_layer/GFS_diagnostics.F90.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 54%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 56%] Linking Fortran static library libgfsphysics.a +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 56%] Built target gfsphysics +Scanning dependencies of target ipd +Scanning dependencies of target ccppdriver +[ 56%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 56%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 58%] Linking Fortran static library libccppdriver.a +[ 58%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 58%] Built target ccppdriver +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 61%] Linking Fortran static library libipd.a +[ 61%] Built target ipd +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 61%] 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. +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 63%] 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. +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 64%] 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. +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 64%] 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. +[ 65%] 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. +[ 65%] 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. +[ 65%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 65%] 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. +[ 65%] 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 +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.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 +[ 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. +[ 67%] 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 +[ 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 +Compiling in MPI mode (with or without MPP) +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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 +[ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 71%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 71%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 71%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 72%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 72%] 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. +[ 72%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 72%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 73%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 73%] 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. +[ 73%] Linking Fortran static library FMS/libfms.a +[ 73%] Built target fms +Scanning dependencies of target io +[ 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 +[ 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/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/module_write_netcdf.F90.o +[ 75%] 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_parallel.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.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/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_eta.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.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/io/CMakeFiles/io.dir/ffsync.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 78%] 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 +[ 78%] 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/tools/fv_grid_tools.F90.o +[ 79%] 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/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%] Linking Fortran static library libio.a +[ 81%] Built target io +[ 81%] 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/tools/fv_io.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_diagnostics.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 83%] 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/tools/test_cases.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.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/fv_update_phys.F90.o +[ 84%] 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/tools/external_ic.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 85%] 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 +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 86%] Linking Fortran static library libfv3core.a +[ 86%] Built target fv3core +Scanning dependencies of target stochastic_physics +[ 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/stochy_resol_def.f.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o +[ 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/stochy_namelist_def.F90.o +[ 88%] 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/compns_stochy.F90.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/setlats_lag_stochy.f.o +[ 90%] 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_ls_node_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/four_to_grid_stochy.F.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +fpp: warning: keyword redefined: STATIC +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 93%] 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/cellular_automata.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/num_parthds_stochy.f.o +[ 94%] Linking Fortran static library libstochastic_physics.a +[ 94%] Built target stochastic_physics +Scanning dependencies of target fv3cap +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 96%] Linking Fortran static library libfv3cap.a +[ 96%] 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/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.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_SpaceWeather.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_NEMS_INTERNAL_STATE.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%] Linking Fortran executable NEMS.exe +/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': +jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_24.exe ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 ../modules.fv3_24 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_24 ++ elapsed=167 ++ echo 'Elapsed time 167 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y finished' +Elapsed time 167 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta DEBUG=Y finished ++ SECONDS=0 ++++ readlink -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ MACHINE_ID=hera.intel ++ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y' ++ BUILD_NAME=fv3_25 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_25 ++ [[ hera.intel == cheyenne.* ]] ++ [[ hera.intel == wcoss_dell_p3 ]] ++ MAKE_THREADS=8 ++ hostname +hfe03 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y into fv3_25.exe on hera.intel' +Compiling CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y into fv3_25.exe on hera.intel ++ '[' YES = YES ']' ++ rm -rf build_fv3_25 ++ mkdir -p build_fv3_25 ++ CCPP_CMAKE_FLAGS= ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y == *\D\E\B\U\G\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y == *\D\E\B\U\G\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GSD_v0,FV3_GFS_v15_thompson --builddir=tests/build_fv3_25/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GSD_v0.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15_thompson.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_25/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology +INFO: filtering out variable air_temperature_at_previous_time_step +INFO: filtering out variable air_temperature_two_time_steps_back +INFO: filtering out variable area_fraction_of_wet_canopy +INFO: filtering out variable atmosphere_energy_content_at_Lagrangian_surface +INFO: filtering out variable atmosphere_energy_content_in_column +INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable canopy_air_temperature +INFO: filtering out variable canopy_air_vapor_pressure +INFO: filtering out variable canopy_intercepted_ice_mass +INFO: filtering out variable canopy_intercepted_liquid_water +INFO: filtering out variable cappa_moist_gas_constant_at_Lagrangian_surface +INFO: filtering out variable ccn_number_concentration +INFO: filtering out variable cell_area_for_fast_physics +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_base_mass_flux +INFO: filtering out variable cloud_condensed_water_conversion_threshold +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_fraction_at_Lagrangian_surface +INFO: filtering out variable cloud_fraction_for_MG +INFO: filtering out variable cloud_fraction_updated_by_physics +INFO: filtering out variable cloud_graupel_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_ice_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_phase_transition_denominator +INFO: filtering out variable cloud_phase_transition_threshold_temperature +INFO: filtering out variable cloud_rain_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_snow_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable coefficient_for_evaporation_of_rainfall +INFO: filtering out variable coefficient_from_cloud_ice_to_snow +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable convective_updraft_area_fraction +INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable effective_radius_of_stratiform_cloud_graupel_particle_in_um +INFO: filtering out variable effective_radius_of_stratiform_cloud_rain_particle_in_um +INFO: filtering out variable ending_x_direction_index +INFO: filtering out variable ending_x_direction_index_domain +INFO: filtering out variable ending_y_direction_index +INFO: filtering out variable ending_y_direction_index_domain +INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS +INFO: filtering out variable equilibrium_soil_water_content +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable fast_soil_pool_mass_content_of_carbon +INFO: filtering out variable fine_root_mass +INFO: filtering out variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa +INFO: filtering out variable flag_arakawa_wu_downdraft +INFO: filtering out variable flag_convective_tracer_transport +INFO: filtering out variable flag_flip +INFO: filtering out variable flag_flux_form_CS +INFO: filtering out variable flag_for_aerosol_input_MG +INFO: filtering out variable flag_for_canopy_stomatal_resistance_option +INFO: filtering out variable flag_for_cloud_effective_radii +INFO: filtering out variable flag_for_dynamic_vegetation_option +INFO: filtering out variable flag_for_fast_microphysics_energy_conservation +INFO: filtering out variable flag_for_frozen_soil_permeability_option +INFO: filtering out variable flag_for_ground_snow_surface_albedo_option +INFO: filtering out variable flag_for_hydrostatic_heating_from_physics +INFO: filtering out variable flag_for_hydrostatic_solver +INFO: filtering out variable flag_for_hydrostatic_solver_for_fast_physics +INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_inline_cloud_fraction_calculation +INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option +INFO: filtering out variable flag_for_ozone_physics +INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme +INFO: filtering out variable flag_for_precipitation_partition_option +INFO: filtering out variable flag_for_radiation_transfer_option +INFO: filtering out variable flag_for_runoff_and_groundwater_option +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_for_saturation_adjustment_for_microphysics_in_dynamics +INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option +INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option +INFO: filtering out variable flag_for_supercooled_liquid_water_option +INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option +INFO: filtering out variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface +INFO: filtering out variable flag_for_the_last_step_of_k_split_remapping +INFO: filtering out variable flag_mg3_as_mg2 +INFO: filtering out variable flag_skip_macro +INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_tracer_scavenged +INFO: filtering out variable gas_constants_for_multi_gases_physics +INFO: filtering out variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface +INFO: filtering out variable graupel_number_concentration_updated_by_physics +INFO: filtering out variable ground_temperature_for_noahmp +INFO: filtering out variable gwd_opt +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_supersaturation_threshold +INFO: filtering out variable in_number_concentration +INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable kappa_dry_for_fast_physics +INFO: filtering out variable kinematic_buoyancy_flux_from_shoc +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable lake_water_storage +INFO: filtering out variable latitude_index_in_debug_printouts +INFO: filtering out variable layer_bottom_depth_from_snow_surface +INFO: filtering out variable leaf_mass +INFO: filtering out variable liquid_water_density +INFO: filtering out variable local_graupel_mixing_ratio +INFO: filtering out variable local_graupel_number_concentration +INFO: filtering out variable local_rain_number_concentration +INFO: filtering out variable local_rain_water_mixing_ratio +INFO: filtering out variable local_snow_number_concentration +INFO: filtering out variable local_snow_water_mixing_ratio +INFO: filtering out variable log_pressure_at_Lagrangian_surface +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable maximum_updraft_velocity_at_cloud_base +INFO: filtering out variable mg_allow_supersat_after_sed +INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow +INFO: filtering out variable mg_bergeron_efficiency_factor +INFO: filtering out variable mg_cloud_water_variance +INFO: filtering out variable mg_drop_concentration_constant +INFO: filtering out variable mg_flag_drop_concentration_constant +INFO: filtering out variable mg_flag_for_cloud_ice_processes +INFO: filtering out variable mg_flag_for_gmao_ice_formulation +INFO: filtering out variable mg_flag_for_graupel +INFO: filtering out variable mg_flag_for_hail +INFO: filtering out variable mg_flag_for_heterogeneous_freezing +INFO: filtering out variable mg_flag_for_liu_liquid_treatment +INFO: filtering out variable mg_flag_for_sb2001_autoconversion +INFO: filtering out variable mg_flag_for_uniform_subcolumns +INFO: filtering out variable mg_flag_graupel_concentration_constant +INFO: filtering out variable mg_flag_ice_concentration_constant +INFO: filtering out variable mg_graupel_concentration_constant +INFO: filtering out variable mg_ice_concentration_constant +INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio +INFO: filtering out variable mg_minimum_rh_for_ice +INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice +INFO: filtering out variable mg_tuning_factor_for_alphas +INFO: filtering out variable mg_type_of_precip_fraction_method +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable mpi_rank_for_fast_physics +INFO: filtering out variable mpi_root_for_fast_physics +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable number_of_cloud_types_CS +INFO: filtering out variable number_of_frozen_precipitation_species +INFO: filtering out variable number_of_gases_for_multi_gases_physics +INFO: filtering out variable number_of_ghost_zones +INFO: filtering out variable number_of_snow_layers +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable number_of_tracers_for_CS +INFO: filtering out variable number_of_tracers_plus_one +INFO: filtering out variable number_of_water_species +INFO: filtering out variable omp_threads_for_fast_physics +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable prandtl_number +INFO: filtering out variable pressure_thickness_at_Lagrangian_surface +INFO: filtering out variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind +INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation +INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term +INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface +INFO: filtering out variable slow_soil_pool_mass_content_of_carbon +INFO: filtering out variable snow_albedo_at_previous_time_step +INFO: filtering out variable snow_layer_ice +INFO: filtering out variable snow_layer_liquid_water +INFO: filtering out variable snow_mass_at_previous_time_step +INFO: filtering out variable snow_number_concentration_updated_by_physics +INFO: filtering out variable snow_precipitation_rate_at_surface +INFO: filtering out variable snow_temperature +INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table +INFO: filtering out variable specific_heat_capacities_for_multi_gases_physics +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable starting_x_direction_index +INFO: filtering out variable starting_x_direction_index_domain +INFO: filtering out variable starting_y_direction_index +INFO: filtering out variable starting_y_direction_index_domain +INFO: filtering out variable stem_area_index +INFO: filtering out variable stem_mass +INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc +INFO: filtering out variable surface_air_pressure_at_previous_time_step +INFO: filtering out variable surface_air_pressure_two_time_steps_back +INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp +INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_geopotential_at_Lagrangian_surface +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable tendency_of_air_temperature_at_Lagrangian_surface +INFO: filtering out variable tendency_of_rain_water_mixing_ratio_due_to_microphysics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable thickness_at_Lagrangian_surface +INFO: filtering out variable time_step_for_remapping_for_fast_physics +INFO: filtering out variable tke_dissipative_heating_factor +INFO: filtering out variable top_layer_index_for_fast_physics +INFO: filtering out variable triple_point_temperature_of_water +INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS +INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vegetation_temperature +INFO: filtering out variable vertical_dimension_for_fast_physics +INFO: filtering out variable vertical_dimension_for_thickness_at_Lagrangian_surface +INFO: filtering out variable virtual_temperature_at_Lagrangian_surface +INFO: filtering out variable water_storage_in_aquifer +INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil +INFO: filtering out variable water_table_depth +INFO: filtering out variable water_table_recharge_when_deep +INFO: filtering out variable water_table_recharge_when_shallow +INFO: filtering out variable water_vapor_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable water_vapor_specific_humidity_at_previous_time_step +INFO: filtering out variable water_vapor_specific_humidity_two_time_steps_back +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable wood_mass +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_25/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_25/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_25/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_25/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_25/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 10 auto-generated caps to tests/build_fv3_25/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_25/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_25/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_25/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_25/FV3/ccpp/physics/ccpp_FV3_GSD_v0_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_25/FV3/ccpp/physics/ccpp_FV3_GSD_v0_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_25/FV3/ccpp/physics/ccpp_FV3_GSD_v0_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_25/FV3/ccpp/physics/ccpp_FV3_GSD_v0_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_25/FV3/ccpp/physics/ccpp_FV3_GSD_v0_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_25/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_25/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_25/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_25/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_25/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_stochastics_cap.F90' +++ CCPP_CAPS='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_25/FV3/ccpp/physics/ccpp_FV3_GSD_v0_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_25/FV3/ccpp/physics/ccpp_FV3_GSD_v0_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_25/FV3/ccpp/physics/ccpp_FV3_GSD_v0_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_25/FV3/ccpp/physics/ccpp_FV3_GSD_v0_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_25/FV3/ccpp/physics/ccpp_FV3_GSD_v0_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_25/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_25/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_25/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_25/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_25/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_stochastics_cap.F90' ++ source build_fv3_25/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_25/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_25/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y == *\W\W\3\=\Y* ]] +++ 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__207480 +++ eval 'setup__test_function__207480() { /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__207480 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ ! -d /scratch ]] +++ 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' 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;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' 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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' 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 '_ModuleTable014_;' ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ 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 ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ 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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl ++++ export _ModuleTable001_ ++++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ 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 _ModuleTable014_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__207480 +++ unset __ms_function_name ++ [[ hera.intel == macosx.* ]] ++ [[ hera.intel == linux.* ]] ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl +++ export _ModuleTable001_ +++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ 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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' 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;' 'HDF5="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF_ROOT;' '__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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' 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 +++ 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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ 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 +++ HDF5=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_F +++ __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='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3 +++ export LOADEDMODULES +++ __LMOD_REF_COUNT_MANPATH='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF_ROOT +++ __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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4 +++ export POST_INC +++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /apps/lmod/7.7.18/libexec/lmod bash list ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''post/8.0.5'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''hdf5_parallel/1.10.6'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\''11)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''netcdf_parallel/4.7.4'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''esmf/8.0.0_ParallelNetCDF'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''21)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''14)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''22)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''z/1.2.11'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' +++ echo '' + +++ echo Currently Loaded Modules: +Currently Loaded Modules: +++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '9)' w3emc/2.3.1 '' '' '' '' '17)' post/8.0.5 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 +++ echo '' '' '2)' sutils/default '' '' '' '10)' w3nco/2.0.7 '' '' '' '' '18)' hdf5_parallel/1.10.6 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 +++ echo '' '' '3)' intel/18.0.5.274 '' '11)' g2/3.1.1 '' '' '' '' '' '' '' '19)' netcdf_parallel/4.7.4 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 +++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '12)' g2tmpl/1.6.0 '' '' '' '20)' esmf/8.0.0_ParallelNetCDF + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF +++ echo '' '' '5)' bacio/2.0.3 '' '' '' '' '' '' '13)' crtm/2.2.6 '' '' '' '' '' '21)' cmake/3.9.0 + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 +++ echo '' '' '6)' ip/3.0.2 '' '' '' '' '' '' '' '' '' '14)' jasper/1.900.1 '' '22)' fv3 + 6) ip/3.0.2 14) jasper/1.900.1 22) fv3 +++ echo '' '' '7)' nemsio/2.2.4 '' '' '' '' '' '15)' png/1.2.44 + 7) nemsio/2.2.4 15) png/1.2.44 +++ echo '' '' '8)' sp/2.0.3 '' '' '' '' '' '' '' '' '' '16)' z/1.2.11 + 8) sp/2.0.3 16) z/1.2.11 +++ echo '' + +++ echo '' '' -Main directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model -Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp -Save source codes : yes -Save listings : yes -Shared Object : No +++ echo '' + +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_25 ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/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 18.0.5.20180823 +-- The CXX compiler identification is Intel 18.0.5.20180823 +-- The Fortran compiler identification is Intel 18.0.5.20180823 +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +ESMFMKFILE: /scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for hera.intel + +C compiler: Intel 18.0.5.20180823 (mpiicc) +CXX compiler: Intel 18.0.5.20180823 (mpiicpc) +Fortran compiler: Intel 18.0.5.20180823 (mpiifort) + +DEBUG is ENABLED +REPRO is disabled +32BIT is ENABLED +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is ENABLED + + +Selected physics package: gfs + +Force 64 bits in gfsphysics +Force 64 bits in ipd +-- Dynamics compiled with 32-bit option, adjust fv_sat_adj types +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_25/FV3/ccpp/physics/ccpp_FV3_GSD_v0_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_25/FV3/ccpp/physics/ccpp_FV3_GSD_v0_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_25/FV3/ccpp/physics/ccpp_FV3_GSD_v0_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_25/FV3/ccpp/physics/ccpp_FV3_GSD_v0_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_25/FV3/ccpp/physics/ccpp_FV3_GSD_v0_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_25/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_25/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_25/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_25/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_25/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_25 ++ 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 +[ 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/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 +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_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%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 2%] Linking Fortran static library libfv3cpl.a +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/constants/constants.F90.o +[ 2%] Built target fv3cpl +[ 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Scanning dependencies of target ccppphys +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.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 +[ 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 +fpp: warning: keyword redefined: STATIC +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_ +mpp_comm_mpi.inc(1391): #warning: macro redefined: MPP_TYPE_ +mpp_comm_mpi.inc(1392): #warning: macro redefined: MPI_TYPE_ +mpp_comm_mpi.inc(1395): #warning: macro redefined: MPP_TYPE_CREATE_ +mpp_comm_mpi.inc(1396): #warning: macro redefined: MPP_TYPE_ +mpp_comm_mpi.inc(1397): #warning: macro redefined: MPI_TYPE_ +mpp_comm_mpi.inc(1400): #warning: macro redefined: MPP_TYPE_CREATE_ +mpp_comm_mpi.inc(1401): #warning: macro redefined: MPP_TYPE_ +mpp_comm_mpi.inc(1402): #warning: macro redefined: MPI_TYPE_ +mpp_comm_mpi.inc(1405): #warning: macro redefined: MPP_TYPE_CREATE_ +mpp_comm_mpi.inc(1406): #warning: macro redefined: MPP_TYPE_ +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_ +[ 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/module_sf_noahmp_glacier.f90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +fpp: warning: keyword redefined: STATIC +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 5%] 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/ozne_def.f.o +fpp: warning: keyword redefined: STATIC +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +fpp: warning: keyword redefined: STATIC +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 6%] 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/gwdps.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 10%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 10%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.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 +[ 10%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 13%] 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/funcphys.f90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +fpp: warning: keyword redefined: STATIC +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 16%] 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 +fpp: warning: keyword redefined: STATIC +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.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/get_prs_fv3.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +fpp: warning: keyword redefined: STATIC +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 19%] 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/module_bfmicrophysics.f.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.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 +[ 25%] 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/physics/moninedmf.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.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/radsw_main.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +fpp: warning: keyword redefined: STATIC +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +fpp: warning: keyword redefined: STATIC +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.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/GFS_suite_interstitial.F90.o +[ 28%] 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 +[ 28%] 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 +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_stochastics_cap.F90.o +[ 30%] 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/ccpp_FV3_GFS_v15_thompson_stochastics_cap.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_physics_cap.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_thompson_physics_cap.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_radiation_cap.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_thompson_radiation_cap.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_time_vary_cap.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_thompson_time_vary_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_thompson_cap.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_cap.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 +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +[ 35%] 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/gcm_shoc.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 37%] 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_MYNNSFC_wrapper.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +[ 38%] 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/ozphys.f.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +fpp: warning: keyword redefined: STATIC +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +fpp: warning: keyword redefined: STATIC +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +fpp: warning: keyword redefined: STATIC +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +fpp: warning: keyword redefined: STATIC +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +fpp: warning: keyword redefined: STATIC +fpp: warning: keyword redefined: STATIC +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +fpp: warning: keyword redefined: STATIC +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +fpp: warning: keyword redefined: STATIC +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 48%] Linking Fortran static library libccppphys.a +[ 48%] Built target ccppphys +Scanning dependencies of target gfsphysics +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +fpp: warning: keyword redefined: STATIC +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 53%] Linking Fortran static library libgfsphysics.a +[ 53%] Built target gfsphysics +Scanning dependencies of target ipd +Scanning dependencies of target ccppdriver +[ 53%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 53%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 54%] Linking Fortran static library libccppdriver.a +[ 54%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 54%] Built target ccppdriver +[ 55%] Linking Fortran static library libipd.a +[ 55%] Built target ipd +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 56%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 58%] 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. +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.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/horiz_interp/horiz_interp_spherical.F90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 60%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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/time_interp/time_interp.F90.o +[ 60%] 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. +[ 60%] 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. +[ 61%] 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/xbt_drop_rate_adjust.f90.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 62%] 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. +[ 62%] 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 62%] 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. +[ 63%] 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 +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/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 +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 67%] 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. +[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 68%] 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. +[ 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 +[ 72%] 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 +[ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 73%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 74%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 74%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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 +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 +[ 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/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/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 76%] 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/fv_mp_mod.F90.o +[ 76%] 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/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 +[ 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/io/CMakeFiles/io.dir/ffsync.F90.o +[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.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/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/model/tp_core.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/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 +[ 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 +[ 82%] Linking Fortran static library libio.a +[ 82%] Built target io +[ 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 +[ 82%] 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 +[ 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/model/fv_tracer2d.F90.o +[ 85%] 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_dynamics.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +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/spectral_layout.F90.o +[ 87%] 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_layout_lag.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 +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o +[ 90%] 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/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/get_ls_node_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/pln2eo_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/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 +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +fpp: warning: keyword redefined: STATIC +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 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/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 +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 +[ 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 +[ 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 +[ 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 +[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%] Linking Fortran executable NEMS.exe +/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': +jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_25.exe ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 ../modules.fv3_25 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_25 ++ elapsed=157 ++ echo 'Elapsed time 157 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y finished' +Elapsed time 157 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y finished ++ SECONDS=0 ++++ readlink -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ MACHINE_ID=hera.intel ++ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y' ++ BUILD_NAME=fv3_26 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_26 ++ [[ hera.intel == cheyenne.* ]] ++ [[ hera.intel == wcoss_dell_p3 ]] ++ MAKE_THREADS=8 ++ hostname +hfe03 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y into fv3_26.exe on hera.intel' +Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y into fv3_26.exe on hera.intel ++ '[' YES = YES ']' ++ rm -rf build_fv3_26 ++ mkdir -p build_fv3_26 ++ CCPP_CMAKE_FLAGS= ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y == *\3\2\B\I\T\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/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_26/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15p2.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v16beta.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_26/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip +INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology +INFO: filtering out variable air_temperature_at_previous_time_step +INFO: filtering out variable air_temperature_two_time_steps_back +INFO: filtering out variable area_fraction_of_wet_canopy +INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl +INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc +INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable canopy_air_temperature +INFO: filtering out variable canopy_air_vapor_pressure +INFO: filtering out variable canopy_intercepted_ice_mass +INFO: filtering out variable canopy_intercepted_liquid_water +INFO: filtering out variable ccn_number_concentration +INFO: filtering out variable ccpp_block_number +INFO: filtering out variable cell_size +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_base_mass_flux +INFO: filtering out variable cloud_condensed_water_conversion_threshold +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface +INFO: filtering out variable cloud_condensed_water_mixing_ratio_convective_transport_tracer +INFO: filtering out variable cloud_droplet_number_concentration +INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics +INFO: filtering out variable cloud_fraction_for_MG +INFO: filtering out variable cloud_phase_transition_denominator +INFO: filtering out variable cloud_phase_transition_threshold_temperature +INFO: filtering out variable cloud_specie_mix_flag +INFO: filtering out variable cloudpdf +INFO: filtering out variable coefficient_for_evaporation_of_rainfall +INFO: filtering out variable coefficient_from_cloud_ice_to_snow +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable conv_activity_counter +INFO: filtering out variable convective_updraft_area_fraction +INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces +INFO: filtering out variable couple_sgs_clouds_to_radiation_flag +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable density_of_frozen_precipitation +INFO: filtering out variable depth_of_soil_levels_for_land_surface_model +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable do_mynnsfclay +INFO: filtering out variable edmf_flag +INFO: filtering out variable edmf_momentum_transport_flag +INFO: filtering out variable edmf_partition_flag +INFO: filtering out variable edmf_tke_transport_flag +INFO: filtering out variable emdf_updraft_area +INFO: filtering out variable emdf_updraft_cloud_water +INFO: filtering out variable emdf_updraft_entrainment_rate +INFO: filtering out variable emdf_updraft_theta_l +INFO: filtering out variable emdf_updraft_total_water +INFO: filtering out variable emdf_updraft_vertical_velocity +INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS +INFO: filtering out variable equilibrium_soil_water_content +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable fast_soil_pool_mass_content_of_carbon +INFO: filtering out variable fine_root_mass +INFO: filtering out variable flag_arakawa_wu_downdraft +INFO: filtering out variable flag_convective_tracer_transport +INFO: filtering out variable flag_flip +INFO: filtering out variable flag_flux_form_CS +INFO: filtering out variable flag_for_aerosol_input_MG +INFO: filtering out variable flag_for_canopy_stomatal_resistance_option +INFO: filtering out variable flag_for_dynamic_vegetation_option +INFO: filtering out variable flag_for_frozen_soil_permeability_option +INFO: filtering out variable flag_for_frozen_soil_physics +INFO: filtering out variable flag_for_ground_snow_surface_albedo_option +INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option +INFO: filtering out variable flag_for_ozone_physics +INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme +INFO: filtering out variable flag_for_precipitation_partition_option +INFO: filtering out variable flag_for_radiation_transfer_option +INFO: filtering out variable flag_for_reading_leaf_area_index_from_input +INFO: filtering out variable flag_for_resetting_radar_reflectivity_calculation +INFO: filtering out variable flag_for_restart +INFO: filtering out variable flag_for_runoff_and_groundwater_option +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option +INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option +INFO: filtering out variable flag_for_supercooled_liquid_water_option +INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option +INFO: filtering out variable flag_mg3_as_mg2 +INFO: filtering out variable flag_skip_macro +INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_tracer_scavenged +INFO: filtering out variable gf_memory_counter +INFO: filtering out variable graupel_number_concentration_updated_by_physics +INFO: filtering out variable grav_settling +INFO: filtering out variable ground_temperature_for_noahmp +INFO: filtering out variable gwd_opt +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_friendly_aerosol_number_concentration +INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable ice_number_concentration +INFO: filtering out variable ice_number_concentration_updated_by_physics +INFO: filtering out variable ice_supersaturation_threshold +INFO: filtering out variable ice_water_mixing_ratio +INFO: filtering out variable ice_water_mixing_ratio_convective_transport_tracer +INFO: filtering out variable in_number_concentration +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable k_level_of_highest_reaching_plume +INFO: filtering out variable kinematic_buoyancy_flux_from_shoc +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable lake_water_storage +INFO: filtering out variable latitude_index_in_debug_printouts +INFO: filtering out variable layer_bottom_depth_from_snow_surface +INFO: filtering out variable leaf_area_index +INFO: filtering out variable leaf_mass +INFO: filtering out variable limit_for_temperature_tendency_for_microphysics +INFO: filtering out variable liquid_water_density +INFO: filtering out variable local_graupel_mixing_ratio +INFO: filtering out variable local_graupel_number_concentration +INFO: filtering out variable local_rain_number_concentration +INFO: filtering out variable local_rain_water_mixing_ratio +INFO: filtering out variable local_snow_number_concentration +INFO: filtering out variable local_snow_water_mixing_ratio +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable maximum_mass_flux +INFO: filtering out variable maximum_updraft_velocity_at_cloud_base +INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency +INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency +INFO: filtering out variable mg_allow_supersat_after_sed +INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow +INFO: filtering out variable mg_bergeron_efficiency_factor +INFO: filtering out variable mg_cloud_water_variance +INFO: filtering out variable mg_drop_concentration_constant +INFO: filtering out variable mg_flag_drop_concentration_constant +INFO: filtering out variable mg_flag_for_cloud_ice_processes +INFO: filtering out variable mg_flag_for_gmao_ice_formulation +INFO: filtering out variable mg_flag_for_graupel +INFO: filtering out variable mg_flag_for_hail +INFO: filtering out variable mg_flag_for_heterogeneous_freezing +INFO: filtering out variable mg_flag_for_liu_liquid_treatment +INFO: filtering out variable mg_flag_for_sb2001_autoconversion +INFO: filtering out variable mg_flag_for_uniform_subcolumns +INFO: filtering out variable mg_flag_graupel_concentration_constant +INFO: filtering out variable mg_flag_ice_concentration_constant +INFO: filtering out variable mg_graupel_concentration_constant +INFO: filtering out variable mg_ice_concentration_constant +INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio +INFO: filtering out variable mg_minimum_rh_for_ice +INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice +INFO: filtering out variable mg_tuning_factor_for_alphas +INFO: filtering out variable mg_type_of_precip_fraction_method +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable mix_total_water_flag +INFO: filtering out variable mixing_length +INFO: filtering out variable mixing_length_flag +INFO: filtering out variable moisture_from_previous_timestep +INFO: filtering out variable moisture_tendency_due_to_dynamics +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable mpi_comm +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_cloud_types_CS +INFO: filtering out variable number_of_frozen_precipitation_species +INFO: filtering out variable number_of_plumes +INFO: filtering out variable number_of_snow_layers +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable number_of_tracers_for_CS +INFO: filtering out variable number_of_tracers_plus_one +INFO: filtering out variable ozone_mixing_ratio +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable prandtl_number +INFO: filtering out variable q_prime_squared +INFO: filtering out variable rain_number_concentration_updated_by_physics +INFO: filtering out variable reciprocal_of_obukhov_length +INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation +INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term +INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface +INFO: filtering out variable slow_soil_pool_mass_content_of_carbon +INFO: filtering out variable snow_albedo_at_previous_time_step +INFO: filtering out variable snow_layer_ice +INFO: filtering out variable snow_layer_liquid_water +INFO: filtering out variable snow_mass_at_previous_time_step +INFO: filtering out variable snow_number_concentration_updated_by_physics +INFO: filtering out variable snow_precipitation_rate_at_surface +INFO: filtering out variable snow_temperature +INFO: filtering out variable snow_temperature_bottom_first_layer +INFO: filtering out variable soil_temperature_for_land_surface_model +INFO: filtering out variable soil_vertical_dimension_for_land_surface_model +INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stability_function_for_heat +INFO: filtering out variable stem_area_index +INFO: filtering out variable stem_mass +INFO: filtering out variable subgrid_cloud_fraction_pbl +INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl +INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc +INFO: filtering out variable surface_air_pressure_at_previous_time_step +INFO: filtering out variable surface_air_pressure_two_time_steps_back +INFO: filtering out variable surface_condensation_mass +INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp +INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable t_prime_q_prime +INFO: filtering out variable t_prime_squared +INFO: filtering out variable temperature_from_previous_timestep +INFO: filtering out variable temperature_tendency_due_to_dynamics +INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_rain_water_mixing_ratio_due_to_microphysics +INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable tke_advect +INFO: filtering out variable tke_at_mass_points +INFO: filtering out variable tke_budget +INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable triple_point_temperature_of_water +INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS +INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vegetation_temperature +INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model +INFO: filtering out variable water_friendly_aerosol_number_concentration +INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable water_storage_in_aquifer +INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil +INFO: filtering out variable water_table_depth +INFO: filtering out variable water_table_recharge_when_deep +INFO: filtering out variable water_table_recharge_when_shallow +INFO: filtering out variable water_vapor_mixing_ratio_at_surface +INFO: filtering out variable water_vapor_specific_humidity_at_previous_time_step +INFO: filtering out variable water_vapor_specific_humidity_two_time_steps_back +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable wood_mass +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_26/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_26/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_26/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_26/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_26/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 12 auto-generated caps to tests/build_fv3_26/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_26/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_26/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_26/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' +++ CCPP_CAPS='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90' ++ source build_fv3_26/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y == *\W\W\3\=\Y* ]] +++ trim ' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ local 'var= -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo -n '-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ CCPP_CMAKE_FLAGS='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__223584 +++ eval 'setup__test_function__223584() { /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__223584 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ ! -d /scratch ]] +++ 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' 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;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' 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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' 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 '_ModuleTable014_;' ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ 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 ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ 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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl ++++ export _ModuleTable001_ ++++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ 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 _ModuleTable014_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__223584 +++ unset __ms_function_name ++ [[ hera.intel == macosx.* ]] ++ [[ hera.intel == linux.* ]] ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl +++ export _ModuleTable001_ +++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ 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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' 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;' 'HDF5="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF_ROOT;' '__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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' 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 +++ 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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ 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 +++ HDF5=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_F +++ __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='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3 +++ export LOADEDMODULES +++ __LMOD_REF_COUNT_MANPATH='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF_ROOT +++ __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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4 +++ export POST_INC +++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /apps/lmod/7.7.18/libexec/lmod bash list ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''post/8.0.5'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''hdf5_parallel/1.10.6'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\''11)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''netcdf_parallel/4.7.4'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''esmf/8.0.0_ParallelNetCDF'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''21)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''14)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''22)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''z/1.2.11'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' +++ echo '' + +++ echo Currently Loaded Modules: +Currently Loaded Modules: +++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '9)' w3emc/2.3.1 '' '' '' '' '17)' post/8.0.5 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 +++ echo '' '' '2)' sutils/default '' '' '' '10)' w3nco/2.0.7 '' '' '' '' '18)' hdf5_parallel/1.10.6 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 +++ echo '' '' '3)' intel/18.0.5.274 '' '11)' g2/3.1.1 '' '' '' '' '' '' '' '19)' netcdf_parallel/4.7.4 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 +++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '12)' g2tmpl/1.6.0 '' '' '' '20)' esmf/8.0.0_ParallelNetCDF + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF +++ echo '' '' '5)' bacio/2.0.3 '' '' '' '' '' '' '13)' crtm/2.2.6 '' '' '' '' '' '21)' cmake/3.9.0 + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 +++ echo '' '' '6)' ip/3.0.2 '' '' '' '' '' '' '' '' '' '14)' jasper/1.900.1 '' '22)' fv3 + 6) ip/3.0.2 14) jasper/1.900.1 22) fv3 +++ echo '' '' '7)' nemsio/2.2.4 '' '' '' '' '' '15)' png/1.2.44 + 7) nemsio/2.2.4 15) png/1.2.44 +++ echo '' '' '8)' sp/2.0.3 '' '' '' '' '' '' '' '' '' '16)' z/1.2.11 + 8) sp/2.0.3 16) z/1.2.11 +++ echo '' + +++ echo '' '' -[INFO] list of the programs selected : ww3_multi -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected +++ echo '' + +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_26 ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -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 +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +ESMFMKFILE: /scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for hera.intel + +C compiler: Intel 18.0.5.20180823 (mpiicc) +CXX compiler: Intel 18.0.5.20180823 (mpiicpc) +Fortran compiler: Intel 18.0.5.20180823 (mpiifort) + +DEBUG is disabled +REPRO is ENABLED +32BIT is disabled +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is ENABLED + + +Selected physics package: gfs + +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v15p2_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26/FV3/ccpp/physics/ccpp_FV3_GFS_v16beta_stochastics_cap.F90 +Force 64 bits in CCPP_layer +-- Configuring done +-- Generating done +-- Build files have been written to: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_26 ++ make -j 8 +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 +[ 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 CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 1%] 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 +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +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 +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 3%] Linking Fortran static library libccpp.a +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 3%] Built target ccpp +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.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/GFDL_parse_tracers.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/machine.F.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/iounitdef.f.o +[ 4%] Linking Fortran static library libfv3cpl.a +[ 4%] Built target fv3cpl +[ 4%] 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 +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/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 +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.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 +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 19%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.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/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/mpp/mpp_domains.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 +[ 22%] 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 +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 23%] 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 +[ 25%] 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/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 +[ 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +[ 28%] 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/physics/gfdl_fv_sat_adj.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/gfdl_cloud_microphys.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_setup.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_fast_physics_cap.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_fast_physics_cap.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 31%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 31%] 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. +[ 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/rrtmg_lw_pre.F90.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/rrtmg_lw_post.F90.o +[ 32%] 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_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/ccpp_FV3_GFS_v16beta_stochastics_cap.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/ccpp_FV3_GFS_v15p2_time_vary_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 +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.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_conserve.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 39%] 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 +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 42%] 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. +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 42%] 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. +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 43%] 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. +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 43%] 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. +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 +[ 43%] 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. +[ 43%] 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. +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 45%] 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. +[ 45%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 47%] 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. +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 49%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 49%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 49%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 50%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15p2_cap.F90.o +[ 50%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v16beta_cap.F90.o +[ 50%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 51%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 52%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 53%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.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 +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 55%] 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/rascnv.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 66%] Linking Fortran static library libccppphys.a +[ 66%] Built target ccppphys +Scanning dependencies of target gfsphysics +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 66%] 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/GFDL_parse_tracers.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 69%] Linking Fortran static library FMS/libfms.a +[ 69%] Built target fms +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 71%] Linking Fortran static library libgfsphysics.a +[ 71%] Built target gfsphysics +Scanning dependencies of target ipd +Scanning dependencies of target ccppdriver +[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 71%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 72%] Linking Fortran static library libccppdriver.a +[ 72%] Built target ccppdriver +[ 73%] Linking Fortran static library libipd.a +[ 73%] Built target ipd +Scanning dependencies of target io +[ 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 +[ 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/external_sst.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/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/module_write_nemsio.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.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.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_eta.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 76%] 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. +[ 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/io/CMakeFiles/io.dir/ffsync.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 78%] 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/tools/init_hydro.F90.o +[ 79%] 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/tools/fv_grid_tools.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 80%] 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_io.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 81%] Linking Fortran static library libio.a +[ 81%] Built target io +[ 81%] 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 +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 83%] 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/tools/test_cases.F90.o +[ 83%] 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 +[ 84%] 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/tools/external_ic.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 85%] 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_control.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 +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 86%] Linking Fortran static library libfv3core.a +[ 86%] Built target fv3core +Scanning dependencies of target stochastic_physics +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 86%] 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/stochy_gg_def.f.o +[ 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 +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.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/get_lats_node_a_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_ls_node_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 +[ 91%] 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 +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 93%] 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/cellular_automata.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/num_parthds_stochy.f.o +[ 94%] Linking Fortran static library libstochastic_physics.a +[ 94%] Built target stochastic_physics +Scanning dependencies of target fv3cap +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 96%] Linking Fortran static library libfv3cap.a +[ 96%] 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/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 +[ 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_NEMS_INTERNAL_STATE.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%] Linking Fortran executable NEMS.exe +/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': +jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_26.exe ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 ../modules.fv3_26 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_26 ++ elapsed=459 ++ echo 'Elapsed time 459 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y finished' +Elapsed time 459 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta REPRO=Y finished ++ SECONDS=0 ++++ readlink -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ MACHINE_ID=hera.intel ++ MAKE_OPT=REPRO=Y ++ BUILD_NAME=fv3_27 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_27 ++ [[ hera.intel == cheyenne.* ]] ++ [[ hera.intel == wcoss_dell_p3 ]] ++ MAKE_THREADS=8 ++ hostname +hfe03 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ echo 'Compiling REPRO=Y into fv3_27.exe on hera.intel' +Compiling REPRO=Y into fv3_27.exe on hera.intel ++ '[' YES = YES ']' ++ rm -rf build_fv3_27 ++ mkdir -p build_fv3_27 ++ CCPP_CMAKE_FLAGS= ++ [[ REPRO=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y' ++ [[ REPRO=Y == *\3\2\B\I\T\=\Y* ]] ++ [[ REPRO=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ REPRO=Y == *\C\C\P\P\=\Y* ]] ++ [[ REPRO=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ REPRO=Y == *\W\W\3\=\Y* ]] +++ trim ' -DREPRO=Y' +++ local 'var= -DREPRO=Y' +++ var=-DREPRO=Y +++ var=-DREPRO=Y +++ echo -n -DREPRO=Y ++ CCPP_CMAKE_FLAGS=-DREPRO=Y ++ source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__229385 +++ eval 'setup__test_function__229385() { /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__229385 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ ! -d /scratch ]] +++ 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' 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;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' 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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' 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 '_ModuleTable014_;' ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ 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 ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ 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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl ++++ export _ModuleTable001_ ++++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ 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 _ModuleTable014_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__229385 +++ unset __ms_function_name ++ [[ hera.intel == macosx.* ]] ++ [[ hera.intel == linux.* ]] ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl +++ export _ModuleTable001_ +++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ 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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' 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;' 'HDF5="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF_ROOT;' '__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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' 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 +++ 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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ 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 +++ HDF5=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_F +++ __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='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3 +++ export LOADEDMODULES +++ __LMOD_REF_COUNT_MANPATH='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF_ROOT +++ __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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4 +++ export POST_INC +++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /apps/lmod/7.7.18/libexec/lmod bash list ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''post/8.0.5'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''hdf5_parallel/1.10.6'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\''11)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''netcdf_parallel/4.7.4'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''esmf/8.0.0_ParallelNetCDF'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''21)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''14)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''22)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''z/1.2.11'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' +++ echo '' + +++ echo Currently Loaded Modules: +Currently Loaded Modules: +++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '9)' w3emc/2.3.1 '' '' '' '' '17)' post/8.0.5 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 +++ echo '' '' '2)' sutils/default '' '' '' '10)' w3nco/2.0.7 '' '' '' '' '18)' hdf5_parallel/1.10.6 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 +++ echo '' '' '3)' intel/18.0.5.274 '' '11)' g2/3.1.1 '' '' '' '' '' '' '' '19)' netcdf_parallel/4.7.4 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 +++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '12)' g2tmpl/1.6.0 '' '' '' '20)' esmf/8.0.0_ParallelNetCDF + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF +++ echo '' '' '5)' bacio/2.0.3 '' '' '' '' '' '' '13)' crtm/2.2.6 '' '' '' '' '' '21)' cmake/3.9.0 + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 +++ echo '' '' '6)' ip/3.0.2 '' '' '' '' '' '' '' '' '' '14)' jasper/1.900.1 '' '22)' fv3 + 6) ip/3.0.2 14) jasper/1.900.1 22) fv3 +++ echo '' '' '7)' nemsio/2.2.4 '' '' '' '' '' '15)' png/1.2.44 + 7) nemsio/2.2.4 15) png/1.2.44 +++ echo '' '' '8)' sp/2.0.3 '' '' '' '' '' '' '' '' '' '16)' z/1.2.11 + 8) sp/2.0.3 16) z/1.2.11 +++ echo '' + +++ echo '' '' -Processing ww3_multi ---------------------- -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' -ad3 : processing ww3_multi - Linking ww3_multi -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' +++ echo '' + +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_27 ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel -DREPRO=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 +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +ESMFMKFILE: /scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for hera.intel + +C compiler: Intel 18.0.5.20180823 (mpiicc) +CXX compiler: Intel 18.0.5.20180823 (mpiicpc) +Fortran compiler: Intel 18.0.5.20180823 (mpiifort) + +DEBUG is disabled +REPRO is ENABLED +32BIT is disabled +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is ENABLED + + +Selected physics package: gfs + +-- Configuring done +-- Generating done +-- Build files have been written to: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_27 ++ make -j 8 +Scanning dependencies of target fv3cpl +[ 1%] 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 +Scanning dependencies of target fms +[ 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 +[ 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +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 +Scanning dependencies of target gfsphysics +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 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/idea_composition.f.o +[ 4%] 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 +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +[ 5%] 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%] Linking Fortran static library libfv3cpl.a +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o +[ 6%] Built target fv3cpl +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 7%] 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 +[ 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 +[ 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 +[ 10%] 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 +[ 11%] 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/iccn_def.f.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/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 +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/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 +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o +[ 21%] 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 +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.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 +[ 23%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 25%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.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. +[ 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_diagnostics.F90.o +[ 28%] 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 +[ 29%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 29%] 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. +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.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/time_manager/time_manager.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.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/diag_manager/diag_grid.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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 +[ 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 +[ 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 +[ 33%] 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. +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.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 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. +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.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 CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +[ 36%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 36%] 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. +[ 36%] 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. +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 40%] 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. +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 CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 41%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 46%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 46%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 46%] Linking Fortran static library FMS/libfms.a +[ 46%] Built target fms +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 67%] 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 Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o +[ 68%] 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 +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o +[ 69%] Linking Fortran static library libgfsphysics.a +[ 69%] Built target gfsphysics +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 +[ 69%] Linking Fortran static library libipd.a +[ 69%] Built target ipd +Scanning dependencies of target io +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +Scanning dependencies of target fv3core +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 74%] 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. +[ 74%] 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 +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 76%] 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/fv_treat_da_inc.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 78%] Linking Fortran static library libio.a +[ 78%] Built target io +[ 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/tools/fv_diagnostics.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/driver/fvGFS/fv_nggps_diag.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.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/model/fv_tracer2d.F90.o +[ 81%] 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_update_phys.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 82%] 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 +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 83%] 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. +Using allocatable derived type array members. +Using cray pointers. +[ 85%] Linking Fortran static library libfv3core.a +[ 85%] Built target fv3core +Scanning dependencies of target stochastic_physics +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 86%] 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_gg_def.f.o +[ 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/compns_stochy.F90.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/setlats_lag_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 +[ 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 +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 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 +[ 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 +[ 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 +[ 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%] 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/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.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 +[ 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 +[ 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 +[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 +/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': +jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_27.exe ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 ../modules.fv3_27 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_27 ++ elapsed=436 ++ echo 'Elapsed time 436 seconds. Compiling REPRO=Y finished' +Elapsed time 436 seconds. Compiling REPRO=Y finished ++ SECONDS=0 ++++ readlink -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ MACHINE_ID=hera.intel ++ MAKE_OPT=WW3=Y ++ BUILD_NAME=fv3_2 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_2 ++ [[ hera.intel == cheyenne.* ]] ++ [[ hera.intel == wcoss_dell_p3 ]] ++ MAKE_THREADS=8 ++ hostname +hfe03 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ echo 'Compiling WW3=Y into fv3_2.exe on hera.intel' +Compiling WW3=Y into fv3_2.exe on hera.intel ++ '[' YES = YES ']' ++ rm -rf build_fv3_2 ++ mkdir -p build_fv3_2 ++ CCPP_CMAKE_FLAGS= ++ [[ WW3=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ WW3=Y == *\R\E\P\R\O\=\Y* ]] ++ [[ WW3=Y == *\3\2\B\I\T\=\Y* ]] ++ [[ WW3=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ WW3=Y == *\C\C\P\P\=\Y* ]] ++ [[ WW3=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ WW3=Y == *\W\W\3\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DWW3=Y' +++ trim ' -DWW3=Y' +++ local 'var= -DWW3=Y' +++ var=-DWW3=Y +++ var=-DWW3=Y +++ echo -n -DWW3=Y ++ CCPP_CMAKE_FLAGS=-DWW3=Y ++ source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__118177 +++ eval 'setup__test_function__118177() { /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__118177 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ ! -d /scratch ]] +++ 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' 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;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' 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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' 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 '_ModuleTable014_;' ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ 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 ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ 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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl ++++ export _ModuleTable001_ ++++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ 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 _ModuleTable014_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__118177 +++ unset __ms_function_name ++ [[ hera.intel == macosx.* ]] ++ [[ hera.intel == linux.* ]] ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl +++ export _ModuleTable001_ +++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ 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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' 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;' 'HDF5="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF_ROOT;' '__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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' 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 +++ 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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ 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 +++ HDF5=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_F +++ __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='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3 +++ export LOADEDMODULES +++ __LMOD_REF_COUNT_MANPATH='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF_ROOT +++ __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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4 +++ export POST_INC +++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /apps/lmod/7.7.18/libexec/lmod bash list ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''post/8.0.5'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''hdf5_parallel/1.10.6'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\''11)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''netcdf_parallel/4.7.4'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''esmf/8.0.0_ParallelNetCDF'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''21)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''14)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''22)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''z/1.2.11'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' +++ echo '' + +++ echo Currently Loaded Modules: +Currently Loaded Modules: +++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '9)' w3emc/2.3.1 '' '' '' '' '17)' post/8.0.5 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 +++ echo '' '' '2)' sutils/default '' '' '' '10)' w3nco/2.0.7 '' '' '' '' '18)' hdf5_parallel/1.10.6 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 +++ echo '' '' '3)' intel/18.0.5.274 '' '11)' g2/3.1.1 '' '' '' '' '' '' '' '19)' netcdf_parallel/4.7.4 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 +++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '12)' g2tmpl/1.6.0 '' '' '' '20)' esmf/8.0.0_ParallelNetCDF + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF +++ echo '' '' '5)' bacio/2.0.3 '' '' '' '' '' '' '13)' crtm/2.2.6 '' '' '' '' '' '21)' cmake/3.9.0 + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 +++ echo '' '' '6)' ip/3.0.2 '' '' '' '' '' '' '' '' '' '14)' jasper/1.900.1 '' '22)' fv3 + 6) ip/3.0.2 14) jasper/1.900.1 22) fv3 +++ echo '' '' '7)' nemsio/2.2.4 '' '' '' '' '' '15)' png/1.2.44 + 7) nemsio/2.2.4 15) png/1.2.44 +++ echo '' '' '8)' sp/2.0.3 '' '' '' '' '' '' '' '' '' '16)' z/1.2.11 + 8) sp/2.0.3 16) z/1.2.11 +++ echo '' + +++ echo '' '' +++ echo '' + +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_2 ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel -DWW3=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 +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +ESMFMKFILE: /scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for hera.intel + +C compiler: Intel 18.0.5.20180823 (mpiicc) +CXX compiler: Intel 18.0.5.20180823 (mpiicpc) +Fortran compiler: Intel 18.0.5.20180823 (mpiifort) + +DEBUG is disabled +REPRO is disabled +32BIT is disabled +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is ENABLED + + +Selected physics package: gfs + +Build WW3: + run: /usr/bin/gmake WW3_PARCOMPN=4 WW3_COMP=hera ww3_nems + in: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/WW3/model/esmf + +-- Configuring done +-- Generating done +-- Build files have been written to: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_2 ++ make -j 8 +Scanning dependencies of target ww3_nems +Scanning dependencies of target fv3cpl +[ 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 +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 2%] 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 +Scanning dependencies of target gfsphysics +[ 2%] 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. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o +[ 2%] 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. +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.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/drifters/drifters_io.F90.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 4%] 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/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 6%] Linking Fortran static library libfv3cpl.a +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o +[ 6%] Built target fv3cpl +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 7%] 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 +[ 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 +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.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 +[ 10%] 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 +[ 11%] 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/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/tracer_const_h.f.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/funcphys.f90.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/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 +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o +[ 21%] 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 +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o +[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 22%] 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. +[ 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. +[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 25%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.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. +[ 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_diagnostics.F90.o +[ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 29%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 29%] 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. +[ 30%] 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_bicubic.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.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/horiz_interp/horiz_interp_spherical.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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 +[ 31%] 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 +[ 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 +[ 33%] 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. +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.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 CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +[ 36%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 36%] 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. +[ 36%] 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. +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_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/drifters/drifters.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 41%] 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. +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.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/interpolator/interpolator.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 41%] 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. +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 46%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 46%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 46%] Linking Fortran static library FMS/libfms.a +[ 46%] Built target fms +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 67%] 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 Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o +[ 68%] 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 +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o +[ 69%] Linking Fortran static library libgfsphysics.a +[ 69%] Built target gfsphysics +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 +[ 69%] Linking Fortran static library libipd.a +[ 69%] Built target ipd +Scanning dependencies of target io +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +Scanning dependencies of target fv3core +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 74%] 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. +[ 74%] 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 +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 78%] Linking Fortran static library libio.a +[ 78%] Built target io +[ 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/tools/fv_diagnostics.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/model/fv_regional_bc.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/driver/fvGFS/fv_nggps_diag.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 81%] 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_update_phys.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 82%] 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_nesting.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 83%] 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. +Using allocatable derived type array members. +Using cray pointers. +[ 85%] Built target ww3_nems +[ 85%] Linking Fortran static library libfv3core.a +[ 85%] Built target fv3core +Scanning dependencies of target stochastic_physics +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 86%] 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_gg_def.f.o +[ 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/stochy_namelist_def.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/compns_stochy.F90.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/setlats_lag_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/get_lats_node_a_stochy.f.o +[ 88%] 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 +[ 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 +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 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 +[ 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 +[ 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 +[ 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%] 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/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.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 +[ 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_Rusage.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.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 +[ 99%] 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 +/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': +jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_2.exe ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 ../modules.fv3_2 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_2 ++ elapsed=478 ++ echo 'Elapsed time 478 seconds. Compiling WW3=Y finished' +Elapsed time 478 seconds. Compiling WW3=Y finished ++ SECONDS=0 ++++ readlink -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ MACHINE_ID=hera.intel ++ MAKE_OPT=32BIT=Y ++ BUILD_NAME=fv3_3 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_3 ++ [[ hera.intel == cheyenne.* ]] ++ [[ hera.intel == wcoss_dell_p3 ]] ++ MAKE_THREADS=8 ++ hostname +hfe03 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ echo 'Compiling 32BIT=Y into fv3_3.exe on hera.intel' +Compiling 32BIT=Y into fv3_3.exe on hera.intel ++ '[' YES = YES ']' ++ rm -rf build_fv3_3 ++ mkdir -p build_fv3_3 ++ CCPP_CMAKE_FLAGS= ++ [[ 32BIT=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ 32BIT=Y == *\R\E\P\R\O\=\Y* ]] ++ [[ 32BIT=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y' ++ [[ 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ 32BIT=Y == *\C\C\P\P\=\Y* ]] ++ [[ 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ 32BIT=Y == *\W\W\3\=\Y* ]] +++ trim ' -D32BIT=Y' +++ local 'var= -D32BIT=Y' +++ var=-D32BIT=Y +++ var=-D32BIT=Y +++ echo -n -D32BIT=Y ++ CCPP_CMAKE_FLAGS=-D32BIT=Y ++ source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__118178 +++ eval 'setup__test_function__118178() { /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__118178 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ ! -d /scratch ]] +++ 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' 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;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' 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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' 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 '_ModuleTable014_;' ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ 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 ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ 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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl ++++ export _ModuleTable001_ ++++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ 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 _ModuleTable014_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__118178 +++ unset __ms_function_name ++ [[ hera.intel == macosx.* ]] ++ [[ hera.intel == linux.* ]] ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl +++ export _ModuleTable001_ +++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ 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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' 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;' 'HDF5="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF_ROOT;' '__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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' 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 +++ 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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ 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 +++ HDF5=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_F +++ __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='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3 +++ export LOADEDMODULES +++ __LMOD_REF_COUNT_MANPATH='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF_ROOT +++ __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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4 +++ export POST_INC +++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /apps/lmod/7.7.18/libexec/lmod bash list ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''post/8.0.5'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''hdf5_parallel/1.10.6'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\''11)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''netcdf_parallel/4.7.4'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''esmf/8.0.0_ParallelNetCDF'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''21)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''14)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''22)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''z/1.2.11'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' +++ echo '' + +++ echo Currently Loaded Modules: +Currently Loaded Modules: +++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '9)' w3emc/2.3.1 '' '' '' '' '17)' post/8.0.5 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 +++ echo '' '' '2)' sutils/default '' '' '' '10)' w3nco/2.0.7 '' '' '' '' '18)' hdf5_parallel/1.10.6 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 +++ echo '' '' '3)' intel/18.0.5.274 '' '11)' g2/3.1.1 '' '' '' '' '' '' '' '19)' netcdf_parallel/4.7.4 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 +++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '12)' g2tmpl/1.6.0 '' '' '' '20)' esmf/8.0.0_ParallelNetCDF + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF +++ echo '' '' '5)' bacio/2.0.3 '' '' '' '' '' '' '13)' crtm/2.2.6 '' '' '' '' '' '21)' cmake/3.9.0 + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 +++ echo '' '' '6)' ip/3.0.2 '' '' '' '' '' '' '' '' '' '14)' jasper/1.900.1 '' '22)' fv3 + 6) ip/3.0.2 14) jasper/1.900.1 22) fv3 +++ echo '' '' '7)' nemsio/2.2.4 '' '' '' '' '' '15)' png/1.2.44 + 7) nemsio/2.2.4 15) png/1.2.44 +++ echo '' '' '8)' sp/2.0.3 '' '' '' '' '' '' '' '' '' '16)' z/1.2.11 + 8) sp/2.0.3 16) z/1.2.11 +++ echo '' + +++ echo '' '' - ********************** - *** end of compilation *** - ********************** +++ echo '' + +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_3 ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel -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 +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +ESMFMKFILE: /scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for hera.intel + +C compiler: Intel 18.0.5.20180823 (mpiicc) +CXX compiler: Intel 18.0.5.20180823 (mpiicpc) +Fortran compiler: Intel 18.0.5.20180823 (mpiifort) + +DEBUG is disabled +REPRO is disabled +32BIT is ENABLED +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is ENABLED + + +Selected physics package: gfs + +Force 64 bits in gfsphysics +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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_3 ++ make -j 8 +Scanning dependencies of target fv3cpl +[ 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 +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.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 +Scanning dependencies of target gfsphysics +[ 2%] 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. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 2%] 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. +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.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 +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 4%] 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/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 6%] 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 +[ 8%] 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%] Linking Fortran static library libfv3cpl.a +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/aerclm_def.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o +[ 8%] Built target fv3cpl +[ 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 CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 10%] 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 +[ 11%] 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/iccn_def.f.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/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 +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.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/radlw_param.f.o +[ 13%] 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/radiation_surface.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o +[ 21%] 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 +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o +[ 25%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 25%] 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 +[ 25%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 25%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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. +[ 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_diagnostics.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o +[ 28%] 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 +[ 29%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 29%] 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. +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.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/time_manager/time_manager.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.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_conserve.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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 +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.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/oda_tools/oda_types.F90.o +[ 33%] 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. +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 35%] 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. +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +[ 35%] 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. +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +[ 36%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 36%] 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. +[ 36%] 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. +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 40%] 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. +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 CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 41%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 46%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 46%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 67%] 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 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 +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o +[ 69%] Linking Fortran static library FMS/libfms.a +[ 69%] Linking Fortran static library libgfsphysics.a +[ 69%] Built target fms +[ 69%] Built target gfsphysics +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 +[ 69%] Linking Fortran static library libipd.a +[ 69%] Built target ipd +Scanning dependencies of target io +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +Scanning dependencies of target fv3core +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 74%] 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. +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.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/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 +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.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/model/fv_tracer2d.F90.o +[ 82%] 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_update_phys.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 83%] 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. +Using allocatable derived type array members. +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/update_ca.f90.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 86%] 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_gg_def.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/compns_stochy.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/get_ls_node_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/epslon_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 +[ 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 +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 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 +[ 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 +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.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%] 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/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.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 +[ 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 +[ 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 +[ 99%] 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 +/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': +jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_3.exe ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 ../modules.fv3_3 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_3 ++ elapsed=452 ++ echo 'Elapsed time 452 seconds. Compiling 32BIT=Y finished' +Elapsed time 452 seconds. Compiling 32BIT=Y finished ++ SECONDS=0 ++++ readlink -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ MACHINE_ID=hera.intel ++ MAKE_OPT='32BIT=Y DEBUG=Y' ++ BUILD_NAME=fv3_4 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_4 ++ [[ hera.intel == cheyenne.* ]] ++ [[ hera.intel == wcoss_dell_p3 ]] ++ MAKE_THREADS=8 ++ hostname +hfe03 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ echo 'Compiling 32BIT=Y DEBUG=Y into fv3_4.exe on hera.intel' +Compiling 32BIT=Y DEBUG=Y into fv3_4.exe on hera.intel ++ '[' YES = YES ']' ++ rm -rf build_fv3_4 ++ mkdir -p build_fv3_4 ++ CCPP_CMAKE_FLAGS= ++ [[ 32BIT=Y DEBUG=Y == *\D\E\B\U\G\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y' ++ [[ 32BIT=Y DEBUG=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y' ++ [[ 32BIT=Y DEBUG=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ 32BIT=Y DEBUG=Y == *\C\C\P\P\=\Y* ]] ++ [[ 32BIT=Y DEBUG=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ 32BIT=Y DEBUG=Y == *\W\W\3\=\Y* ]] +++ trim ' -DDEBUG=Y -D32BIT=Y' +++ local 'var= -DDEBUG=Y -D32BIT=Y' +++ var='-DDEBUG=Y -D32BIT=Y' +++ var='-DDEBUG=Y -D32BIT=Y' +++ echo -n '-DDEBUG=Y -D32BIT=Y' ++ CCPP_CMAKE_FLAGS='-DDEBUG=Y -D32BIT=Y' ++ source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__118179 +++ eval 'setup__test_function__118179() { /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__118179 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ ! -d /scratch ]] +++ 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' 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;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' 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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' 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 '_ModuleTable014_;' ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ 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 ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ 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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl ++++ export _ModuleTable001_ ++++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ 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 _ModuleTable014_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__118179 +++ unset __ms_function_name ++ [[ hera.intel == macosx.* ]] ++ [[ hera.intel == linux.* ]] ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl +++ export _ModuleTable001_ +++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ 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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' 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;' 'HDF5="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF_ROOT;' '__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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' 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 +++ 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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ 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 +++ HDF5=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_F +++ __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='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3 +++ export LOADEDMODULES +++ __LMOD_REF_COUNT_MANPATH='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF_ROOT +++ __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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4 +++ export POST_INC +++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /apps/lmod/7.7.18/libexec/lmod bash list ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''post/8.0.5'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''hdf5_parallel/1.10.6'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\''11)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''netcdf_parallel/4.7.4'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''esmf/8.0.0_ParallelNetCDF'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''21)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''14)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''22)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''z/1.2.11'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' +++ echo '' + +++ echo Currently Loaded Modules: +Currently Loaded Modules: +++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '9)' w3emc/2.3.1 '' '' '' '' '17)' post/8.0.5 + 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 +++ echo '' '' '2)' sutils/default '' '' '' '10)' w3nco/2.0.7 '' '' '' '' '18)' hdf5_parallel/1.10.6 + 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 +++ echo '' '' '3)' intel/18.0.5.274 '' '11)' g2/3.1.1 '' '' '' '' '' '' '' '19)' netcdf_parallel/4.7.4 + 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 +++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '12)' g2tmpl/1.6.0 '' '' '' '20)' esmf/8.0.0_ParallelNetCDF + 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF +++ echo '' '' '5)' bacio/2.0.3 '' '' '' '' '' '' '13)' crtm/2.2.6 '' '' '' '' '' '21)' cmake/3.9.0 + 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 +++ echo '' '' '6)' ip/3.0.2 '' '' '' '' '' '' '' '' '' '14)' jasper/1.900.1 '' '22)' fv3 + 6) ip/3.0.2 14) jasper/1.900.1 22) fv3 +++ echo '' '' '7)' nemsio/2.2.4 '' '' '' '' '' '15)' png/1.2.44 + 7) nemsio/2.2.4 15) png/1.2.44 +++ echo '' '' '8)' sp/2.0.3 '' '' '' '' '' '' '' '' '' '16)' z/1.2.11 + 8) sp/2.0.3 16) z/1.2.11 +++ echo '' + +++ echo '' '' -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/esmf' -mkdir -p /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/nuopc.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL/. -test -d "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL" -Compiling WW3=Y into /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL on hera -cp -fp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3"/conf/modules.fv3 -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 COMP_BINDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL WW3=Y nemsinstall +++ echo '' + +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_4 ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel -DDEBUG=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 +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +ESMFMKFILE: /scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for hera.intel + +C compiler: Intel 18.0.5.20180823 (mpiicc) +CXX compiler: Intel 18.0.5.20180823 (mpiicpc) +Fortran compiler: Intel 18.0.5.20180823 (mpiifort) + +DEBUG is ENABLED +REPRO is disabled +32BIT is ENABLED +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is ENABLED + + +Selected physics package: gfs + +Force 64 bits in gfsphysics +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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_4 ++ make -j 8 +Scanning dependencies of target fv3cpl +[ 1%] 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 +Scanning dependencies of target gfsphysics +Scanning dependencies of target fms +[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 4%] 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. +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 4%] 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. +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/GFDL_parse_tracers.F90.o +[ 4%] 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. +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 4%] Linking Fortran static library libfv3cpl.a +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 5%] Built target fv3cpl +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 6%] 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 +[ 8%] 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 +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.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 +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/surface_perturbation.F90.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccn_def.f.o +[ 10%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg_utils.F90.o +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfdl_cloud_microphys.F90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.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_ +mpp_comm_mpi.inc(1391): #warning: macro redefined: MPP_TYPE_ +mpp_comm_mpi.inc(1392): #warning: macro redefined: MPI_TYPE_ +mpp_comm_mpi.inc(1395): #warning: macro redefined: MPP_TYPE_CREATE_ +mpp_comm_mpi.inc(1396): #warning: macro redefined: MPP_TYPE_ +mpp_comm_mpi.inc(1397): #warning: macro redefined: MPI_TYPE_ +mpp_comm_mpi.inc(1400): #warning: macro redefined: MPP_TYPE_CREATE_ +mpp_comm_mpi.inc(1401): #warning: macro redefined: MPP_TYPE_ +mpp_comm_mpi.inc(1402): #warning: macro redefined: MPI_TYPE_ +mpp_comm_mpi.inc(1405): #warning: macro redefined: MPP_TYPE_CREATE_ +mpp_comm_mpi.inc(1406): #warning: macro redefined: MPP_TYPE_ +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_ +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.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/radsw_param.f.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o +[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 15%] 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. +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.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/GFS_layer/GFS_typedefs.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 23%] 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 +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o +[ 24%] 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 +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.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_diagnostics.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_radiation_driver.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 29%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o +[ 29%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 29%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o +[ 29%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o +[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o +[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o +[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o +[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o +[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o +[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o +[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o +[ 51%] Linking Fortran static library libgfsphysics.a +[ 51%] Built target gfsphysics +Scanning dependencies of target ipd +[ 51%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 51%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 51%] Linking Fortran static library libipd.a +[ 51%] Built target ipd +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 52%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 52%] 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%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 54%] 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. +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 55%] 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. +[ 56%] 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. +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 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/field_manager/fm_util.F90.o +[ 58%] 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. +[ 58%] 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 59%] 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. +[ 59%] 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. +[ 59%] 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. +[ 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 +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.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 +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 63%] 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/fft/fft.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 64%] 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 +[ 64%] 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. +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 64%] 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 +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 65%] 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 +[ 67%] 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 +[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 69%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 69%] 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. +[ 69%] Linking Fortran static library FMS/libfms.a +[ 69%] Built target fms +Scanning dependencies of target io +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +Scanning dependencies of target fv3core +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 74%] 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 +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 78%] Linking Fortran static library libio.a +[ 78%] Built target io +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o +[ 79%] 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_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/test_cases.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.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/driver/fvGFS/fv_nggps_diag.F90.o +[ 81%] 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 +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 82%] 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 +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 83%] 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. +Using allocatable derived type array members. +Using cray pointers. +[ 85%] Linking Fortran static library libfv3core.a +[ 85%] Built target fv3core +Scanning dependencies of target stochastic_physics +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 86%] 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_gg_def.f.o +[ 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/compns_stochy.F90.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/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/pln2eo_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/dezouv_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/dozeuv_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 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 +[ 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 +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 +[ 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%] 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/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.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 +[ 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_SpaceWeather.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 +[ 99%] 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 +/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': +jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_4.exe ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 ../modules.fv3_4 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_4 ++ elapsed=167 ++ echo 'Elapsed time 167 seconds. Compiling 32BIT=Y DEBUG=Y finished' +Elapsed time 167 seconds. Compiling 32BIT=Y DEBUG=Y finished ++ SECONDS=0 ++++ readlink -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ MACHINE_ID=hera.intel ++ MAKE_OPT=REPRO=Y ++ BUILD_NAME=fv3_5 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_5 ++ [[ hera.intel == cheyenne.* ]] ++ [[ hera.intel == wcoss_dell_p3 ]] ++ MAKE_THREADS=8 ++ hostname +hfe03 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ echo 'Compiling REPRO=Y into fv3_5.exe on hera.intel' +Compiling REPRO=Y into fv3_5.exe on hera.intel ++ '[' YES = YES ']' ++ rm -rf build_fv3_5 ++ mkdir -p build_fv3_5 ++ CCPP_CMAKE_FLAGS= ++ [[ REPRO=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y' ++ [[ REPRO=Y == *\3\2\B\I\T\=\Y* ]] ++ [[ REPRO=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ REPRO=Y == *\C\C\P\P\=\Y* ]] ++ [[ REPRO=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ REPRO=Y == *\W\W\3\=\Y* ]] +++ trim ' -DREPRO=Y' +++ local 'var= -DREPRO=Y' +++ var=-DREPRO=Y +++ var=-DREPRO=Y +++ echo -n -DREPRO=Y ++ CCPP_CMAKE_FLAGS=-DREPRO=Y ++ source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__118184 +++ eval 'setup__test_function__118184() { /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__118184 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ ! -d /scratch ]] +++ 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' 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;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' 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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' 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 '_ModuleTable014_;' ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ 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 ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ 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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl ++++ export _ModuleTable001_ ++++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ 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 _ModuleTable014_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__118184 +++ unset __ms_function_name ++ [[ hera.intel == macosx.* ]] ++ [[ hera.intel == linux.* ]] ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl +++ export _ModuleTable001_ +++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ 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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' 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;' 'HDF5="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF_ROOT;' '__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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' 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 +++ 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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ 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 +++ HDF5=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_F +++ __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='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3 +++ export LOADEDMODULES +++ __LMOD_REF_COUNT_MANPATH='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF_ROOT +++ __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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4 +++ export POST_INC +++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /apps/lmod/7.7.18/libexec/lmod bash list ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''post/8.0.5'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''hdf5_parallel/1.10.6'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\''11)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''netcdf_parallel/4.7.4'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''esmf/8.0.0_ParallelNetCDF'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''21)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''14)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''22)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''z/1.2.11'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' +++ echo '' +++ echo Currently Loaded Modules: Currently Loaded Modules: +++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '9)' w3emc/2.3.1 '' '' '' '' '17)' post/8.0.5 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 +++ echo '' '' '2)' sutils/default '' '' '' '10)' w3nco/2.0.7 '' '' '' '' '18)' hdf5_parallel/1.10.6 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 +++ echo '' '' '3)' intel/18.0.5.274 '' '11)' g2/3.1.1 '' '' '' '' '' '' '' '19)' netcdf_parallel/4.7.4 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 +++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '12)' g2tmpl/1.6.0 '' '' '' '20)' esmf/8.0.0_ParallelNetCDF 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF +++ echo '' '' '5)' bacio/2.0.3 '' '' '' '' '' '' '13)' crtm/2.2.6 '' '' '' '' '' '21)' cmake/3.9.0 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 - 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems +++ echo '' '' '6)' ip/3.0.2 '' '' '' '' '' '' '' '' '' '14)' jasper/1.900.1 '' '22)' fv3 + 6) ip/3.0.2 14) jasper/1.900.1 22) fv3 +++ echo '' '' '7)' nemsio/2.2.4 '' '' '' '' '' '15)' png/1.2.44 7) nemsio/2.2.4 15) png/1.2.44 +++ echo '' '' '8)' sp/2.0.3 '' '' '' '' '' '' '' '' '' '16)' z/1.2.11 8) sp/2.0.3 16) z/1.2.11 +++ echo '' +++ echo '' '' +++ echo '' -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Building dependencies ... -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -gmake -C cpl FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL - -Build standalone FV3 io ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' - -Build standalone FV3 io ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_cplfields.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_cap_cpl.F90 -ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o -ar: creating libfv3cpl.a -a - module_cplfields.o -a - module_cap_cpl.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit - -Build standalone FV3 gfsphysics ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -makefile:278: depend: No such file or directory -Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' - -Build standalone FV3 gfsphysics ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o -mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o -mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o -mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o -ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o -ar: creating libgfsphys.a -a - physics/cnvc90.o -a - physics/co2hc.o -a - physics/date_def.o -a - physics/dcyc2.o -a - physics/dcyc2.pre.rad.o -a - physics/efield.o -a - physics/get_prs.o -a - physics/gocart_tracer_config_stub.o -a - physics/gscond.o -a - physics/gscondp.o -a - physics/gwdc.o -a - physics/gwdps.o -a - physics/ugwp_driver_v0.o -a - physics/cires_orowam2017.o -a - physics/h2o_def.o -a - physics/h2oc.o -a - physics/h2ohdc.o -a - physics/h2ophys.o -a - physics/ideaca.o -a - physics/idea_co2.o -a - physics/idea_composition.o -a - physics/idea_dissipation.o -a - physics/idea_h2o.o -a - physics/idea_ion.o -a - physics/idea_o2_o3.o -a - physics/idea_phys.o -a - physics/idea_solar_heating.o -a - physics/idea_tracer.o -a - physics/iounitdef.o -a - physics/lrgsclr.o -a - physics/mersenne_twister.o -a - physics/mfpbl.o -a - physics/mfpblt.o -a - physics/mfpbltq.o -a - physics/mfscu.o -a - physics/mfscuq.o -a - physics/module_bfmicrophysics.o -a - physics/moninedmf.o -a - physics/moninedmf_hafs.o -a - physics/moninp.o -a - physics/moninp1.o -a - physics/moninq.o -a - physics/moninq1.o -a - physics/moninshoc.o -a - physics/mstadb.o -a - physics/mstadbtn.o -a - physics/mstadbtn2.o -a - physics/mstcnv.o -a - physics/namelist_soilveg.o -a - physics/ozne_def.o -a - physics/iccn_def.o -a - physics/aerclm_def.o -a - physics/ozphys.o -a - physics/ozphys_2015.o -a - physics/physparam.o -a - physics/precpd.o -a - physics/precpd_shoc.o -a - physics/precpdp.o -a - physics/progt2.o -a - physics/progtm_module.o -a - physics/rad_initialize.o -a - physics/radiation_aerosols.o -a - physics/radiation_astronomy.o -a - physics/radiation_clouds.o -a - physics/radiation_gases.o -a - physics/radiation_surface.o -a - physics/radlw_datatb.o -a - physics/radlw_main.o -a - physics/radlw_param.o -a - physics/radsw_datatb.o -a - physics/radsw_main.o -a - physics/radsw_param.o -a - physics/rascnvv2.o -a - physics/rayleigh_damp.o -a - physics/rayleigh_damp_mesopause.o -a - physics/samfaerosols.o -a - physics/samfdeepcnv.o -a - physics/samfshalcnv.o -a - physics/sascnv.o -a - physics/sascnvn.o -a - physics/satmedmfvdif.o -a - physics/satmedmfvdifq.o -a - physics/set_soilveg.o -a - physics/sfc_cice.o -a - physics/sfc_diag.o -a - physics/sfc_diff.o -a - physics/sfc_drv.o -a - physics/sfc_noahmp_drv.o -a - physics/sfc_nst.o -a - physics/sfc_ocean.o -a - physics/sfc_sice.o -a - physics/sflx.o -a - physics/shalcnv.o -a - physics/shalcv.o -a - physics/shalcv_1lyr.o -a - physics/shalcv_fixdp.o -a - physics/shalcv_opr.o -a - physics/tracer_const_h.o -a - physics/tridi2t3.o -a - physics/calpreciptype.o -a - physics/funcphys.o -a - physics/gcm_shoc.o -a - physics/get_prs_fv3.o -a - physics/h2ointerp.o -a - physics/module_nst_model.o -a - physics/module_nst_parameters.o -a - physics/module_nst_water_prop.o -a - physics/ozinterp.o -a - physics/module_wrf_utl.o -a - physics/noahmp_tables.o -a - physics/module_sf_noahmplsm.o -a - physics/module_sf_noahmp_glacier.o -a - physics/iccninterp.o -a - physics/aerinterp.o -a - physics/wam_f107_kp_mod.o -a - physics/aer_cloud.o -a - physics/cldmacro.o -a - physics/cldwat2m_micro.o -a - physics/gfs_phy_tracer_config.o -a - physics/machine.o -a - physics/num_parthds.o -a - physics/sfcsub.o -a - physics/wv_saturation.o -a - physics/GFDL_parse_tracers.o -a - physics/gcycle.o -a - physics/cires_ugwp_initialize.o -a - physics/cires_ugwp_module.o -a - physics/cires_ugwp_utils.o -a - physics/cires_ugwp_triggers.o -a - physics/cires_ugwp_solvers.o -a - physics/cires_vert_lsatdis.o -a - physics/cires_vert_orodis.o -a - physics/cires_vert_wmsdis.o -a - physics/gfdl_cloud_microphys.o -a - physics/micro_mg_utils.o -a - physics/micro_mg2_0.o -a - physics/micro_mg3_0.o -a - physics/m_micro_driver.o -a - physics/cs_conv.o -a - physics/GFS_debug.o -a - physics/module_mp_radar.o -a - physics/module_mp_thompson_gfs.o -a - physics/module_mp_wsm6_fv3.o -a - physics/physcons.o -a - physics/surface_perturbation.o -a - GFS_layer/GFS_abstraction_layer.o -a - GFS_layer/GFS_diagnostics.o -a - GFS_layer/GFS_driver.o -a - GFS_layer/GFS_physics_driver.o -a - GFS_layer/GFS_radiation_driver.o -a - GFS_layer/GFS_restart.o -a - GFS_layer/GFS_typedefs.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -gmake -C ipd FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit - -Build standalone FV3 gfsphysics ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -makefile:54: depend: No such file or directory -Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' - -Build standalone FV3 gfsphysics ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o -ar rv libipd.a IPD_driver.o IPD_typedefs.o -ar: creating libipd.a -a - IPD_driver.o -a - IPD_typedefs.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -gmake -C io FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL - -Build standalone FV3 io ... - -$ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include] -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' - -Build standalone FV3 io ... - -$ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include] -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c FV3GFS_io.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_internal_state.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf_parallel.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.5_4 -c post_gfs.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_wrt_grid_comp.F90 -ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o -ar: creating libfv3io.a -a - ffsync.o -a - FV3GFS_io.o -a - post_gfs.o -a - post_nems_routines.o -a - module_write_nemsio.o -a - module_write_netcdf.o -a - module_write_netcdf_parallel.o -a - module_fv3_io_def.o -a - module_write_internal_state.o -a - module_wrt_grid_comp.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL - -Build standalone FV3 fv3core ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' - -Build standalone FV3 fv3core ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ar rv libfv3core.a model/a2b_edge.o model/multi_gases.o model/boundary.o model/dyn_core.o model/fv_arrays.o model/fv_cmp.o model/fv_control.o model/fv_dynamics.o model/fv_fill.o model/fv_grid_utils.o model/fv_mapz.o model/fv_nesting.o model/fv_regional_bc.o model/fv_sg.o model/fv_tracer2d.o model/fv_update_phys.o model/sw_core.o model/tp_core.o model/nh_core.o model/nh_utils.o tools/external_ic.o tools/external_sst.o tools/fv_diagnostics.o tools/fv_eta.o tools/fv_grid_tools.o tools/fv_io.o tools/fv_mp_mod.o tools/fv_nudge.o tools/fv_treat_da_inc.o tools/fv_iau_mod.o tools/fv_restart.o tools/fv_surf_map.o tools/fv_timing.o tools/init_hydro.o tools/sim_nc_mod.o tools/sorted_index.o tools/test_cases.o driver/fvGFS/DYCORE_typedefs.o driver/fvGFS/fv_nggps_diag.o driver/fvGFS/atmosphere.o -ar: creating libfv3core.a -a - model/a2b_edge.o -a - model/multi_gases.o -a - model/boundary.o -a - model/dyn_core.o -a - model/fv_arrays.o -a - model/fv_cmp.o -a - model/fv_control.o -a - model/fv_dynamics.o -a - model/fv_fill.o -a - model/fv_grid_utils.o -a - model/fv_mapz.o -a - model/fv_nesting.o -a - model/fv_regional_bc.o -a - model/fv_sg.o -a - model/fv_tracer2d.o -a - model/fv_update_phys.o -a - model/sw_core.o -a - model/tp_core.o -a - model/nh_core.o -a - model/nh_utils.o -a - tools/external_ic.o -a - tools/external_sst.o -a - tools/fv_diagnostics.o -a - tools/fv_eta.o -a - tools/fv_grid_tools.o -a - tools/fv_io.o -a - tools/fv_mp_mod.o -a - tools/fv_nudge.o -a - tools/fv_treat_da_inc.o -a - tools/fv_iau_mod.o -a - tools/fv_restart.o -a - tools/fv_surf_map.o -a - tools/fv_timing.o -a - tools/init_hydro.o -a - tools/sim_nc_mod.o -a - tools/sorted_index.o -a - tools/test_cases.o -a - driver/fvGFS/DYCORE_typedefs.o -a - driver/fvGFS/fv_nggps_diag.o -a - driver/fvGFS/atmosphere.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit - -Build standalone FV3 stochastic_physics ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -makefile:86: depend: No such file or directory -Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' - -Build standalone FV3 stochastic_physics ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o -ar: creating libstochastic_physics.a -a - stochy_gg_def.o -a - stochy_resol_def.o -a - stochy_layout_lag.o -a - four_to_grid_stochy.o -a - glats_stochy.o -a - sumfln_stochy.o -a - gozrineo_stochy.o -a - num_parthds_stochy.o -a - get_ls_node_stochy.o -a - get_lats_node_a_stochy.o -a - setlats_a_stochy.o -a - setlats_lag_stochy.o -a - epslon_stochy.o -a - getcon_lag_stochy.o -a - pln2eo_stochy.o -a - dozeuv_stochy.o -a - dezouv_stochy.o -a - cellular_automata.o -a - update_ca.o -a - plumes.o -a - spectral_layout.o -a - getcon_spectral.o -a - stochy_namelist_def.o -a - compns_stochy.o -a - stochy_internal_state_mod.o -a - stochastic_physics.o -a - stochy_patterngenerator.o -a - stochy_data_mod.o -a - get_stochy_pattern.o -a - initialize_spectral_mod.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fv3_config.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c time_utils.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c atmos_model.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fcst_grid_comp.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c fv3_cap.F90 -ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o -ar: creating libfv3cap.a -a - atmos_model.o -a - module_fv3_config.o -a - module_fcst_grid_comp.o -a - time_utils.o -a - fv3_cap.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -gmake esmf_make_fragment FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -# additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/nems_dir" >> fv3.mk - -Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk - -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Installation into "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL" complete! - -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -test -d /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -( \ -echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo fms_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo ww3_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk" ; echo fv3_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ -set -e ; \ -for m in /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ - test -s $m ; \ -done ; \ -echo build NEMS after /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src ; \ -gmake nems \ - COMPONENTS="FMS WW3 FV3" \ - FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL WW3_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL FV3_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL TARGET="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x" ; \ -test -x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_5 ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel -DREPRO=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 +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +ESMFMKFILE: /scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for hera.intel + +C compiler: Intel 18.0.5.20180823 (mpiicc) +CXX compiler: Intel 18.0.5.20180823 (mpiicpc) +Fortran compiler: Intel 18.0.5.20180823 (mpiifort) + +DEBUG is disabled +REPRO is ENABLED +32BIT is disabled +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is ENABLED + + +Selected physics package: gfs + +-- Configuring done +-- Generating done +-- Build files have been written to: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_5 ++ make -j 8 +Scanning dependencies of target fv3cpl +[ 1%] 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 +Scanning dependencies of target fms +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 2%] 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/cloud_interpolator.F90.o +[ 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.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 +[ 4%] 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/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +[ 5%] 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/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 7%] 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 +[ 8%] Linking Fortran static library libfv3cpl.a +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o +[ 8%] Built target fv3cpl +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.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 +[ 10%] 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 +[ 11%] 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/iccn_def.f.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/gfdl_cloud_microphys.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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 +[ 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 +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o +[ 21%] 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 +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.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_efp.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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 25%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.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. +[ 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_diagnostics.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o +[ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 29%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 29%] 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. +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.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_bilinear.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/horiz_interp/horiz_interp_spherical.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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 +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 33%] 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. +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.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 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. +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.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 CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +[ 36%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 36%] 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. +[ 36%] 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. +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 40%] 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. +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 CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.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/interpolator/interpolator.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.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/random_numbers/random_numbers.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 46%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 46%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 46%] Linking Fortran static library FMS/libfms.a +[ 46%] Built target fms +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 67%] 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 Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o +[ 68%] 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 +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o +[ 69%] Linking Fortran static library libgfsphysics.a +[ 69%] Built target gfsphysics +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 +[ 69%] Linking Fortran static library libipd.a +[ 69%] Built target ipd +Scanning dependencies of target io +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +Scanning dependencies of target fv3core +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 74%] 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. +[ 74%] 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 +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 78%] Linking Fortran static library libio.a +[ 78%] Built target io +[ 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/model/fv_regional_bc.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/driver/fvGFS/fv_nggps_diag.F90.o +[ 81%] 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 +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 83%] 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. +Using allocatable derived type array members. +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/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/stochy_gg_def.f.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_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/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/epslon_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 +[ 88%] 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/pln2eo_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o +[ 90%] 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/stochy_internal_state_mod.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 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/cellular_automata.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/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 +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.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%] 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/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/module_EARTH_INTERNAL_STATE.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 +[ 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 +[ 99%] 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 +/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': +jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_5.exe ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 ../modules.fv3_5 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_5 ++ elapsed=448 ++ echo 'Elapsed time 448 seconds. Compiling REPRO=Y finished' +Elapsed time 448 seconds. Compiling REPRO=Y finished ++ SECONDS=0 ++++ readlink -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ MACHINE_ID=hera.intel ++ MAKE_OPT='REPRO=Y WW3=Y' ++ BUILD_NAME=fv3_6 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_6 ++ [[ hera.intel == cheyenne.* ]] ++ [[ hera.intel == wcoss_dell_p3 ]] ++ MAKE_THREADS=8 ++ hostname +hfe03 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ echo 'Compiling REPRO=Y WW3=Y into fv3_6.exe on hera.intel' +Compiling REPRO=Y WW3=Y into fv3_6.exe on hera.intel ++ '[' YES = YES ']' ++ rm -rf build_fv3_6 ++ mkdir -p build_fv3_6 ++ CCPP_CMAKE_FLAGS= ++ [[ REPRO=Y WW3=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y WW3=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y' ++ [[ REPRO=Y WW3=Y == *\3\2\B\I\T\=\Y* ]] ++ [[ REPRO=Y WW3=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ REPRO=Y WW3=Y == *\C\C\P\P\=\Y* ]] ++ [[ REPRO=Y WW3=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ REPRO=Y WW3=Y == *\W\W\3\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DWW3=Y' +++ trim ' -DREPRO=Y -DWW3=Y' +++ local 'var= -DREPRO=Y -DWW3=Y' +++ var='-DREPRO=Y -DWW3=Y' +++ var='-DREPRO=Y -DWW3=Y' +++ echo -n '-DREPRO=Y -DWW3=Y' ++ CCPP_CMAKE_FLAGS='-DREPRO=Y -DWW3=Y' ++ source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__249203 +++ eval 'setup__test_function__249203() { /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__249203 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ ! -d /scratch ]] +++ 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' 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;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' 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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' 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 '_ModuleTable014_;' ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ 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 ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ 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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl ++++ export _ModuleTable001_ ++++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ 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 _ModuleTable014_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__249203 +++ unset __ms_function_name ++ [[ hera.intel == macosx.* ]] ++ [[ hera.intel == linux.* ]] ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl +++ export _ModuleTable001_ +++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ 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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' 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;' 'HDF5="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF_ROOT;' '__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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' 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 +++ 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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ 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 +++ HDF5=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_F +++ __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='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3 +++ export LOADEDMODULES +++ __LMOD_REF_COUNT_MANPATH='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF_ROOT +++ __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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4 +++ export POST_INC +++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /apps/lmod/7.7.18/libexec/lmod bash list ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''post/8.0.5'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''hdf5_parallel/1.10.6'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\''11)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''netcdf_parallel/4.7.4'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''esmf/8.0.0_ParallelNetCDF'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''21)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''14)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''22)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''z/1.2.11'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' +++ echo '' +++ echo Currently Loaded Modules: Currently Loaded Modules: +++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '9)' w3emc/2.3.1 '' '' '' '' '17)' post/8.0.5 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 +++ echo '' '' '2)' sutils/default '' '' '' '10)' w3nco/2.0.7 '' '' '' '' '18)' hdf5_parallel/1.10.6 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 +++ echo '' '' '3)' intel/18.0.5.274 '' '11)' g2/3.1.1 '' '' '' '' '' '' '' '19)' netcdf_parallel/4.7.4 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 +++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '12)' g2tmpl/1.6.0 '' '' '' '20)' esmf/8.0.0_ParallelNetCDF 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF +++ echo '' '' '5)' bacio/2.0.3 '' '' '' '' '' '' '13)' crtm/2.2.6 '' '' '' '' '' '21)' cmake/3.9.0 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 - 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems +++ echo '' '' '6)' ip/3.0.2 '' '' '' '' '' '' '' '' '' '14)' jasper/1.900.1 '' '22)' fv3 + 6) ip/3.0.2 14) jasper/1.900.1 22) fv3 +++ echo '' '' '7)' nemsio/2.2.4 '' '' '' '' '' '15)' png/1.2.44 7) nemsio/2.2.4 15) png/1.2.44 +++ echo '' '' '8)' sp/2.0.3 '' '' '' '' '' '' '' '' '' '16)' z/1.2.11 8) sp/2.0.3 16) z/1.2.11 +++ echo '' +++ echo '' '' +++ echo '' + +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_6 ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel -DREPRO=Y -DWW3=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 +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +ESMFMKFILE: /scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for hera.intel + +C compiler: Intel 18.0.5.20180823 (mpiicc) +CXX compiler: Intel 18.0.5.20180823 (mpiicpc) +Fortran compiler: Intel 18.0.5.20180823 (mpiifort) + +DEBUG is disabled +REPRO is ENABLED +32BIT is disabled +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is ENABLED -build NEMS after /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -Components in linker order: FV3 WW3 FMS -FV3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -WW3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk -FMS: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" -CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" -CPPFLAGS += ESMF_VERSION_MINOR="0" -CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" -CPPFLAGS += ESMF_VERSION_STRING="8.0.0" -CPPFLAGS += ESMF_VERSION_REVISION="0" -CPPFLAGS += ESMF_VERSION_MAJOR="8" -CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c ENS_CplComp_ESMFMod_STUB.f90 -ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o -ar: creating ENS_Cpl.a -a - ENS_CplComp_ESMFMod_STUB.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_WW3=WMESMFMD -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:56:25 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 -mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o -'module_NEMS_UTILS.tmp.o' -> 'module_NEMS_UTILS.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_WW3=WMESMFMD -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:56:25 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 -mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o -'module_MEDIATOR_methods.tmp.o' -> 'module_MEDIATOR_methods.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_WW3=WMESMFMD -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:56:25 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 -mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o -'module_MEDIATOR.tmp.o' -> 'module_MEDIATOR.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_WW3=WMESMFMD -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:56:25 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 -mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o -'module_MEDIATOR_SpaceWeather.tmp.o' -> 'module_MEDIATOR_SpaceWeather.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_WW3=WMESMFMD -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:56:25 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 -mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o -'module_EARTH_INTERNAL_STATE.tmp.o' -> 'module_EARTH_INTERNAL_STATE.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_WW3=WMESMFMD -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:56:25 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 -mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o -'module_EARTH_GRID_COMP.tmp.o' -> 'module_EARTH_GRID_COMP.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_WW3=WMESMFMD -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:56:25 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 -mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o -'module_NEMS_INTERNAL_STATE.tmp.o' -> 'module_NEMS_INTERNAL_STATE.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_WW3=WMESMFMD -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:56:25 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 -mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o -'module_NEMS_GRID_COMP.tmp.o' -> 'module_NEMS_GRID_COMP.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_WW3=WMESMFMD -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:56:25 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 -mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o -'module_NEMS_Rusage.tmp.o' -> 'module_NEMS_Rusage.o' -mpiicc -c nems_c_rusage.c -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_WW3=WMESMFMD -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:56:25 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 -mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o -'MAIN_NEMS.tmp.o' -> 'MAIN_NEMS.o' -echo libgocart is -libgocart is -echo extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf -extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf -mpiifort -o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/obj_HYB/libww3_multi_esmf.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf + +Selected physics package: gfs + +Build WW3: + run: /usr/bin/gmake WW3_PARCOMPN=4 WW3_COMP=hera ww3_nems + in: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/WW3/model/esmf + +-- Configuring done +-- Generating done +-- Build files have been written to: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_6 ++ make -j 8 +Scanning dependencies of target ww3_nems +Scanning dependencies of target fv3cpl +[ 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 +[ 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 +[ 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 +Scanning dependencies of target gfsphysics +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 2%] 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. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 2%] 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/drifters_io.F90.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.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 +[ 4%] 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%] Linking Fortran static library libfv3cpl.a +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +[ 5%] Built target fv3cpl +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 6%] 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 +[ 8%] 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/progtm_module.f.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.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/surface_perturbation.F90.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/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/iccn_def.f.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/gfdl_cloud_microphys.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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 +[ 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 +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o +[ 21%] 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 +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o +[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 22%] 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. +[ 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. +[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 25%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.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. +[ 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_diagnostics.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o +[ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 28%] Built target ww3_nems +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 29%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 29%] 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. +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.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_bilinear.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_conserve.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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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 +[ 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 +[ 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 +[ 33%] 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. +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.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 CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +[ 36%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 36%] 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. +[ 36%] 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. +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 40%] 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. +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 CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 41%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 46%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 46%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 46%] Linking Fortran static library FMS/libfms.a +[ 46%] Built target fms +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 67%] 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 Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o +[ 68%] 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 +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o +[ 69%] Linking Fortran static library libgfsphysics.a +[ 69%] Built target gfsphysics +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 +[ 69%] Linking Fortran static library libipd.a +[ 69%] Built target ipd +Scanning dependencies of target io +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +Scanning dependencies of target fv3core +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 74%] 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. +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 78%] Linking Fortran static library libio.a +[ 78%] Built target io +[ 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/driver/fvGFS/fv_nggps_diag.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/model/fv_regional_bc.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_tracer2d.F90.o +[ 81%] 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_update_phys.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 83%] 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. +Using allocatable derived type array members. +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/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/spectral_layout.F90.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o +[ 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/stochy_namelist_def.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/compns_stochy.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/get_lats_node_a_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_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 +[ 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 +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 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 +[ 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 +[ 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 +[ 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%] 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/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/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_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 +[ 99%] 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 /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -set -xe ; cp "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x" "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/tests/fv3_2.exe" -+ cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/tests/fv3_2.exe +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_6.exe ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 ../modules.fv3_6 ++ cd .. + '[' YES = YES ']' -+ gmake -j 8 -k COMPONENTS=WW3,FMS,FV3 TEST_BUILD_NAME=fv3_2 BUILD_ENV=hera.intel FV3_MAKEOPT=WW3=Y NEMS_BUILDOPT= clean -Will copy modules.nems and NEMS.x as fv3_2 under tests/ -NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS WW3 FV3' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk" -Adding FV3 makeopts to FMS makeopts -cat /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs ; \ - exec gmake WW3=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -Cleaning fms ... - -cd .. ; \ -ls -1 */*.a */*.o */*.mod */depend \ - | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ -rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/esmf ; \ -export COMP_SRCDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model" COMP_BINDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="hera" ; \ -export ESMFMKFILE=/dev/null ; \ -exec gmake distclean - -Currently Loaded Modules: - 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 - 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 - 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 - 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF - 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 - 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems - 7) nemsio/2.2.4 15) png/1.2.44 - 8) sp/2.0.3 16) z/1.2.11 - - - -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/esmf' -\rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/exe/ww3_multi_esmf *.o *.mod -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3_clean -c - - ***************************** - *** WAVEWATCH III clean *** - ***************************** - - Clean up /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp - Clean up /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin - Clean up /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn - Clean up /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/aux - Remove /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/mod - Remove /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/mod_HYB - Remove /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/mod_SEQ - Remove /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/obj - Remove /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/obj_HYB - Remove /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/obj_SEQ - Remove /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp - Clean up /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin - Remove /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/exe - Clean up /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/../regtests -\rm -fr /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp -\rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/wwatch3.env -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/esmf' -cd "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model" ; \ -rm -rf exe mod* obj* tmp ftn/makefile ftn/makefile_DIST \ - ftn/makefile_SHRD esmf/wwatch3.env aux/makefile \ - bin/link bin/comp ; \ -find . -name '*.o' -o -name '*.mod' -o -name '*.a' \ - | xargs rm -f -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/modules.fv3 -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 ; exec gmake \ - -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Cleaning ... - -(cd gfsphysics && make clean) - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning gfsphysics ... - -rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -(cd ccpp/driver && make clean) - -Build CCPP layer ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -makefile:67: depend: No such file or directory -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' - -Build CCPP layer ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -Cleaning CCPP_layer ... - -rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -(cd ipd && make clean) - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning ipd ... - -rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -(cd ../stochastic_physics && make clean) - -Build standalone FV3 stochastic_physics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning stochastic_physics ... - -rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -(cd io && make clean) - -Build standalone FV3 io ... - -$ESMF_INC is [] -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning io ... - -rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -(cd atmos_cubed_sphere && make clean) - -Build standalone FV3 fv3core ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning fv3core ... - -rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -(cd cpl && make clean) - -Build standalone FV3 io ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning io ... - -rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend -rm -f -rf nems_dir fv3.mk FV3_INSTALL -rm -f -f conf/modules.fv3 -rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/configure.fv3 \ - /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/modules.fv3 -if ! test -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ - delete_nuopc=yes ; \ -fi ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS WW3 FV3" \ - INCLUDES_ARE_OPTIONAL=YES clean ; \ -if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ -fi -Components in linker order: FV3 WW3 FMS -FV3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -WW3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk -FMS: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" -CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" -CPPFLAGS += ESMF_VERSION_MINOR="0" -CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" -CPPFLAGS += ESMF_VERSION_STRING="8.0.0" -CPPFLAGS += ESMF_VERSION_REVISION="0" -CPPFLAGS += ESMF_VERSION_MAJOR="8" -CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -rm -f -f *.tmp.f90 *.lst *.o *.mod lm map -cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -+ elapsed=962 -+ echo 'Elapsed time 962 seconds. Compiling WW3=Y finished' -Elapsed time 962 seconds. Compiling WW3=Y finished ++ rm -rf build_fv3_6 ++ elapsed=450 ++ echo 'Elapsed time 450 seconds. Compiling REPRO=Y WW3=Y finished' +Elapsed time 450 seconds. Compiling REPRO=Y WW3=Y finished + SECONDS=0 -+ [[ 3 -lt 2 ]] -+ readonly PATHTR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -+ PATHTR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -+ readonly APP=standaloneFV3 -+ APP=standaloneFV3 -+ readonly BUILD_NAME=fv3_3 -+ BUILD_NAME=fv3_3 ++++ readlink -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ MACHINE_ID=hera.intel ++ MAKE_OPT='REPRO=Y 32BIT=Y' ++ BUILD_NAME=fv3_7 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_7 ++ [[ hera.intel == cheyenne.* ]] ++ [[ hera.intel == wcoss_dell_p3 ]] ++ MAKE_THREADS=8 + hostname hfe03 -+ echo 'Compiling app standaloneFV3 into fv3_3.exe' -Compiling app standaloneFV3 into fv3_3.exe -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/.. -+ rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../NEMS/exe/NEMS.x -+ rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../NEMS/src/conf/modules.nems -+ set +e -+ ./NEMS/NEMSAppBuilder app=standaloneFV3 -ls: cannot access ../conf/component_*.mk: No such file or directory -NEMSAppBuilder: make app=standaloneFV3 distclean -Convert /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/standaloneFV3.appBuilder -...into /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/standaloneFV3.appBuilder.mk -Include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/standaloneFV3.appBuilder.mk -echo 'FMS FV3' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk" -Adding FV3 makeopts to FMS makeopts -cat /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs ; \ - exec make -f makefile.temp.clean clean -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -Cleaning fms ... - -cd .. ; \ -ls -1 */*.a */*.o */*.mod */depend \ - | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ -rm -rf FMS_INSTALL || true -ls: cannot access */*.a: No such file or directory -ls: cannot access */*.o: No such file or directory -ls: cannot access */*.mod: No such file or directory -ls: cannot access */depend: No such file or directory -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/modules.fv3 -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 ; exec make \ - -k cleanall FMS_DIR=/dev/null -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Cleaning ... - -(cd gfsphysics && make clean) - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -makefile:278: depend: No such file or directory -Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -Cleaning gfsphysics ... - -rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -(cd ccpp/driver && make clean) - -Build CCPP layer ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -makefile:67: depend: No such file or directory -Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' - -Build CCPP layer ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -Cleaning CCPP_layer ... - -rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -(cd ipd && make clean) - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -makefile:54: depend: No such file or directory -Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -Cleaning ipd ... - -rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -(cd ../stochastic_physics && make clean) - -Build standalone FV3 stochastic_physics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -makefile:86: depend: No such file or directory -Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' - -Build standalone FV3 stochastic_physics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -Cleaning stochastic_physics ... - -rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -(cd io && make clean) - -Build standalone FV3 io ... - -$ESMF_INC is [] -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -Cleaning io ... - -rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -(cd atmos_cubed_sphere && make clean) - -Build standalone FV3 fv3core ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -Cleaning fv3core ... - -rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -(cd cpl && make clean) - -Build standalone FV3 io ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -Cleaning io ... - -rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend -rm -f -rf nems_dir fv3.mk FV3_INSTALL -rm -f -f conf/modules.fv3 -rm -f -f conf/configure.fv3 -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/configure.fv3 \ - /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ - delete_nuopc=yes ; \ -fi ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3" \ - INCLUDES_ARE_OPTIONAL=YES clean ; \ -if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ -fi -Components in linker order: FV3 FMS -FV3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" -CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" -CPPFLAGS += ESMF_VERSION_MINOR="0" -CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" -CPPFLAGS += ESMF_VERSION_STRING="8.0.0" -CPPFLAGS += ESMF_VERSION_REVISION="0" -CPPFLAGS += ESMF_VERSION_MAJOR="8" -CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -rm -f -f *.tmp.f90 *.lst *.o *.mod lm map -cd ENS_Cpl ; make clean -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/externals.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.sh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.csh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test_results.mk -NEMSAppBuilder: make app=standaloneFV3 build -Convert /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/standaloneFV3.appBuilder -...into /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/standaloneFV3.appBuilder.mk -Include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/standaloneFV3.appBuilder.mk -echo 'FMS FV3' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk" -Adding FV3 makeopts to FMS makeopts -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/conf/configure.fv3.hera.intel /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/externals.nems -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/modulefiles/hera.intel/fv3 /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -make -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS' -if [ -f "/modules.nems" ] ; then \ - . /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=12000000 ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ -fi ; \ -( \ -echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ -echo "CASELESS_FILESYSTEM=NO" ; \ -if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ -) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk" -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS' -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs ; \ -exec make all ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ echo 'Compiling REPRO=Y 32BIT=Y into fv3_7.exe on hera.intel' +Compiling REPRO=Y 32BIT=Y into fv3_7.exe on hera.intel ++ '[' YES = YES ']' ++ rm -rf build_fv3_7 ++ mkdir -p build_fv3_7 ++ CCPP_CMAKE_FLAGS= ++ [[ REPRO=Y 32BIT=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y 32BIT=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y' ++ [[ REPRO=Y 32BIT=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y' ++ [[ REPRO=Y 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ REPRO=Y 32BIT=Y == *\C\C\P\P\=\Y* ]] ++ [[ REPRO=Y 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ REPRO=Y 32BIT=Y == *\W\W\3\=\Y* ]] +++ trim ' -DREPRO=Y -D32BIT=Y' +++ local 'var= -DREPRO=Y -D32BIT=Y' +++ var='-DREPRO=Y -D32BIT=Y' +++ 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__118189 +++ eval 'setup__test_function__118189() { /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__118189 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ ! -d /scratch ]] +++ 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' 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;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' 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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' 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 '_ModuleTable014_;' ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ 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 ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ 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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl ++++ export _ModuleTable001_ ++++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ 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 _ModuleTable014_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__118189 +++ unset __ms_function_name ++ [[ hera.intel == macosx.* ]] ++ [[ hera.intel == linux.* ]] ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl +++ export _ModuleTable001_ +++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ 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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' 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;' 'HDF5="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF_ROOT;' '__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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' 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 +++ 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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ 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 +++ HDF5=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_F +++ __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='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3 +++ export LOADEDMODULES +++ __LMOD_REF_COUNT_MANPATH='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF_ROOT +++ __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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4 +++ export POST_INC +++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /apps/lmod/7.7.18/libexec/lmod bash list ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''post/8.0.5'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''hdf5_parallel/1.10.6'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\''11)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''netcdf_parallel/4.7.4'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''esmf/8.0.0_ParallelNetCDF'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''21)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''14)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''22)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''z/1.2.11'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' +++ echo '' +++ echo Currently Loaded Modules: Currently Loaded Modules: +++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '9)' w3emc/2.3.1 '' '' '' '' '17)' post/8.0.5 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 +++ echo '' '' '2)' sutils/default '' '' '' '10)' w3nco/2.0.7 '' '' '' '' '18)' hdf5_parallel/1.10.6 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 +++ echo '' '' '3)' intel/18.0.5.274 '' '11)' g2/3.1.1 '' '' '' '' '' '' '' '19)' netcdf_parallel/4.7.4 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 +++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '12)' g2tmpl/1.6.0 '' '' '' '20)' esmf/8.0.0_ParallelNetCDF 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF +++ echo '' '' '5)' bacio/2.0.3 '' '' '' '' '' '' '13)' crtm/2.2.6 '' '' '' '' '' '21)' cmake/3.9.0 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 - 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems +++ echo '' '' '6)' ip/3.0.2 '' '' '' '' '' '' '' '' '' '14)' jasper/1.900.1 '' '22)' fv3 + 6) ip/3.0.2 14) jasper/1.900.1 22) fv3 +++ echo '' '' '7)' nemsio/2.2.4 '' '' '' '' '' '15)' png/1.2.44 7) nemsio/2.2.4 15) png/1.2.44 +++ echo '' '' '8)' sp/2.0.3 '' '' '' '' '' '' '' '' '' '16)' z/1.2.11 8) sp/2.0.3 16) z/1.2.11 +++ echo '' +++ echo '' '' +++ echo '' + +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_7 ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel -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 +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +ESMFMKFILE: /scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for hera.intel + +C compiler: Intel 18.0.5.20180823 (mpiicc) +CXX compiler: Intel 18.0.5.20180823 (mpiicpc) +Fortran compiler: Intel 18.0.5.20180823 (mpiifort) + +DEBUG is disabled +REPRO is ENABLED +32BIT is ENABLED +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is ENABLED + + +Selected physics package: gfs -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -Building dependencies ... -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o +Force 64 bits in gfsphysics +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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_7 ++ make -j 8 +Scanning dependencies of target fv3cpl +[ 1%] 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 +Scanning dependencies of target gfsphysics +Scanning dependencies of target fms +[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o +[ 4%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 4%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 4%] 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 +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 7%] 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 +[ 8%] Linking Fortran static library libfv3cpl.a Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progtm_module.f.o +[ 8%] Built target fv3cpl +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_def.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.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 +[ 10%] 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 +[ 11%] 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/iccn_def.f.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/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 +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_initialize.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.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 +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o +[ 21%] 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 +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o +[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_manager.o +[ 25%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.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 +[ 28%] 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 +[ 29%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 29%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o +[ 30%] 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 +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.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_conserve.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 Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_util.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 +[ 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/diag_manager/diag_data.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 33%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_manager.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.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 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 36%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o +[ 36%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 40%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o -Compiling in MPI mode (with or without MPP) +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 41%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o -ar rv libfms.a ../oda_tools/xbt_drop_rate_adjust.o ../affinity/fms_affinity.o ../amip_interp/amip_interp.o ../astronomy/astronomy.o ../axis_utils/axis_utils.o ../block_control/block_control.o ../column_diagnostics/column_diagnostics.o ../constants/constants.o ../coupler/atmos_ocean_fluxes.o ../coupler/coupler_types.o ../coupler/ensemble_manager.o ../data_override/data_override.o ../diag_integral/diag_integral.o ../diag_manager/diag_axis.o ../diag_manager/diag_data.o ../diag_manager/diag_grid.o ../diag_manager/diag_manifest.o ../diag_manager/diag_manager.o ../diag_manager/diag_output.o ../diag_manager/diag_table.o ../diag_manager/diag_util.o ../drifters/cloud_interpolator.o ../drifters/drifters.o ../drifters/drifters_comm.o ../drifters/drifters_core.o ../drifters/drifters_input.o ../drifters/drifters_io.o ../drifters/quicksort.o ../exchange/stock_constants.o ../exchange/xgrid.o ../fft/fft.o ../fft/fft99.o ../field_manager/field_manager.o ../field_manager/fm_util.o ../fms/fms.o ../fms/fms_io.o ../horiz_interp/horiz_interp.o ../horiz_interp/horiz_interp_bicubic.o ../horiz_interp/horiz_interp_bilinear.o ../horiz_interp/horiz_interp_conserve.o ../horiz_interp/horiz_interp_spherical.o ../horiz_interp/horiz_interp_type.o ../interpolator/interpolator.o ../memutils/memutils.o ../monin_obukhov/monin_obukhov.o ../monin_obukhov/monin_obukhov_kernel.o ../mosaic/gradient.o ../mosaic/grid.o ../mosaic/mosaic.o ../mpp/mpp.o ../mpp/mpp_data.o ../mpp/mpp_domains.o ../mpp/mpp_efp.o ../mpp/mpp_io.o ../mpp/mpp_memutils.o ../mpp/mpp_parameter.o ../mpp/mpp_pset.o ../mpp/mpp_utilities.o ../oda_tools/oda_core.o ../oda_tools/oda_core_ecda.o ../oda_tools/oda_types.o ../oda_tools/write_ocean_data.o ../platform/platform.o ../random_numbers/MersenneTwister.o ../random_numbers/random_numbers.o ../sat_vapor_pres/sat_vapor_pres.o ../sat_vapor_pres/sat_vapor_pres_k.o ../station_data/station_data.o ../time_interp/time_interp.o ../time_interp/time_interp_external.o ../time_manager/get_cal_time.o ../time_manager/time_manager.o ../topography/gaussian_topog.o ../topography/topography.o ../tracer_manager/tracer_manager.o ../tridiagonal/tridiagonal.o ../affinity/affinity.o ../memutils/memuse.o ../mosaic/create_xgrid.o ../mosaic/gradient_c2l.o ../mosaic/interp.o ../mosaic/mosaic_util.o ../mosaic/read_mosaic.o ../mpp/nsclock.o ../mpp/threadloc.o -ar: creating libfms.a -a - ../oda_tools/xbt_drop_rate_adjust.o -a - ../affinity/fms_affinity.o -a - ../amip_interp/amip_interp.o -a - ../astronomy/astronomy.o -a - ../axis_utils/axis_utils.o -a - ../block_control/block_control.o -a - ../column_diagnostics/column_diagnostics.o -a - ../constants/constants.o -a - ../coupler/atmos_ocean_fluxes.o -a - ../coupler/coupler_types.o -a - ../coupler/ensemble_manager.o -a - ../data_override/data_override.o -a - ../diag_integral/diag_integral.o -a - ../diag_manager/diag_axis.o -a - ../diag_manager/diag_data.o -a - ../diag_manager/diag_grid.o -a - ../diag_manager/diag_manifest.o -a - ../diag_manager/diag_manager.o -a - ../diag_manager/diag_output.o -a - ../diag_manager/diag_table.o -a - ../diag_manager/diag_util.o -a - ../drifters/cloud_interpolator.o -a - ../drifters/drifters.o -a - ../drifters/drifters_comm.o -a - ../drifters/drifters_core.o -a - ../drifters/drifters_input.o -a - ../drifters/drifters_io.o -a - ../drifters/quicksort.o -a - ../exchange/stock_constants.o -a - ../exchange/xgrid.o -a - ../fft/fft.o -a - ../fft/fft99.o -a - ../field_manager/field_manager.o -a - ../field_manager/fm_util.o -a - ../fms/fms.o -a - ../fms/fms_io.o -a - ../horiz_interp/horiz_interp.o -a - ../horiz_interp/horiz_interp_bicubic.o -a - ../horiz_interp/horiz_interp_bilinear.o -a - ../horiz_interp/horiz_interp_conserve.o -a - ../horiz_interp/horiz_interp_spherical.o -a - ../horiz_interp/horiz_interp_type.o -a - ../interpolator/interpolator.o -a - ../memutils/memutils.o -a - ../monin_obukhov/monin_obukhov.o -a - ../monin_obukhov/monin_obukhov_kernel.o -a - ../mosaic/gradient.o -a - ../mosaic/grid.o -a - ../mosaic/mosaic.o -a - ../mpp/mpp.o -a - ../mpp/mpp_data.o -a - ../mpp/mpp_domains.o -a - ../mpp/mpp_efp.o -a - ../mpp/mpp_io.o -a - ../mpp/mpp_memutils.o -a - ../mpp/mpp_parameter.o -a - ../mpp/mpp_pset.o -a - ../mpp/mpp_utilities.o -a - ../oda_tools/oda_core.o -a - ../oda_tools/oda_core_ecda.o -a - ../oda_tools/oda_types.o -a - ../oda_tools/write_ocean_data.o -a - ../platform/platform.o -a - ../random_numbers/MersenneTwister.o -a - ../random_numbers/random_numbers.o -a - ../sat_vapor_pres/sat_vapor_pres.o -a - ../sat_vapor_pres/sat_vapor_pres_k.o -a - ../station_data/station_data.o -a - ../time_interp/time_interp.o -a - ../time_interp/time_interp_external.o -a - ../time_manager/get_cal_time.o -a - ../time_manager/time_manager.o -a - ../topography/gaussian_topog.o -a - ../topography/topography.o -a - ../tracer_manager/tracer_manager.o -a - ../tridiagonal/tridiagonal.o -a - ../affinity/affinity.o -a - ../memutils/memuse.o -a - ../mosaic/create_xgrid.o -a - ../mosaic/gradient_c2l.o -a - ../mosaic/interp.o -a - ../mosaic/mosaic_util.o -a - ../mosaic/read_mosaic.o -a - ../mpp/nsclock.o -a - ../mpp/threadloc.o -mkdir -p "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL"/. -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -test -d /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Compiling into /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL on hera -cp -fp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3"/conf/modules.fv3 -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 ; \ - exec make COMP=FV3 COMP_SRCDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 COMP_BINDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL nemsinstall - -Currently Loaded Modules: - 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 - 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 - 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 - 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF - 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 - 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems - 7) nemsio/2.2.4 15) png/1.2.44 - 8) sp/2.0.3 16) z/1.2.11 - - - -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Building dependencies ... -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -make -C cpl FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL - -Build standalone FV3 io ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' - -Build standalone FV3 io ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_cplfields.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_cap_cpl.F90 -ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o -ar: creating libfv3cpl.a -a - module_cplfields.o -a - module_cap_cpl.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -make -C gfsphysics FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -makefile:278: depend: No such file or directory -Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o -mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o -mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o -mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o -ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o -ar: creating libgfsphys.a -a - physics/cnvc90.o -a - physics/co2hc.o -a - physics/date_def.o -a - physics/dcyc2.o -a - physics/dcyc2.pre.rad.o -a - physics/efield.o -a - physics/get_prs.o -a - physics/gocart_tracer_config_stub.o -a - physics/gscond.o -a - physics/gscondp.o -a - physics/gwdc.o -a - physics/gwdps.o -a - physics/ugwp_driver_v0.o -a - physics/cires_orowam2017.o -a - physics/h2o_def.o -a - physics/h2oc.o -a - physics/h2ohdc.o -a - physics/h2ophys.o -a - physics/ideaca.o -a - physics/idea_co2.o -a - physics/idea_composition.o -a - physics/idea_dissipation.o -a - physics/idea_h2o.o -a - physics/idea_ion.o -a - physics/idea_o2_o3.o -a - physics/idea_phys.o -a - physics/idea_solar_heating.o -a - physics/idea_tracer.o -a - physics/iounitdef.o -a - physics/lrgsclr.o -a - physics/mersenne_twister.o -a - physics/mfpbl.o -a - physics/mfpblt.o -a - physics/mfpbltq.o -a - physics/mfscu.o -a - physics/mfscuq.o -a - physics/module_bfmicrophysics.o -a - physics/moninedmf.o -a - physics/moninedmf_hafs.o -a - physics/moninp.o -a - physics/moninp1.o -a - physics/moninq.o -a - physics/moninq1.o -a - physics/moninshoc.o -a - physics/mstadb.o -a - physics/mstadbtn.o -a - physics/mstadbtn2.o -a - physics/mstcnv.o -a - physics/namelist_soilveg.o -a - physics/ozne_def.o -a - physics/iccn_def.o -a - physics/aerclm_def.o -a - physics/ozphys.o -a - physics/ozphys_2015.o -a - physics/physparam.o -a - physics/precpd.o -a - physics/precpd_shoc.o -a - physics/precpdp.o -a - physics/progt2.o -a - physics/progtm_module.o -a - physics/rad_initialize.o -a - physics/radiation_aerosols.o -a - physics/radiation_astronomy.o -a - physics/radiation_clouds.o -a - physics/radiation_gases.o -a - physics/radiation_surface.o -a - physics/radlw_datatb.o -a - physics/radlw_main.o -a - physics/radlw_param.o -a - physics/radsw_datatb.o -a - physics/radsw_main.o -a - physics/radsw_param.o -a - physics/rascnvv2.o -a - physics/rayleigh_damp.o -a - physics/rayleigh_damp_mesopause.o -a - physics/samfaerosols.o -a - physics/samfdeepcnv.o -a - physics/samfshalcnv.o -a - physics/sascnv.o -a - physics/sascnvn.o -a - physics/satmedmfvdif.o -a - physics/satmedmfvdifq.o -a - physics/set_soilveg.o -a - physics/sfc_cice.o -a - physics/sfc_diag.o -a - physics/sfc_diff.o -a - physics/sfc_drv.o -a - physics/sfc_noahmp_drv.o -a - physics/sfc_nst.o -a - physics/sfc_ocean.o -a - physics/sfc_sice.o -a - physics/sflx.o -a - physics/shalcnv.o -a - physics/shalcv.o -a - physics/shalcv_1lyr.o -a - physics/shalcv_fixdp.o -a - physics/shalcv_opr.o -a - physics/tracer_const_h.o -a - physics/tridi2t3.o -a - physics/calpreciptype.o -a - physics/funcphys.o -a - physics/gcm_shoc.o -a - physics/get_prs_fv3.o -a - physics/h2ointerp.o -a - physics/module_nst_model.o -a - physics/module_nst_parameters.o -a - physics/module_nst_water_prop.o -a - physics/ozinterp.o -a - physics/module_wrf_utl.o -a - physics/noahmp_tables.o -a - physics/module_sf_noahmplsm.o -a - physics/module_sf_noahmp_glacier.o -a - physics/iccninterp.o -a - physics/aerinterp.o -a - physics/wam_f107_kp_mod.o -a - physics/aer_cloud.o -a - physics/cldmacro.o -a - physics/cldwat2m_micro.o -a - physics/gfs_phy_tracer_config.o -a - physics/machine.o -a - physics/num_parthds.o -a - physics/sfcsub.o -a - physics/wv_saturation.o -a - physics/GFDL_parse_tracers.o -a - physics/gcycle.o -a - physics/cires_ugwp_initialize.o -a - physics/cires_ugwp_module.o -a - physics/cires_ugwp_utils.o -a - physics/cires_ugwp_triggers.o -a - physics/cires_ugwp_solvers.o -a - physics/cires_vert_lsatdis.o -a - physics/cires_vert_orodis.o -a - physics/cires_vert_wmsdis.o -a - physics/gfdl_cloud_microphys.o -a - physics/micro_mg_utils.o -a - physics/micro_mg2_0.o -a - physics/micro_mg3_0.o -a - physics/m_micro_driver.o -a - physics/cs_conv.o -a - physics/GFS_debug.o -a - physics/module_mp_radar.o -a - physics/module_mp_thompson_gfs.o -a - physics/module_mp_wsm6_fv3.o -a - physics/physcons.o -a - physics/surface_perturbation.o -a - GFS_layer/GFS_abstraction_layer.o -a - GFS_layer/GFS_diagnostics.o -a - GFS_layer/GFS_driver.o -a - GFS_layer/GFS_physics_driver.o -a - GFS_layer/GFS_radiation_driver.o -a - GFS_layer/GFS_restart.o -a - GFS_layer/GFS_typedefs.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -make -C ipd FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -makefile:54: depend: No such file or directory -Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o -ar rv libipd.a IPD_driver.o IPD_typedefs.o -ar: creating libipd.a -a - IPD_driver.o -a - IPD_typedefs.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -make -C io FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL - -Build standalone FV3 io ... - -$ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include] -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' - -Build standalone FV3 io ... - -$ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include] -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c FV3GFS_io.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_internal_state.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.5_4 -c post_gfs.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf_parallel.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_wrt_grid_comp.F90 -ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o -ar: creating libfv3io.a -a - ffsync.o -a - FV3GFS_io.o -a - post_gfs.o -a - post_nems_routines.o -a - module_write_nemsio.o -a - module_write_netcdf.o -a - module_write_netcdf_parallel.o -a - module_fv3_io_def.o -a - module_write_internal_state.o -a - module_wrt_grid_comp.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -make -C atmos_cubed_sphere FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL - -Build standalone FV3 fv3core ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' - -Build standalone FV3 fv3core ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ar rv libfv3core.a model/a2b_edge.o model/multi_gases.o model/boundary.o model/dyn_core.o model/fv_arrays.o model/fv_cmp.o model/fv_control.o model/fv_dynamics.o model/fv_fill.o model/fv_grid_utils.o model/fv_mapz.o model/fv_nesting.o model/fv_regional_bc.o model/fv_sg.o model/fv_tracer2d.o model/fv_update_phys.o model/sw_core.o model/tp_core.o model/nh_core.o model/nh_utils.o tools/external_ic.o tools/external_sst.o tools/fv_diagnostics.o tools/fv_eta.o tools/fv_grid_tools.o tools/fv_io.o tools/fv_mp_mod.o tools/fv_nudge.o tools/fv_treat_da_inc.o tools/fv_iau_mod.o tools/fv_restart.o tools/fv_surf_map.o tools/fv_timing.o tools/init_hydro.o tools/sim_nc_mod.o tools/sorted_index.o tools/test_cases.o driver/fvGFS/DYCORE_typedefs.o driver/fvGFS/fv_nggps_diag.o driver/fvGFS/atmosphere.o -ar: creating libfv3core.a -a - model/a2b_edge.o -a - model/multi_gases.o -a - model/boundary.o -a - model/dyn_core.o -a - model/fv_arrays.o -a - model/fv_cmp.o -a - model/fv_control.o -a - model/fv_dynamics.o -a - model/fv_fill.o -a - model/fv_grid_utils.o -a - model/fv_mapz.o -a - model/fv_nesting.o -a - model/fv_regional_bc.o -a - model/fv_sg.o -a - model/fv_tracer2d.o -a - model/fv_update_phys.o -a - model/sw_core.o -a - model/tp_core.o -a - model/nh_core.o -a - model/nh_utils.o -a - tools/external_ic.o -a - tools/external_sst.o -a - tools/fv_diagnostics.o -a - tools/fv_eta.o -a - tools/fv_grid_tools.o -a - tools/fv_io.o -a - tools/fv_mp_mod.o -a - tools/fv_nudge.o -a - tools/fv_treat_da_inc.o -a - tools/fv_iau_mod.o -a - tools/fv_restart.o -a - tools/fv_surf_map.o -a - tools/fv_timing.o -a - tools/init_hydro.o -a - tools/sim_nc_mod.o -a - tools/sorted_index.o -a - tools/test_cases.o -a - driver/fvGFS/DYCORE_typedefs.o -a - driver/fvGFS/fv_nggps_diag.o -a - driver/fvGFS/atmosphere.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -make -C ../stochastic_physics FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit - -Build standalone FV3 stochastic_physics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -makefile:86: depend: No such file or directory -Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' - -Build standalone FV3 stochastic_physics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o -ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o -ar: creating libstochastic_physics.a -a - stochy_gg_def.o -a - stochy_resol_def.o -a - stochy_layout_lag.o -a - four_to_grid_stochy.o -a - glats_stochy.o -a - sumfln_stochy.o -a - gozrineo_stochy.o -a - num_parthds_stochy.o -a - get_ls_node_stochy.o -a - get_lats_node_a_stochy.o -a - setlats_a_stochy.o -a - setlats_lag_stochy.o -a - epslon_stochy.o -a - getcon_lag_stochy.o -a - pln2eo_stochy.o -a - dozeuv_stochy.o -a - dezouv_stochy.o -a - cellular_automata.o -a - update_ca.o -a - plumes.o -a - spectral_layout.o -a - getcon_spectral.o -a - stochy_namelist_def.o -a - compns_stochy.o -a - stochy_internal_state_mod.o -a - stochastic_physics.o -a - stochy_patterngenerator.o -a - stochy_data_mod.o -a - get_stochy_pattern.o -a - initialize_spectral_mod.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -make libfv3cap.a FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fv3_config.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c atmos_model.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fcst_grid_comp.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c time_utils.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c fv3_cap.F90 -ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o -ar: creating libfv3cap.a -a - atmos_model.o -a - module_fv3_config.o -a - module_fcst_grid_comp.o -a - time_utils.o -a - fv3_cap.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -make esmf_make_fragment FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -# additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/nems_dir" >> fv3.mk - -Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk - -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Installation into "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL" complete! - -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -test -d /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -( \ -echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo fms_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ -set -e ; \ -for m in /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ - test -s $m ; \ -done ; \ -echo build NEMS after /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src ; \ -make nems \ - COMPONENTS="FMS FV3" \ - FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL TARGET="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x" ; \ -test -x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x - -Currently Loaded Modules: - 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 - 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 - 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 - 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF - 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 - 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems - 7) nemsio/2.2.4 15) png/1.2.44 - 8) sp/2.0.3 16) z/1.2.11 - - - -build NEMS after /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -Components in linker order: FV3 FMS -FV3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" -CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" -CPPFLAGS += ESMF_VERSION_MINOR="0" -CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" -CPPFLAGS += ESMF_VERSION_STRING="8.0.0" -CPPFLAGS += ESMF_VERSION_REVISION="0" -CPPFLAGS += ESMF_VERSION_MAJOR="8" -CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -cd ENS_Cpl && make stub -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c ENS_CplComp_ESMFMod_STUB.f90 -ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o -ar: creating ENS_Cpl.a -a - ENS_CplComp_ESMFMod_STUB.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:47:22 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 -mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o -'module_NEMS_UTILS.tmp.o' -> 'module_NEMS_UTILS.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:47:22 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 -mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o -'module_MEDIATOR_methods.tmp.o' -> 'module_MEDIATOR_methods.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:47:22 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 -mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o -'module_MEDIATOR.tmp.o' -> 'module_MEDIATOR.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:47:22 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 -mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o -'module_MEDIATOR_SpaceWeather.tmp.o' -> 'module_MEDIATOR_SpaceWeather.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:47:22 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 -mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o -'module_EARTH_INTERNAL_STATE.tmp.o' -> 'module_EARTH_INTERNAL_STATE.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:47:22 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 -mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o -'module_EARTH_GRID_COMP.tmp.o' -> 'module_EARTH_GRID_COMP.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:47:22 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 -mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o -'module_NEMS_INTERNAL_STATE.tmp.o' -> 'module_NEMS_INTERNAL_STATE.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:47:22 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 -mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o -'module_NEMS_GRID_COMP.tmp.o' -> 'module_NEMS_GRID_COMP.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:47:22 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 -mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o -'module_NEMS_Rusage.tmp.o' -> 'module_NEMS_Rusage.o' -mpiicc -c nems_c_rusage.c -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:47:22 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 -mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o -'MAIN_NEMS.tmp.o' -> 'MAIN_NEMS.o' -echo libgocart is -libgocart is -echo extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf -extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf -mpiifort -o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 46%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 46%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 64%] Linking Fortran static library FMS/libfms.a +[ 64%] Built target fms +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 67%] 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 Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o +[ 68%] 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 +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o +[ 69%] Linking Fortran static library libgfsphysics.a +[ 69%] Built target gfsphysics +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 +[ 69%] Linking Fortran static library libipd.a +[ 69%] Built target ipd +Scanning dependencies of target io +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +Scanning dependencies of target fv3core +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 74%] 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. +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 77%] 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_io.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.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/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 +[ 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/driver/fvGFS/fv_nggps_diag.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 81%] 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_update_phys.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 83%] 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. +Using allocatable derived type array members. +Using cray pointers. +[ 85%] Linking Fortran static library libfv3core.a +[ 85%] Built target fv3core +Scanning dependencies of target stochastic_physics +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 86%] 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_gg_def.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/compns_stochy.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 +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_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/getcon_spectral.F90.o +[ 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/cellular_automata.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/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 +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.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%] 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/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.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 +[ 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_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 +[ 99%] 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 /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x is created. -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -+ RC=0 -+ set -e -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/.. -+ [[ 0 -ne 0 ]] -+ cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../NEMS/exe/NEMS.x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../tests/fv3_3.exe -+ cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../NEMS/src/conf/modules.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../tests/modules.fv3_3 -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../NEMS/src -+ gmake clean -Components in linker order: -CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" -CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" -CPPFLAGS += ESMF_VERSION_MINOR="0" -CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" -CPPFLAGS += ESMF_VERSION_STRING="8.0.0" -CPPFLAGS += ESMF_VERSION_REVISION="0" -CPPFLAGS += ESMF_VERSION_MAJOR="8" -CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -rm -f -f *.tmp.f90 *.lst *.o *.mod lm map -cd ENS_Cpl ; gmake clean -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -+ gmake cleanall -Cleaning ... - -(cd gfsphysics && make clean) - -Build standalone FV3 gfsphysics ... - -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -Cleaning gfsphysics ... - -rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -(cd ccpp/driver && make clean) - -Build CCPP layer ... - -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -makefile:67: depend: No such file or directory -Building dependencies ... -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' - -Build CCPP layer ... - -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -Cleaning CCPP_layer ... - -rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -(cd ipd && make clean) - -Build standalone FV3 gfsphysics ... - -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -Cleaning ipd ... - -rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -(cd ../stochastic_physics && make clean) - -Build standalone FV3 stochastic_physics ... - -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -Cleaning stochastic_physics ... - -rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -(cd io && make clean) - -Build standalone FV3 io ... - -$ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include] -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -Cleaning io ... - -rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -(cd atmos_cubed_sphere && make clean) - -Build standalone FV3 fv3core ... - -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -Cleaning fv3core ... - -rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -(cd cpl && make clean) - -Build standalone FV3 io ... - -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -Cleaning io ... - -rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend -rm -f -rf nems_dir fv3.mk FV3_INSTALL -rm -f -f conf/modules.fv3 -rm -f -f conf/configure.fv3 -+ rm -rf FV3_INSTALL -+ rm -rf nems_dir -+ elapsed=1139 -+ echo 'Elapsed time 1139 seconds. Compiling app standaloneFV3 finished' -Elapsed time 1139 seconds. Compiling app standaloneFV3 finished +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_7.exe ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 ../modules.fv3_7 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_7 ++ elapsed=431 ++ echo 'Elapsed time 431 seconds. Compiling REPRO=Y 32BIT=Y finished' +Elapsed time 431 seconds. Compiling REPRO=Y 32BIT=Y finished + SECONDS=0 ++++ readlink -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ readonly PATHTR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -+ PATHTR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -+ readonly BUILD_TARGET=hera.intel -+ BUILD_TARGET=hera.intel -+ readonly MAKE_OPT=32BIT=Y -+ MAKE_OPT=32BIT=Y -+ readonly BUILD_NAME=fv3_4 -+ BUILD_NAME=fv3_4 -+ readonly clean_before=YES ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ MACHINE_ID=hera.intel ++ MAKE_OPT='REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017' ++ BUILD_NAME=fv3_8 + clean_before=YES -+ readonly clean_after=YES + clean_after=YES -+ hostname -hfe03 -+ echo 'Compiling 32BIT=Y into fv3_4.exe on hera.intel' -Compiling 32BIT=Y into fv3_4.exe on hera.intel -+ gnu_make=gmake -+ which gmake -/usr/bin/gmake ++ BUILD_DIR=build_fv3_8 + [[ hera.intel == cheyenne.* ]] -+ [[ hera.intel == stampede.* ]] ++ [[ hera.intel == wcoss_dell_p3 ]] + MAKE_THREADS=8 -+ [[ 8 -gt 1 ]] -+ echo Using '$MAKE_THREADS=8' threads to build FV3 and FMS. -Using $MAKE_THREADS=8 threads to build FV3 and FMS. -+ echo Consider reducing '$MAKE_THREADS' if you hit memory or process limits. -Consider reducing $MAKE_THREADS if you hit memory or process limits. -+ gnu_make='gmake -j 8' -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../NEMS -+ COMPONENTS=FMS,FV3 -+ [[ 32BIT=Y == *\C\C\P\P\=\Y* ]] -+ [[ 32BIT=Y == *\W\W\3\=\Y* ]] -+ [[ 32BIT=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ 32BIT=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ 32BIT=Y == *\R\E\P\R\O\=\Y* ]] -+ NEMS_BUILDOPT= ++ hostname +hfe03 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ echo 'Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 into fv3_8.exe on hera.intel' +Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 into fv3_8.exe on hera.intel + '[' YES = YES ']' -+ gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3_4 BUILD_ENV=hera.intel FV3_MAKEOPT=32BIT=Y NEMS_BUILDOPT= distclean -Will copy modules.nems and NEMS.x as fv3_4 under tests/ -NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk" -Adding FV3 makeopts to FMS makeopts -cat /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs ; \ - exec gmake 32BIT=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -Cleaning fms ... - -cd .. ; \ -ls -1 */*.a */*.o */*.mod */depend \ - | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ -rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/modules.fv3 -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 ; exec gmake \ - -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Cleaning ... - -(cd gfsphysics && make clean) - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -makefile:278: depend: No such file or directory -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -Cleaning gfsphysics ... - -rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -(cd ccpp/driver && make clean) - -Build CCPP layer ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -makefile:67: depend: No such file or directory -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' - -Build CCPP layer ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -Cleaning CCPP_layer ... - -rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -(cd ipd && make clean) - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -makefile:54: depend: No such file or directory -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -Cleaning ipd ... - -rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -(cd ../stochastic_physics && make clean) - -Build standalone FV3 stochastic_physics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -makefile:86: depend: No such file or directory -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' - -Build standalone FV3 stochastic_physics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -Cleaning stochastic_physics ... - -rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -(cd io && make clean) - -Build standalone FV3 io ... - -$ESMF_INC is [] -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning io ... - -rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -(cd atmos_cubed_sphere && make clean) - -Build standalone FV3 fv3core ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning fv3core ... - -rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -(cd cpl && make clean) - -Build standalone FV3 io ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning io ... - -rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend -rm -f -rf nems_dir fv3.mk FV3_INSTALL -rm -f -f conf/modules.fv3 -rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/configure.fv3 \ - /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ - delete_nuopc=yes ; \ -fi ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ - INCLUDES_ARE_OPTIONAL=YES clean ; \ -if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ -fi -Components in linker order: FV3 FMS -FV3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" -CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" -CPPFLAGS += ESMF_VERSION_MINOR="0" -CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" -CPPFLAGS += ESMF_VERSION_STRING="8.0.0" -CPPFLAGS += ESMF_VERSION_REVISION="0" -CPPFLAGS += ESMF_VERSION_MAJOR="8" -CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -rm -f -f *.tmp.f90 *.lst *.o *.mod lm map -cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/externals.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.sh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.csh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test_results.mk -+ gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3_4 BUILD_ENV=hera.intel FV3_MAKEOPT=32BIT=Y NEMS_BUILDOPT= build -Will copy modules.nems and NEMS.x as fv3_4 under tests/ -NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk" -Adding FV3 makeopts to FMS makeopts -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/modulefiles/hera.intel/fv3 /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems -set -xe ; cp "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems" "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/tests/modules.fv3_4" -+ cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/tests/modules.fv3_4 -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/conf/configure.fv3.hera.intel /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/externals.nems -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS' -if [ -f "/modules.nems" ] ; then \ - . /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=12000000 ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ -fi ; \ -( \ -echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ -echo "CASELESS_FILESYSTEM=NO" ; \ -if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ -) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS' -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs ; \ -exec gmake 32BIT=Y all ++ rm -rf build_fv3_8 ++ mkdir -p build_fv3_8 ++ CCPP_CMAKE_FLAGS= ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\3\2\B\I\T\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\O\P\E\N\M\P\=\N* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_2017 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017 --builddir=tests/build_fv3_8/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_8/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip +INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology +INFO: filtering out variable area_fraction_of_wet_canopy +INFO: filtering out variable atmosphere_energy_content_at_Lagrangian_surface +INFO: filtering out variable atmosphere_energy_content_in_column +INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl +INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc +INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable canopy_air_temperature +INFO: filtering out variable canopy_air_vapor_pressure +INFO: filtering out variable canopy_intercepted_ice_mass +INFO: filtering out variable canopy_intercepted_liquid_water +INFO: filtering out variable cappa_moist_gas_constant_at_Lagrangian_surface +INFO: filtering out variable ccn_number_concentration +INFO: filtering out variable ccpp_block_number +INFO: filtering out variable cell_area_for_fast_physics +INFO: filtering out variable cell_size +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_base_mass_flux +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface +INFO: filtering out variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_droplet_number_concentration +INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics +INFO: filtering out variable cloud_fraction_at_Lagrangian_surface +INFO: filtering out variable cloud_fraction_for_MG +INFO: filtering out variable cloud_fraction_updated_by_physics +INFO: filtering out variable cloud_graupel_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_ice_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_phase_transition_denominator +INFO: filtering out variable cloud_phase_transition_threshold_temperature +INFO: filtering out variable cloud_rain_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_snow_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_specie_mix_flag +INFO: filtering out variable cloudpdf +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable conv_activity_counter +INFO: filtering out variable convective_updraft_area_fraction +INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces +INFO: filtering out variable couple_sgs_clouds_to_radiation_flag +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable density_of_frozen_precipitation +INFO: filtering out variable depth_of_soil_levels_for_land_surface_model +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable do_mynnsfclay +INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable edmf_flag +INFO: filtering out variable edmf_momentum_transport_flag +INFO: filtering out variable edmf_partition_flag +INFO: filtering out variable edmf_tke_transport_flag +INFO: filtering out variable effective_radius_of_stratiform_cloud_graupel_particle_in_um +INFO: filtering out variable effective_radius_of_stratiform_cloud_ice_particle_in_um +INFO: filtering out variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um +INFO: filtering out variable effective_radius_of_stratiform_cloud_rain_particle_in_um +INFO: filtering out variable effective_radius_of_stratiform_cloud_snow_particle_in_um +INFO: filtering out variable emdf_updraft_area +INFO: filtering out variable emdf_updraft_cloud_water +INFO: filtering out variable emdf_updraft_entrainment_rate +INFO: filtering out variable emdf_updraft_theta_l +INFO: filtering out variable emdf_updraft_total_water +INFO: filtering out variable emdf_updraft_vertical_velocity +INFO: filtering out variable ending_x_direction_index +INFO: filtering out variable ending_x_direction_index_domain +INFO: filtering out variable ending_y_direction_index +INFO: filtering out variable ending_y_direction_index_domain +INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS +INFO: filtering out variable equilibrium_soil_water_content +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable fast_soil_pool_mass_content_of_carbon +INFO: filtering out variable fine_root_mass +INFO: filtering out variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa +INFO: filtering out variable flag_arakawa_wu_downdraft +INFO: filtering out variable flag_convective_tracer_transport +INFO: filtering out variable flag_flip +INFO: filtering out variable flag_flux_form_CS +INFO: filtering out variable flag_for_2015_ozone_physics +INFO: filtering out variable flag_for_aerosol_input_MG +INFO: filtering out variable flag_for_canopy_stomatal_resistance_option +INFO: filtering out variable flag_for_cloud_effective_radii +INFO: filtering out variable flag_for_dynamic_vegetation_option +INFO: filtering out variable flag_for_fast_microphysics_energy_conservation +INFO: filtering out variable flag_for_frozen_soil_permeability_option +INFO: filtering out variable flag_for_frozen_soil_physics +INFO: filtering out variable flag_for_ground_snow_surface_albedo_option +INFO: filtering out variable flag_for_hydrostatic_heating_from_physics +INFO: filtering out variable flag_for_hydrostatic_solver +INFO: filtering out variable flag_for_hydrostatic_solver_for_fast_physics +INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_inline_cloud_fraction_calculation +INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option +INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme +INFO: filtering out variable flag_for_precipitation_partition_option +INFO: filtering out variable flag_for_radiation_transfer_option +INFO: filtering out variable flag_for_reading_leaf_area_index_from_input +INFO: filtering out variable flag_for_resetting_radar_reflectivity_calculation +INFO: filtering out variable flag_for_restart +INFO: filtering out variable flag_for_runoff_and_groundwater_option +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_for_saturation_adjustment_for_microphysics_in_dynamics +INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option +INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option +INFO: filtering out variable flag_for_supercooled_liquid_water_option +INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option +INFO: filtering out variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface +INFO: filtering out variable flag_for_the_last_step_of_k_split_remapping +INFO: filtering out variable flag_mg3_as_mg2 +INFO: filtering out variable flag_skip_macro +INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_tracer_scavenged +INFO: filtering out variable gas_constants_for_multi_gases_physics +INFO: filtering out variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface +INFO: filtering out variable gf_memory_counter +INFO: filtering out variable graupel_mixing_ratio_updated_by_physics +INFO: filtering out variable graupel_number_concentration_updated_by_physics +INFO: filtering out variable grav_settling +INFO: filtering out variable ground_temperature_for_noahmp +INFO: filtering out variable gwd_opt +INFO: filtering out variable h2o_forcing +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_friendly_aerosol_number_concentration +INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable ice_number_concentration +INFO: filtering out variable ice_number_concentration_updated_by_physics +INFO: filtering out variable ice_supersaturation_threshold +INFO: filtering out variable ice_water_mixing_ratio +INFO: filtering out variable ice_water_mixing_ratio_updated_by_physics +INFO: filtering out variable in_number_concentration +INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable k_level_of_highest_reaching_plume +INFO: filtering out variable kappa_dry_for_fast_physics +INFO: filtering out variable kinematic_buoyancy_flux_from_shoc +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable lake_water_storage +INFO: filtering out variable latitude_index_in_debug_printouts +INFO: filtering out variable layer_bottom_depth_from_snow_surface +INFO: filtering out variable leaf_area_index +INFO: filtering out variable leaf_mass +INFO: filtering out variable limit_for_temperature_tendency_for_microphysics +INFO: filtering out variable liquid_water_density +INFO: filtering out variable local_graupel_mixing_ratio +INFO: filtering out variable local_graupel_number_concentration +INFO: filtering out variable local_rain_number_concentration +INFO: filtering out variable local_rain_water_mixing_ratio +INFO: filtering out variable local_snow_number_concentration +INFO: filtering out variable local_snow_water_mixing_ratio +INFO: filtering out variable log_pressure_at_Lagrangian_surface +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable maximum_mass_flux +INFO: filtering out variable maximum_updraft_velocity_at_cloud_base +INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency +INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency +INFO: filtering out variable mg_allow_supersat_after_sed +INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow +INFO: filtering out variable mg_bergeron_efficiency_factor +INFO: filtering out variable mg_cloud_water_variance +INFO: filtering out variable mg_drop_concentration_constant +INFO: filtering out variable mg_flag_drop_concentration_constant +INFO: filtering out variable mg_flag_for_cloud_ice_processes +INFO: filtering out variable mg_flag_for_gmao_ice_formulation +INFO: filtering out variable mg_flag_for_graupel +INFO: filtering out variable mg_flag_for_hail +INFO: filtering out variable mg_flag_for_heterogeneous_freezing +INFO: filtering out variable mg_flag_for_liu_liquid_treatment +INFO: filtering out variable mg_flag_for_sb2001_autoconversion +INFO: filtering out variable mg_flag_for_uniform_subcolumns +INFO: filtering out variable mg_flag_graupel_concentration_constant +INFO: filtering out variable mg_flag_ice_concentration_constant +INFO: filtering out variable mg_graupel_concentration_constant +INFO: filtering out variable mg_ice_concentration_constant +INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio +INFO: filtering out variable mg_minimum_rh_for_ice +INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice +INFO: filtering out variable mg_tuning_factor_for_alphas +INFO: filtering out variable mg_type_of_precip_fraction_method +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable mix_total_water_flag +INFO: filtering out variable mixing_length +INFO: filtering out variable mixing_length_flag +INFO: filtering out variable moisture_from_previous_timestep +INFO: filtering out variable moisture_tendency_due_to_dynamics +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable mpi_comm +INFO: filtering out variable mpi_rank_for_fast_physics +INFO: filtering out variable mpi_root_for_fast_physics +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_cloud_types_CS +INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data +INFO: filtering out variable number_of_frozen_precipitation_species +INFO: filtering out variable number_of_gases_for_multi_gases_physics +INFO: filtering out variable number_of_ghost_zones +INFO: filtering out variable number_of_plumes +INFO: filtering out variable number_of_snow_layers +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable number_of_tracers_for_CS +INFO: filtering out variable number_of_tracers_plus_one +INFO: filtering out variable number_of_water_species +INFO: filtering out variable omp_threads_for_fast_physics +INFO: filtering out variable ozone_mixing_ratio +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable prandtl_number +INFO: filtering out variable pressure_thickness_at_Lagrangian_surface +INFO: filtering out variable q_prime_squared +INFO: filtering out variable rain_number_concentration_updated_by_physics +INFO: filtering out variable rain_water_mixing_ratio_updated_by_physics +INFO: filtering out variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind +INFO: filtering out variable reciprocal_of_obukhov_length +INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation +INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term +INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface +INFO: filtering out variable slow_soil_pool_mass_content_of_carbon +INFO: filtering out variable snow_albedo_at_previous_time_step +INFO: filtering out variable snow_layer_ice +INFO: filtering out variable snow_layer_liquid_water +INFO: filtering out variable snow_mass_at_previous_time_step +INFO: filtering out variable snow_number_concentration_updated_by_physics +INFO: filtering out variable snow_precipitation_rate_at_surface +INFO: filtering out variable snow_temperature +INFO: filtering out variable snow_temperature_bottom_first_layer +INFO: filtering out variable snow_water_mixing_ratio_updated_by_physics +INFO: filtering out variable soil_temperature_for_land_surface_model +INFO: filtering out variable soil_vertical_dimension_for_land_surface_model +INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table +INFO: filtering out variable specific_heat_capacities_for_multi_gases_physics +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stability_function_for_heat +INFO: filtering out variable starting_x_direction_index +INFO: filtering out variable starting_x_direction_index_domain +INFO: filtering out variable starting_y_direction_index +INFO: filtering out variable starting_y_direction_index_domain +INFO: filtering out variable stem_area_index +INFO: filtering out variable stem_mass +INFO: filtering out variable subgrid_cloud_fraction_pbl +INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl +INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc +INFO: filtering out variable surface_condensation_mass +INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp +INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_geopotential_at_Lagrangian_surface +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable t_prime_q_prime +INFO: filtering out variable t_prime_squared +INFO: filtering out variable temperature_from_previous_timestep +INFO: filtering out variable temperature_tendency_due_to_dynamics +INFO: filtering out variable tendency_of_air_temperature_at_Lagrangian_surface +INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable thickness_at_Lagrangian_surface +INFO: filtering out variable time_step_for_remapping_for_fast_physics +INFO: filtering out variable tke_advect +INFO: filtering out variable tke_at_mass_points +INFO: filtering out variable tke_budget +INFO: filtering out variable tke_dissipative_heating_factor +INFO: filtering out variable top_layer_index_for_fast_physics +INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable triple_point_temperature_of_water +INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS +INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vegetation_temperature +INFO: filtering out variable vertical_dimension_for_fast_physics +INFO: filtering out variable vertical_dimension_for_thickness_at_Lagrangian_surface +INFO: filtering out variable vertical_dimension_of_h2o_forcing_data +INFO: filtering out variable virtual_temperature_at_Lagrangian_surface +INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model +INFO: filtering out variable water_friendly_aerosol_number_concentration +INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable water_storage_in_aquifer +INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil +INFO: filtering out variable water_table_depth +INFO: filtering out variable water_table_recharge_when_deep +INFO: filtering out variable water_table_recharge_when_shallow +INFO: filtering out variable water_vapor_mixing_ratio_at_surface +INFO: filtering out variable water_vapor_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable wood_mass +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_8/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_8/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_8/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_8/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_8/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 5 auto-generated caps to tests/build_fv3_8/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_8/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_8/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_8/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90' +++ CCPP_CAPS='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90' ++ source build_fv3_8/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_8/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_8/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\W\W\3\=\Y* ]] +++ trim ' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ local 'var= -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo -n '-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ CCPP_CMAKE_FLAGS='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__168342 +++ eval 'setup__test_function__168342() { /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__168342 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ ! -d /scratch ]] +++ 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' 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;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' 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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' 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 '_ModuleTable014_;' ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ 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 ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ 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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl ++++ export _ModuleTable001_ ++++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ 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 _ModuleTable014_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__168342 +++ unset __ms_function_name ++ [[ hera.intel == macosx.* ]] ++ [[ hera.intel == linux.* ]] ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl +++ export _ModuleTable001_ +++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ 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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' 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;' 'HDF5="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF_ROOT;' '__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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' 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 +++ 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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ 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 +++ HDF5=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_F +++ __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='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3 +++ export LOADEDMODULES +++ __LMOD_REF_COUNT_MANPATH='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF_ROOT +++ __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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4 +++ export POST_INC +++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /apps/lmod/7.7.18/libexec/lmod bash list ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''post/8.0.5'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''hdf5_parallel/1.10.6'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\''11)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''netcdf_parallel/4.7.4'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''esmf/8.0.0_ParallelNetCDF'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''21)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''14)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''22)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''z/1.2.11'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' +++ echo '' +++ echo Currently Loaded Modules: Currently Loaded Modules: +++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '9)' w3emc/2.3.1 '' '' '' '' '17)' post/8.0.5 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 +++ echo '' '' '2)' sutils/default '' '' '' '10)' w3nco/2.0.7 '' '' '' '' '18)' hdf5_parallel/1.10.6 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 +++ echo '' '' '3)' intel/18.0.5.274 '' '11)' g2/3.1.1 '' '' '' '' '' '' '' '19)' netcdf_parallel/4.7.4 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 +++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '12)' g2tmpl/1.6.0 '' '' '' '20)' esmf/8.0.0_ParallelNetCDF 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF +++ echo '' '' '5)' bacio/2.0.3 '' '' '' '' '' '' '13)' crtm/2.2.6 '' '' '' '' '' '21)' cmake/3.9.0 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 - 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems +++ echo '' '' '6)' ip/3.0.2 '' '' '' '' '' '' '' '' '' '14)' jasper/1.900.1 '' '22)' fv3 + 6) ip/3.0.2 14) jasper/1.900.1 22) fv3 +++ echo '' '' '7)' nemsio/2.2.4 '' '' '' '' '' '15)' png/1.2.44 7) nemsio/2.2.4 15) png/1.2.44 +++ echo '' '' '8)' sp/2.0.3 '' '' '' '' '' '' '' '' '' '16)' z/1.2.11 8) sp/2.0.3 16) z/1.2.11 +++ echo '' +++ echo '' '' +++ echo '' + +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_8 ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -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 +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +ESMFMKFILE: /scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for hera.intel + +C compiler: Intel 18.0.5.20180823 (mpiicc) +CXX compiler: Intel 18.0.5.20180823 (mpiicpc) +Fortran compiler: Intel 18.0.5.20180823 (mpiifort) -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -Building dependencies ... -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o +DEBUG is disabled +REPRO is ENABLED +32BIT is disabled +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is ENABLED + + +Selected physics package: gfs + +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90 +Force 64 bits in CCPP_layer +-- Configuring done +-- Generating done +-- Build files have been written to: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_8 ++ 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 +[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o +[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o +[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o +[ 2%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.F90.o +Scanning dependencies of target fms +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 2%] 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 +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 4%] 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. @@ -5103,75 +63559,185 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o +[ 4%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o +[ 4%] 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. +[ 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%] Linking Fortran static library libccpp.a +[ 4%] Built target ccpp +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.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. -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 4%] Linking Fortran static library libfv3cpl.a +[ 4%] Built target fv3cpl +Scanning dependencies of target ccppphys +[ 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/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/iounitdef.f.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/module_sf_noahmp_glacier.f90.o +[ 5%] 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 Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.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/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/gfs_phy_tracer_config.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_MP_FER_HIRES.F90.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 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/physics/cnvc90.f.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 11%] 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 +[ 13%] 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/maximum_hourly_diagnostics.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 14%] 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 +[ 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 +[ 17%] 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 +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 20%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o +[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.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 CMakeFiles/fms.dir/FMS/mosaic/gradient.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/dcyc2.f.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 23%] 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 +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +[ 24%] 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 +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +[ 25%] 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/sfc_sice.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.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/radiation_clouds.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o +[ 27%] 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/cu_gf_sh.F90.o +[ 28%] 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/physics/cires_ugwp.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_setup.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 29%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -Compiling in MPI mode (with or without MPP) +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 29%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o -Compiling in MPI mode (with or without MPP) +[ 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_pre.F90.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/rrtmg_sw_post.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/GFS_rrtmg_pre.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_2017_stochastics_cap.F90.o +[ 31%] 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/ccpp_FV3_GFS_2017_physics_cap.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_time_vary_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_radiation_cap.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -5180,1341 +63746,2848 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.o +[ 34%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 35%] 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. +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 38%] 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. +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +[ 38%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +[ 39%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 39%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 40%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_util.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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_manager.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 41%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 46%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 46%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 46%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 46%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 47%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 47%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 47%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 47%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_cap.F90.o +[ 47%] 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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 47%] 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 +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 50%] 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 +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 59%] 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/shalcnv.F.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 62%] 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 +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 64%] 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 +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 65%] 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%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 67%] Linking Fortran static library libccppphys.a +[ 67%] Built target ccppphys +Scanning dependencies of target gfsphysics +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.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 +[ 68%] 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 +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 69%] 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 +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 70%] 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_driver.F90.o +[ 71%] 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 +[ 73%] 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 +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 io +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 76%] 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/model/fv_arrays.F90.o +[ 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/external_sst.F90.o +[ 77%] 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/module_write_nemsio.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.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.F90.o +[ 78%] 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/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 79%] 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 Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o -ar rv libfms.a ../oda_tools/xbt_drop_rate_adjust.o ../affinity/fms_affinity.o ../amip_interp/amip_interp.o ../astronomy/astronomy.o ../axis_utils/axis_utils.o ../block_control/block_control.o ../column_diagnostics/column_diagnostics.o ../constants/constants.o ../coupler/atmos_ocean_fluxes.o ../coupler/coupler_types.o ../coupler/ensemble_manager.o ../data_override/data_override.o ../diag_integral/diag_integral.o ../diag_manager/diag_axis.o ../diag_manager/diag_data.o ../diag_manager/diag_grid.o ../diag_manager/diag_manifest.o ../diag_manager/diag_manager.o ../diag_manager/diag_output.o ../diag_manager/diag_table.o ../diag_manager/diag_util.o ../drifters/cloud_interpolator.o ../drifters/drifters.o ../drifters/drifters_comm.o ../drifters/drifters_core.o ../drifters/drifters_input.o ../drifters/drifters_io.o ../drifters/quicksort.o ../exchange/stock_constants.o ../exchange/xgrid.o ../fft/fft.o ../fft/fft99.o ../field_manager/field_manager.o ../field_manager/fm_util.o ../fms/fms.o ../fms/fms_io.o ../horiz_interp/horiz_interp.o ../horiz_interp/horiz_interp_bicubic.o ../horiz_interp/horiz_interp_bilinear.o ../horiz_interp/horiz_interp_conserve.o ../horiz_interp/horiz_interp_spherical.o ../horiz_interp/horiz_interp_type.o ../interpolator/interpolator.o ../memutils/memutils.o ../monin_obukhov/monin_obukhov.o ../monin_obukhov/monin_obukhov_kernel.o ../mosaic/gradient.o ../mosaic/grid.o ../mosaic/mosaic.o ../mpp/mpp.o ../mpp/mpp_data.o ../mpp/mpp_domains.o ../mpp/mpp_efp.o ../mpp/mpp_io.o ../mpp/mpp_memutils.o ../mpp/mpp_parameter.o ../mpp/mpp_pset.o ../mpp/mpp_utilities.o ../oda_tools/oda_core.o ../oda_tools/oda_core_ecda.o ../oda_tools/oda_types.o ../oda_tools/write_ocean_data.o ../platform/platform.o ../random_numbers/MersenneTwister.o ../random_numbers/random_numbers.o ../sat_vapor_pres/sat_vapor_pres.o ../sat_vapor_pres/sat_vapor_pres_k.o ../station_data/station_data.o ../time_interp/time_interp.o ../time_interp/time_interp_external.o ../time_manager/get_cal_time.o ../time_manager/time_manager.o ../topography/gaussian_topog.o ../topography/topography.o ../tracer_manager/tracer_manager.o ../tridiagonal/tridiagonal.o ../affinity/affinity.o ../memutils/memuse.o ../mosaic/create_xgrid.o ../mosaic/gradient_c2l.o ../mosaic/interp.o ../mosaic/mosaic_util.o ../mosaic/read_mosaic.o ../mpp/nsclock.o ../mpp/threadloc.o -ar: creating libfms.a -a - ../oda_tools/xbt_drop_rate_adjust.o -a - ../affinity/fms_affinity.o -a - ../amip_interp/amip_interp.o -a - ../astronomy/astronomy.o -a - ../axis_utils/axis_utils.o -a - ../block_control/block_control.o -a - ../column_diagnostics/column_diagnostics.o -a - ../constants/constants.o -a - ../coupler/atmos_ocean_fluxes.o -a - ../coupler/coupler_types.o -a - ../coupler/ensemble_manager.o -a - ../data_override/data_override.o -a - ../diag_integral/diag_integral.o -a - ../diag_manager/diag_axis.o -a - ../diag_manager/diag_data.o -a - ../diag_manager/diag_grid.o -a - ../diag_manager/diag_manifest.o -a - ../diag_manager/diag_manager.o -a - ../diag_manager/diag_output.o -a - ../diag_manager/diag_table.o -a - ../diag_manager/diag_util.o -a - ../drifters/cloud_interpolator.o -a - ../drifters/drifters.o -a - ../drifters/drifters_comm.o -a - ../drifters/drifters_core.o -a - ../drifters/drifters_input.o -a - ../drifters/drifters_io.o -a - ../drifters/quicksort.o -a - ../exchange/stock_constants.o -a - ../exchange/xgrid.o -a - ../fft/fft.o -a - ../fft/fft99.o -a - ../field_manager/field_manager.o -a - ../field_manager/fm_util.o -a - ../fms/fms.o -a - ../fms/fms_io.o -a - ../horiz_interp/horiz_interp.o -a - ../horiz_interp/horiz_interp_bicubic.o -a - ../horiz_interp/horiz_interp_bilinear.o -a - ../horiz_interp/horiz_interp_conserve.o -a - ../horiz_interp/horiz_interp_spherical.o -a - ../horiz_interp/horiz_interp_type.o -a - ../interpolator/interpolator.o -a - ../memutils/memutils.o -a - ../monin_obukhov/monin_obukhov.o -a - ../monin_obukhov/monin_obukhov_kernel.o -a - ../mosaic/gradient.o -a - ../mosaic/grid.o -a - ../mosaic/mosaic.o -a - ../mpp/mpp.o -a - ../mpp/mpp_data.o -a - ../mpp/mpp_domains.o -a - ../mpp/mpp_efp.o -a - ../mpp/mpp_io.o -a - ../mpp/mpp_memutils.o -a - ../mpp/mpp_parameter.o -a - ../mpp/mpp_pset.o -a - ../mpp/mpp_utilities.o -a - ../oda_tools/oda_core.o -a - ../oda_tools/oda_core_ecda.o -a - ../oda_tools/oda_types.o -a - ../oda_tools/write_ocean_data.o -a - ../platform/platform.o -a - ../random_numbers/MersenneTwister.o -a - ../random_numbers/random_numbers.o -a - ../sat_vapor_pres/sat_vapor_pres.o -a - ../sat_vapor_pres/sat_vapor_pres_k.o -a - ../station_data/station_data.o -a - ../time_interp/time_interp.o -a - ../time_interp/time_interp_external.o -a - ../time_manager/get_cal_time.o -a - ../time_manager/time_manager.o -a - ../topography/gaussian_topog.o -a - ../topography/topography.o -a - ../tracer_manager/tracer_manager.o -a - ../tridiagonal/tridiagonal.o -a - ../affinity/affinity.o -a - ../memutils/memuse.o -a - ../mosaic/create_xgrid.o -a - ../mosaic/gradient_c2l.o -a - ../mosaic/interp.o -a - ../mosaic/mosaic_util.o -a - ../mosaic/read_mosaic.o -a - ../mpp/nsclock.o -a - ../mpp/threadloc.o -mkdir -p "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -test -d /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Compiling 32BIT=Y into /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL on hera -cp -fp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3"/conf/modules.fv3 -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 COMP_BINDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL 32BIT=Y nemsinstall - -Currently Loaded Modules: - 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 - 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 - 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 - 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF - 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 - 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems - 7) nemsio/2.2.4 15) png/1.2.44 - 8) sp/2.0.3 16) z/1.2.11 - - - -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Building dependencies ... -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -gmake -C cpl FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL - -Build standalone FV3 io ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' - -Build standalone FV3 io ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_cplfields.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_cap_cpl.F90 -ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o -ar: creating libfv3cpl.a -a - module_cplfields.o -a - module_cap_cpl.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit - -Build standalone FV3 gfsphysics ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -makefile:278: depend: No such file or directory -Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' - -Build standalone FV3 gfsphysics ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o -mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o -mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o -mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o -ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o -ar: creating libgfsphys.a -a - physics/cnvc90.o -a - physics/co2hc.o -a - physics/date_def.o -a - physics/dcyc2.o -a - physics/dcyc2.pre.rad.o -a - physics/efield.o -a - physics/get_prs.o -a - physics/gocart_tracer_config_stub.o -a - physics/gscond.o -a - physics/gscondp.o -a - physics/gwdc.o -a - physics/gwdps.o -a - physics/ugwp_driver_v0.o -a - physics/cires_orowam2017.o -a - physics/h2o_def.o -a - physics/h2oc.o -a - physics/h2ohdc.o -a - physics/h2ophys.o -a - physics/ideaca.o -a - physics/idea_co2.o -a - physics/idea_composition.o -a - physics/idea_dissipation.o -a - physics/idea_h2o.o -a - physics/idea_ion.o -a - physics/idea_o2_o3.o -a - physics/idea_phys.o -a - physics/idea_solar_heating.o -a - physics/idea_tracer.o -a - physics/iounitdef.o -a - physics/lrgsclr.o -a - physics/mersenne_twister.o -a - physics/mfpbl.o -a - physics/mfpblt.o -a - physics/mfpbltq.o -a - physics/mfscu.o -a - physics/mfscuq.o -a - physics/module_bfmicrophysics.o -a - physics/moninedmf.o -a - physics/moninedmf_hafs.o -a - physics/moninp.o -a - physics/moninp1.o -a - physics/moninq.o -a - physics/moninq1.o -a - physics/moninshoc.o -a - physics/mstadb.o -a - physics/mstadbtn.o -a - physics/mstadbtn2.o -a - physics/mstcnv.o -a - physics/namelist_soilveg.o -a - physics/ozne_def.o -a - physics/iccn_def.o -a - physics/aerclm_def.o -a - physics/ozphys.o -a - physics/ozphys_2015.o -a - physics/physparam.o -a - physics/precpd.o -a - physics/precpd_shoc.o -a - physics/precpdp.o -a - physics/progt2.o -a - physics/progtm_module.o -a - physics/rad_initialize.o -a - physics/radiation_aerosols.o -a - physics/radiation_astronomy.o -a - physics/radiation_clouds.o -a - physics/radiation_gases.o -a - physics/radiation_surface.o -a - physics/radlw_datatb.o -a - physics/radlw_main.o -a - physics/radlw_param.o -a - physics/radsw_datatb.o -a - physics/radsw_main.o -a - physics/radsw_param.o -a - physics/rascnvv2.o -a - physics/rayleigh_damp.o -a - physics/rayleigh_damp_mesopause.o -a - physics/samfaerosols.o -a - physics/samfdeepcnv.o -a - physics/samfshalcnv.o -a - physics/sascnv.o -a - physics/sascnvn.o -a - physics/satmedmfvdif.o -a - physics/satmedmfvdifq.o -a - physics/set_soilveg.o -a - physics/sfc_cice.o -a - physics/sfc_diag.o -a - physics/sfc_diff.o -a - physics/sfc_drv.o -a - physics/sfc_noahmp_drv.o -a - physics/sfc_nst.o -a - physics/sfc_ocean.o -a - physics/sfc_sice.o -a - physics/sflx.o -a - physics/shalcnv.o -a - physics/shalcv.o -a - physics/shalcv_1lyr.o -a - physics/shalcv_fixdp.o -a - physics/shalcv_opr.o -a - physics/tracer_const_h.o -a - physics/tridi2t3.o -a - physics/calpreciptype.o -a - physics/funcphys.o -a - physics/gcm_shoc.o -a - physics/get_prs_fv3.o -a - physics/h2ointerp.o -a - physics/module_nst_model.o -a - physics/module_nst_parameters.o -a - physics/module_nst_water_prop.o -a - physics/ozinterp.o -a - physics/module_wrf_utl.o -a - physics/noahmp_tables.o -a - physics/module_sf_noahmplsm.o -a - physics/module_sf_noahmp_glacier.o -a - physics/iccninterp.o -a - physics/aerinterp.o -a - physics/wam_f107_kp_mod.o -a - physics/aer_cloud.o -a - physics/cldmacro.o -a - physics/cldwat2m_micro.o -a - physics/gfs_phy_tracer_config.o -a - physics/machine.o -a - physics/num_parthds.o -a - physics/sfcsub.o -a - physics/wv_saturation.o -a - physics/GFDL_parse_tracers.o -a - physics/gcycle.o -a - physics/cires_ugwp_initialize.o -a - physics/cires_ugwp_module.o -a - physics/cires_ugwp_utils.o -a - physics/cires_ugwp_triggers.o -a - physics/cires_ugwp_solvers.o -a - physics/cires_vert_lsatdis.o -a - physics/cires_vert_orodis.o -a - physics/cires_vert_wmsdis.o -a - physics/gfdl_cloud_microphys.o -a - physics/micro_mg_utils.o -a - physics/micro_mg2_0.o -a - physics/micro_mg3_0.o -a - physics/m_micro_driver.o -a - physics/cs_conv.o -a - physics/GFS_debug.o -a - physics/module_mp_radar.o -a - physics/module_mp_thompson_gfs.o -a - physics/module_mp_wsm6_fv3.o -a - physics/physcons.o -a - physics/surface_perturbation.o -a - GFS_layer/GFS_abstraction_layer.o -a - GFS_layer/GFS_diagnostics.o -a - GFS_layer/GFS_driver.o -a - GFS_layer/GFS_physics_driver.o -a - GFS_layer/GFS_radiation_driver.o -a - GFS_layer/GFS_restart.o -a - GFS_layer/GFS_typedefs.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -gmake -C ipd FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit - -Build standalone FV3 gfsphysics ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -makefile:54: depend: No such file or directory -Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' - -Build standalone FV3 gfsphysics ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o -ar rv libipd.a IPD_driver.o IPD_typedefs.o -ar: creating libipd.a -a - IPD_driver.o -a - IPD_typedefs.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -gmake -C io FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL - -Build standalone FV3 io ... - -$ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include] -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' - -Build standalone FV3 io ... - -$ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include] -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c FV3GFS_io.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_internal_state.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf_parallel.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.5_4 -c post_gfs.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_wrt_grid_comp.F90 -ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o -ar: creating libfv3io.a -a - ffsync.o -a - FV3GFS_io.o -a - post_gfs.o -a - post_nems_routines.o -a - module_write_nemsio.o -a - module_write_netcdf.o -a - module_write_netcdf_parallel.o -a - module_fv3_io_def.o -a - module_write_internal_state.o -a - module_wrt_grid_comp.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL - -Build standalone FV3 fv3core ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' - -Build standalone FV3 fv3core ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ar rv libfv3core.a model/a2b_edge.o model/multi_gases.o model/boundary.o model/dyn_core.o model/fv_arrays.o model/fv_cmp.o model/fv_control.o model/fv_dynamics.o model/fv_fill.o model/fv_grid_utils.o model/fv_mapz.o model/fv_nesting.o model/fv_regional_bc.o model/fv_sg.o model/fv_tracer2d.o model/fv_update_phys.o model/sw_core.o model/tp_core.o model/nh_core.o model/nh_utils.o tools/external_ic.o tools/external_sst.o tools/fv_diagnostics.o tools/fv_eta.o tools/fv_grid_tools.o tools/fv_io.o tools/fv_mp_mod.o tools/fv_nudge.o tools/fv_treat_da_inc.o tools/fv_iau_mod.o tools/fv_restart.o tools/fv_surf_map.o tools/fv_timing.o tools/init_hydro.o tools/sim_nc_mod.o tools/sorted_index.o tools/test_cases.o driver/fvGFS/DYCORE_typedefs.o driver/fvGFS/fv_nggps_diag.o driver/fvGFS/atmosphere.o -ar: creating libfv3core.a -a - model/a2b_edge.o -a - model/multi_gases.o -a - model/boundary.o -a - model/dyn_core.o -a - model/fv_arrays.o -a - model/fv_cmp.o -a - model/fv_control.o -a - model/fv_dynamics.o -a - model/fv_fill.o -a - model/fv_grid_utils.o -a - model/fv_mapz.o -a - model/fv_nesting.o -a - model/fv_regional_bc.o -a - model/fv_sg.o -a - model/fv_tracer2d.o -a - model/fv_update_phys.o -a - model/sw_core.o -a - model/tp_core.o -a - model/nh_core.o -a - model/nh_utils.o -a - tools/external_ic.o -a - tools/external_sst.o -a - tools/fv_diagnostics.o -a - tools/fv_eta.o -a - tools/fv_grid_tools.o -a - tools/fv_io.o -a - tools/fv_mp_mod.o -a - tools/fv_nudge.o -a - tools/fv_treat_da_inc.o -a - tools/fv_iau_mod.o -a - tools/fv_restart.o -a - tools/fv_surf_map.o -a - tools/fv_timing.o -a - tools/init_hydro.o -a - tools/sim_nc_mod.o -a - tools/sorted_index.o -a - tools/test_cases.o -a - driver/fvGFS/DYCORE_typedefs.o -a - driver/fvGFS/fv_nggps_diag.o -a - driver/fvGFS/atmosphere.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit - -Build standalone FV3 stochastic_physics ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -makefile:86: depend: No such file or directory -Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' - -Build standalone FV3 stochastic_physics ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o -ar: creating libstochastic_physics.a -a - stochy_gg_def.o -a - stochy_resol_def.o -a - stochy_layout_lag.o -a - four_to_grid_stochy.o -a - glats_stochy.o -a - sumfln_stochy.o -a - gozrineo_stochy.o -a - num_parthds_stochy.o -a - get_ls_node_stochy.o -a - get_lats_node_a_stochy.o -a - setlats_a_stochy.o -a - setlats_lag_stochy.o -a - epslon_stochy.o -a - getcon_lag_stochy.o -a - pln2eo_stochy.o -a - dozeuv_stochy.o -a - dezouv_stochy.o -a - cellular_automata.o -a - update_ca.o -a - plumes.o -a - spectral_layout.o -a - getcon_spectral.o -a - stochy_namelist_def.o -a - compns_stochy.o -a - stochy_internal_state_mod.o -a - stochastic_physics.o -a - stochy_patterngenerator.o -a - stochy_data_mod.o -a - get_stochy_pattern.o -a - initialize_spectral_mod.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fv3_config.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c time_utils.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c atmos_model.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fcst_grid_comp.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c fv3_cap.F90 -ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o -ar: creating libfv3cap.a -a - atmos_model.o -a - module_fv3_config.o -a - module_fcst_grid_comp.o -a - time_utils.o -a - fv3_cap.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -gmake esmf_make_fragment FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -# additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/nems_dir" >> fv3.mk - -Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk - -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Installation into "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL" complete! - -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -test -d /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -( \ -echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo fms_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ -set -e ; \ -for m in /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ - test -s $m ; \ -done ; \ -echo build NEMS after /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src ; \ -gmake nems \ - COMPONENTS="FMS FV3" \ - FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL TARGET="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x" ; \ -test -x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x - -Currently Loaded Modules: - 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 - 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 - 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 - 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF - 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 - 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems - 7) nemsio/2.2.4 15) png/1.2.44 - 8) sp/2.0.3 16) z/1.2.11 - - - -build NEMS after /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -Components in linker order: FV3 FMS -FV3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" -CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" -CPPFLAGS += ESMF_VERSION_MINOR="0" -CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" -CPPFLAGS += ESMF_VERSION_STRING="8.0.0" -CPPFLAGS += ESMF_VERSION_REVISION="0" -CPPFLAGS += ESMF_VERSION_MAJOR="8" -CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c ENS_CplComp_ESMFMod_STUB.f90 -ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o -ar: creating ENS_Cpl.a -a - ENS_CplComp_ESMFMod_STUB.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:58:06 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 -mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o -'module_NEMS_UTILS.tmp.o' -> 'module_NEMS_UTILS.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:58:06 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 -mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o -'module_MEDIATOR_methods.tmp.o' -> 'module_MEDIATOR_methods.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:58:06 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 -mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o -'module_MEDIATOR.tmp.o' -> 'module_MEDIATOR.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:58:06 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 -mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o -'module_MEDIATOR_SpaceWeather.tmp.o' -> 'module_MEDIATOR_SpaceWeather.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:58:06 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 -mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o -'module_EARTH_INTERNAL_STATE.tmp.o' -> 'module_EARTH_INTERNAL_STATE.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:58:06 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 -mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o -'module_EARTH_GRID_COMP.tmp.o' -> 'module_EARTH_GRID_COMP.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:58:06 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 -mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o -'module_NEMS_INTERNAL_STATE.tmp.o' -> 'module_NEMS_INTERNAL_STATE.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:58:06 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 -mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o -'module_NEMS_GRID_COMP.tmp.o' -> 'module_NEMS_GRID_COMP.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:58:06 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 -mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o -'module_NEMS_Rusage.tmp.o' -> 'module_NEMS_Rusage.o' -mpiicc -c nems_c_rusage.c -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:58:06 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 -mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o -'MAIN_NEMS.tmp.o' -> 'MAIN_NEMS.o' -echo libgocart is -libgocart is -echo extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf -extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf -mpiifort -o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf +[ 81%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 81%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 81%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 82%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 86%] Linking Fortran static library libio.a +[ 86%] Built target io +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 86%] 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/tools/test_cases.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 +[ 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/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 +[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 87%] 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 +[ 88%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 88%] Linking Fortran static library libfv3core.a +[ 88%] Built target fv3core +Scanning dependencies of target stochastic_physics +[ 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/stochy_resol_def.f.o +[ 88%] 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_gg_def.f.o +[ 90%] 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/stochy_namelist_def.F90.o +[ 91%] 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/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/gozrineo_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o +[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o +[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o +[ 96%] Linking Fortran static library libstochastic_physics.a +[ 96%] Built target stochastic_physics +Scanning dependencies of target fv3cap +[ 96%] 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 +[ 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 +[ 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_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/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_NEMS_Rusage.F90.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.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%] Linking Fortran executable NEMS.exe /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -set -xe ; cp "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x" "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/tests/fv3_4.exe" -+ cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/tests/fv3_4.exe +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_8.exe ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 ../modules.fv3_8 ++ cd .. + '[' YES = YES ']' -+ gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3_4 BUILD_ENV=hera.intel FV3_MAKEOPT=32BIT=Y NEMS_BUILDOPT= clean -Will copy modules.nems and NEMS.x as fv3_4 under tests/ -NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk" -Adding FV3 makeopts to FMS makeopts -cat /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs ; \ - exec gmake 32BIT=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -Cleaning fms ... - -cd .. ; \ -ls -1 */*.a */*.o */*.mod */depend \ - | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ -rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/modules.fv3 -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 ; exec gmake \ - -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Cleaning ... - -(cd gfsphysics && make clean) - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning gfsphysics ... - -rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -(cd ccpp/driver && make clean) - -Build CCPP layer ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -makefile:67: depend: No such file or directory -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' - -Build CCPP layer ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -Cleaning CCPP_layer ... - -rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -(cd ipd && make clean) - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning ipd ... - -rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -(cd ../stochastic_physics && make clean) - -Build standalone FV3 stochastic_physics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning stochastic_physics ... - -rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -(cd io && make clean) - -Build standalone FV3 io ... - -$ESMF_INC is [] -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning io ... - -rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -(cd atmos_cubed_sphere && make clean) - -Build standalone FV3 fv3core ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning fv3core ... - -rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -(cd cpl && make clean) - -Build standalone FV3 io ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning io ... - -rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend -rm -f -rf nems_dir fv3.mk FV3_INSTALL -rm -f -f conf/modules.fv3 -rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/configure.fv3 \ - /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/modules.fv3 -if ! test -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ - delete_nuopc=yes ; \ -fi ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ - INCLUDES_ARE_OPTIONAL=YES clean ; \ -if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ -fi -Components in linker order: FV3 FMS -FV3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" -CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" -CPPFLAGS += ESMF_VERSION_MINOR="0" -CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" -CPPFLAGS += ESMF_VERSION_STRING="8.0.0" -CPPFLAGS += ESMF_VERSION_REVISION="0" -CPPFLAGS += ESMF_VERSION_MAJOR="8" -CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -rm -f -f *.tmp.f90 *.lst *.o *.mod lm map -cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -+ elapsed=568 -+ echo 'Elapsed time 568 seconds. Compiling 32BIT=Y finished' -Elapsed time 568 seconds. Compiling 32BIT=Y finished ++ rm -rf build_fv3_8 ++ elapsed=492 ++ echo 'Elapsed time 492 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 finished' +Elapsed time 492 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 finished + SECONDS=0 ++++ readlink -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh +++ dirname /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/compile_cmake.sh ++ readonly MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ MYDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ readonly PATHTR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -+ PATHTR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -+ readonly BUILD_TARGET=hera.intel -+ BUILD_TARGET=hera.intel -+ readonly 'MAKE_OPT=32BIT=Y DEBUG=Y' -+ MAKE_OPT='32BIT=Y DEBUG=Y' -+ readonly BUILD_NAME=fv3_5 -+ BUILD_NAME=fv3_5 -+ readonly clean_before=YES ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ MACHINE_ID=hera.intel ++ MAKE_OPT='REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y' ++ BUILD_NAME=fv3_9 + clean_before=YES -+ readonly clean_after=YES + clean_after=YES -+ hostname -hfe03 -+ echo 'Compiling 32BIT=Y DEBUG=Y into fv3_5.exe on hera.intel' -Compiling 32BIT=Y DEBUG=Y into fv3_5.exe on hera.intel -+ gnu_make=gmake -+ which gmake -/usr/bin/gmake ++ BUILD_DIR=build_fv3_9 + [[ hera.intel == cheyenne.* ]] -+ [[ hera.intel == stampede.* ]] ++ [[ hera.intel == wcoss_dell_p3 ]] + MAKE_THREADS=8 -+ [[ 8 -gt 1 ]] -+ echo Using '$MAKE_THREADS=8' threads to build FV3 and FMS. -Using $MAKE_THREADS=8 threads to build FV3 and FMS. -+ echo Consider reducing '$MAKE_THREADS' if you hit memory or process limits. -Consider reducing $MAKE_THREADS if you hit memory or process limits. -+ gnu_make='gmake -j 8' -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../NEMS -+ COMPONENTS=FMS,FV3 -+ [[ 32BIT=Y DEBUG=Y == *\C\C\P\P\=\Y* ]] -+ [[ 32BIT=Y DEBUG=Y == *\W\W\3\=\Y* ]] -+ [[ 32BIT=Y DEBUG=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ 32BIT=Y DEBUG=Y == *\R\E\P\R\O\=\Y* ]] -+ [[ 32BIT=Y DEBUG=Y == *\D\E\B\U\G\=\Y* ]] -+ NEMS_BUILDOPT=DEBUG=Y ++ hostname +hfe03 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests ++ echo 'Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y into fv3_9.exe on hera.intel' +Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y into fv3_9.exe on hera.intel + '[' YES = YES ']' -+ gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3_5 BUILD_ENV=hera.intel 'FV3_MAKEOPT=32BIT=Y DEBUG=Y' NEMS_BUILDOPT=DEBUG=Y distclean -Will copy modules.nems and NEMS.x as fv3_5 under tests/ -NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk" -Adding FV3 makeopts to FMS makeopts -cat /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs ; \ - exec gmake 32BIT=Y DEBUG=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -Cleaning fms ... - -cd .. ; \ -ls -1 */*.a */*.o */*.mod */depend \ - | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ -rm -rf FMS_INSTALL || true -ls: cannot access */*.a: No such file or directory -ls: cannot access */*.o: No such file or directory -ls: cannot access */*.mod: No such file or directory -ls: cannot access */depend: No such file or directory -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/modules.fv3 -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 ; exec gmake \ - -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Cleaning ... - -(cd gfsphysics && make clean) - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -makefile:278: depend: No such file or directory -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -Cleaning gfsphysics ... - -rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -(cd ccpp/driver && make clean) - -Build CCPP layer ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -makefile:67: depend: No such file or directory -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' - -Build CCPP layer ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -Cleaning CCPP_layer ... - -rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -(cd ipd && make clean) - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -makefile:54: depend: No such file or directory -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -Cleaning ipd ... - -rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -(cd ../stochastic_physics && make clean) - -Build standalone FV3 stochastic_physics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -makefile:86: depend: No such file or directory -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' - -Build standalone FV3 stochastic_physics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -Cleaning stochastic_physics ... - -rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -(cd io && make clean) - -Build standalone FV3 io ... - -$ESMF_INC is [] -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning io ... - -rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -(cd atmos_cubed_sphere && make clean) - -Build standalone FV3 fv3core ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning fv3core ... - -rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -(cd cpl && make clean) - -Build standalone FV3 io ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning io ... - -rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend -rm -f -rf nems_dir fv3.mk FV3_INSTALL -rm -f -f conf/modules.fv3 -rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/configure.fv3 \ - /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ - delete_nuopc=yes ; \ -fi ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ - INCLUDES_ARE_OPTIONAL=YES clean ; \ -if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ -fi -Components in linker order: FV3 FMS -FV3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" -CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" -CPPFLAGS += ESMF_VERSION_MINOR="0" -CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" -CPPFLAGS += ESMF_VERSION_STRING="8.0.0" -CPPFLAGS += ESMF_VERSION_REVISION="0" -CPPFLAGS += ESMF_VERSION_MAJOR="8" -CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -rm -f -f *.tmp.f90 *.lst *.o *.mod lm map -cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/externals.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.sh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.csh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test_results.mk -+ gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3_5 BUILD_ENV=hera.intel 'FV3_MAKEOPT=32BIT=Y DEBUG=Y' NEMS_BUILDOPT=DEBUG=Y build -Will copy modules.nems and NEMS.x as fv3_5 under tests/ -NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk" -Adding FV3 makeopts to FMS makeopts -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/modulefiles/hera.intel/fv3 /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems -set -xe ; cp "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems" "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/tests/modules.fv3_5" -+ cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/tests/modules.fv3_5 -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/conf/configure.fv3.hera.intel /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/externals.nems -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS' -if [ -f "/modules.nems" ] ; then \ - . /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=12000000 ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ -fi ; \ -( \ -echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ -echo "CASELESS_FILESYSTEM=NO" ; \ -if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ -) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS' -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs ; \ -exec gmake 32BIT=Y DEBUG=Y all ++ rm -rf build_fv3_9 ++ mkdir -p build_fv3_9 ++ CCPP_CMAKE_FLAGS= ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\3\2\B\I\T\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017,FV3_GFS_2017_gfdlmp --builddir=tests/build_fv3_9/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_9/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip +INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology +INFO: filtering out variable area_fraction_of_wet_canopy +INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl +INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc +INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable canopy_air_temperature +INFO: filtering out variable canopy_air_vapor_pressure +INFO: filtering out variable canopy_intercepted_ice_mass +INFO: filtering out variable canopy_intercepted_liquid_water +INFO: filtering out variable ccn_number_concentration +INFO: filtering out variable ccpp_block_number +INFO: filtering out variable cell_size +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_base_mass_flux +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface +INFO: filtering out variable cloud_droplet_number_concentration +INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics +INFO: filtering out variable cloud_fraction_for_MG +INFO: filtering out variable cloud_phase_transition_denominator +INFO: filtering out variable cloud_phase_transition_threshold_temperature +INFO: filtering out variable cloud_specie_mix_flag +INFO: filtering out variable cloudpdf +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable conv_activity_counter +INFO: filtering out variable convective_updraft_area_fraction +INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces +INFO: filtering out variable couple_sgs_clouds_to_radiation_flag +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable density_of_frozen_precipitation +INFO: filtering out variable depth_of_soil_levels_for_land_surface_model +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable do_mynnsfclay +INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable edmf_flag +INFO: filtering out variable edmf_momentum_transport_flag +INFO: filtering out variable edmf_partition_flag +INFO: filtering out variable edmf_tke_transport_flag +INFO: filtering out variable emdf_updraft_area +INFO: filtering out variable emdf_updraft_cloud_water +INFO: filtering out variable emdf_updraft_entrainment_rate +INFO: filtering out variable emdf_updraft_theta_l +INFO: filtering out variable emdf_updraft_total_water +INFO: filtering out variable emdf_updraft_vertical_velocity +INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS +INFO: filtering out variable equilibrium_soil_water_content +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable fast_soil_pool_mass_content_of_carbon +INFO: filtering out variable fine_root_mass +INFO: filtering out variable flag_arakawa_wu_downdraft +INFO: filtering out variable flag_convective_tracer_transport +INFO: filtering out variable flag_flip +INFO: filtering out variable flag_flux_form_CS +INFO: filtering out variable flag_for_2015_ozone_physics +INFO: filtering out variable flag_for_aerosol_input_MG +INFO: filtering out variable flag_for_canopy_stomatal_resistance_option +INFO: filtering out variable flag_for_dynamic_vegetation_option +INFO: filtering out variable flag_for_frozen_soil_permeability_option +INFO: filtering out variable flag_for_frozen_soil_physics +INFO: filtering out variable flag_for_ground_snow_surface_albedo_option +INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option +INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme +INFO: filtering out variable flag_for_precipitation_partition_option +INFO: filtering out variable flag_for_radiation_transfer_option +INFO: filtering out variable flag_for_reading_leaf_area_index_from_input +INFO: filtering out variable flag_for_resetting_radar_reflectivity_calculation +INFO: filtering out variable flag_for_restart +INFO: filtering out variable flag_for_runoff_and_groundwater_option +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option +INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option +INFO: filtering out variable flag_for_supercooled_liquid_water_option +INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option +INFO: filtering out variable flag_mg3_as_mg2 +INFO: filtering out variable flag_skip_macro +INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_tracer_scavenged +INFO: filtering out variable gf_memory_counter +INFO: filtering out variable graupel_number_concentration_updated_by_physics +INFO: filtering out variable grav_settling +INFO: filtering out variable ground_temperature_for_noahmp +INFO: filtering out variable gwd_opt +INFO: filtering out variable h2o_forcing +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_friendly_aerosol_number_concentration +INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable ice_number_concentration +INFO: filtering out variable ice_number_concentration_updated_by_physics +INFO: filtering out variable ice_supersaturation_threshold +INFO: filtering out variable ice_water_mixing_ratio +INFO: filtering out variable in_number_concentration +INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable k_level_of_highest_reaching_plume +INFO: filtering out variable kinematic_buoyancy_flux_from_shoc +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable lake_water_storage +INFO: filtering out variable latitude_index_in_debug_printouts +INFO: filtering out variable layer_bottom_depth_from_snow_surface +INFO: filtering out variable leaf_area_index +INFO: filtering out variable leaf_mass +INFO: filtering out variable limit_for_temperature_tendency_for_microphysics +INFO: filtering out variable liquid_water_density +INFO: filtering out variable local_graupel_mixing_ratio +INFO: filtering out variable local_graupel_number_concentration +INFO: filtering out variable local_rain_number_concentration +INFO: filtering out variable local_rain_water_mixing_ratio +INFO: filtering out variable local_snow_number_concentration +INFO: filtering out variable local_snow_water_mixing_ratio +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable maximum_mass_flux +INFO: filtering out variable maximum_updraft_velocity_at_cloud_base +INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency +INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency +INFO: filtering out variable mg_allow_supersat_after_sed +INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow +INFO: filtering out variable mg_bergeron_efficiency_factor +INFO: filtering out variable mg_cloud_water_variance +INFO: filtering out variable mg_drop_concentration_constant +INFO: filtering out variable mg_flag_drop_concentration_constant +INFO: filtering out variable mg_flag_for_cloud_ice_processes +INFO: filtering out variable mg_flag_for_gmao_ice_formulation +INFO: filtering out variable mg_flag_for_graupel +INFO: filtering out variable mg_flag_for_hail +INFO: filtering out variable mg_flag_for_heterogeneous_freezing +INFO: filtering out variable mg_flag_for_liu_liquid_treatment +INFO: filtering out variable mg_flag_for_sb2001_autoconversion +INFO: filtering out variable mg_flag_for_uniform_subcolumns +INFO: filtering out variable mg_flag_graupel_concentration_constant +INFO: filtering out variable mg_flag_ice_concentration_constant +INFO: filtering out variable mg_graupel_concentration_constant +INFO: filtering out variable mg_ice_concentration_constant +INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio +INFO: filtering out variable mg_minimum_rh_for_ice +INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice +INFO: filtering out variable mg_tuning_factor_for_alphas +INFO: filtering out variable mg_type_of_precip_fraction_method +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable mix_total_water_flag +INFO: filtering out variable mixing_length +INFO: filtering out variable mixing_length_flag +INFO: filtering out variable moisture_from_previous_timestep +INFO: filtering out variable moisture_tendency_due_to_dynamics +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable mpi_comm +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_cloud_types_CS +INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data +INFO: filtering out variable number_of_frozen_precipitation_species +INFO: filtering out variable number_of_plumes +INFO: filtering out variable number_of_snow_layers +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable number_of_tracers_for_CS +INFO: filtering out variable number_of_tracers_plus_one +INFO: filtering out variable ozone_mixing_ratio +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable prandtl_number +INFO: filtering out variable q_prime_squared +INFO: filtering out variable rain_number_concentration_updated_by_physics +INFO: filtering out variable reciprocal_of_obukhov_length +INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation +INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term +INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface +INFO: filtering out variable slow_soil_pool_mass_content_of_carbon +INFO: filtering out variable snow_albedo_at_previous_time_step +INFO: filtering out variable snow_layer_ice +INFO: filtering out variable snow_layer_liquid_water +INFO: filtering out variable snow_mass_at_previous_time_step +INFO: filtering out variable snow_number_concentration_updated_by_physics +INFO: filtering out variable snow_precipitation_rate_at_surface +INFO: filtering out variable snow_temperature +INFO: filtering out variable snow_temperature_bottom_first_layer +INFO: filtering out variable soil_temperature_for_land_surface_model +INFO: filtering out variable soil_vertical_dimension_for_land_surface_model +INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stability_function_for_heat +INFO: filtering out variable stem_area_index +INFO: filtering out variable stem_mass +INFO: filtering out variable subgrid_cloud_fraction_pbl +INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl +INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc +INFO: filtering out variable surface_condensation_mass +INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp +INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable t_prime_q_prime +INFO: filtering out variable t_prime_squared +INFO: filtering out variable temperature_from_previous_timestep +INFO: filtering out variable temperature_tendency_due_to_dynamics +INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable tke_advect +INFO: filtering out variable tke_at_mass_points +INFO: filtering out variable tke_budget +INFO: filtering out variable tke_dissipative_heating_factor +INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable triple_point_temperature_of_water +INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS +INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vegetation_temperature +INFO: filtering out variable vertical_dimension_of_h2o_forcing_data +INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model +INFO: filtering out variable water_friendly_aerosol_number_concentration +INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable water_storage_in_aquifer +INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil +INFO: filtering out variable water_table_depth +INFO: filtering out variable water_table_recharge_when_deep +INFO: filtering out variable water_table_recharge_when_shallow +INFO: filtering out variable water_vapor_mixing_ratio_at_surface +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable wood_mass +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_9/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_9/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_9/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_9/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_9/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 11 auto-generated caps to tests/build_fv3_9/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_9/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_9/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_9/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90' +++ CCPP_CAPS='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90' ++ source build_fv3_9/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\W\W\3\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' +++ trim ' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' +++ local 'var= -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' +++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' +++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' +++ echo -n '-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' ++ CCPP_CMAKE_FLAGS='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' ++ source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__33477 +++ eval 'setup__test_function__33477() { /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__33477 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ ! -d /scratch ]] +++ 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' 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;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' 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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' 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 '_ModuleTable014_;' ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ 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 ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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 NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ 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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl ++++ export _ModuleTable001_ ++++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== ++++ 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 _ModuleTable014_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__33477 +++ unset __ms_function_name ++ [[ hera.intel == macosx.* ]] ++ [[ hera.intel == linux.* ]] ++ module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel +++ /apps/lmod/7.7.18/libexec/lmod bash use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel ++ eval '__LMOD_REF_COUNT_MODULEPATH="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl";' export '_ModuleTable001_;' '_ModuleTable002_="cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ __LMOD_REF_COUNT_MODULEPATH='/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9zY3JhdGNoMS9CTUMvZ210Yi9Eb20uSGVpbnplbGxlci91ZnMtd2VhdGhlci1tb2RlbC91ZnMtd2VhdGhlci1tb2RlbC1lbWMtZGV2ZWxvcC0yMDIwMDMxN191cGRhdGVfZnJvbV9kdGMtZGV2ZWxvcC0yMDIwMDMxNy9pbnRlbC9tb2R1bGVmaWxlcy9oZXJhLmludGVsIiwiL2FwcHMvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4IiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcyIsIi9vcHQvY3JheS9tb2R1bGVmaWxl +++ export _ModuleTable001_ +++ _ModuleTable002_=cyIsIi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvYXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ 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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' 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;' 'HDF5="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3";' export 'LOADEDMODULES;' '__LMOD_REF_COUNT_MANPATH="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel";' export 'NETCDF_ROOT;' '__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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4";' export 'POST_INC;' 'POST_LIB="/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' 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 +++ 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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/g2tmpl_v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ 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 +++ HDF5=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_F +++ __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='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:2;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib:/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/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;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.6.0:1;crtm/2.2.6:1;jasper/1.900.1:1;png/1.2.44:1;z/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF: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: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.6.0:crtm/2.2.6:jasper/1.900.1:png/1.2.44:z/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.9.0:fv3 +++ export LOADEDMODULES +++ __LMOD_REF_COUNT_MANPATH='/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/share/man:2;/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel +++ export NETCDF_ROOT +++ __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;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/bin:2;/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:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/bin:/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/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.5_4 +++ export POST_INC +++ POST_LIB=/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ 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;/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.6.0: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.5:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:1;/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/contrib/modulefiles/cmake/3.9.0:1;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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:/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.6.0:/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.5:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/hdf5_parallel/1.10.6:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/netcdf_parallel/4.7.4:/scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles/esmf/8.0.0_ParallelNetCDF:/contrib/modulefiles/cmake/3.9.0:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /apps/lmod/7.7.18/libexec/lmod bash list ++ eval echo ''\'''\'';' echo ''\''Currently'\''' ''\''Loaded'\''' ''\''Modules:'\'';' echo ''\'''\''' ''\'''\''' ''\''1)'\''' ''\''contrib'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''9)'\''' ''\''w3emc/2.3.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''17)'\''' ''\''post/8.0.5'\'';' echo ''\'''\''' ''\'''\''' ''\''2)'\''' ''\''sutils/default'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''10)'\''' ''\''w3nco/2.0.7'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''18)'\''' ''\''hdf5_parallel/1.10.6'\'';' echo ''\'''\''' ''\'''\''' ''\''3)'\''' ''\''intel/18.0.5.274'\''' ''\'''\''' ''\''11)'\''' ''\''g2/3.1.1'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''19)'\''' ''\''netcdf_parallel/4.7.4'\'';' echo ''\'''\''' ''\'''\''' ''\''4)'\''' ''\''impi/2018.0.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''12)'\''' ''\''g2tmpl/1.6.0'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''20)'\''' ''\''esmf/8.0.0_ParallelNetCDF'\'';' echo ''\'''\''' ''\'''\''' ''\''5)'\''' ''\''bacio/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''13)'\''' ''\''crtm/2.2.6'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''21)'\''' ''\''cmake/3.9.0'\'';' echo ''\'''\''' ''\'''\''' ''\''6)'\''' ''\''ip/3.0.2'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''14)'\''' ''\''jasper/1.900.1'\''' ''\'''\''' ''\''22)'\''' ''\''fv3'\'';' echo ''\'''\''' ''\'''\''' ''\''7)'\''' ''\''nemsio/2.2.4'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''15)'\''' ''\''png/1.2.44'\'';' echo ''\'''\''' ''\'''\''' ''\''8)'\''' ''\''sp/2.0.3'\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\'''\''' ''\''16)'\''' ''\''z/1.2.11'\'';' echo ''\'''\'';' echo ''\'''\''' ''\'''\'';' echo ''\'''\'';' 'MODULEPATH="/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs";' export '_ModuleTable001_;' '_ModuleTable002_="TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy";' export '_ModuleTable002_;' '_ModuleTable003_="Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13";' export '_ModuleTable003_;' '_ModuleTable004_="ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9";' export '_ModuleTable004_;' '_ModuleTable005_="LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp";' export '_ModuleTable005_;' '_ModuleTable006_="dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1";' export '_ModuleTable006_;' '_ModuleTable007_="c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi";' export '_ModuleTable007_;' '_ModuleTable008_="dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb";' export '_ModuleTable008_;' '_ModuleTable009_="InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9";' export '_ModuleTable009_;' '_ModuleTable010_="e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09";' export '_ModuleTable010_;' '_ModuleTable011_="ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0";' export '_ModuleTable011_;' '_ModuleTable012_="aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl";' export '_ModuleTable012_;' '_ModuleTable013_="ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv";' export '_ModuleTable013_;' '_ModuleTable014_="YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ==";' export '_ModuleTable014_;' '_ModuleTable_Sz_="14";' export '_ModuleTable_Sz_;' +++ echo '' +++ echo Currently Loaded Modules: Currently Loaded Modules: +++ echo '' '' '1)' contrib '' '' '' '' '' '' '' '' '' '' '' '9)' w3emc/2.3.1 '' '' '' '' '17)' post/8.0.5 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 +++ echo '' '' '2)' sutils/default '' '' '' '10)' w3nco/2.0.7 '' '' '' '' '18)' hdf5_parallel/1.10.6 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 +++ echo '' '' '3)' intel/18.0.5.274 '' '11)' g2/3.1.1 '' '' '' '' '' '' '' '19)' netcdf_parallel/4.7.4 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 +++ echo '' '' '4)' impi/2018.0.4 '' '' '' '' '12)' g2tmpl/1.6.0 '' '' '' '20)' esmf/8.0.0_ParallelNetCDF 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF +++ echo '' '' '5)' bacio/2.0.3 '' '' '' '' '' '' '13)' crtm/2.2.6 '' '' '' '' '' '21)' cmake/3.9.0 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 - 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems +++ echo '' '' '6)' ip/3.0.2 '' '' '' '' '' '' '' '' '' '14)' jasper/1.900.1 '' '22)' fv3 + 6) ip/3.0.2 14) jasper/1.900.1 22) fv3 +++ echo '' '' '7)' nemsio/2.2.4 '' '' '' '' '' '15)' png/1.2.44 7) nemsio/2.2.4 15) png/1.2.44 +++ echo '' '' '8)' sp/2.0.3 '' '' '' '' '' '' '' '' '' '16)' z/1.2.11 8) sp/2.0.3 16) z/1.2.11 +++ echo '' +++ echo '' '' +++ echo '' + +++ MODULEPATH=/contrib/modulefiles:/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/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_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImludGVsIixbIm1waSJdPSJpbXBpIix9LG1UPXtiYWNpbz17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvYmFjaW8vMi4wLjMiLFsiZnVsbE5hbWUiXT0iYmFjaW8vMi4wLjMiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJiYWNpby8yLjAuMyIsfSxjbWFrZT17WyJmbiJdPSIvY29udHJpYi9tb2R1bGVmaWxlcy9jbWFrZS8zLjkuMCIsWyJmdWxs +++ export _ModuleTable001_ +++ _ModuleTable002_=TmFtZSJdPSJjbWFrZS8zLjkuMCIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjbWFrZS8zLjkuMCIsfSxjb250cmliPXtbImZuIl09Ii9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMvY29udHJpYiIsWyJmdWxsTmFtZSJdPSJjb250cmliIixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY29udHJpYiIsfSxjcnRtPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9jcnRtLzIuMi42IixbImZ1bGxOYW1lIl09ImNydG0vMi4yLjYiLFsibG9hZE9yZGVy +++ export _ModuleTable002_ +++ _ModuleTable003_=Il09MTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY3J0bS8yLjIuNiIsfSxlc21mPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9lc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImZ1bGxOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsfSxmdjM9e1siZm4iXT0iL3NjcmF0Y2gxL0JNQy9nbXRiL0RvbS5IZWluemVsbGVyL3Vmcy13ZWF0aGVyLW1vZGVsL3Vmcy13 +++ export _ModuleTable003_ +++ _ModuleTable004_=ZWF0aGVyLW1vZGVsLWVtYy1kZXZlbG9wLTIwMjAwMzE3X3VwZGF0ZV9mcm9tX2R0Yy1kZXZlbG9wLTIwMjAwMzE3L2ludGVsL21vZHVsZWZpbGVzL2hlcmEuaW50ZWwvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9 +++ export _ModuleTable004_ +++ _ModuleTable005_=LGcydG1wbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsiZnVsbE5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3Rp +++ export _ModuleTable005_ +++ _ModuleTable006_=dmUiLFsidXNlck5hbWUiXT0iaGRmNV9wYXJhbGxlbC8xLjEwLjYiLH0saW1waT17WyJmbiJdPSIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsL2ltcGkvMjAxOC4wLjQiLFsiZnVsbE5hbWUiXT0iaW1waS8yMDE4LjAuNCIsWyJsb2FkT3JkZXIiXT00LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImltcGkvMjAxOC4wLjQiLH0saW50ZWw9e1siZm4iXT0iL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9pbnRlbC8xOC4wLjUuMjc0IixbImZ1bGxOYW1lIl09ImludGVsLzE4LjAuNS4yNzQiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1 +++ export _ModuleTable006_ +++ _ModuleTable007_=c2VyTmFtZSJdPSJpbnRlbC8xOC4wLjUuMjc0Iix9LGlwPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9pcC8zLjAuMiIsWyJmdWxsTmFtZSJdPSJpcC8zLjAuMiIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImlwLzMuMC4yIix9LGphc3Blcj17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvamFzcGVyLzEuOTAwLjEiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsi +++ export _ModuleTable007_ +++ _ModuleTable008_=dXNlck5hbWUiXT0iamFzcGVyLzEuOTAwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9uZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTcscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvbmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImZ1bGxOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJsb2FkT3JkZXIiXT0xOSxwcm9wVD17fSxb +++ export _ModuleTable008_ +++ _ModuleTable009_=InN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLH0scG5nPXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wbmcvMS4yLjQ0IixbImZ1bGxOYW1lIl09InBuZy8xLjIuNDQiLFsibG9hZE9yZGVyIl09MTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG5nLzEuMi40NCIsfSxwb3N0PXtbImZuIl09Ii9zY3JhdGNoMi9OQ0VQREVWL253cHJvZC9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTcscHJvcFQ9 +++ export _ModuleTable009_ +++ _ModuleTable010_=e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvc2NyYXRjaDIvTkNFUERFVi9ud3Byb2QvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSxzdXRpbHM9e1siZm4iXT0iL2NvbnRyaWIvbW9kdWxlZmlsZXMvc3V0aWxzL2RlZmF1bHQiLFsiZnVsbE5hbWUiXT0ic3V0aWxzL2RlZmF1bHQiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09 +++ export _ModuleTable010_ +++ _ModuleTable011_=ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzdXRpbHMiLH0sdzNlbWM9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czZW1jLzIuMy4xIixbImZ1bGxOYW1lIl09InczZW1jLzIuMy4xIixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0idzNlbWMvMi4zLjEiLH0sdzNuY289e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3czbmNvLzIuMC43IixbImZ1bGxOYW1lIl09InczbmNvLzIuMC43IixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0 +++ export _ModuleTable011_ +++ _ModuleTable012_=aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHo9e1siZm4iXT0iL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzL3ovMS4yLjExIixbImZ1bGxOYW1lIl09InovMS4yLjExIixbImxvYWRPcmRlciJdPTE2LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InovMS4yLjExIix9LH0sbXBhdGhBPXsiL2NvbnRyaWIvbW9kdWxlZmlsZXMiLCIvc2NyYXRjaDEvQk1DL2dtdGIvRG9tLkhlaW56ZWxsZXIvdWZzLXdlYXRoZXItbW9kZWwvdWZzLXdlYXRoZXItbW9kZWwtZW1jLWRldmVsb3AtMjAyMDAzMTdfdXBkYXRlX2Zyb21fZHRjLWRldmVsb3AtMjAyMDAzMTcvaW50ZWwvbW9kdWxl +++ export _ModuleTable012_ +++ _ModuleTable013_=ZmlsZXMvaGVyYS5pbnRlbCIsIi9hcHBzL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmaWxlcy9MaW51eCIsIi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvbW9kdWxlZmlsZXMiLCIvb3B0L2NyYXkvY3JheXBlL2RlZmF1bHQvbW9kdWxlZmlsZXMiLCIvYXBwcy9tb2R1bGVzL21vZHVsZWZhbWlsaWVzL2ludGVsIiwiL2FwcHMvbW9kdWxlcy9tb2R1bGVmYW1pbGllcy9pbnRlbF9pbXBpIiwiL3NjcmF0Y2gyL05DRVBERVYvbndwcm9kL05DRVBMSUJTL21vZHVsZWZpbGVzIiwiL3NjcmF0Y2gxL05DRVBERVYvbmVtcy9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIv +++ export _ModuleTable013_ +++ _ModuleTable014_=YXBwcy9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovYXBwcy9tb2R1bGVzL21vZHVsZWZpbGVzL0xpbnV4Oi9hcHBzL21vZHVsZXMvbW9kdWxlZmlsZXM6L29wdC9jcmF5L21vZHVsZWZpbGVzOi9vcHQvY3JheS9jcmF5cGUvZGVmYXVsdC9tb2R1bGVmaWxlcyIsfQ== +++ export _ModuleTable014_ +++ _ModuleTable_Sz_=14 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_9 ++ cmake /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=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 +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc +-- Check for working C compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc +-- Check for working CXX compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort +-- Check for working Fortran compiler: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 +-- Checking whether /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/bin/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_CXX: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpicxx.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +-- Found MPI_Fortran: /apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpifort.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/release_mt/libmpi.so;/apps/intel/compilers_and_libraries_2018/linux/mpi/intel64/lib/libmpigi.a;/usr/lib64/libdl.so;/usr/lib64/librt.so;/usr/lib64/libpthread.so +ESMFMKFILE: /scratch2/NCEPDEV/nwprod/NCEPLIBS/src/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod;/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include;/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for hera.intel + +C compiler: Intel 18.0.5.20180823 (mpiicc) +CXX compiler: Intel 18.0.5.20180823 (mpiicpc) +Fortran compiler: Intel 18.0.5.20180823 (mpiifort) + +DEBUG is disabled +REPRO is ENABLED +32BIT is disabled +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is ENABLED + + +Selected physics package: gfs + +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aer_cloud.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerclm_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/aerinterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/calpreciptype.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldwat2m_micro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cldmacro.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/date_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/funcphys.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcycle.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2o_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ointerp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccn_def.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iccninterp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/iounitdef.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/machine.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mersenne_twister.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbl.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg2_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/micro_mg3_0.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/multi_gases.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_model.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_parameters.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_radar.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_bl_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_mynn.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_orowam2017.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpblt.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfpbltq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscu.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mfscuq.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/noahmp_tables.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/num_parthds.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozne_def.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozinterp.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physcons.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/physparam.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radcons.f90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_aerosols.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_astronomy.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_clouds.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_gases.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radiation_surface.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_datatb.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_param.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfaerosols.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfcsub.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sflx.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/surface_perturbation.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_deep.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_sh.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/tridi.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/wv_saturation.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_soil_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rayleigh_damp.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radsw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_ocean.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdc.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gscond.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ysuvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_sice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfdeepcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdif.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/samfshalcnv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/precpd.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_fer_hires.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/radlw_main.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_debug.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys_2015.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/satmedmfvdifq.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cs_conv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shinhongvdif.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/h2ophys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_nst.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diff.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_diag_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/m_micro.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gcm_shoc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cu_gf_driver.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninedmf_hafs.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/mp_thompson.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/gwdps.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/shalcnv.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cires_ugwp.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/get_prs_fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/ozphys.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_stochastics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/drag_suite.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_drv.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sfc_cice.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/sascnvn.F;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/cnvc90.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/rascnv.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/dcyc2.f;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90 +Force 64 bits in CCPP_layer +Build WW3: + run: /usr/bin/gmake WW3_PARCOMPN=4 WW3_COMP=hera ww3_nems + in: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/WW3/model/esmf -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -Building dependencies ... -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o +-- Configuring done +-- Generating done +-- Build files have been written to: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/tests/build_fv3_9 ++ make -j 8 +Scanning dependencies of target ww3_nems +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/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 +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/drifters/drifters_core.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.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. @@ -6523,79 +66596,196 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o +[ 1%] 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 +[ 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. -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.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 +[ 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. -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 4%] Linking Fortran static library libfv3cpl.a +[ 4%] Built target fv3cpl +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/machine.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/iounitdef.f.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/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 Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.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 +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 7%] 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/gwdps.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.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 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o +[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.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/sfc_diff.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 14%] 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/funcphys.f90.o +[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 14%] 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 +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 19%] 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 +[ 22%] 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 +[ 23%] 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/physics/moninedmf.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.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/gscond.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 27%] 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_2017_gfdlmp_fast_physics_cap.F90.o +[ 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/radlw_main.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 28%] 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_setup.F90.o +[ 28%] Built target ww3_nems +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 29%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -Compiling in MPI mode (with or without MPP) +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 29%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o -Compiling in MPI mode (with or without MPP) +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.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/GFS_rrtmg_pre.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stochastics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_physics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_time_vary_cap.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_radiation_cap.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 37%] 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. @@ -6604,1072 +66794,338 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 37%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 39%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 40%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 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 Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o +[ 41%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 41%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o +[ 41%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_util.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 43%] 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. +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_manager.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 45%] 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. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 47%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 47%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 47%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 48%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 48%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 48%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 48%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 49%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 49%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_cap.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_cap.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 53%] 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/moninedmf_hafs.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_fer_hires.F90.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 +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 66%] Linking Fortran static library libccppphys.a +[ 66%] Built target ccppphys +Scanning dependencies of target gfsphysics +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.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 +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 69%] Linking Fortran static library FMS/libfms.a +[ 69%] Built target fms +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 69%] 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_restart.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 71%] Linking Fortran static library libgfsphysics.a +[ 71%] Built target gfsphysics +Scanning dependencies of target ipd +Scanning dependencies of target ccppdriver +[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 71%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 72%] Linking Fortran static library libccppdriver.a +[ 72%] Built target ccppdriver +[ 73%] Linking Fortran static library libipd.a +[ 73%] Built target ipd +Scanning dependencies of target io +[ 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 +[ 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 +[ 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/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/module_write_netcdf.F90.o +[ 75%] 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_parallel.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.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_mp_mod.F90.o +[ 75%] 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/model/fv_sg.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 76%] 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. -ar rv libfms.a ../oda_tools/xbt_drop_rate_adjust.o ../affinity/fms_affinity.o ../amip_interp/amip_interp.o ../astronomy/astronomy.o ../axis_utils/axis_utils.o ../block_control/block_control.o ../column_diagnostics/column_diagnostics.o ../constants/constants.o ../coupler/atmos_ocean_fluxes.o ../coupler/coupler_types.o ../coupler/ensemble_manager.o ../data_override/data_override.o ../diag_integral/diag_integral.o ../diag_manager/diag_axis.o ../diag_manager/diag_data.o ../diag_manager/diag_grid.o ../diag_manager/diag_manifest.o ../diag_manager/diag_manager.o ../diag_manager/diag_output.o ../diag_manager/diag_table.o ../diag_manager/diag_util.o ../drifters/cloud_interpolator.o ../drifters/drifters.o ../drifters/drifters_comm.o ../drifters/drifters_core.o ../drifters/drifters_input.o ../drifters/drifters_io.o ../drifters/quicksort.o ../exchange/stock_constants.o ../exchange/xgrid.o ../fft/fft.o ../fft/fft99.o ../field_manager/field_manager.o ../field_manager/fm_util.o ../fms/fms.o ../fms/fms_io.o ../horiz_interp/horiz_interp.o ../horiz_interp/horiz_interp_bicubic.o ../horiz_interp/horiz_interp_bilinear.o ../horiz_interp/horiz_interp_conserve.o ../horiz_interp/horiz_interp_spherical.o ../horiz_interp/horiz_interp_type.o ../interpolator/interpolator.o ../memutils/memutils.o ../monin_obukhov/monin_obukhov.o ../monin_obukhov/monin_obukhov_kernel.o ../mosaic/gradient.o ../mosaic/grid.o ../mosaic/mosaic.o ../mpp/mpp.o ../mpp/mpp_data.o ../mpp/mpp_domains.o ../mpp/mpp_efp.o ../mpp/mpp_io.o ../mpp/mpp_memutils.o ../mpp/mpp_parameter.o ../mpp/mpp_pset.o ../mpp/mpp_utilities.o ../oda_tools/oda_core.o ../oda_tools/oda_core_ecda.o ../oda_tools/oda_types.o ../oda_tools/write_ocean_data.o ../platform/platform.o ../random_numbers/MersenneTwister.o ../random_numbers/random_numbers.o ../sat_vapor_pres/sat_vapor_pres.o ../sat_vapor_pres/sat_vapor_pres_k.o ../station_data/station_data.o ../time_interp/time_interp.o ../time_interp/time_interp_external.o ../time_manager/get_cal_time.o ../time_manager/time_manager.o ../topography/gaussian_topog.o ../topography/topography.o ../tracer_manager/tracer_manager.o ../tridiagonal/tridiagonal.o ../affinity/affinity.o ../memutils/memuse.o ../mosaic/create_xgrid.o ../mosaic/gradient_c2l.o ../mosaic/interp.o ../mosaic/mosaic_util.o ../mosaic/read_mosaic.o ../mpp/nsclock.o ../mpp/threadloc.o -ar: creating libfms.a -a - ../oda_tools/xbt_drop_rate_adjust.o -a - ../affinity/fms_affinity.o -a - ../amip_interp/amip_interp.o -a - ../astronomy/astronomy.o -a - ../axis_utils/axis_utils.o -a - ../block_control/block_control.o -a - ../column_diagnostics/column_diagnostics.o -a - ../constants/constants.o -a - ../coupler/atmos_ocean_fluxes.o -a - ../coupler/coupler_types.o -a - ../coupler/ensemble_manager.o -a - ../data_override/data_override.o -a - ../diag_integral/diag_integral.o -a - ../diag_manager/diag_axis.o -a - ../diag_manager/diag_data.o -a - ../diag_manager/diag_grid.o -a - ../diag_manager/diag_manifest.o -a - ../diag_manager/diag_manager.o -a - ../diag_manager/diag_output.o -a - ../diag_manager/diag_table.o -a - ../diag_manager/diag_util.o -a - ../drifters/cloud_interpolator.o -a - ../drifters/drifters.o -a - ../drifters/drifters_comm.o -a - ../drifters/drifters_core.o -a - ../drifters/drifters_input.o -a - ../drifters/drifters_io.o -a - ../drifters/quicksort.o -a - ../exchange/stock_constants.o -a - ../exchange/xgrid.o -a - ../fft/fft.o -a - ../fft/fft99.o -a - ../field_manager/field_manager.o -a - ../field_manager/fm_util.o -a - ../fms/fms.o -a - ../fms/fms_io.o -a - ../horiz_interp/horiz_interp.o -a - ../horiz_interp/horiz_interp_bicubic.o -a - ../horiz_interp/horiz_interp_bilinear.o -a - ../horiz_interp/horiz_interp_conserve.o -a - ../horiz_interp/horiz_interp_spherical.o -a - ../horiz_interp/horiz_interp_type.o -a - ../interpolator/interpolator.o -a - ../memutils/memutils.o -a - ../monin_obukhov/monin_obukhov.o -a - ../monin_obukhov/monin_obukhov_kernel.o -a - ../mosaic/gradient.o -a - ../mosaic/grid.o -a - ../mosaic/mosaic.o -a - ../mpp/mpp.o -a - ../mpp/mpp_data.o -a - ../mpp/mpp_domains.o -a - ../mpp/mpp_efp.o -a - ../mpp/mpp_io.o -a - ../mpp/mpp_memutils.o -a - ../mpp/mpp_parameter.o -a - ../mpp/mpp_pset.o -a - ../mpp/mpp_utilities.o -a - ../oda_tools/oda_core.o -a - ../oda_tools/oda_core_ecda.o -a - ../oda_tools/oda_types.o -a - ../oda_tools/write_ocean_data.o -a - ../platform/platform.o -a - ../random_numbers/MersenneTwister.o -a - ../random_numbers/random_numbers.o -a - ../sat_vapor_pres/sat_vapor_pres.o -a - ../sat_vapor_pres/sat_vapor_pres_k.o -a - ../station_data/station_data.o -a - ../time_interp/time_interp.o -a - ../time_interp/time_interp_external.o -a - ../time_manager/get_cal_time.o -a - ../time_manager/time_manager.o -a - ../topography/gaussian_topog.o -a - ../topography/topography.o -a - ../tracer_manager/tracer_manager.o -a - ../tridiagonal/tridiagonal.o -a - ../affinity/affinity.o -a - ../memutils/memuse.o -a - ../mosaic/create_xgrid.o -a - ../mosaic/gradient_c2l.o -a - ../mosaic/interp.o -a - ../mosaic/mosaic_util.o -a - ../mosaic/read_mosaic.o -a - ../mpp/nsclock.o -a - ../mpp/threadloc.o -mkdir -p "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -test -d /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Compiling 32BIT=Y DEBUG=Y into /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL on hera -cp -fp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3"/conf/modules.fv3 -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 COMP_BINDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL 32BIT=Y DEBUG=Y nemsinstall - -Currently Loaded Modules: - 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 - 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 - 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 - 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF - 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 - 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems - 7) nemsio/2.2.4 15) png/1.2.44 - 8) sp/2.0.3 16) z/1.2.11 - - - -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Building dependencies ... -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -gmake -C cpl FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL - -Build standalone FV3 io ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' - -Build standalone FV3 io ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_cplfields.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_cap_cpl.F90 -ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o -ar: creating libfv3cpl.a -a - module_cplfields.o -a - module_cap_cpl.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit - -Build standalone FV3 gfsphysics ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -makefile:278: depend: No such file or directory -Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' - -Build standalone FV3 gfsphysics ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o -mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o -mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o -ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o -ar: creating libgfsphys.a -a - physics/cnvc90.o -a - physics/co2hc.o -a - physics/date_def.o -a - physics/dcyc2.o -a - physics/dcyc2.pre.rad.o -a - physics/efield.o -a - physics/get_prs.o -a - physics/gocart_tracer_config_stub.o -a - physics/gscond.o -a - physics/gscondp.o -a - physics/gwdc.o -a - physics/gwdps.o -a - physics/ugwp_driver_v0.o -a - physics/cires_orowam2017.o -a - physics/h2o_def.o -a - physics/h2oc.o -a - physics/h2ohdc.o -a - physics/h2ophys.o -a - physics/ideaca.o -a - physics/idea_co2.o -a - physics/idea_composition.o -a - physics/idea_dissipation.o -a - physics/idea_h2o.o -a - physics/idea_ion.o -a - physics/idea_o2_o3.o -a - physics/idea_phys.o -a - physics/idea_solar_heating.o -a - physics/idea_tracer.o -a - physics/iounitdef.o -a - physics/lrgsclr.o -a - physics/mersenne_twister.o -a - physics/mfpbl.o -a - physics/mfpblt.o -a - physics/mfpbltq.o -a - physics/mfscu.o -a - physics/mfscuq.o -a - physics/module_bfmicrophysics.o -a - physics/moninedmf.o -a - physics/moninedmf_hafs.o -a - physics/moninp.o -a - physics/moninp1.o -a - physics/moninq.o -a - physics/moninq1.o -a - physics/moninshoc.o -a - physics/mstadb.o -a - physics/mstadbtn.o -a - physics/mstadbtn2.o -a - physics/mstcnv.o -a - physics/namelist_soilveg.o -a - physics/ozne_def.o -a - physics/iccn_def.o -a - physics/aerclm_def.o -a - physics/ozphys.o -a - physics/ozphys_2015.o -a - physics/physparam.o -a - physics/precpd.o -a - physics/precpd_shoc.o -a - physics/precpdp.o -a - physics/progt2.o -a - physics/progtm_module.o -a - physics/rad_initialize.o -a - physics/radiation_aerosols.o -a - physics/radiation_astronomy.o -a - physics/radiation_clouds.o -a - physics/radiation_gases.o -a - physics/radiation_surface.o -a - physics/radlw_datatb.o -a - physics/radlw_main.o -a - physics/radlw_param.o -a - physics/radsw_datatb.o -a - physics/radsw_main.o -a - physics/radsw_param.o -a - physics/rascnvv2.o -a - physics/rayleigh_damp.o -a - physics/rayleigh_damp_mesopause.o -a - physics/samfaerosols.o -a - physics/samfdeepcnv.o -a - physics/samfshalcnv.o -a - physics/sascnv.o -a - physics/sascnvn.o -a - physics/satmedmfvdif.o -a - physics/satmedmfvdifq.o -a - physics/set_soilveg.o -a - physics/sfc_cice.o -a - physics/sfc_diag.o -a - physics/sfc_diff.o -a - physics/sfc_drv.o -a - physics/sfc_noahmp_drv.o -a - physics/sfc_nst.o -a - physics/sfc_ocean.o -a - physics/sfc_sice.o -a - physics/sflx.o -a - physics/shalcnv.o -a - physics/shalcv.o -a - physics/shalcv_1lyr.o -a - physics/shalcv_fixdp.o -a - physics/shalcv_opr.o -a - physics/tracer_const_h.o -a - physics/tridi2t3.o -a - physics/calpreciptype.o -a - physics/funcphys.o -a - physics/gcm_shoc.o -a - physics/get_prs_fv3.o -a - physics/h2ointerp.o -a - physics/module_nst_model.o -a - physics/module_nst_parameters.o -a - physics/module_nst_water_prop.o -a - physics/ozinterp.o -a - physics/module_wrf_utl.o -a - physics/noahmp_tables.o -a - physics/module_sf_noahmplsm.o -a - physics/module_sf_noahmp_glacier.o -a - physics/iccninterp.o -a - physics/aerinterp.o -a - physics/wam_f107_kp_mod.o -a - physics/aer_cloud.o -a - physics/cldmacro.o -a - physics/cldwat2m_micro.o -a - physics/gfs_phy_tracer_config.o -a - physics/machine.o -a - physics/num_parthds.o -a - physics/sfcsub.o -a - physics/wv_saturation.o -a - physics/GFDL_parse_tracers.o -a - physics/gcycle.o -a - physics/cires_ugwp_initialize.o -a - physics/cires_ugwp_module.o -a - physics/cires_ugwp_utils.o -a - physics/cires_ugwp_triggers.o -a - physics/cires_ugwp_solvers.o -a - physics/cires_vert_lsatdis.o -a - physics/cires_vert_orodis.o -a - physics/cires_vert_wmsdis.o -a - physics/gfdl_cloud_microphys.o -a - physics/micro_mg_utils.o -a - physics/micro_mg2_0.o -a - physics/micro_mg3_0.o -a - physics/m_micro_driver.o -a - physics/cs_conv.o -a - physics/GFS_debug.o -a - physics/module_mp_radar.o -a - physics/module_mp_thompson_gfs.o -a - physics/module_mp_wsm6_fv3.o -a - physics/physcons.o -a - physics/surface_perturbation.o -a - GFS_layer/GFS_abstraction_layer.o -a - GFS_layer/GFS_diagnostics.o -a - GFS_layer/GFS_driver.o -a - GFS_layer/GFS_physics_driver.o -a - GFS_layer/GFS_radiation_driver.o -a - GFS_layer/GFS_restart.o -a - GFS_layer/GFS_typedefs.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -gmake -C ipd FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit - -Build standalone FV3 gfsphysics ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -makefile:54: depend: No such file or directory -Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' - -Build standalone FV3 gfsphysics ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o -ar rv libipd.a IPD_driver.o IPD_typedefs.o -ar: creating libipd.a -a - IPD_driver.o -a - IPD_typedefs.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -gmake -C io FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL - -Build standalone FV3 io ... - -$ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include] -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' - -Build standalone FV3 io ... - -$ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include] -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c FV3GFS_io.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_internal_state.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf_parallel.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.5_4 -c post_gfs.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_wrt_grid_comp.F90 -ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o -ar: creating libfv3io.a -a - ffsync.o -a - FV3GFS_io.o -a - post_gfs.o -a - post_nems_routines.o -a - module_write_nemsio.o -a - module_write_netcdf.o -a - module_write_netcdf_parallel.o -a - module_fv3_io_def.o -a - module_write_internal_state.o -a - module_wrt_grid_comp.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL - -Build standalone FV3 fv3core ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' - -Build standalone FV3 fv3core ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_mapz.F90 -o model/fv_mapz.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_utils.F90 -o model/nh_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ar rv libfv3core.a model/a2b_edge.o model/multi_gases.o model/boundary.o model/dyn_core.o model/fv_arrays.o model/fv_cmp.o model/fv_control.o model/fv_dynamics.o model/fv_fill.o model/fv_grid_utils.o model/fv_mapz.o model/fv_nesting.o model/fv_regional_bc.o model/fv_sg.o model/fv_tracer2d.o model/fv_update_phys.o model/sw_core.o model/tp_core.o model/nh_core.o model/nh_utils.o tools/external_ic.o tools/external_sst.o tools/fv_diagnostics.o tools/fv_eta.o tools/fv_grid_tools.o tools/fv_io.o tools/fv_mp_mod.o tools/fv_nudge.o tools/fv_treat_da_inc.o tools/fv_iau_mod.o tools/fv_restart.o tools/fv_surf_map.o tools/fv_timing.o tools/init_hydro.o tools/sim_nc_mod.o tools/sorted_index.o tools/test_cases.o driver/fvGFS/DYCORE_typedefs.o driver/fvGFS/fv_nggps_diag.o driver/fvGFS/atmosphere.o -ar: creating libfv3core.a -a - model/a2b_edge.o -a - model/multi_gases.o -a - model/boundary.o -a - model/dyn_core.o -a - model/fv_arrays.o -a - model/fv_cmp.o -a - model/fv_control.o -a - model/fv_dynamics.o -a - model/fv_fill.o -a - model/fv_grid_utils.o -a - model/fv_mapz.o -a - model/fv_nesting.o -a - model/fv_regional_bc.o -a - model/fv_sg.o -a - model/fv_tracer2d.o -a - model/fv_update_phys.o -a - model/sw_core.o -a - model/tp_core.o -a - model/nh_core.o -a - model/nh_utils.o -a - tools/external_ic.o -a - tools/external_sst.o -a - tools/fv_diagnostics.o -a - tools/fv_eta.o -a - tools/fv_grid_tools.o -a - tools/fv_io.o -a - tools/fv_mp_mod.o -a - tools/fv_nudge.o -a - tools/fv_treat_da_inc.o -a - tools/fv_iau_mod.o -a - tools/fv_restart.o -a - tools/fv_surf_map.o -a - tools/fv_timing.o -a - tools/init_hydro.o -a - tools/sim_nc_mod.o -a - tools/sorted_index.o -a - tools/test_cases.o -a - driver/fvGFS/DYCORE_typedefs.o -a - driver/fvGFS/fv_nggps_diag.o -a - driver/fvGFS/atmosphere.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit - -Build standalone FV3 stochastic_physics ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -makefile:86: depend: No such file or directory -Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' - -Build standalone FV3 stochastic_physics ... - -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o -ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o -ar: creating libstochastic_physics.a -a - stochy_gg_def.o -a - stochy_resol_def.o -a - stochy_layout_lag.o -a - four_to_grid_stochy.o -a - glats_stochy.o -a - sumfln_stochy.o -a - gozrineo_stochy.o -a - num_parthds_stochy.o -a - get_ls_node_stochy.o -a - get_lats_node_a_stochy.o -a - setlats_a_stochy.o -a - setlats_lag_stochy.o -a - epslon_stochy.o -a - getcon_lag_stochy.o -a - pln2eo_stochy.o -a - dozeuv_stochy.o -a - dezouv_stochy.o -a - cellular_automata.o -a - update_ca.o -a - plumes.o -a - spectral_layout.o -a - getcon_spectral.o -a - stochy_namelist_def.o -a - compns_stochy.o -a - stochy_internal_state_mod.o -a - stochastic_physics.o -a - stochy_patterngenerator.o -a - stochy_data_mod.o -a - get_stochy_pattern.o -a - initialize_spectral_mod.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fv3_config.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c time_utils.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c atmos_model.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fcst_grid_comp.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c fv3_cap.F90 -ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o -ar: creating libfv3cap.a -a - atmos_model.o -a - module_fv3_config.o -a - module_fcst_grid_comp.o -a - time_utils.o -a - fv3_cap.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -gmake esmf_make_fragment FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -# additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/nems_dir" >> fv3.mk - -Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk - -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Installation into "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL" complete! - -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -test -d /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -( \ -echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo fms_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ -set -e ; \ -for m in /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ - test -s $m ; \ -done ; \ -echo build NEMS after /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src ; \ -gmake nems DEBUG=Y \ - COMPONENTS="FMS FV3" \ - FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL TARGET="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x" ; \ -test -x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x - -Currently Loaded Modules: - 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 - 2) sutils/default 10) w3nco/2.0.7 18) hdf5_parallel/1.10.6 - 3) intel/18.0.5.274 11) g2/3.1.1 19) netcdf_parallel/4.7.4 - 4) impi/2018.0.4 12) g2tmpl/1.6.0 20) esmf/8.0.0_ParallelNetCDF - 5) bacio/2.0.3 13) crtm/2.2.6 21) cmake/3.9.0 - 6) ip/3.0.2 14) jasper/1.900.1 22) modules.nems - 7) nemsio/2.2.4 15) png/1.2.44 - 8) sp/2.0.3 16) z/1.2.11 - - - -build NEMS after /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -Components in linker order: FV3 FMS -FV3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" -CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" -CPPFLAGS += ESMF_VERSION_MINOR="0" -CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" -CPPFLAGS += ESMF_VERSION_STRING="8.0.0" -CPPFLAGS += ESMF_VERSION_REVISION="0" -CPPFLAGS += ESMF_VERSION_MAJOR="8" -CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c ENS_CplComp_ESMFMod_STUB.f90 -ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o -ar: creating ENS_Cpl.a -a - ENS_CplComp_ESMFMod_STUB.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 16:47:58 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 -mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o -'module_NEMS_UTILS.tmp.o' -> 'module_NEMS_UTILS.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 16:47:58 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 -mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o -'module_MEDIATOR_methods.tmp.o' -> 'module_MEDIATOR_methods.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 16:47:58 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 -mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o -'module_MEDIATOR.tmp.o' -> 'module_MEDIATOR.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 16:47:58 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 -mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o -'module_MEDIATOR_SpaceWeather.tmp.o' -> 'module_MEDIATOR_SpaceWeather.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 16:47:58 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 -mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o -'module_EARTH_INTERNAL_STATE.tmp.o' -> 'module_EARTH_INTERNAL_STATE.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 16:47:58 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 -mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o -'module_EARTH_GRID_COMP.tmp.o' -> 'module_EARTH_GRID_COMP.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 16:47:58 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 -mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o -'module_NEMS_INTERNAL_STATE.tmp.o' -> 'module_NEMS_INTERNAL_STATE.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 16:47:58 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 -mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o -'module_NEMS_GRID_COMP.tmp.o' -> 'module_NEMS_GRID_COMP.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 16:47:58 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 -mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o -'module_NEMS_Rusage.tmp.o' -> 'module_NEMS_Rusage.o' -mpiicc -c nems_c_rusage.c -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 16:47:58 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 -mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o -'MAIN_NEMS.tmp.o' -> 'MAIN_NEMS.o' -echo libgocart is -libgocart is -echo extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf -extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf -mpiifort -o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf +[ 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/io/CMakeFiles/io.dir/ffsync.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.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/tp_core.F90.o +[ 78%] 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/fv_mapz.F90.o +[ 79%] 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/tools/fv_grid_tools.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 80%] 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_io.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 81%] Linking Fortran static library libio.a +[ 81%] Built target io +[ 81%] 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 +[ 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/fv_nudge.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 83%] 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 +[ 84%] 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/tools/external_ic.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 85%] 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_control.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 +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 86%] Linking Fortran static library libfv3core.a +[ 86%] Built target fv3core +Scanning dependencies of target stochastic_physics +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 86%] 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_layout_lag.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/glats_stochy.f.o +[ 88%] 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/compns_stochy.F90.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 +[ 90%] 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_ls_node_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/four_to_grid_stochy.F.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 93%] 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/cellular_automata.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/num_parthds_stochy.f.o +[ 94%] Linking Fortran static library libstochastic_physics.a +[ 94%] Built target stochastic_physics +Scanning dependencies of target fv3cap +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 96%] Linking Fortran static library libfv3cap.a +[ 96%] 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/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_NEMS_INTERNAL_STATE.F90.o +[ 98%] 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%] Linking Fortran executable NEMS.exe /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -set -xe ; cp "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x" "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/tests/fv3_5.exe" -+ cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/tests/fv3_5.exe +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_9.exe ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/intel/modulefiles/hera.intel/fv3 ../modules.fv3_9 ++ cd .. + '[' YES = YES ']' -+ gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3_5 BUILD_ENV=hera.intel 'FV3_MAKEOPT=32BIT=Y DEBUG=Y' NEMS_BUILDOPT=DEBUG=Y clean -Will copy modules.nems and NEMS.x as fv3_5 under tests/ -NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk" -Adding FV3 makeopts to FMS makeopts -cat /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs ; \ - exec gmake 32BIT=Y DEBUG=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -Cleaning fms ... - -cd .. ; \ -ls -1 */*.a */*.o */*.mod */depend \ - | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ -rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/modules.fv3 -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 ; exec gmake \ - -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Cleaning ... - -(cd gfsphysics && make clean) - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning gfsphysics ... - -rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -(cd ccpp/driver && make clean) - -Build CCPP layer ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -makefile:67: depend: No such file or directory -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' - -Build CCPP layer ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -Cleaning CCPP_layer ... - -rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -(cd ipd && make clean) - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning ipd ... - -rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -(cd ../stochastic_physics && make clean) - -Build standalone FV3 stochastic_physics ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning stochastic_physics ... - -rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -(cd io && make clean) - -Build standalone FV3 io ... - -$ESMF_INC is [] -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning io ... - -rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -(cd atmos_cubed_sphere && make clean) - -Build standalone FV3 fv3core ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning fv3core ... - -rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -(cd cpl && make clean) - -Build standalone FV3 io ... - -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. -Cleaning io ... - -rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend -rm -f -rf nems_dir fv3.mk FV3_INSTALL -rm -f -f conf/modules.fv3 -rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/configure.fv3 \ - /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/modules.fv3 -if ! test -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ - delete_nuopc=yes ; \ -fi ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ - INCLUDES_ARE_OPTIONAL=YES clean ; \ -if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ -fi -Components in linker order: FV3 FMS -FV3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" -CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" -CPPFLAGS += ESMF_VERSION_MINOR="0" -CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" -CPPFLAGS += ESMF_VERSION_STRING="8.0.0" -CPPFLAGS += ESMF_VERSION_REVISION="0" -CPPFLAGS += ESMF_VERSION_MAJOR="8" -CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -rm -f -f *.tmp.f90 *.lst *.o *.mod lm map -cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -+ elapsed=166 -+ echo 'Elapsed time 166 seconds. Compiling 32BIT=Y DEBUG=Y finished' -Elapsed time 166 seconds. Compiling 32BIT=Y DEBUG=Y finished ++ rm -rf build_fv3_9 ++ elapsed=514 ++ echo 'Elapsed time 514 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y finished' +Elapsed time 514 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y finished diff --git a/tests/RegressionTests_hera.intel.log b/tests/RegressionTests_hera.intel.log index 4f52b5ec1d..52a47f19e9 100644 --- a/tests/RegressionTests_hera.intel.log +++ b/tests/RegressionTests_hera.intel.log @@ -1,9 +1,9 @@ -Mon Mar 9 13:49:24 UTC 2020 +Tue Mar 17 18:34:04 UTC 2020 Start Regression test -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_control -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_control +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_control +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_control Checking test 001 fv3_control results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -70,8 +70,8 @@ Checking test 001 fv3_control results .... Test 001 fv3_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_control -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_decomp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_control +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_decomp Checking test 002 fv3_decomp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -138,8 +138,8 @@ Checking test 002 fv3_decomp results .... Test 002 fv3_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_control -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_2threads +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_control +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_2threads Checking test 003 fv3_2threads results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -206,8 +206,8 @@ Checking test 003 fv3_2threads results .... Test 003 fv3_2threads PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_restart -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_restart +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_restart +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_restart Checking test 004 fv3_restart results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -274,8 +274,8 @@ Checking test 004 fv3_restart results .... Test 004 fv3_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_read_inc -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_read_inc +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_read_inc +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_read_inc Checking test 005 fv3_read_inc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -342,8 +342,8 @@ Checking test 005 fv3_read_inc results .... Test 005 fv3_read_inc PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_gfdlmp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_gfdlmp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfdlmp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_gfdlmp Checking test 006 fv3_gfdlmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -390,8 +390,8 @@ Checking test 006 fv3_gfdlmp results .... Test 006 fv3_gfdlmp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_gfdlmprad_gwd -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_gfdlmprad_gwd +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfdlmprad_gwd +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_gfdlmprad_gwd Checking test 007 fv3_gfdlmprad_gwd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -438,8 +438,8 @@ Checking test 007 fv3_gfdlmprad_gwd results .... Test 007 fv3_gfdlmprad_gwd PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_gfdlmprad_noahmp -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_gfdlmprad_noahmp +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfdlmprad_noahmp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_gfdlmprad_noahmp Checking test 008 fv3_gfdlmprad_noahmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -486,9 +486,9 @@ Checking test 008 fv3_gfdlmprad_noahmp results .... Test 008 fv3_gfdlmprad_noahmp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_thompson -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_thompson -Checking test 009 fv3_thompson results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_wsm6 +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_wsm6 +Checking test 009 fv3_wsm6 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -551,80 +551,12 @@ Checking test 009 fv3_thompson results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 009 fv3_thompson PASS +Test 009 fv3_wsm6 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_wsm6 -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_wsm6 -Checking test 010 fv3_wsm6 results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 010 fv3_wsm6 PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_wrtGauss_netcdf_esmf -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_wrtGauss_netcdf_esmf -Checking test 011 fv3_wrtGauss_netcdf_esmf results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_wrtGauss_netcdf_esmf +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_wrtGauss_netcdf_esmf +Checking test 010 fv3_wrtGauss_netcdf_esmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -667,12 +599,12 @@ Checking test 011 fv3_wrtGauss_netcdf_esmf results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 011 fv3_wrtGauss_netcdf_esmf PASS +Test 010 fv3_wrtGauss_netcdf_esmf PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_wrtGauss_netcdf -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_wrtGauss_netcdf -Checking test 012 fv3_wrtGauss_netcdf results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_wrtGauss_netcdf +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_wrtGauss_netcdf +Checking test 011 fv3_wrtGauss_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -715,12 +647,12 @@ Checking test 012 fv3_wrtGauss_netcdf results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 012 fv3_wrtGauss_netcdf PASS +Test 011 fv3_wrtGauss_netcdf PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_wrtGauss_nemsio -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_wrtGauss_nemsio -Checking test 013 fv3_wrtGauss_nemsio results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_wrtGauss_nemsio +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_wrtGauss_nemsio +Checking test 012 fv3_wrtGauss_nemsio results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -763,12 +695,12 @@ Checking test 013 fv3_wrtGauss_nemsio results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 013 fv3_wrtGauss_nemsio PASS +Test 012 fv3_wrtGauss_nemsio PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_wrtGauss_nemsio_c192 -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_wrtGauss_nemsio_c192 -Checking test 014 fv3_wrtGauss_nemsio_c192 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_wrtGauss_nemsio_c192 +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_wrtGauss_nemsio_c192 +Checking test 013 fv3_wrtGauss_nemsio_c192 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -811,12 +743,12 @@ Checking test 014 fv3_wrtGauss_nemsio_c192 results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 014 fv3_wrtGauss_nemsio_c192 PASS +Test 013 fv3_wrtGauss_nemsio_c192 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_stochy -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_stochy -Checking test 015 fv3_stochy results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_stochy +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_stochy +Checking test 014 fv3_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -879,12 +811,12 @@ Checking test 015 fv3_stochy results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 015 fv3_stochy PASS +Test 014 fv3_stochy PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_iau -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_iau -Checking test 016 fv3_iau results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_iau +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_iau +Checking test 015 fv3_iau results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -947,12 +879,12 @@ Checking test 016 fv3_iau results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 016 fv3_iau PASS +Test 015 fv3_iau PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_csawmgshoc -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_csawmgshoc -Checking test 017 fv3_csawmgshoc results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_csawmgshoc +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_csawmgshoc +Checking test 016 fv3_csawmgshoc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -995,12 +927,12 @@ Checking test 017 fv3_csawmgshoc results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 017 fv3_csawmgshoc PASS +Test 016 fv3_csawmgshoc PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_csawmg -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_csawmg -Checking test 018 fv3_csawmg results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_csawmg +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_csawmg +Checking test 017 fv3_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1043,12 +975,12 @@ Checking test 018 fv3_csawmg results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 018 fv3_csawmg PASS +Test 017 fv3_csawmg PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_rasmgshoc -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_rasmgshoc -Checking test 019 fv3_rasmgshoc results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_rasmgshoc +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_rasmgshoc +Checking test 018 fv3_rasmgshoc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1091,12 +1023,12 @@ Checking test 019 fv3_rasmgshoc results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 019 fv3_rasmgshoc PASS +Test 018 fv3_rasmgshoc PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_csawmg3shoc127 -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_csawmg3shoc127 -Checking test 020 fv3_csawmg3shoc127 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_csawmg3shoc127 +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_csawmg3shoc127 +Checking test 019 fv3_csawmg3shoc127 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1139,12 +1071,12 @@ Checking test 020 fv3_csawmg3shoc127 results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 020 fv3_csawmg3shoc127 PASS +Test 019 fv3_csawmg3shoc127 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_satmedmf -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_satmedmf -Checking test 021 fv3_satmedmf results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_satmedmf +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_satmedmf +Checking test 020 fv3_satmedmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1187,12 +1119,12 @@ Checking test 021 fv3_satmedmf results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 021 fv3_satmedmf PASS +Test 020 fv3_satmedmf PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_lheatstrg -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_lheatstrg -Checking test 022 fv3_lheatstrg results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_lheatstrg +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_lheatstrg +Checking test 021 fv3_lheatstrg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1235,12 +1167,12 @@ Checking test 022 fv3_lheatstrg results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 022 fv3_lheatstrg PASS +Test 021 fv3_lheatstrg PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_gfdlmprad -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_gfdlmprad -Checking test 023 fv3_gfdlmprad results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfdlmprad +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_gfdlmprad +Checking test 022 fv3_gfdlmprad results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1284,12 +1216,12 @@ Checking test 023 fv3_gfdlmprad results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK Comparing out_grd.glo_30m .........OK -Test 023 fv3_gfdlmprad PASS +Test 022 fv3_gfdlmprad PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_gfdlmprad_atmwav -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_gfdlmprad_atmwav -Checking test 024 fv3_gfdlmprad_atmwav results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfdlmprad_atmwav +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_gfdlmprad_atmwav +Checking test 023 fv3_gfdlmprad_atmwav results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1333,12 +1265,12 @@ Checking test 024 fv3_gfdlmprad_atmwav results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK Comparing out_grd.glo_30m .........OK -Test 024 fv3_gfdlmprad_atmwav PASS +Test 023 fv3_gfdlmprad_atmwav PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_wrtGauss_nemsio_c768 -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_wrtGauss_nemsio_c768 -Checking test 025 fv3_wrtGauss_nemsio_c768 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_wrtGauss_nemsio_c768 +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_wrtGauss_nemsio_c768 +Checking test 024 fv3_wrtGauss_nemsio_c768 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1382,12 +1314,12 @@ Checking test 025 fv3_wrtGauss_nemsio_c768 results .... Comparing out_grd.glo_10m .........OK Comparing out_grd.ant_9km .........OK Comparing out_grd.aoc_9km .........OK -Test 025 fv3_wrtGauss_nemsio_c768 PASS +Test 024 fv3_wrtGauss_nemsio_c768 PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_control -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_appbuild -Checking test 026 fv3_appbuild results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_control +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_appbuild +Checking test 025 fv3_appbuild results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1450,12 +1382,12 @@ Checking test 026 fv3_appbuild results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 026 fv3_appbuild PASS +Test 025 fv3_appbuild PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_control_32bit -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_control_32bit -Checking test 027 fv3_control_32bit results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_control_32bit +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_control_32bit +Checking test 026 fv3_control_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1518,12 +1450,12 @@ Checking test 027 fv3_control_32bit results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 027 fv3_control_32bit PASS +Test 026 fv3_control_32bit PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_gfdlmprad_32bit_post -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_gfdlmprad_32bit_post -Checking test 028 fv3_gfdlmprad_32bit_post results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfdlmprad_32bit_post +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_gfdlmprad_32bit_post +Checking test 027 fv3_gfdlmprad_32bit_post results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1570,12 +1502,12 @@ Checking test 028 fv3_gfdlmprad_32bit_post results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 028 fv3_gfdlmprad_32bit_post PASS +Test 027 fv3_gfdlmprad_32bit_post PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_stretched -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_stretched -Checking test 029 fv3_stretched results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_stretched +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_stretched +Checking test 028 fv3_stretched results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1626,12 +1558,12 @@ Checking test 029 fv3_stretched results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 029 fv3_stretched PASS +Test 028 fv3_stretched PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_stretched_nest -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_stretched_nest -Checking test 030 fv3_stretched_nest results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_stretched_nest +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_stretched_nest +Checking test 029 fv3_stretched_nest results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1693,12 +1625,12 @@ Checking test 030 fv3_stretched_nest results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK Comparing RESTART/sfc_data.nest02.tile7.nc .........OK -Test 030 fv3_stretched_nest PASS +Test 029 fv3_stretched_nest PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_stretched_nest_quilt -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_stretched_nest_quilt -Checking test 031 fv3_stretched_nest_quilt results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_stretched_nest_quilt +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_stretched_nest_quilt +Checking test 030 fv3_stretched_nest_quilt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1758,59 +1690,5753 @@ Checking test 031 fv3_stretched_nest_quilt results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK Comparing RESTART/sfc_data.nest02.tile7.nc .........OK -Test 031 fv3_stretched_nest_quilt PASS +Test 030 fv3_stretched_nest_quilt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_regional_control -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_regional_control -Checking test 032 fv3_regional_control results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_regional_control +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_regional_control +Checking test 031 fv3_regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK -Test 032 fv3_regional_control PASS +Test 031 fv3_regional_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_regional_restart -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_regional_restart -Checking test 033 fv3_regional_restart results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_regional_restart +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_regional_restart +Checking test 032 fv3_regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK -Test 033 fv3_regional_restart PASS +Test 032 fv3_regional_restart PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_regional_quilt -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_regional_quilt -Checking test 034 fv3_regional_quilt results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_regional_quilt +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_regional_quilt +Checking test 033 fv3_regional_quilt results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK -Test 034 fv3_regional_quilt PASS +Test 033 fv3_regional_quilt PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_regional_c768 -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_regional_c768 -Checking test 035 fv3_regional_c768 results .... +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_regional_c768 +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_regional_c768 +Checking test 034 fv3_regional_c768 results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK -Test 035 fv3_regional_c768 PASS +Test 034 fv3_regional_c768 PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_control +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_control_debug +Checking test 035 fv3_control_debug results .... +Test 035 fv3_control_debug PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_stretched_nest +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_stretched_nest_debug +Checking test 036 fv3_stretched_nest_debug results .... +Test 036 fv3_stretched_nest_debug PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_control_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_control_repro +Checking test 037 fv3_control results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 037 fv3_control PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_control -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_control_debug -Checking test 036 fv3_control_debug results .... -Test 036 fv3_control_debug PASS +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_control_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_decomp_repro +Checking test 038 fv3_decomp results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 038 fv3_decomp PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_stretched_nest -working dir = /scratch1/NCEPDEV/stmp2/Jun.Wang/FV3_RT/rt_29306/fv3_stretched_nest_debug -Checking test 037 fv3_stretched_nest_debug results .... -Test 037 fv3_stretched_nest_debug PASS +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_control_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_2threads_repro +Checking test 039 fv3_2threads results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 039 fv3_2threads PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_restart_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_restart_repro +Checking test 040 fv3_restart results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf027.tile1.nc .........OK + Comparing phyf027.tile2.nc .........OK + Comparing phyf027.tile3.nc .........OK + Comparing phyf027.tile4.nc .........OK + Comparing phyf027.tile5.nc .........OK + Comparing phyf027.tile6.nc .........OK + Comparing phyf048.tile1.nc .........OK + Comparing phyf048.tile2.nc .........OK + Comparing phyf048.tile3.nc .........OK + Comparing phyf048.tile4.nc .........OK + Comparing phyf048.tile5.nc .........OK + Comparing phyf048.tile6.nc .........OK + Comparing dynf027.tile1.nc .........OK + Comparing dynf027.tile2.nc .........OK + Comparing dynf027.tile3.nc .........OK + Comparing dynf027.tile4.nc .........OK + Comparing dynf027.tile5.nc .........OK + Comparing dynf027.tile6.nc .........OK + Comparing dynf048.tile1.nc .........OK + Comparing dynf048.tile2.nc .........OK + Comparing dynf048.tile3.nc .........OK + Comparing dynf048.tile4.nc .........OK + Comparing dynf048.tile5.nc .........OK + Comparing dynf048.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 040 fv3_restart PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_read_inc_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_read_inc_repro +Checking test 041 fv3_read_inc results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf027.tile1.nc .........OK + Comparing phyf027.tile2.nc .........OK + Comparing phyf027.tile3.nc .........OK + Comparing phyf027.tile4.nc .........OK + Comparing phyf027.tile5.nc .........OK + Comparing phyf027.tile6.nc .........OK + Comparing phyf048.tile1.nc .........OK + Comparing phyf048.tile2.nc .........OK + Comparing phyf048.tile3.nc .........OK + Comparing phyf048.tile4.nc .........OK + Comparing phyf048.tile5.nc .........OK + Comparing phyf048.tile6.nc .........OK + Comparing dynf027.tile1.nc .........OK + Comparing dynf027.tile2.nc .........OK + Comparing dynf027.tile3.nc .........OK + Comparing dynf027.tile4.nc .........OK + Comparing dynf027.tile5.nc .........OK + Comparing dynf027.tile6.nc .........OK + Comparing dynf048.tile1.nc .........OK + Comparing dynf048.tile2.nc .........OK + Comparing dynf048.tile3.nc .........OK + Comparing dynf048.tile4.nc .........OK + Comparing dynf048.tile5.nc .........OK + Comparing dynf048.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 041 fv3_read_inc PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_wrtGauss_netcdf_esmf_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_wrtGauss_netcdf_esmf_repro +Checking test 042 fv3_wrtGauss_netcdf_esmf results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf024.nc .........OK + Comparing dynf000.nc .........OK + Comparing dynf024.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 042 fv3_wrtGauss_netcdf_esmf PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_wrtGauss_netcdf_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_wrtGauss_netcdf_repro +Checking test 043 fv3_wrtGauss_netcdf results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf024.nc .........OK + Comparing dynf000.nc .........OK + Comparing dynf024.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 043 fv3_wrtGauss_netcdf PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_wrtGauss_nemsio_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_wrtGauss_nemsio_repro +Checking test 044 fv3_wrtGauss_nemsio results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 044 fv3_wrtGauss_nemsio PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_wrtGauss_nemsio_c192_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_wrtGauss_nemsio_c192_repro +Checking test 045 fv3_wrtGauss_nemsio_c192 results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 045 fv3_wrtGauss_nemsio_c192 PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_stochy_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_stochy_repro +Checking test 046 fv3_stochy results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf012.tile1.nc .........OK + Comparing phyf012.tile2.nc .........OK + Comparing phyf012.tile3.nc .........OK + Comparing phyf012.tile4.nc .........OK + Comparing phyf012.tile5.nc .........OK + Comparing phyf012.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf012.tile1.nc .........OK + Comparing dynf012.tile2.nc .........OK + Comparing dynf012.tile3.nc .........OK + Comparing dynf012.tile4.nc .........OK + Comparing dynf012.tile5.nc .........OK + Comparing dynf012.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 046 fv3_stochy PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_iau_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_iau_repro +Checking test 047 fv3_iau results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf027.tile1.nc .........OK + Comparing phyf027.tile2.nc .........OK + Comparing phyf027.tile3.nc .........OK + Comparing phyf027.tile4.nc .........OK + Comparing phyf027.tile5.nc .........OK + Comparing phyf027.tile6.nc .........OK + Comparing phyf048.tile1.nc .........OK + Comparing phyf048.tile2.nc .........OK + Comparing phyf048.tile3.nc .........OK + Comparing phyf048.tile4.nc .........OK + Comparing phyf048.tile5.nc .........OK + Comparing phyf048.tile6.nc .........OK + Comparing dynf027.tile1.nc .........OK + Comparing dynf027.tile2.nc .........OK + Comparing dynf027.tile3.nc .........OK + Comparing dynf027.tile4.nc .........OK + Comparing dynf027.tile5.nc .........OK + Comparing dynf027.tile6.nc .........OK + Comparing dynf048.tile1.nc .........OK + Comparing dynf048.tile2.nc .........OK + Comparing dynf048.tile3.nc .........OK + Comparing dynf048.tile4.nc .........OK + Comparing dynf048.tile5.nc .........OK + Comparing dynf048.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 047 fv3_iau PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfdlmp_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_gfdlmp_repro +Checking test 048 fv3_gfdlmp results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 048 fv3_gfdlmp PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfdlmprad_gwd_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_gfdlmprad_gwd_repro +Checking test 049 fv3_gfdlmprad_gwd results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 049 fv3_gfdlmprad_gwd PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfdlmprad_noahmp_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_gfdlmprad_noahmp_repro +Checking test 050 fv3_gfdlmprad_noahmp results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 050 fv3_gfdlmprad_noahmp PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_csawmgshoc_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_csawmgshoc_repro +Checking test 051 fv3_csawmgshoc results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 051 fv3_csawmgshoc PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_csawmg3shoc127_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_csawmg3shoc127_repro +Checking test 052 fv3_csawmg3shoc127 results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 052 fv3_csawmg3shoc127 PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_csawmg_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_csawmg_repro +Checking test 053 fv3_csawmg results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 053 fv3_csawmg PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_satmedmf_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_satmedmf_repro +Checking test 054 fv3_satmedmf results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 054 fv3_satmedmf PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfdlmprad_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_gfdlmprad_repro +Checking test 055 fv3_gfdlmprad results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing out_grd.glo_30m .........OK +Test 055 fv3_gfdlmprad PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfdlmprad_atmwav_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_gfdlmprad_atmwav_repro +Checking test 056 fv3_gfdlmprad_atmwav results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing out_grd.glo_30m .........OK +Test 056 fv3_gfdlmprad_atmwav PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_wrtGauss_nemsio_c768_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_wrtGauss_nemsio_c768_repro +Checking test 057 fv3_wrtGauss_nemsio_c768 results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf006.nemsio .........OK + Comparing dynf006.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing out_grd.glo_10m .........OK + Comparing out_grd.ant_9km .........OK + Comparing out_grd.aoc_9km .........OK +Test 057 fv3_wrtGauss_nemsio_c768 PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_control_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_appbuild_repro +Checking test 058 fv3_appbuild results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 058 fv3_appbuild PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_control_32bit_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_control_32bit_repro +Checking test 059 fv3_control_32bit results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 059 fv3_control_32bit PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfdlmprad_32bit_post_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_gfdlmprad_32bit_post_repro +Checking test 060 fv3_gfdlmprad_32bit_post results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 060 fv3_gfdlmprad_32bit_post PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_stretched_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_stretched_repro +Checking test 061 fv3_stretched results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing fv3_history2d.tile1.nc .........OK + Comparing fv3_history2d.tile2.nc .........OK + Comparing fv3_history2d.tile3.nc .........OK + Comparing fv3_history2d.tile4.nc .........OK + Comparing fv3_history2d.tile5.nc .........OK + Comparing fv3_history2d.tile6.nc .........OK + Comparing fv3_history.tile1.nc .........OK + Comparing fv3_history.tile2.nc .........OK + Comparing fv3_history.tile3.nc .........OK + Comparing fv3_history.tile4.nc .........OK + Comparing fv3_history.tile5.nc .........OK + Comparing fv3_history.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 061 fv3_stretched PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_stretched_nest_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_stretched_nest_repro +Checking test 062 fv3_stretched_nest results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing atmos_4xdaily.nest02.tile7.nc .........OK + Comparing fv3_history2d.tile1.nc .........OK + Comparing fv3_history2d.tile2.nc .........OK + Comparing fv3_history2d.tile3.nc .........OK + Comparing fv3_history2d.tile4.nc .........OK + Comparing fv3_history2d.tile5.nc .........OK + Comparing fv3_history2d.tile6.nc .........OK + Comparing fv3_history2d.nest02.tile7.nc .........OK + Comparing fv3_history.tile1.nc .........OK + Comparing fv3_history.tile2.nc .........OK + Comparing fv3_history.tile3.nc .........OK + Comparing fv3_history.tile4.nc .........OK + Comparing fv3_history.tile5.nc .........OK + Comparing fv3_history.tile6.nc .........OK + Comparing fv3_history.nest02.tile7.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.nest02.nc .........OK + Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK + Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_core.res.nest02.tile7.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.nest02.tile7.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.nest02.tile7.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/phy_data.nest02.tile7.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/sfc_data.nest02.tile7.nc .........OK +Test 062 fv3_stretched_nest PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_regional_control_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_regional_control_repro +Checking test 063 fv3_regional_control results .... + Comparing atmos_4xdaily.nc .........OK + Comparing fv3_history2d.nc .........OK + Comparing fv3_history.nc .........OK +Test 063 fv3_regional_control PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_regional_restart_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_regional_restart_repro +Checking test 064 fv3_regional_restart results .... + Comparing atmos_4xdaily.nc .........OK + Comparing fv3_history2d.nc .........OK + Comparing fv3_history.nc .........OK +Test 064 fv3_regional_restart PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_regional_quilt_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_regional_quilt_repro +Checking test 065 fv3_regional_quilt results .... + Comparing atmos_4xdaily.nc .........OK + Comparing dynf000.nc .........OK + Comparing dynf024.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf024.nc .........OK +Test 065 fv3_regional_quilt PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_regional_c768_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_regional_c768_repro +Checking test 066 fv3_regional_c768 results .... + Comparing atmos_4xdaily.nc .........OK + Comparing fv3_history2d.nc .........OK + Comparing fv3_history.nc .........OK +Test 066 fv3_regional_c768 PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfdlmp_32bit_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_gfdlmp_32bit_repro +Checking test 067 fv3_gfdlmp_32bit results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 067 fv3_gfdlmp_32bit PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_cpt_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_cpt_repro +Checking test 068 fv3_cpt results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 068 fv3_cpt PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_control_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_control_repro +Checking test 069 fv3_ccpp_control results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 069 fv3_ccpp_control PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_control_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_decomp_repro +Checking test 070 fv3_ccpp_decomp results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 070 fv3_ccpp_decomp PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_control_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_2threads_repro +Checking test 071 fv3_ccpp_2threads results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 071 fv3_ccpp_2threads PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_restart_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_restart_repro +Checking test 072 fv3_ccpp_restart results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf027.tile1.nc .........OK + Comparing phyf027.tile2.nc .........OK + Comparing phyf027.tile3.nc .........OK + Comparing phyf027.tile4.nc .........OK + Comparing phyf027.tile5.nc .........OK + Comparing phyf027.tile6.nc .........OK + Comparing phyf048.tile1.nc .........OK + Comparing phyf048.tile2.nc .........OK + Comparing phyf048.tile3.nc .........OK + Comparing phyf048.tile4.nc .........OK + Comparing phyf048.tile5.nc .........OK + Comparing phyf048.tile6.nc .........OK + Comparing dynf027.tile1.nc .........OK + Comparing dynf027.tile2.nc .........OK + Comparing dynf027.tile3.nc .........OK + Comparing dynf027.tile4.nc .........OK + Comparing dynf027.tile5.nc .........OK + Comparing dynf027.tile6.nc .........OK + Comparing dynf048.tile1.nc .........OK + Comparing dynf048.tile2.nc .........OK + Comparing dynf048.tile3.nc .........OK + Comparing dynf048.tile4.nc .........OK + Comparing dynf048.tile5.nc .........OK + Comparing dynf048.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 072 fv3_ccpp_restart PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_read_inc_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_read_inc_repro +Checking test 073 fv3_ccpp_read_inc results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf027.tile1.nc .........OK + Comparing phyf027.tile2.nc .........OK + Comparing phyf027.tile3.nc .........OK + Comparing phyf027.tile4.nc .........OK + Comparing phyf027.tile5.nc .........OK + Comparing phyf027.tile6.nc .........OK + Comparing phyf048.tile1.nc .........OK + Comparing phyf048.tile2.nc .........OK + Comparing phyf048.tile3.nc .........OK + Comparing phyf048.tile4.nc .........OK + Comparing phyf048.tile5.nc .........OK + Comparing phyf048.tile6.nc .........OK + Comparing dynf027.tile1.nc .........OK + Comparing dynf027.tile2.nc .........OK + Comparing dynf027.tile3.nc .........OK + Comparing dynf027.tile4.nc .........OK + Comparing dynf027.tile5.nc .........OK + Comparing dynf027.tile6.nc .........OK + Comparing dynf048.tile1.nc .........OK + Comparing dynf048.tile2.nc .........OK + Comparing dynf048.tile3.nc .........OK + Comparing dynf048.tile4.nc .........OK + Comparing dynf048.tile5.nc .........OK + Comparing dynf048.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 073 fv3_ccpp_read_inc PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_wrtGauss_netcdf_esmf_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_wrtGauss_netcdf_esmf_repro +Checking test 074 fv3_ccpp_wrtGauss_netcdf_esmf results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf024.nc .........OK + Comparing dynf000.nc .........OK + Comparing dynf024.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 074 fv3_ccpp_wrtGauss_netcdf_esmf PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_wrtGauss_netcdf_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_wrtGauss_netcdf_repro +Checking test 075 fv3_ccpp_wrtGauss_netcdf results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf024.nc .........OK + Comparing dynf000.nc .........OK + Comparing dynf024.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 075 fv3_ccpp_wrtGauss_netcdf PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_wrtGauss_nemsio_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_wrtGauss_nemsio_repro +Checking test 076 fv3_ccpp_wrtGauss_nemsio results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 076 fv3_ccpp_wrtGauss_nemsio PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_wrtGauss_nemsio_c192_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_wrtGauss_nemsio_c192_repro +Checking test 077 fv3_ccpp_wrtGauss_nemsio_c192 results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 077 fv3_ccpp_wrtGauss_nemsio_c192 PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_stochy_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_stochy_repro +Checking test 078 fv3_ccpp_stochy results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf012.tile1.nc .........OK + Comparing phyf012.tile2.nc .........OK + Comparing phyf012.tile3.nc .........OK + Comparing phyf012.tile4.nc .........OK + Comparing phyf012.tile5.nc .........OK + Comparing phyf012.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf012.tile1.nc .........OK + Comparing dynf012.tile2.nc .........OK + Comparing dynf012.tile3.nc .........OK + Comparing dynf012.tile4.nc .........OK + Comparing dynf012.tile5.nc .........OK + Comparing dynf012.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 078 fv3_ccpp_stochy PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_iau_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_iau_repro +Checking test 079 fv3_ccpp_iau results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf027.tile1.nc .........OK + Comparing phyf027.tile2.nc .........OK + Comparing phyf027.tile3.nc .........OK + Comparing phyf027.tile4.nc .........OK + Comparing phyf027.tile5.nc .........OK + Comparing phyf027.tile6.nc .........OK + Comparing phyf048.tile1.nc .........OK + Comparing phyf048.tile2.nc .........OK + Comparing phyf048.tile3.nc .........OK + Comparing phyf048.tile4.nc .........OK + Comparing phyf048.tile5.nc .........OK + Comparing phyf048.tile6.nc .........OK + Comparing dynf027.tile1.nc .........OK + Comparing dynf027.tile2.nc .........OK + Comparing dynf027.tile3.nc .........OK + Comparing dynf027.tile4.nc .........OK + Comparing dynf027.tile5.nc .........OK + Comparing dynf027.tile6.nc .........OK + Comparing dynf048.tile1.nc .........OK + Comparing dynf048.tile2.nc .........OK + Comparing dynf048.tile3.nc .........OK + Comparing dynf048.tile4.nc .........OK + Comparing dynf048.tile5.nc .........OK + Comparing dynf048.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 079 fv3_ccpp_iau PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfdlmprad_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_gfdlmprad_repro +Checking test 080 fv3_ccpp_gfdlmprad results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing out_grd.glo_30m .........OK +Test 080 fv3_ccpp_gfdlmprad PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfdlmprad_atmwav_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_gfdlmprad_atmwav_repro +Checking test 081 fv3_ccpp_gfdlmprad_atmwav results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing out_grd.glo_30m .........OK +Test 081 fv3_ccpp_gfdlmprad_atmwav PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_wrtGauss_nemsio_c768_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_wrtGauss_nemsio_c768_repro +Checking test 082 fv3_ccpp_wrtGauss_nemsio_c768 results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf006.nemsio .........OK + Comparing dynf006.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing out_grd.glo_10m .........OK + Comparing out_grd.ant_9km .........OK + Comparing out_grd.aoc_9km .........OK +Test 082 fv3_ccpp_wrtGauss_nemsio_c768 PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_control_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_appbuild_repro +Checking test 083 fv3_ccpp_appbuild results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 083 fv3_ccpp_appbuild PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_control_32bit_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_control_32bit_repro +Checking test 084 fv3_ccpp_control_32bit results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 084 fv3_ccpp_control_32bit PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_stretched_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_stretched_repro +Checking test 085 fv3_ccpp_stretched results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing fv3_history2d.tile1.nc .........OK + Comparing fv3_history2d.tile2.nc .........OK + Comparing fv3_history2d.tile3.nc .........OK + Comparing fv3_history2d.tile4.nc .........OK + Comparing fv3_history2d.tile5.nc .........OK + Comparing fv3_history2d.tile6.nc .........OK + Comparing fv3_history.tile1.nc .........OK + Comparing fv3_history.tile2.nc .........OK + Comparing fv3_history.tile3.nc .........OK + Comparing fv3_history.tile4.nc .........OK + Comparing fv3_history.tile5.nc .........OK + Comparing fv3_history.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 085 fv3_ccpp_stretched PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_stretched_nest_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_stretched_nest_repro +Checking test 086 fv3_ccpp_stretched_nest results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing atmos_4xdaily.nest02.tile7.nc .........OK + Comparing fv3_history2d.tile1.nc .........OK + Comparing fv3_history2d.tile2.nc .........OK + Comparing fv3_history2d.tile3.nc .........OK + Comparing fv3_history2d.tile4.nc .........OK + Comparing fv3_history2d.tile5.nc .........OK + Comparing fv3_history2d.tile6.nc .........OK + Comparing fv3_history2d.nest02.tile7.nc .........OK + Comparing fv3_history.tile1.nc .........OK + Comparing fv3_history.tile2.nc .........OK + Comparing fv3_history.tile3.nc .........OK + Comparing fv3_history.tile4.nc .........OK + Comparing fv3_history.tile5.nc .........OK + Comparing fv3_history.tile6.nc .........OK + Comparing fv3_history.nest02.tile7.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.nest02.nc .........OK + Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK + Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_core.res.nest02.tile7.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.nest02.tile7.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.nest02.tile7.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/phy_data.nest02.tile7.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/sfc_data.nest02.tile7.nc .........OK +Test 086 fv3_ccpp_stretched_nest PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_regional_control_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_regional_control_repro +Checking test 087 fv3_ccpp_regional_control results .... + Comparing atmos_4xdaily.nc .........OK + Comparing fv3_history2d.nc .........OK + Comparing fv3_history.nc .........OK +Test 087 fv3_ccpp_regional_control PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_regional_restart_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_regional_restart_repro +Checking test 088 fv3_ccpp_regional_restart results .... + Comparing atmos_4xdaily.nc .........OK + Comparing fv3_history2d.nc .........OK + Comparing fv3_history.nc .........OK +Test 088 fv3_ccpp_regional_restart PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_regional_quilt_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_regional_quilt_repro +Checking test 089 fv3_ccpp_regional_quilt results .... + Comparing atmos_4xdaily.nc .........OK + Comparing dynf000.nc .........OK + Comparing dynf024.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf024.nc .........OK +Test 089 fv3_ccpp_regional_quilt PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_regional_c768_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_regional_c768_repro +Checking test 090 fv3_ccpp_regional_c768 results .... + Comparing atmos_4xdaily.nc .........OK + Comparing fv3_history2d.nc .........OK + Comparing fv3_history.nc .........OK +Test 090 fv3_ccpp_regional_c768 PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfdlmp_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_gfdlmp_repro +Checking test 091 fv3_ccpp_gfdlmp results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 091 fv3_ccpp_gfdlmp PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfdlmprad_gwd_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_gfdlmprad_gwd_repro +Checking test 092 fv3_ccpp_gfdlmprad_gwd results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 092 fv3_ccpp_gfdlmprad_gwd PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfdlmprad_noahmp_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_gfdlmprad_noahmp_repro +Checking test 093 fv3_ccpp_gfdlmprad_noahmp results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 093 fv3_ccpp_gfdlmprad_noahmp PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_csawmg_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_csawmg_repro +Checking test 094 fv3_ccpp_csawmg results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 094 fv3_ccpp_csawmg PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_satmedmf_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_satmedmf_repro +Checking test 095 fv3_ccpp_satmedmf results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 095 fv3_ccpp_satmedmf PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfdlmp_32bit_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_gfdlmp_32bit_repro +Checking test 096 fv3_ccpp_gfdlmp_32bit results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 096 fv3_ccpp_gfdlmp_32bit PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfdlmprad_32bit_post_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_gfdlmprad_32bit_post_repro +Checking test 097 fv3_ccpp_gfdlmprad_32bit_post results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 097 fv3_ccpp_gfdlmprad_32bit_post PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_cpt_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_cpt_repro +Checking test 098 fv3_ccpp_cpt results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 098 fv3_ccpp_cpt PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gsd_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_gsd_repro +Checking test 099 fv3_ccpp_gsd results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing phyf027.tile1.nc .........OK + Comparing phyf027.tile2.nc .........OK + Comparing phyf027.tile3.nc .........OK + Comparing phyf027.tile4.nc .........OK + Comparing phyf027.tile5.nc .........OK + Comparing phyf027.tile6.nc .........OK + Comparing phyf048.tile1.nc .........OK + Comparing phyf048.tile2.nc .........OK + Comparing phyf048.tile3.nc .........OK + Comparing phyf048.tile4.nc .........OK + Comparing phyf048.tile5.nc .........OK + Comparing phyf048.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing dynf027.tile1.nc .........OK + Comparing dynf027.tile2.nc .........OK + Comparing dynf027.tile3.nc .........OK + Comparing dynf027.tile4.nc .........OK + Comparing dynf027.tile5.nc .........OK + Comparing dynf027.tile6.nc .........OK + Comparing dynf048.tile1.nc .........OK + Comparing dynf048.tile2.nc .........OK + Comparing dynf048.tile3.nc .........OK + Comparing dynf048.tile4.nc .........OK + Comparing dynf048.tile5.nc .........OK + Comparing dynf048.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 099 fv3_ccpp_gsd PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_control_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_control_prod +Checking test 100 fv3_ccpp_control results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 100 fv3_ccpp_control PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_control_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_decomp_prod +Checking test 101 fv3_ccpp_decomp results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 101 fv3_ccpp_decomp PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_control_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_2threads_prod +Checking test 102 fv3_ccpp_2threads results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 102 fv3_ccpp_2threads PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_restart_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_restart_prod +Checking test 103 fv3_ccpp_restart results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf027.tile1.nc .........OK + Comparing phyf027.tile2.nc .........OK + Comparing phyf027.tile3.nc .........OK + Comparing phyf027.tile4.nc .........OK + Comparing phyf027.tile5.nc .........OK + Comparing phyf027.tile6.nc .........OK + Comparing phyf048.tile1.nc .........OK + Comparing phyf048.tile2.nc .........OK + Comparing phyf048.tile3.nc .........OK + Comparing phyf048.tile4.nc .........OK + Comparing phyf048.tile5.nc .........OK + Comparing phyf048.tile6.nc .........OK + Comparing dynf027.tile1.nc .........OK + Comparing dynf027.tile2.nc .........OK + Comparing dynf027.tile3.nc .........OK + Comparing dynf027.tile4.nc .........OK + Comparing dynf027.tile5.nc .........OK + Comparing dynf027.tile6.nc .........OK + Comparing dynf048.tile1.nc .........OK + Comparing dynf048.tile2.nc .........OK + Comparing dynf048.tile3.nc .........OK + Comparing dynf048.tile4.nc .........OK + Comparing dynf048.tile5.nc .........OK + Comparing dynf048.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 103 fv3_ccpp_restart PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_read_inc_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_read_inc_prod +Checking test 104 fv3_ccpp_read_inc results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf027.tile1.nc .........OK + Comparing phyf027.tile2.nc .........OK + Comparing phyf027.tile3.nc .........OK + Comparing phyf027.tile4.nc .........OK + Comparing phyf027.tile5.nc .........OK + Comparing phyf027.tile6.nc .........OK + Comparing phyf048.tile1.nc .........OK + Comparing phyf048.tile2.nc .........OK + Comparing phyf048.tile3.nc .........OK + Comparing phyf048.tile4.nc .........OK + Comparing phyf048.tile5.nc .........OK + Comparing phyf048.tile6.nc .........OK + Comparing dynf027.tile1.nc .........OK + Comparing dynf027.tile2.nc .........OK + Comparing dynf027.tile3.nc .........OK + Comparing dynf027.tile4.nc .........OK + Comparing dynf027.tile5.nc .........OK + Comparing dynf027.tile6.nc .........OK + Comparing dynf048.tile1.nc .........OK + Comparing dynf048.tile2.nc .........OK + Comparing dynf048.tile3.nc .........OK + Comparing dynf048.tile4.nc .........OK + Comparing dynf048.tile5.nc .........OK + Comparing dynf048.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 104 fv3_ccpp_read_inc PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_wrtGauss_netcdf_esmf_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_wrtGauss_netcdf_esmf_prod +Checking test 105 fv3_ccpp_wrtGauss_netcdf_esmf results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf024.nc .........OK + Comparing dynf000.nc .........OK + Comparing dynf024.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 105 fv3_ccpp_wrtGauss_netcdf_esmf PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_wrtGauss_netcdf_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_wrtGauss_netcdf_prod +Checking test 106 fv3_ccpp_wrtGauss_netcdf results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf024.nc .........OK + Comparing dynf000.nc .........OK + Comparing dynf024.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 106 fv3_ccpp_wrtGauss_netcdf PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_wrtGauss_nemsio_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_wrtGauss_nemsio_prod +Checking test 107 fv3_ccpp_wrtGauss_nemsio results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 107 fv3_ccpp_wrtGauss_nemsio PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_wrtGauss_nemsio_c192_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_wrtGauss_nemsio_c192_prod +Checking test 108 fv3_ccpp_wrtGauss_nemsio_c192 results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 108 fv3_ccpp_wrtGauss_nemsio_c192 PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_stochy_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_stochy_prod +Checking test 109 fv3_ccpp_stochy results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf012.tile1.nc .........OK + Comparing phyf012.tile2.nc .........OK + Comparing phyf012.tile3.nc .........OK + Comparing phyf012.tile4.nc .........OK + Comparing phyf012.tile5.nc .........OK + Comparing phyf012.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf012.tile1.nc .........OK + Comparing dynf012.tile2.nc .........OK + Comparing dynf012.tile3.nc .........OK + Comparing dynf012.tile4.nc .........OK + Comparing dynf012.tile5.nc .........OK + Comparing dynf012.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 109 fv3_ccpp_stochy PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_iau_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_iau_prod +Checking test 110 fv3_ccpp_iau results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf027.tile1.nc .........OK + Comparing phyf027.tile2.nc .........OK + Comparing phyf027.tile3.nc .........OK + Comparing phyf027.tile4.nc .........OK + Comparing phyf027.tile5.nc .........OK + Comparing phyf027.tile6.nc .........OK + Comparing phyf048.tile1.nc .........OK + Comparing phyf048.tile2.nc .........OK + Comparing phyf048.tile3.nc .........OK + Comparing phyf048.tile4.nc .........OK + Comparing phyf048.tile5.nc .........OK + Comparing phyf048.tile6.nc .........OK + Comparing dynf027.tile1.nc .........OK + Comparing dynf027.tile2.nc .........OK + Comparing dynf027.tile3.nc .........OK + Comparing dynf027.tile4.nc .........OK + Comparing dynf027.tile5.nc .........OK + Comparing dynf027.tile6.nc .........OK + Comparing dynf048.tile1.nc .........OK + Comparing dynf048.tile2.nc .........OK + Comparing dynf048.tile3.nc .........OK + Comparing dynf048.tile4.nc .........OK + Comparing dynf048.tile5.nc .........OK + Comparing dynf048.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 110 fv3_ccpp_iau PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfdlmprad_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_gfdlmprad_prod +Checking test 111 fv3_ccpp_gfdlmprad results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing out_grd.glo_30m .........OK +Test 111 fv3_ccpp_gfdlmprad PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfdlmprad_atmwav_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_gfdlmprad_atmwav_prod +Checking test 112 fv3_ccpp_gfdlmprad_atmwav results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing out_grd.glo_30m .........OK +Test 112 fv3_ccpp_gfdlmprad_atmwav PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_wrtGauss_nemsio_c768_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_wrtGauss_nemsio_c768_prod +Checking test 113 fv3_ccpp_wrtGauss_nemsio_c768 results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf006.nemsio .........OK + Comparing dynf006.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing out_grd.glo_10m .........OK + Comparing out_grd.ant_9km .........OK + Comparing out_grd.aoc_9km .........OK +Test 113 fv3_ccpp_wrtGauss_nemsio_c768 PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_control_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_appbuild_prod +Checking test 114 fv3_ccpp_appbuild results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 114 fv3_ccpp_appbuild PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_control_32bit_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_control_32bit_prod +Checking test 115 fv3_ccpp_control_32bit results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 115 fv3_ccpp_control_32bit PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_stretched_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_stretched_prod +Checking test 116 fv3_ccpp_stretched results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing fv3_history2d.tile1.nc .........OK + Comparing fv3_history2d.tile2.nc .........OK + Comparing fv3_history2d.tile3.nc .........OK + Comparing fv3_history2d.tile4.nc .........OK + Comparing fv3_history2d.tile5.nc .........OK + Comparing fv3_history2d.tile6.nc .........OK + Comparing fv3_history.tile1.nc .........OK + Comparing fv3_history.tile2.nc .........OK + Comparing fv3_history.tile3.nc .........OK + Comparing fv3_history.tile4.nc .........OK + Comparing fv3_history.tile5.nc .........OK + Comparing fv3_history.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 116 fv3_ccpp_stretched PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_stretched_nest_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_stretched_nest_prod +Checking test 117 fv3_ccpp_stretched_nest results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing atmos_4xdaily.nest02.tile7.nc .........OK + Comparing fv3_history2d.tile1.nc .........OK + Comparing fv3_history2d.tile2.nc .........OK + Comparing fv3_history2d.tile3.nc .........OK + Comparing fv3_history2d.tile4.nc .........OK + Comparing fv3_history2d.tile5.nc .........OK + Comparing fv3_history2d.tile6.nc .........OK + Comparing fv3_history2d.nest02.tile7.nc .........OK + Comparing fv3_history.tile1.nc .........OK + Comparing fv3_history.tile2.nc .........OK + Comparing fv3_history.tile3.nc .........OK + Comparing fv3_history.tile4.nc .........OK + Comparing fv3_history.tile5.nc .........OK + Comparing fv3_history.tile6.nc .........OK + Comparing fv3_history.nest02.tile7.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.nest02.nc .........OK + Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK + Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_core.res.nest02.tile7.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.nest02.tile7.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.nest02.tile7.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/phy_data.nest02.tile7.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/sfc_data.nest02.tile7.nc .........OK +Test 117 fv3_ccpp_stretched_nest PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_regional_control_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_regional_control_prod +Checking test 118 fv3_ccpp_regional_control results .... + Comparing atmos_4xdaily.nc .........OK + Comparing fv3_history2d.nc .........OK + Comparing fv3_history.nc .........OK +Test 118 fv3_ccpp_regional_control PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_regional_restart_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_regional_restart_prod +Checking test 119 fv3_ccpp_regional_restart results .... + Comparing atmos_4xdaily.nc .........OK + Comparing fv3_history2d.nc .........OK + Comparing fv3_history.nc .........OK +Test 119 fv3_ccpp_regional_restart PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_regional_quilt_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_regional_quilt_prod +Checking test 120 fv3_ccpp_regional_quilt results .... + Comparing atmos_4xdaily.nc .........OK + Comparing dynf000.nc .........OK + Comparing dynf024.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf024.nc .........OK +Test 120 fv3_ccpp_regional_quilt PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_regional_c768_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_regional_c768_prod +Checking test 121 fv3_ccpp_regional_c768 results .... + Comparing atmos_4xdaily.nc .........OK + Comparing fv3_history2d.nc .........OK + Comparing fv3_history.nc .........OK +Test 121 fv3_ccpp_regional_c768 PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_control_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_control_debug_prod +Checking test 122 fv3_ccpp_control_debug results .... +Test 122 fv3_ccpp_control_debug PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_stretched_nest_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_stretched_nest_debug_prod +Checking test 123 fv3_ccpp_stretched_nest_debug results .... +Test 123 fv3_ccpp_stretched_nest_debug PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfdlmp_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_gfdlmp_prod +Checking test 124 fv3_ccpp_gfdlmp results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 124 fv3_ccpp_gfdlmp PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfdlmprad_gwd_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_gfdlmprad_gwd_prod +Checking test 125 fv3_ccpp_gfdlmprad_gwd results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 125 fv3_ccpp_gfdlmprad_gwd PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfdlmprad_noahmp_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_gfdlmprad_noahmp_prod +Checking test 126 fv3_ccpp_gfdlmprad_noahmp results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 126 fv3_ccpp_gfdlmprad_noahmp PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_csawmg_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_csawmg_prod +Checking test 127 fv3_ccpp_csawmg results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 127 fv3_ccpp_csawmg PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_satmedmf_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_satmedmf_prod +Checking test 128 fv3_ccpp_satmedmf results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 128 fv3_ccpp_satmedmf PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfdlmp_32bit_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_gfdlmp_32bit_prod +Checking test 129 fv3_ccpp_gfdlmp_32bit results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 129 fv3_ccpp_gfdlmp_32bit PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfdlmprad_32bit_post_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_gfdlmprad_32bit_post_prod +Checking test 130 fv3_ccpp_gfdlmprad_32bit_post results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 130 fv3_ccpp_gfdlmprad_32bit_post PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_cpt_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_cpt_prod +Checking test 131 fv3_ccpp_cpt results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 131 fv3_ccpp_cpt PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gsd_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_gsd_prod +Checking test 132 fv3_ccpp_gsd results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing phyf027.tile1.nc .........OK + Comparing phyf027.tile2.nc .........OK + Comparing phyf027.tile3.nc .........OK + Comparing phyf027.tile4.nc .........OK + Comparing phyf027.tile5.nc .........OK + Comparing phyf027.tile6.nc .........OK + Comparing phyf048.tile1.nc .........OK + Comparing phyf048.tile2.nc .........OK + Comparing phyf048.tile3.nc .........OK + Comparing phyf048.tile4.nc .........OK + Comparing phyf048.tile5.nc .........OK + Comparing phyf048.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing dynf027.tile1.nc .........OK + Comparing dynf027.tile2.nc .........OK + Comparing dynf027.tile3.nc .........OK + Comparing dynf027.tile4.nc .........OK + Comparing dynf027.tile5.nc .........OK + Comparing dynf027.tile6.nc .........OK + Comparing dynf048.tile1.nc .........OK + Comparing dynf048.tile2.nc .........OK + Comparing dynf048.tile3.nc .........OK + Comparing dynf048.tile4.nc .........OK + Comparing dynf048.tile5.nc .........OK + Comparing dynf048.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 132 fv3_ccpp_gsd PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_thompson_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_thompson_prod +Checking test 133 fv3_ccpp_thompson results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 133 fv3_ccpp_thompson PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_thompson_no_aero_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_thompson_no_aero_prod +Checking test 134 fv3_ccpp_thompson_no_aero results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 134 fv3_ccpp_thompson_no_aero PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfs_v15p2_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_gfs_v15p2_prod +Checking test 135 fv3_ccpp_gfs_v15p2 results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 135 fv3_ccpp_gfs_v15p2 PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfs_v16beta_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_gfs_v16beta_prod +Checking test 136 fv3_ccpp_gfs_v16beta results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 136 fv3_ccpp_gfs_v16beta PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfs_v15p2_debug_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_gfs_v15p2_debug_prod +Checking test 137 fv3_ccpp_gfs_v15p2_debug results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf006.tile1.nc .........OK + Comparing phyf006.tile2.nc .........OK + Comparing phyf006.tile3.nc .........OK + Comparing phyf006.tile4.nc .........OK + Comparing phyf006.tile5.nc .........OK + Comparing phyf006.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf006.tile1.nc .........OK + Comparing dynf006.tile2.nc .........OK + Comparing dynf006.tile3.nc .........OK + Comparing dynf006.tile4.nc .........OK + Comparing dynf006.tile5.nc .........OK + Comparing dynf006.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 137 fv3_ccpp_gfs_v15p2_debug PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfs_v16beta_debug_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_gfs_v16beta_debug_prod +Checking test 138 fv3_ccpp_gfs_v16beta_debug results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf006.tile1.nc .........OK + Comparing phyf006.tile2.nc .........OK + Comparing phyf006.tile3.nc .........OK + Comparing phyf006.tile4.nc .........OK + Comparing phyf006.tile5.nc .........OK + Comparing phyf006.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf006.tile1.nc .........OK + Comparing dynf006.tile2.nc .........OK + Comparing dynf006.tile3.nc .........OK + Comparing dynf006.tile4.nc .........OK + Comparing dynf006.tile5.nc .........OK + Comparing dynf006.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 138 fv3_ccpp_gfs_v16beta_debug PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gsd_debug_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_gsd_debug_prod +Checking test 139 fv3_ccpp_gsd_debug results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 139 fv3_ccpp_gsd_debug PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_thompson_debug_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_thompson_debug_prod +Checking test 140 fv3_ccpp_thompson_debug results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf006.tile1.nc .........OK + Comparing phyf006.tile2.nc .........OK + Comparing phyf006.tile3.nc .........OK + Comparing phyf006.tile4.nc .........OK + Comparing phyf006.tile5.nc .........OK + Comparing phyf006.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf006.tile1.nc .........OK + Comparing dynf006.tile2.nc .........OK + Comparing dynf006.tile3.nc .........OK + Comparing dynf006.tile4.nc .........OK + Comparing dynf006.tile5.nc .........OK + Comparing dynf006.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 140 fv3_ccpp_thompson_debug PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_thompson_no_aero_debug_ccpp +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_thompson_no_aero_debug_prod +Checking test 141 fv3_ccpp_thompson_no_aero_debug results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf006.tile1.nc .........OK + Comparing phyf006.tile2.nc .........OK + Comparing phyf006.tile3.nc .........OK + Comparing phyf006.tile4.nc .........OK + Comparing phyf006.tile5.nc .........OK + Comparing phyf006.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf006.tile1.nc .........OK + Comparing dynf006.tile2.nc .........OK + Comparing dynf006.tile3.nc .........OK + Comparing dynf006.tile4.nc .........OK + Comparing dynf006.tile5.nc .........OK + Comparing dynf006.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 141 fv3_ccpp_thompson_no_aero_debug PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfs_v15p2_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_gfs_v15p2_repro +Checking test 142 fv3_ccpp_gfs_v15p2 results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 142 fv3_ccpp_gfs_v15p2 PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfs_v16beta_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_ccpp_gfs_v16beta_repro +Checking test 143 fv3_ccpp_gfs_v16beta results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 143 fv3_ccpp_gfs_v16beta PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfs_v15p2_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_gfs_v15p2_repro +Checking test 144 fv3_gfs_v15p2 results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 144 fv3_gfs_v15p2 PASS + + +baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/INTEL/fv3_gfs_v16beta_repro +working dir = /scratch1/NCEPDEV/stmp2/Dom.Heinzeller/FV3_RT/rt_111448/fv3_gfs_v16beta_repro +Checking test 145 fv3_gfs_v16beta results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 145 fv3_gfs_v16beta PASS REGRESSION TEST WAS SUCCESSFUL -Mon Mar 9 16:59:32 UTC 2020 -Elapsed time: 03h:10m:10s. Have a nice day! +Tue Mar 17 19:34:11 UTC 2020 +Elapsed time: 01h:00m:09s. Have a nice day! From 1675593eb06af8705eebc7cbf6879d6fae98a8be Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Tue, 17 Mar 2020 20:26:00 -0600 Subject: [PATCH 83/89] Regression test logs for NEMSCompsetRun on hera.intel --- log/report-hera.intel-log/build_fv3.exe.log | 984 +++++++------- .../build_fv3_32bit.exe.log | 1004 +++++++-------- .../build_fv3_32bit_debug.exe.log | 982 +++++++------- .../build_fv3_appbuilder.exe.log | 878 ++++++------- .../build_fv3_ww3.exe.log | 1145 ++++++++--------- log/report-hera.intel-log/rtreport.txt | 350 +++-- 6 files changed, 2665 insertions(+), 2678 deletions(-) diff --git a/log/report-hera.intel-log/build_fv3.exe.log b/log/report-hera.intel-log/build_fv3.exe.log index 82721a58df..3a8cdd8d1e 100644 --- a/log/report-hera.intel-log/build_fv3.exe.log +++ b/log/report-hera.intel-log/build_fv3.exe.log @@ -1,23 +1,23 @@ + [[ fv3.exe == fv3_ww3.exe ]] + [[ fv3.exe == fv3.exe ]] -+ rm -f /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3.exe -+ modules=/scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/include/modules.fv3 ++ rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3.exe ++ modules=/scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/include/modules.fv3 + BUILD_NR= -+ fv3=/scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3.exe ++ fv3=/scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3.exe + MAKE_OPTS=' ' -+ md5=/scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3.exe.md5 -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/tests/ -+ rm -f /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3.exe /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/include/modules.fv3 ++ md5=/scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3.exe.md5 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/tests/ ++ rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3.exe /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/include/modules.fv3 + which aprun -which: no aprun in (/scratch1/NCEPDEV/nems/emc.nemspara/soft/emc-utils/1.1.0/bin:/apps/hpss:/apps/rocoto/1.3.1/bin:/home/Jun.Wang/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/slurm/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin) +which: no aprun in (/scratch1/NCEPDEV/nems/emc.nemspara/soft/emc-utils/1.1.0/bin:/apps/hpss:/apps/rocoto/1.3.1/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) + [[ hera.intel == hera* ]] + echo 'DON'\''T SUBSTITUTE _ for . on hera.intel' DON'T SUBSTITUTE _ for . on hera.intel -+ ./compile.sh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 hera.intel ++ ./compile.sh /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 hera.intel + SECONDS=0 + [[ 2 -lt 2 ]] -+ readonly PATHTR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -+ PATHTR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 ++ readonly PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 + readonly BUILD_TARGET=hera.intel + BUILD_TARGET=hera.intel + readonly MAKE_OPT= @@ -29,7 +29,7 @@ DON'T SUBSTITUTE _ for . on hera.intel + readonly clean_after=YES + clean_after=YES + hostname -h5c55 +h23c12 + echo 'Compiling into fv3.exe on hera.intel' Compiling into fv3.exe on hera.intel + gnu_make=gmake @@ -44,7 +44,7 @@ Using $MAKE_THREADS=8 threads to build FV3 and FMS. + echo Consider reducing '$MAKE_THREADS' if you hit memory or process limits. Consider reducing $MAKE_THREADS if you hit memory or process limits. + gnu_make='gmake -j 8' -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../NEMS ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../NEMS + COMPONENTS=FMS,FV3 + [[ '' == *\C\C\P\P\=\Y* ]] + [[ '' == *\W\W\3\=\Y* ]] @@ -56,171 +56,171 @@ Consider reducing $MAKE_THREADS if you hit memory or process limits. + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=hera.intel FV3_MAKEOPT= NEMS_BUILDOPT= distclean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs ; \ +cat /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs/makefile.temp.clean +cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs ; \ exec gmake -f makefile.temp.clean clean -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' Cleaning fms ... cd .. ; \ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/modules.fv3 -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' +rm -rf /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/conf/configure.fv3 +cat /dev/null > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/conf/modules.fv3 +cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ccpp/driver' makefile:67: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/configure.fv3 \ - /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +rm -rf nems_dir FV3_INSTALL /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/conf/configure.fv3 \ + /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/conf/modules.fv3 +rm -rf /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk +if ! test -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ +cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src' +GNUmakefile:70: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/externals.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.sh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.csh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test_results.mk +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src' +rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/exe/NEMS.x /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC +rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/externals.nems /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ESMFVersionDefine.h /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems.sh /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems.csh /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/test-results.mk +rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/components.mk +rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/test_results.mk + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=hera.intel FV3_MAKEOPT= NEMS_BUILDOPT= build Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/modulefiles/hera.intel/fv3 /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems -set -xe ; cp "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems" "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/tests/modules.fv3" -+ cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/tests/modules.fv3 -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/conf/configure.fv3.hera.intel /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/externals.nems -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS' +cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/modulefiles/hera.intel/fv3 /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems +set -xe ; cp "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems" "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/tests/modules.fv3" ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/tests/modules.fv3 +cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/conf/configure.fv3.hera.intel /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems +cat /dev/null > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/externals.nems +cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ESMFVersionDefine.h +( echo '. /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems.sh" +( echo 'source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems.csh" +/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/incmake/configure_rules.mk:3: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/test-results.mk: No such file or directory +gmake -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/test-results.mk" TEST +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS' if [ -f "/modules.nems" ] ; then \ - . /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ -) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS' -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs ; \ +) > "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/test-results.mk" +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS' +. /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs ; \ exec gmake all Currently Loaded Modules: @@ -235,10 +235,10 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' Building dependencies ... -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o @@ -267,13 +267,13 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o @@ -317,11 +317,11 @@ Using cray pointers. mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.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. -Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -370,29 +370,29 @@ mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -400,14 +400,14 @@ Using cray pointers. mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -529,18 +529,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' -test -d /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Compiling into /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL on hera -cp -fp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3"/conf/modules.fv3 -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 COMP_BINDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL nemsinstall +mkdir -p "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL" +mv fms.mk "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL"/. +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' +test -d /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL +Compiling into /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL on hera +cp -fp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems \ + "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3"/conf/configure.fv3 +cp -fp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems \ + "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3"/conf/modules.fv3 +. /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 ; \ + exec gmake COMP=FV3 COMP_SRCDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 COMP_BINDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL nemsinstall Currently Loaded Modules: 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 @@ -554,195 +554,195 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' Building dependencies ... -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -gmake -C cpl FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +gmake -C cpl FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL Build standalone FV3 io ... -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' Build standalone FV3 io ... -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_cplfields.F90 mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' +gmake -C gfsphysics FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -897,49 +897,49 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' -gmake -C ipd FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' +gmake -C ipd FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' -gmake -C io FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' +gmake -C io FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include] -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include] -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c FV3GFS_io.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_internal_state.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf_parallel.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.5_4 -c post_gfs.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_wrt_grid_comp.F90 +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c FV3GFS_io.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_internal_state.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf_parallel.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.5_4 -c post_gfs.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_wrt_grid_comp.F90 ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o @@ -952,66 +952,66 @@ a - module_write_netcdf_parallel.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' +gmake -C atmos_cubed_sphere FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1058,49 +1058,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' +gmake -C ../stochastic_physics FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1133,14 +1133,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fv3_config.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c time_utils.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c atmos_model.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fcst_grid_comp.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c fv3_cap.F90 +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' +gmake libfv3cap.a FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fv3_config.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c time_utils.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c atmos_model.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fcst_grid_comp.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1148,35 +1148,35 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -gmake esmf_make_fragment FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +gmake esmf_make_fragment FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -Installation into "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL" complete! +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +Installation into "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL" complete! -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -test -d /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +test -d /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo fms_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo fms_mk="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk" ; ) > "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC" +. /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ +for m in /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src ; \ +echo build NEMS after /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk ; \ +cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src ; \ gmake nems \ COMPONENTS="FMS FV3" \ - FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL TARGET="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x" ; \ -test -x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL FV3_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL TARGET="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/exe/NEMS.x" ; \ +test -x /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/exe/NEMS.x Currently Loaded Modules: 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 @@ -1190,10 +1190,10 @@ Currently Loaded Modules: -build NEMS after /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +build NEMS after /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk Components in linker order: FV3 FMS -FV3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +FV3: include /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk +FMS: include /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" CPPFLAGS += ESMF_VERSION_MINOR="0" @@ -1202,204 +1202,204 @@ CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src' cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:18:51 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:28:17 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o -'module_NEMS_UTILS.tmp.o' -> 'module_NEMS_UTILS.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:18:51 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:28:17 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o -'module_MEDIATOR_methods.tmp.o' -> 'module_MEDIATOR_methods.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:18:51 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:28:17 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o -'module_MEDIATOR.tmp.o' -> 'module_MEDIATOR.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:18:51 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:28:17 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o -'module_MEDIATOR_SpaceWeather.tmp.o' -> 'module_MEDIATOR_SpaceWeather.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:18:51 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:28:17 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o -'module_EARTH_INTERNAL_STATE.tmp.o' -> 'module_EARTH_INTERNAL_STATE.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:18:51 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:28:17 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o -'module_EARTH_GRID_COMP.tmp.o' -> 'module_EARTH_GRID_COMP.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:18:51 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:28:17 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o -'module_NEMS_INTERNAL_STATE.tmp.o' -> 'module_NEMS_INTERNAL_STATE.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:18:51 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:28:17 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o -'module_NEMS_GRID_COMP.tmp.o' -> 'module_NEMS_GRID_COMP.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:18:51 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:28:17 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o -'module_NEMS_Rusage.tmp.o' -> 'module_NEMS_Rusage.o' +‘module_NEMS_Rusage.tmp.o’ -> ‘module_NEMS_Rusage.o’ mpiicc -c nems_c_rusage.c -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:18:51 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:28:17 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o -'MAIN_NEMS.tmp.o' -> 'MAIN_NEMS.o' +‘MAIN_NEMS.tmp.o’ -> ‘MAIN_NEMS.o’ echo libgocart is libgocart is echo extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf -mpiifort -o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf +mpiifort -o /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libfv3cap.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libfv3core.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libfv3io.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libipd.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libgfsphys.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libfv3cpl.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libstochastic_physics.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -set -xe ; cp "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x" "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/tests/fv3.exe" -+ cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/tests/fv3.exe +/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/exe/NEMS.x is created. +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src' +set -xe ; cp "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/exe/NEMS.x" "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/tests/fv3.exe" ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/exe/NEMS.x /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/tests/fv3.exe + '[' YES = YES ']' + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=hera.intel FV3_MAKEOPT= NEMS_BUILDOPT= clean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs ; \ +cat /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs/makefile.temp.clean +cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs ; \ exec gmake -f makefile.temp.clean clean -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' Cleaning fms ... cd .. ; \ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/modules.fv3 -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' +cat /dev/null > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/conf/configure.fv3 +cat /dev/null > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/conf/modules.fv3 +cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ccpp/driver' makefile:67: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/configure.fv3 \ - /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/modules.fv3 -if ! test -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +rm -rf nems_dir FV3_INSTALL /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/conf/configure.fv3 \ + /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/conf/modules.fv3 +if ! test -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ +cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src' +GNUmakefile:70: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -+ elapsed=548 -+ echo 'Elapsed time 548 seconds. Compiling finished' -Elapsed time 548 seconds. Compiling finished -+ mkdir -p /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/include -+ cp -fp ./fv3.exe /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3.exe -+ cp -fp ./modules.fv3 /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/include/modules.fv3 +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src' ++ elapsed=613 ++ echo 'Elapsed time 613 seconds. Compiling finished' +Elapsed time 613 seconds. Compiling finished ++ mkdir -p /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/include ++ cp -fp ./fv3.exe /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3.exe ++ cp -fp ./modules.fv3 /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/include/modules.fv3 + md5sum ./fv3.exe + unset modules + unset BUILD_NR @@ -1408,10 +1408,10 @@ Elapsed time 548 seconds. Compiling finished + unset md5 + set -xe + set -xe -+ test -s /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3.exe -+ test -x /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3.exe ++ test -s /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3.exe ++ test -x /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3.exe _______________________________________________________________ -Start Epilog v19.07.23 on node h5c55 for job 4664915 :: Mon Mar 9 14:19:31 UTC 2020 -Job 4664915 (not serial) finished for user Jun.Wang in partition hera with exit code 0:0 +Start Epilog v19.07.23 on node h23c12 for job 5067104 :: Tue Mar 17 20:29:41 UTC 2020 +Job 5067104 (not serial) finished for user Dom.Heinzeller in partition hera with exit code 0:0 _______________________________________________________________ -End Epilogue v19.07.23 Mon Mar 9 14:19:31 UTC 2020 +End Epilogue v19.07.23 Tue Mar 17 20:29:41 UTC 2020 diff --git a/log/report-hera.intel-log/build_fv3_32bit.exe.log b/log/report-hera.intel-log/build_fv3_32bit.exe.log index f1430b7109..056710cd19 100644 --- a/log/report-hera.intel-log/build_fv3_32bit.exe.log +++ b/log/report-hera.intel-log/build_fv3_32bit.exe.log @@ -1,24 +1,24 @@ + [[ fv3_32bit.exe == fv3_ww3.exe ]] + [[ fv3_32bit.exe == fv3.exe ]] + [[ fv3_32bit.exe == fv3_32bit.exe ]] -+ rm -f /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3_32bit.exe -+ modules=/scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/include/modules.fv3_32bit ++ rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3_32bit.exe ++ modules=/scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/include/modules.fv3_32bit + BUILD_NR= -+ fv3=/scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3_32bit.exe ++ fv3=/scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3_32bit.exe + MAKE_OPTS=32BIT=Y -+ md5=/scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3_32bit.exe.md5 -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/tests/ -+ rm -f /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3_32bit.exe /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/include/modules.fv3_32bit ++ md5=/scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3_32bit.exe.md5 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/tests/ ++ rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3_32bit.exe /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/include/modules.fv3_32bit + which aprun -which: no aprun in (/scratch1/NCEPDEV/nems/emc.nemspara/soft/emc-utils/1.1.0/bin:/apps/hpss:/apps/rocoto/1.3.1/bin:/home/Jun.Wang/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/slurm/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin) +which: no aprun in (/scratch1/NCEPDEV/nems/emc.nemspara/soft/emc-utils/1.1.0/bin:/apps/hpss:/apps/rocoto/1.3.1/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) + [[ hera.intel == hera* ]] + echo 'DON'\''T SUBSTITUTE _ for . on hera.intel' DON'T SUBSTITUTE _ for . on hera.intel -+ ./compile.sh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 hera.intel 32BIT=Y ++ ./compile.sh /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 hera.intel 32BIT=Y + SECONDS=0 + [[ 3 -lt 2 ]] -+ readonly PATHTR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -+ PATHTR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 ++ readonly PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 + readonly BUILD_TARGET=hera.intel + BUILD_TARGET=hera.intel + readonly MAKE_OPT=32BIT=Y @@ -30,7 +30,7 @@ DON'T SUBSTITUTE _ for . on hera.intel + readonly clean_after=YES + clean_after=YES + hostname -h10c52 +h23c12 + echo 'Compiling 32BIT=Y into fv3.exe on hera.intel' Compiling 32BIT=Y into fv3.exe on hera.intel + gnu_make=gmake @@ -45,7 +45,7 @@ Using $MAKE_THREADS=8 threads to build FV3 and FMS. + echo Consider reducing '$MAKE_THREADS' if you hit memory or process limits. Consider reducing $MAKE_THREADS if you hit memory or process limits. + gnu_make='gmake -j 8' -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../NEMS ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../NEMS + COMPONENTS=FMS,FV3 + [[ 32BIT=Y == *\C\C\P\P\=\Y* ]] + [[ 32BIT=Y == *\W\W\3\=\Y* ]] @@ -57,13 +57,13 @@ Consider reducing $MAKE_THREADS if you hit memory or process limits. + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=hera.intel FV3_MAKEOPT=32BIT=Y NEMS_BUILDOPT= distclean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs ; \ +cat /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs/makefile.temp.clean +cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs ; \ exec gmake 32BIT=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -74,179 +74,179 @@ ls: cannot access */*.a: No such file or directory ls: cannot access */*.o: No such file or directory ls: cannot access */*.mod: No such file or directory ls: cannot access */depend: No such file or directory -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/modules.fv3 -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' +rm -rf /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/conf/configure.fv3 +cat /dev/null > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/conf/modules.fv3 +cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' makefile:278: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ccpp/driver' makefile:67: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' makefile:54: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' makefile:86: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/configure.fv3 \ - /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +rm -rf nems_dir FV3_INSTALL /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/conf/configure.fv3 \ + /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/conf/modules.fv3 +rm -rf /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk +if ! test -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ +cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src' +GNUmakefile:70: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/externals.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.sh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.csh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test_results.mk +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src' +rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/exe/NEMS.x /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC +rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/externals.nems /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ESMFVersionDefine.h /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems.sh /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems.csh /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/test-results.mk +rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/components.mk +rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/test_results.mk + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=hera.intel FV3_MAKEOPT=32BIT=Y NEMS_BUILDOPT= build Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/modulefiles/hera.intel/fv3 /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems -set -xe ; cp "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems" "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/tests/modules.fv3" -+ cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/tests/modules.fv3 -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/conf/configure.fv3.hera.intel /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/externals.nems -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS' +cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/modulefiles/hera.intel/fv3 /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems +set -xe ; cp "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems" "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/tests/modules.fv3" ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/tests/modules.fv3 +cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/conf/configure.fv3.hera.intel /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems +cat /dev/null > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/externals.nems +cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ESMFVersionDefine.h +( echo '. /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems.sh" +( echo 'source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems.csh" +/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/incmake/configure_rules.mk:3: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/test-results.mk: No such file or directory +gmake -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/test-results.mk" TEST +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS' if [ -f "/modules.nems" ] ; then \ - . /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ -) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS' -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs ; \ +) > "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/test-results.mk" +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS' +. /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs ; \ exec gmake 32BIT=Y all Currently Loaded Modules: @@ -261,10 +261,10 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' Building dependencies ... -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o @@ -293,12 +293,12 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o @@ -381,7 +381,6 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -390,6 +389,7 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o @@ -403,53 +403,53 @@ mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_util.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -555,18 +555,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' -test -d /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Compiling 32BIT=Y into /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL on hera -cp -fp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3"/conf/modules.fv3 -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 COMP_BINDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL 32BIT=Y nemsinstall +mkdir -p "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL" +mv fms.mk "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL"/. +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' +test -d /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL +Compiling 32BIT=Y into /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL on hera +cp -fp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems \ + "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3"/conf/configure.fv3 +cp -fp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems \ + "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3"/conf/modules.fv3 +. /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 ; \ + exec gmake COMP=FV3 COMP_SRCDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 COMP_BINDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL 32BIT=Y nemsinstall Currently Loaded Modules: 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 @@ -580,195 +580,195 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' Building dependencies ... -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -gmake -C cpl FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +gmake -C cpl FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL Build standalone FV3 io ... -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' Build standalone FV3 io ... -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_cplfields.F90 mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' +gmake -C gfsphysics FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -923,49 +923,49 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' -gmake -C ipd FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' +gmake -C ipd FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' -gmake -C io FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' +gmake -C io FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include] -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include] -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c FV3GFS_io.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_internal_state.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf_parallel.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.5_4 -c post_gfs.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_wrt_grid_comp.F90 +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c FV3GFS_io.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_internal_state.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf_parallel.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.5_4 -c post_gfs.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_wrt_grid_comp.F90 ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o @@ -978,66 +978,66 @@ a - module_write_netcdf_parallel.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' +gmake -C atmos_cubed_sphere FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1084,49 +1084,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' +gmake -C ../stochastic_physics FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1159,14 +1159,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fv3_config.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c time_utils.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c atmos_model.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fcst_grid_comp.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c fv3_cap.F90 +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' +gmake libfv3cap.a FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fv3_config.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c time_utils.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c atmos_model.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fcst_grid_comp.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1174,35 +1174,35 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -gmake esmf_make_fragment FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +gmake esmf_make_fragment FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -Installation into "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL" complete! +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +Installation into "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL" complete! -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -test -d /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +test -d /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo fms_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo fms_mk="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk" ; ) > "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC" +. /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ +for m in /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src ; \ +echo build NEMS after /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk ; \ +cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src ; \ gmake nems \ COMPONENTS="FMS FV3" \ - FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL TARGET="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x" ; \ -test -x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL FV3_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL TARGET="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/exe/NEMS.x" ; \ +test -x /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/exe/NEMS.x Currently Loaded Modules: 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 @@ -1216,10 +1216,10 @@ Currently Loaded Modules: -build NEMS after /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +build NEMS after /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk Components in linker order: FV3 FMS -FV3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +FV3: include /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk +FMS: include /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" CPPFLAGS += ESMF_VERSION_MINOR="0" @@ -1228,204 +1228,204 @@ CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src' cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:29:27 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:41:58 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o -'module_NEMS_UTILS.tmp.o' -> 'module_NEMS_UTILS.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:29:27 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:41:58 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o -'module_MEDIATOR_methods.tmp.o' -> 'module_MEDIATOR_methods.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:29:27 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:41:58 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o -'module_MEDIATOR.tmp.o' -> 'module_MEDIATOR.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:29:27 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:41:58 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o -'module_MEDIATOR_SpaceWeather.tmp.o' -> 'module_MEDIATOR_SpaceWeather.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:29:27 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:41:58 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o -'module_EARTH_INTERNAL_STATE.tmp.o' -> 'module_EARTH_INTERNAL_STATE.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:29:27 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:41:58 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o -'module_EARTH_GRID_COMP.tmp.o' -> 'module_EARTH_GRID_COMP.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:29:27 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:41:58 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o -'module_NEMS_INTERNAL_STATE.tmp.o' -> 'module_NEMS_INTERNAL_STATE.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:29:27 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:41:58 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o -'module_NEMS_GRID_COMP.tmp.o' -> 'module_NEMS_GRID_COMP.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:29:27 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:41:58 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o -'module_NEMS_Rusage.tmp.o' -> 'module_NEMS_Rusage.o' +‘module_NEMS_Rusage.tmp.o’ -> ‘module_NEMS_Rusage.o’ mpiicc -c nems_c_rusage.c -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:29:27 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:41:58 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o -'MAIN_NEMS.tmp.o' -> 'MAIN_NEMS.o' +‘MAIN_NEMS.tmp.o’ -> ‘MAIN_NEMS.o’ echo libgocart is libgocart is echo extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf -mpiifort -o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf +mpiifort -o /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libfv3cap.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libfv3core.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libfv3io.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libipd.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libgfsphys.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libfv3cpl.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libstochastic_physics.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -set -xe ; cp "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x" "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/tests/fv3.exe" -+ cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/tests/fv3.exe +/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/exe/NEMS.x is created. +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src' +set -xe ; cp "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/exe/NEMS.x" "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/tests/fv3.exe" ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/exe/NEMS.x /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/tests/fv3.exe + '[' YES = YES ']' + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=hera.intel FV3_MAKEOPT=32BIT=Y NEMS_BUILDOPT= clean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs ; \ +cat /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs/makefile.temp.clean +cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs ; \ exec gmake 32BIT=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' Cleaning fms ... cd .. ; \ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/modules.fv3 -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' +cat /dev/null > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/conf/configure.fv3 +cat /dev/null > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/conf/modules.fv3 +cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ccpp/driver' makefile:67: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/configure.fv3 \ - /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/modules.fv3 -if ! test -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +rm -rf nems_dir FV3_INSTALL /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/conf/configure.fv3 \ + /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/conf/modules.fv3 +if ! test -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ +cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src' +GNUmakefile:70: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -+ elapsed=558 -+ echo 'Elapsed time 558 seconds. Compiling 32BIT=Y finished' -Elapsed time 558 seconds. Compiling 32BIT=Y finished -+ mkdir -p /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/include -+ cp -fp ./fv3.exe /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3_32bit.exe -+ cp -fp ./modules.fv3 /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/include/modules.fv3_32bit +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src' ++ elapsed=687 ++ echo 'Elapsed time 687 seconds. Compiling 32BIT=Y finished' +Elapsed time 687 seconds. Compiling 32BIT=Y finished ++ mkdir -p /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/include ++ cp -fp ./fv3.exe /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3_32bit.exe ++ cp -fp ./modules.fv3 /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/include/modules.fv3_32bit + md5sum ./fv3.exe + unset modules + unset BUILD_NR @@ -1434,10 +1434,10 @@ Elapsed time 558 seconds. Compiling 32BIT=Y finished + unset md5 + set -xe + set -xe -+ test -s /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3_32bit.exe -+ test -x /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3_32bit.exe ++ test -s /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3_32bit.exe ++ test -x /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3_32bit.exe _______________________________________________________________ -Start Epilog v19.07.23 on node h10c52 for job 4665141 :: Mon Mar 9 14:30:05 UTC 2020 -Job 4665141 (not serial) finished for user Jun.Wang in partition hera with exit code 0:0 +Start Epilog v19.07.23 on node h23c12 for job 5067433 :: Tue Mar 17 20:43:13 UTC 2020 +Job 5067433 (not serial) finished for user Dom.Heinzeller in partition hera with exit code 0:0 _______________________________________________________________ -End Epilogue v19.07.23 Mon Mar 9 14:30:05 UTC 2020 +End Epilogue v19.07.23 Tue Mar 17 20:43:13 UTC 2020 diff --git a/log/report-hera.intel-log/build_fv3_32bit_debug.exe.log b/log/report-hera.intel-log/build_fv3_32bit_debug.exe.log index 444ead31ad..0d33a42e9d 100644 --- a/log/report-hera.intel-log/build_fv3_32bit_debug.exe.log +++ b/log/report-hera.intel-log/build_fv3_32bit_debug.exe.log @@ -2,24 +2,24 @@ + [[ fv3_32bit_debug.exe == fv3.exe ]] + [[ fv3_32bit_debug.exe == fv3_32bit.exe ]] + [[ fv3_32bit_debug.exe == fv3_32bit_debug.exe ]] -+ rm -f /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3_32bit_debug.exe -+ modules=/scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/include/modules.fv3_32bit_debug ++ rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3_32bit_debug.exe ++ modules=/scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/include/modules.fv3_32bit_debug + BUILD_NR= -+ fv3=/scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3_32bit_debug.exe ++ fv3=/scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3_32bit_debug.exe + MAKE_OPTS=''\''32BIT=Y DEBUG=Y'\''' -+ md5=/scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3_32bit_debug.exe.md5 -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/tests/ -+ rm -f /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3_32bit_debug.exe /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/include/modules.fv3_32bit_debug ++ md5=/scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3_32bit_debug.exe.md5 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/tests/ ++ rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3_32bit_debug.exe /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/include/modules.fv3_32bit_debug + which aprun -which: no aprun in (/scratch1/NCEPDEV/nems/emc.nemspara/soft/emc-utils/1.1.0/bin:/apps/hpss:/apps/rocoto/1.3.1/bin:/home/Jun.Wang/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/slurm/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin) +which: no aprun in (/scratch1/NCEPDEV/nems/emc.nemspara/soft/emc-utils/1.1.0/bin:/apps/hpss:/apps/rocoto/1.3.1/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) + [[ hera.intel == hera* ]] + echo 'DON'\''T SUBSTITUTE _ for . on hera.intel' DON'T SUBSTITUTE _ for . on hera.intel -+ ./compile.sh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 hera.intel '32BIT=Y DEBUG=Y' ++ ./compile.sh /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 hera.intel '32BIT=Y DEBUG=Y' + SECONDS=0 + [[ 3 -lt 2 ]] -+ readonly PATHTR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -+ PATHTR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 ++ readonly PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 ++ PATHTR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 + readonly BUILD_TARGET=hera.intel + BUILD_TARGET=hera.intel + readonly 'MAKE_OPT=32BIT=Y DEBUG=Y' @@ -31,7 +31,7 @@ DON'T SUBSTITUTE _ for . on hera.intel + readonly clean_after=YES + clean_after=YES + hostname -h13c51 +h24c14 + echo 'Compiling 32BIT=Y DEBUG=Y into fv3.exe on hera.intel' Compiling 32BIT=Y DEBUG=Y into fv3.exe on hera.intel + gnu_make=gmake @@ -46,7 +46,7 @@ Using $MAKE_THREADS=8 threads to build FV3 and FMS. + echo Consider reducing '$MAKE_THREADS' if you hit memory or process limits. Consider reducing $MAKE_THREADS if you hit memory or process limits. + gnu_make='gmake -j 8' -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../NEMS ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../NEMS + COMPONENTS=FMS,FV3 + [[ 32BIT=Y DEBUG=Y == *\C\C\P\P\=\Y* ]] + [[ 32BIT=Y DEBUG=Y == *\W\W\3\=\Y* ]] @@ -58,13 +58,13 @@ Consider reducing $MAKE_THREADS if you hit memory or process limits. + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=hera.intel 'FV3_MAKEOPT=32BIT=Y DEBUG=Y' NEMS_BUILDOPT=DEBUG=Y distclean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs ; \ +cat /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs/makefile.temp.clean +cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs ; \ exec gmake 32BIT=Y DEBUG=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -75,179 +75,179 @@ ls: cannot access */*.a: No such file or directory ls: cannot access */*.o: No such file or directory ls: cannot access */*.mod: No such file or directory ls: cannot access */depend: No such file or directory -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/modules.fv3 -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' +rm -rf /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/conf/configure.fv3 +cat /dev/null > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/conf/modules.fv3 +cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' makefile:278: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ccpp/driver' makefile:67: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' makefile:54: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' makefile:86: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/configure.fv3 \ - /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +rm -rf nems_dir FV3_INSTALL /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/conf/configure.fv3 \ + /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/conf/modules.fv3 +rm -rf /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk +if ! test -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ +cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src' +GNUmakefile:70: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/externals.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.sh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.csh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test_results.mk +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src' +rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/exe/NEMS.x /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC +rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/externals.nems /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ESMFVersionDefine.h /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems.sh /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems.csh /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/test-results.mk +rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/components.mk +rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/test_results.mk + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=hera.intel 'FV3_MAKEOPT=32BIT=Y DEBUG=Y' NEMS_BUILDOPT=DEBUG=Y build Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/modulefiles/hera.intel/fv3 /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems -set -xe ; cp "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems" "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/tests/modules.fv3" -+ cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/tests/modules.fv3 -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/conf/configure.fv3.hera.intel /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/externals.nems -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS' +cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/modulefiles/hera.intel/fv3 /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems +set -xe ; cp "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems" "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/tests/modules.fv3" ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/tests/modules.fv3 +cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/conf/configure.fv3.hera.intel /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems +cat /dev/null > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/externals.nems +cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ESMFVersionDefine.h +( echo '. /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems.sh" +( echo 'source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems.csh" +/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/incmake/configure_rules.mk:3: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/test-results.mk: No such file or directory +gmake -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/test-results.mk" TEST +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS' if [ -f "/modules.nems" ] ; then \ - . /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ -) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS' -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs ; \ +) > "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/test-results.mk" +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS' +. /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs ; \ exec gmake 32BIT=Y DEBUG=Y all Currently Loaded Modules: @@ -262,10 +262,10 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' Building dependencies ... -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o @@ -299,11 +299,11 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O0 -g -ftrapuv -traceback -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o @@ -393,11 +393,11 @@ mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o @@ -409,11 +409,12 @@ mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o Using 8-byte addressing Using pure routines. @@ -422,10 +423,9 @@ Using cray pointers. mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -556,18 +556,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' -test -d /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Compiling 32BIT=Y DEBUG=Y into /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL on hera -cp -fp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3"/conf/modules.fv3 -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 COMP_BINDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL 32BIT=Y DEBUG=Y nemsinstall +mkdir -p "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL" +mv fms.mk "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL"/. +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' +test -d /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL +Compiling 32BIT=Y DEBUG=Y into /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL on hera +cp -fp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems \ + "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3"/conf/configure.fv3 +cp -fp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems \ + "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3"/conf/modules.fv3 +. /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 ; \ + exec gmake COMP=FV3 COMP_SRCDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 COMP_BINDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL 32BIT=Y DEBUG=Y nemsinstall Currently Loaded Modules: 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 @@ -581,195 +581,195 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' Building dependencies ... -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -gmake -C cpl FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +gmake -C cpl FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL Build standalone FV3 io ... -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' Build standalone FV3 io ... -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_cplfields.F90 mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' +gmake -C gfsphysics FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -924,49 +924,49 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' -gmake -C ipd FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' +gmake -C ipd FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' -gmake -C io FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' +gmake -C io FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include] -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include] -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c FV3GFS_io.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_internal_state.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf_parallel.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.5_4 -c post_gfs.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_wrt_grid_comp.F90 +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c FV3GFS_io.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_internal_state.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf_parallel.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.5_4 -c post_gfs.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_wrt_grid_comp.F90 ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o @@ -979,66 +979,66 @@ a - module_write_netcdf_parallel.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' +gmake -C atmos_cubed_sphere FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_mapz.F90 -o model/fv_mapz.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_utils.F90 -o model/nh_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_mapz.F90 -o model/fv_mapz.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_utils.F90 -o model/nh_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1085,49 +1085,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' +gmake -C ../stochastic_physics FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DDEBUG -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1160,14 +1160,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fv3_config.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c time_utils.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c atmos_model.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fcst_grid_comp.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c fv3_cap.F90 +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' +gmake libfv3cap.a FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fv3_config.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c time_utils.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c atmos_model.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fcst_grid_comp.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DDEBUG -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1175,35 +1175,35 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -gmake esmf_make_fragment FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +gmake esmf_make_fragment FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -Installation into "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL" complete! +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +Installation into "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL" complete! -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -test -d /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +test -d /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo fms_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo fms_mk="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk" ; ) > "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC" +. /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ +for m in /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src ; \ +echo build NEMS after /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk ; \ +cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src ; \ gmake nems DEBUG=Y \ COMPONENTS="FMS FV3" \ - FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL TARGET="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x" ; \ -test -x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL FV3_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL TARGET="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/exe/NEMS.x" ; \ +test -x /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/exe/NEMS.x Currently Loaded Modules: 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 @@ -1217,10 +1217,10 @@ Currently Loaded Modules: -build NEMS after /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +build NEMS after /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk Components in linker order: FV3 FMS -FV3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +FV3: include /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk +FMS: include /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" CPPFLAGS += ESMF_VERSION_MINOR="0" @@ -1229,204 +1229,204 @@ CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src' cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:33:16 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:47:21 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o -'module_NEMS_UTILS.tmp.o' -> 'module_NEMS_UTILS.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:33:16 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:47:21 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o -'module_MEDIATOR_methods.tmp.o' -> 'module_MEDIATOR_methods.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:33:16 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:47:21 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o -'module_MEDIATOR.tmp.o' -> 'module_MEDIATOR.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:33:16 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:47:21 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o -'module_MEDIATOR_SpaceWeather.tmp.o' -> 'module_MEDIATOR_SpaceWeather.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:33:16 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:47:21 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o -'module_EARTH_INTERNAL_STATE.tmp.o' -> 'module_EARTH_INTERNAL_STATE.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:33:16 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:47:21 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o -'module_EARTH_GRID_COMP.tmp.o' -> 'module_EARTH_GRID_COMP.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:33:16 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:47:21 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o -'module_NEMS_INTERNAL_STATE.tmp.o' -> 'module_NEMS_INTERNAL_STATE.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:33:16 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:47:21 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o -'module_NEMS_GRID_COMP.tmp.o' -> 'module_NEMS_GRID_COMP.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:33:16 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:47:21 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o -'module_NEMS_Rusage.tmp.o' -> 'module_NEMS_Rusage.o' +‘module_NEMS_Rusage.tmp.o’ -> ‘module_NEMS_Rusage.o’ mpiicc -c nems_c_rusage.c -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:33:16 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:47:21 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o -'MAIN_NEMS.tmp.o' -> 'MAIN_NEMS.o' +‘MAIN_NEMS.tmp.o’ -> ‘MAIN_NEMS.o’ echo libgocart is libgocart is echo extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf -mpiifort -o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf +mpiifort -o /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libfv3cap.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libfv3core.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libfv3io.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libipd.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libgfsphys.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libfv3cpl.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libstochastic_physics.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -set -xe ; cp "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x" "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/tests/fv3.exe" -+ cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/tests/fv3.exe +/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/exe/NEMS.x is created. +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src' +set -xe ; cp "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/exe/NEMS.x" "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/tests/fv3.exe" ++ cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/exe/NEMS.x /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/tests/fv3.exe + '[' YES = YES ']' + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=hera.intel 'FV3_MAKEOPT=32BIT=Y DEBUG=Y' NEMS_BUILDOPT=DEBUG=Y clean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs ; \ +cat /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs/makefile.temp.clean +cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs ; \ exec gmake 32BIT=Y DEBUG=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' Cleaning fms ... cd .. ; \ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/modules.fv3 -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' +cat /dev/null > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/conf/configure.fv3 +cat /dev/null > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/conf/modules.fv3 +cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ccpp/driver' makefile:67: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/configure.fv3 \ - /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/modules.fv3 -if ! test -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +rm -rf nems_dir FV3_INSTALL /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/conf/configure.fv3 \ + /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/conf/modules.fv3 +if ! test -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ +cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src' +GNUmakefile:70: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -+ elapsed=141 -+ echo 'Elapsed time 141 seconds. Compiling 32BIT=Y DEBUG=Y finished' -Elapsed time 141 seconds. Compiling 32BIT=Y DEBUG=Y finished -+ mkdir -p /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/include -+ cp -fp ./fv3.exe /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3_32bit_debug.exe -+ cp -fp ./modules.fv3 /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/include/modules.fv3_32bit_debug +gmake[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src' ++ elapsed=149 ++ echo 'Elapsed time 149 seconds. Compiling 32BIT=Y DEBUG=Y finished' +Elapsed time 149 seconds. Compiling 32BIT=Y DEBUG=Y finished ++ mkdir -p /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/include ++ cp -fp ./fv3.exe /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3_32bit_debug.exe ++ cp -fp ./modules.fv3 /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/include/modules.fv3_32bit_debug + md5sum ./fv3.exe + unset modules + unset BUILD_NR @@ -1435,10 +1435,10 @@ Elapsed time 141 seconds. Compiling 32BIT=Y DEBUG=Y finished + unset md5 + set -xe + set -xe -+ test -s /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3_32bit_debug.exe -+ test -x /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3_32bit_debug.exe ++ test -s /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3_32bit_debug.exe ++ test -x /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3_32bit_debug.exe _______________________________________________________________ -Start Epilog v19.07.23 on node h13c51 for job 4665330 :: Mon Mar 9 14:33:53 UTC 2020 -Job 4665330 (not serial) finished for user Jun.Wang in partition hera with exit code 0:0 +Start Epilog v19.07.23 on node h24c14 for job 5067771 :: Tue Mar 17 20:48:18 UTC 2020 +Job 5067771 (not serial) finished for user Dom.Heinzeller in partition hera with exit code 0:0 _______________________________________________________________ -End Epilogue v19.07.23 Mon Mar 9 14:33:53 UTC 2020 +End Epilogue v19.07.23 Tue Mar 17 20:48:18 UTC 2020 diff --git a/log/report-hera.intel-log/build_fv3_appbuilder.exe.log b/log/report-hera.intel-log/build_fv3_appbuilder.exe.log index ce9a811dfa..a401ac1c18 100644 --- a/log/report-hera.intel-log/build_fv3_appbuilder.exe.log +++ b/log/report-hera.intel-log/build_fv3_appbuilder.exe.log @@ -3,27 +3,27 @@ + [[ fv3_appbuilder.exe == fv3_32bit.exe ]] + [[ fv3_appbuilder.exe == fv3_32bit_debug.exe ]] + [[ fv3_appbuilder.exe == fv3_appbuilder.exe ]] -+ rm -f /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3_appbuilder.exe -+ md5sum=/scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3_appbuilder.exe.md5 ++ rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3_appbuilder.exe ++ md5sum=/scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3_appbuilder.exe.md5 + OPTS=app=standaloneFV3 -+ mkdir -p /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/include -+ rm -f /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3_appbuilder.exe /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/include/modules_appbuilder.fv3 -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model ++ mkdir -p /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/include ++ rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3_appbuilder.exe /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/include/modules_appbuilder.fv3 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset + which aprun -which: no aprun in (/scratch1/NCEPDEV/nems/emc.nemspara/soft/emc-utils/1.1.0/bin:/apps/hpss:/apps/rocoto/1.3.1/bin:/home/Jun.Wang/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/slurm/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin) +which: no aprun in (/scratch1/NCEPDEV/nems/emc.nemspara/soft/emc-utils/1.1.0/bin:/apps/hpss:/apps/rocoto/1.3.1/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) + ./NEMS/NEMSAppBuilder rebuild app=standaloneFV3 ls: cannot access ../conf/component_*.mk: No such file or directory NEMSAppBuilder: make app=standaloneFV3 distclean -Convert /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/standaloneFV3.appBuilder -...into /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/standaloneFV3.appBuilder.mk -Include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/standaloneFV3.appBuilder.mk -echo 'FMS FV3' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/standaloneFV3.appBuilder +...into /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/standaloneFV3.appBuilder.mk +Include /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/standaloneFV3.appBuilder.mk +echo 'FMS FV3' > "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs ; \ +cat /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs/makefile.temp.clean +cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs ; \ exec make -f makefile.temp.clean clean -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -34,171 +34,171 @@ ls: cannot access */*.a: No such file or directory ls: cannot access */*.o: No such file or directory ls: cannot access */*.mod: No such file or directory ls: cannot access */depend: No such file or directory -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/modules.fv3 -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 ; exec make \ +make[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' +rm -rf /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/conf/configure.fv3 +cat /dev/null > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/conf/modules.fv3 +cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 ; exec make \ -k cleanall FMS_DIR=/dev/null -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' +make[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ccpp/driver' makefile:67: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/configure.fv3 \ - /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +make[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +rm -rf nems_dir FV3_INSTALL /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/conf/configure.fv3 \ + /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/conf/modules.fv3 +rm -rf /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk +if ! test -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3" \ +cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src ; make "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk +make[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src' +GNUmakefile:70: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; make clean -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/externals.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.sh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.csh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test_results.mk +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src' +rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/exe/NEMS.x /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC +rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/externals.nems /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ESMFVersionDefine.h /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems.sh /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems.csh /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/test-results.mk +rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/components.mk +rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/test_results.mk NEMSAppBuilder: make app=standaloneFV3 build -Convert /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/standaloneFV3.appBuilder -...into /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/standaloneFV3.appBuilder.mk -Include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/standaloneFV3.appBuilder.mk -echo 'FMS FV3' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/standaloneFV3.appBuilder +...into /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/standaloneFV3.appBuilder.mk +Include /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/standaloneFV3.appBuilder.mk +echo 'FMS FV3' > "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/conf/configure.fv3.hera.intel /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/externals.nems -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/modulefiles/hera.intel/fv3 /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -make -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS' +cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/conf/configure.fv3.hera.intel /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems +cat /dev/null > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/externals.nems +cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/modulefiles/hera.intel/fv3 /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems +cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ESMFVersionDefine.h +( echo '. /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems.sh" +( echo 'source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems.csh" +/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/incmake/configure_rules.mk:3: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/test-results.mk: No such file or directory +make -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/test-results.mk" TEST +make[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS' if [ -f "/modules.nems" ] ; then \ - . /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ -) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk" -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS' -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs ; \ +) > "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/test-results.mk" +make[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS' +. /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs ; \ exec make all Currently Loaded Modules: @@ -213,10 +213,10 @@ Currently Loaded Modules: -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' Building dependencies ... -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' +make[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' +make[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o Using 8-byte addressing Using pure routines. @@ -507,18 +507,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL"/. -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' -test -d /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Compiling into /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL on hera -cp -fp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3"/conf/modules.fv3 -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 ; \ - exec make COMP=FV3 COMP_SRCDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 COMP_BINDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL nemsinstall +mkdir -p "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL" +mv fms.mk "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL"/. +make[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' +test -d /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL +Compiling into /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL on hera +cp -fp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems \ + "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3"/conf/configure.fv3 +cp -fp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems \ + "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3"/conf/modules.fv3 +. /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 ; \ + exec make COMP=FV3 COMP_SRCDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 COMP_BINDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL nemsinstall Currently Loaded Modules: 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 @@ -532,195 +532,195 @@ Currently Loaded Modules: -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' +make[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' Building dependencies ... -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -make -C cpl FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL +make[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +make[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +make -C cpl FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL Build standalone FV3 io ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' Build standalone FV3 io ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_cplfields.F90 mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' -make -C gfsphysics FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' +make -C gfsphysics FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -875,49 +875,49 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' -make -C ipd FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' +make -C ipd FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' -make -C io FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' +make -C io FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include] -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include] -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c FV3GFS_io.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_internal_state.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.5_4 -c post_gfs.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf_parallel.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_wrt_grid_comp.F90 +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c FV3GFS_io.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_internal_state.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.5_4 -c post_gfs.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf_parallel.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_wrt_grid_comp.F90 ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o @@ -930,66 +930,66 @@ a - module_write_netcdf_parallel.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' -make -C atmos_cubed_sphere FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' +make -C atmos_cubed_sphere FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1036,49 +1036,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' -make -C ../stochastic_physics FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' +make -C ../stochastic_physics FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1111,14 +1111,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' -make libfv3cap.a FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fv3_config.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c atmos_model.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fcst_grid_comp.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c time_utils.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c fv3_cap.F90 +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' +make libfv3cap.a FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fv3_config.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c atmos_model.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fcst_grid_comp.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c time_utils.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1126,35 +1126,35 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -make esmf_make_fragment FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +make esmf_make_fragment FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -Installation into "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL" complete! +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +Installation into "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL" complete! -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -test -d /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL +make[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +test -d /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo fms_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo fms_mk="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk" ; ) > "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC" +. /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ +for m in /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src ; \ +echo build NEMS after /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk ; \ +cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src ; \ make nems \ COMPONENTS="FMS FV3" \ - FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL TARGET="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x" ; \ -test -x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL FV3_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL TARGET="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/exe/NEMS.x" ; \ +test -x /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/exe/NEMS.x Currently Loaded Modules: 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 @@ -1168,10 +1168,10 @@ Currently Loaded Modules: -build NEMS after /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +build NEMS after /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk Components in linker order: FV3 FMS -FV3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +FV3: include /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk +FMS: include /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" CPPFLAGS += ESMF_VERSION_MINOR="0" @@ -1180,77 +1180,77 @@ CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' +make[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src' cd ENS_Cpl && make stub -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:48:25 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 21:03:54 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o -'module_NEMS_UTILS.tmp.o' -> 'module_NEMS_UTILS.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:48:25 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 21:03:54 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o -'module_MEDIATOR_methods.tmp.o' -> 'module_MEDIATOR_methods.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:48:25 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 21:03:54 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o -'module_MEDIATOR.tmp.o' -> 'module_MEDIATOR.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:48:25 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 21:03:54 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o -'module_MEDIATOR_SpaceWeather.tmp.o' -> 'module_MEDIATOR_SpaceWeather.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:48:25 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 21:03:54 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o -'module_EARTH_INTERNAL_STATE.tmp.o' -> 'module_EARTH_INTERNAL_STATE.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:48:25 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 21:03:54 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o -'module_EARTH_GRID_COMP.tmp.o' -> 'module_EARTH_GRID_COMP.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:48:25 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 21:03:54 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o -'module_NEMS_INTERNAL_STATE.tmp.o' -> 'module_NEMS_INTERNAL_STATE.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:48:25 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 21:03:54 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o -'module_NEMS_GRID_COMP.tmp.o' -> 'module_NEMS_GRID_COMP.o' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:48:25 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 21:03:54 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o -'module_NEMS_Rusage.tmp.o' -> 'module_NEMS_Rusage.o' +‘module_NEMS_Rusage.tmp.o’ -> ‘module_NEMS_Rusage.o’ mpiicc -c nems_c_rusage.c -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:48:25 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 21:03:54 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o -'MAIN_NEMS.tmp.o' -> 'MAIN_NEMS.o' +‘MAIN_NEMS.tmp.o’ -> ‘MAIN_NEMS.o’ echo libgocart is libgocart is echo extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf -mpiifort -o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf +mpiifort -o /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libfv3cap.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libfv3core.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libfv3io.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libipd.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libgfsphys.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libfv3cpl.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libstochastic_physics.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x is created. -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src -+ cp -fp ../exe/NEMS.x /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3_appbuilder.exe -+ cp -fp conf/modules.nems /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/include/modules_appbuilder.fv3 -+ md5sum /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3_appbuilder.exe +/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/exe/NEMS.x is created. +make[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src' ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src ++ cp -fp ../exe/NEMS.x /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3_appbuilder.exe ++ cp -fp conf/modules.nems /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/include/modules_appbuilder.fv3 ++ md5sum /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3_appbuilder.exe + unset md5sum + unset OPTS + set -xe + set -xe -+ test -s /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3_appbuilder.exe -+ test -x /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3_appbuilder.exe ++ test -s /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3_appbuilder.exe ++ test -x /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3_appbuilder.exe _______________________________________________________________ -Start Epilog v19.07.23 on node h25c52 for job 4665384 :: Mon Mar 9 14:49:19 UTC 2020 -Job 4665384 (not serial) finished for user Jun.Wang in partition hera with exit code 0:0 +Start Epilog v19.07.23 on node h1c14 for job 5067892 :: Tue Mar 17 21:04:40 UTC 2020 +Job 5067892 (not serial) finished for user Dom.Heinzeller in partition hera with exit code 0:0 _______________________________________________________________ -End Epilogue v19.07.23 Mon Mar 9 14:49:19 UTC 2020 +End Epilogue v19.07.23 Tue Mar 17 21:04:40 UTC 2020 diff --git a/log/report-hera.intel-log/build_fv3_ww3.exe.log b/log/report-hera.intel-log/build_fv3_ww3.exe.log index 0565b22712..5f90f6b54a 100644 --- a/log/report-hera.intel-log/build_fv3_ww3.exe.log +++ b/log/report-hera.intel-log/build_fv3_ww3.exe.log @@ -1,25 +1,25 @@ + [[ fv3_ww3.exe == fv3_ww3.exe ]] -+ rm -f /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3_ww3.exe -+ md5sum=/scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3_ww3.exe.md5 ++ rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3_ww3.exe ++ md5sum=/scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3_ww3.exe.md5 + OPTS=app=coupledFV3_WW3 -+ mkdir -p /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/include -+ rm -f /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3_ww3.exe /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/include/modules_fv3_ww3 -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model ++ mkdir -p /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/include ++ rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3_ww3.exe /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/include/modules_fv3_ww3 ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset + which aprun -which: no aprun in (/scratch1/NCEPDEV/nems/emc.nemspara/soft/emc-utils/1.1.0/bin:/apps/hpss:/apps/rocoto/1.3.1/bin:/home/Jun.Wang/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/slurm/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin) +which: no aprun in (/scratch1/NCEPDEV/nems/emc.nemspara/soft/emc-utils/1.1.0/bin:/apps/hpss:/apps/rocoto/1.3.1/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) + ./NEMS/NEMSAppBuilder rebuild app=coupledFV3_WW3 ls: cannot access ../conf/component_*.mk: No such file or directory NEMSAppBuilder: make app=coupledFV3_WW3 distclean -Convert /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/coupledFV3_WW3.appBuilder -...into /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -Include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -echo 'FMS FV3 WW3' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/coupledFV3_WW3.appBuilder +...into /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/coupledFV3_WW3.appBuilder.mk +Include /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/coupledFV3_WW3.appBuilder.mk +echo 'FMS FV3 WW3' > "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs ; \ +cat /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs/makefile.temp.clean +cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs ; \ exec make -f makefile.temp.clean clean -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -27,227 +27,216 @@ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true ls: cannot access */*.a: No such file or directory -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/modules.fv3 -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 ; exec make \ +ls: cannot access */*.o: No such file or directory +ls: cannot access */*.mod: No such file or directory +ls: cannot access */depend: No such file or directory +make[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' +rm -rf /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/conf/configure.fv3 +cat /dev/null > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/conf/modules.fv3 +cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 ; exec make \ -k cleanall FMS_DIR=/dev/null -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' +make[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ccpp/driver' makefile:67: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' makefile:86: depend: No such file or directory +cc -E four_to_grid_stochy.F > four_to_grid_stochy.f Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/configure.fv3 \ - /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/esmf ; \ -export COMP_SRCDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model" COMP_BINDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="hera" ; \ +make[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +rm -rf nems_dir FV3_INSTALL /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/conf/configure.fv3 \ + /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/conf/modules.fv3 +rm -rf /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk +. /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/esmf ; \ +export COMP_SRCDIR="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model" COMP_BINDIR="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/WW3_INSTALL" WW3_COMP="hera" ; \ export ESMFMKFILE=/dev/null ; \ exec make distclean -Lmod has detected the following error: Cannot load module -"esmf/8.0.0_ParallelNetCDF". At least one of these module(s) must be loaded: - intel - -Executing this command requires loading "cmake/3.10.0" which failed while -processing the following module(s): - - Module fullname Module Filename - --------------- --------------- - modules.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems -While processing the following module(s): - Module fullname Module Filename - --------------- --------------- - esmf/8.0.0_ParallelNetCDF /scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF - modules.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems +Lmod has detected the following error: The following module(s) are unknown: +"modules.nems" + +Please check the spelling or version number. Also try "module spider ..." +It is also possible your cache file is out-of-date; it may help to try: + $ module --ignore-cache load "modules.nems" + +Also make sure that all modulefiles written in TCL start with the string +#%Module + + No modules loaded -which: no nc-config in (/home/Jun.Wang/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/slurm/tools:/apps/slurm/default/bin:/apps/slurm/default/sbin:/apps/slurm/tools/sbank/bin) -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/esmf' -\rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/exe/ww3_multi_esmf *.o *.mod -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3_clean -c +which: no nc-config in (/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) +make[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/esmf' +\rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/exe/ww3_multi_esmf *.o *.mod +/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin/w3_clean -c ***************************** *** WAVEWATCH III clean *** ***************************** - Clean up /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/tmp - Clean up /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin - Clean up /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn - Clean up /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/aux - Clean up /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin - Clean up /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/../regtests -\rm -fr /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/tmp -\rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/wwatch3.env -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/esmf' -cd "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model" ; \ + Clean up /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/tmp + Clean up /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin + Clean up /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/ftn + Clean up /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/aux + Clean up /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin + Clean up /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/../regtests +\rm -fr /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/tmp +\rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin/wwatch3.env +make[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/esmf' +cd "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model" ; \ rm -rf exe mod* obj* tmp ftn/makefile ftn/makefile_DIST \ ftn/makefile_SHRD esmf/wwatch3.env aux/makefile \ bin/link bin/comp ; \ find . -name '*.o' -o -name '*.mod' -o -name '*.a' \ | xargs rm -f -rm -rf /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/WW3_INSTALL /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk -if ! test -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +rm -rf /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/WW3_INSTALL /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/WW3_INSTALL/nuopc.mk +if ! test -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3 WW3" \ +cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src ; make "COMPONENTS=FMS FV3 WW3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC ; \ fi +make[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src' +GNUmakefile:16: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/test-results.mk: No such file or directory Components in linker order: WW3 FV3 FMS WW3: include -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' GNUmakefile:70: : component WW3 makefile fragment is missing FV3: include GNUmakefile:70: : component FV3 makefile fragment is missing FMS: include GNUmakefile:70: : component FMS makefile fragment is missing -CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" -CPPFLAGS += ESMF_VERSION_MINOR="0" -CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" -CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" -CPPFLAGS += ESMF_VERSION_STRING="8.0.0" -CPPFLAGS += ESMF_VERSION_REVISION="0" -CPPFLAGS += ESMF_VERSION_MAJOR="8" -CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -rm -f -f *.tmp.f90 *.lst *.o *.mod lm map -cd ENS_Cpl ; make clean -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' -rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/externals.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.sh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.csh /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test_results.mk +make[1]: *** No rule to make target `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/test-results.mk'. Stop. +make[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src' +rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/exe/NEMS.x /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC +rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/externals.nems /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ESMFVersionDefine.h /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems.sh /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems.csh /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/test-results.mk +rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/components.mk +rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/test_results.mk NEMSAppBuilder: make app=coupledFV3_WW3 build -Convert /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/coupledFV3_WW3.appBuilder -...into /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -Include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -echo 'FMS FV3 WW3' > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/coupledFV3_WW3.appBuilder +...into /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/coupledFV3_WW3.appBuilder.mk +Include /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/coupledFV3_WW3.appBuilder.mk +echo 'FMS FV3 WW3' > "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/conf/configure.fv3.hera.intel /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/externals.nems -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/modulefiles/hera.intel/fv3 /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -make -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS' +cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/conf/configure.fv3.hera.intel /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems +cat /dev/null > /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/externals.nems +cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/modulefiles/hera.intel/fv3 /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems +cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ESMFVersionDefine.h +( echo '. /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems.sh" +( echo 'source /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems.csh" +/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/incmake/configure_rules.mk:3: /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/test-results.mk: No such file or directory +make -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/test-results.mk" TEST +make[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS' if [ -f "/modules.nems" ] ; then \ - . /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ -) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk" -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS' -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs ; \ +) > "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/test-results.mk" +make[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS' +. /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs ; \ exec make all Currently Loaded Modules: @@ -262,10 +251,10 @@ Currently Loaded Modules: -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' Building dependencies ... -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' +make[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' +make[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o Using 8-byte addressing Using pure routines. @@ -556,18 +545,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL"/. -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' -test -d /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Compiling into /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL on hera -cp -fp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3"/conf/modules.fv3 -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 ; \ - exec make COMP=FV3 COMP_SRCDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 COMP_BINDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL nemsinstall +mkdir -p "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL" +mv fms.mk "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL"/. +make[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/fv3gfs' +test -d /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL +Compiling into /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL on hera +cp -fp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems \ + "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3"/conf/configure.fv3 +cp -fp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/modules.nems \ + "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3"/conf/modules.fv3 +. /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 ; \ + exec make COMP=FV3 COMP_SRCDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 COMP_BINDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL MACHINE_ID=hera FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL nemsinstall Currently Loaded Modules: 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 @@ -581,195 +570,195 @@ Currently Loaded Modules: -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' +make[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' Building dependencies ... -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -make -C cpl FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL +make[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +make[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +make -C cpl FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL Build standalone FV3 io ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' Build standalone FV3 io ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_cplfields.F90 mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' -make -C gfsphysics FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl' +make -C gfsphysics FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -924,49 +913,49 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' -make -C ipd FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics' +make -C ipd FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' -make -C io FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd' +make -C io FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include] -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include] -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c FV3GFS_io.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_internal_state.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.5_4 -c post_gfs.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf_parallel.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_wrt_grid_comp.F90 +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c FV3GFS_io.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_internal_state.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.5_4 -c post_gfs.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf_parallel.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_wrt_grid_comp.F90 ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o @@ -979,66 +968,66 @@ a - module_write_netcdf_parallel.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' -make -C atmos_cubed_sphere FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io' +make -C atmos_cubed_sphere FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1085,49 +1074,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' -make -C ../stochastic_physics FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere' +make -C ../stochastic_physics FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1160,14 +1149,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' -make libfv3cap.a FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fv3_config.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c atmos_model.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fcst_grid_comp.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c time_utils.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c fv3_cap.F90 +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/stochastic_physics' +make libfv3cap.a FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fv3_config.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c atmos_model.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c module_fcst_grid_comp.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c time_utils.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1175,21 +1164,21 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -make esmf_make_fragment FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +make esmf_make_fragment FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -Installation into "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL" complete! +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +Installation into "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL" complete! -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -test -d /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; set -x ; cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/esmf ; \ -export COMP_SRCDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model" COMP_BINDIR="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="hera" ; \ +make[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3' +test -d /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL +. /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; set -x ; cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/esmf ; \ +export COMP_SRCDIR="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model" COMP_BINDIR="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/WW3_INSTALL" WW3_COMP="hera" ; \ exec make -j 1 WW3_COMP="hera" ww3_nems Currently Loaded Modules: @@ -1204,26 +1193,26 @@ Currently Loaded Modules: -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/esmf -+ export COMP_SRCDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model COMP_BINDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/WW3_INSTALL WW3_COMP=hera -+ COMP_SRCDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model -+ COMP_BINDIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/WW3_INSTALL ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/esmf ++ export COMP_SRCDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model COMP_BINDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/WW3_INSTALL WW3_COMP=hera ++ COMP_SRCDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model ++ COMP_BINDIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/WW3_INSTALL + WW3_COMP=hera + exec make -j 1 WW3_COMP=hera ww3_nems -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/esmf' +make[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/esmf' ***************************** *** WAVEWATCH III setup *** ***************************** -[INFO] local env file wwatch3.env found in /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/wwatch3.env - Setup file /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/wwatch3.env found +[INFO] local env file wwatch3.env found in /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin/wwatch3.env + Setup file /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin/wwatch3.env found Printer (listings) : auxiliary FORTRAN compiler : gfortran auxiliary C compiler : gcc - Source directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model - Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/tmp + Source directory : /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model + Scratch directory : /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/tmp Save source code : yes Save listings : yes @@ -1231,31 +1220,31 @@ make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/ Compile auxiliary programs -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/aux' -gfortran -o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3adc w3adc.f -gfortran -o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3list w3list.f -gfortran -o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3prnt w3prnt.f -gfortran -o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3split w3split.f -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/aux' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/aux' +gfortran -o /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin/w3adc w3adc.f +gfortran -o /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin/w3list w3list.f +gfortran -o /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin/w3prnt w3prnt.f +gfortran -o /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin/w3split w3split.f +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/aux' Setup comp & link files - sed /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/comp.tmpl => /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/comp - sed /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/link.tmpl => /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/link + sed /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin/comp.tmpl => /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin/comp + sed /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin/link.tmpl => /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin/link Create required model subdirectories Finished setting up WAVEWATCH III -\rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/tempswitch -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3_make ww3_grid +\rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin/tempswitch +/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin/w3_make ww3_grid ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model -Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/tmp +Main directory : /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model +Scratch directory : /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1267,12 +1256,12 @@ Making makefile ... *** WAVEWATCH III makefile *** ***************************** -switch = /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/switch +switch = /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin/switch Checking all subroutines for modules (this may take a while) ... Processing ww3_grid --------------------- -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/ftn' ad3 : processing constants ad3 : processing w3servmd ad3 : processing w3arrymd @@ -1281,33 +1270,33 @@ ad3 : processing w3gdatmd ad3 : processing w3odatmd ad3 : processing w3idatmd ad3 : processing w3dispmd -ad3 : processing w3adatmd -ad3 : processing w3nmlgridmd ad3 : processing w3timemd +ad3 : processing w3nmlgridmd +ad3 : processing w3adatmd ad3 : processing wmmdatmd ad3 : processing w3src4md -ad3 : processing w3parall ad3 : processing w3snl1md +ad3 : processing w3parall ad3 : processing w3triamd ad3 : processing w3wdatmd ad3 : processing w3iogrmd ad3 : processing ww3_grid Linking ww3_grid -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3_make ww3_outf +/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin/w3_make ww3_outf ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model -Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/tmp +Main directory : /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model +Scratch directory : /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1316,27 +1305,27 @@ Shared Object : No Processing ww3_outf --------------------- -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/ftn' ad3 : processing w3iogomd ad3 : processing w3sdb1md ad3 : processing w3sbt1md ad3 : processing ww3_outf Linking ww3_outf -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3_make ww3_outp +/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin/w3_make ww3_outp ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model -Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/tmp +Main directory : /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model +Scratch directory : /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1345,28 +1334,28 @@ Shared Object : No Processing ww3_outp --------------------- -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/ftn' ad3 : processing w3bullmd ad3 : processing w3iopomd ad3 : processing w3partmd ad3 : processing w3flx1md ad3 : processing ww3_outp Linking ww3_outp -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3_make ww3_prep +/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin/w3_make ww3_prep ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model -Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/tmp +Main directory : /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model +Scratch directory : /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1375,25 +1364,25 @@ Shared Object : No Processing ww3_prep --------------------- -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/ftn' ad3 : processing w3fldsmd ad3 : processing ww3_prep Linking ww3_prep -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3_make ww3_gint +/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin/w3_make ww3_gint ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model -Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/tmp +Main directory : /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model +Scratch directory : /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1402,111 +1391,111 @@ Shared Object : No Processing ww3_gint --------------------- -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/ftn' ad3 : processing ww3_gint Linking ww3_gint -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3_make ww3_prnc +/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin/w3_make ww3_prnc ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model -Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/tmp +Main directory : /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model +Scratch directory : /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No [INFO] list of the programs selected : ww3_prnc -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected +/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected Processing ww3_prnc --------------------- -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/ftn' ad3 : processing w3nmlprncmd ad3 : processing ww3_prnc Linking ww3_prnc -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3_make ww3_ounf +/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin/w3_make ww3_ounf ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model -Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/tmp +Main directory : /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model +Scratch directory : /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No [INFO] list of the programs selected : ww3_ounf -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected +/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected Processing ww3_ounf --------------------- -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/ftn' ad3 : processing w3iorsmd ad3 : processing w3nmlounfmd ad3 : processing w3initmd ad3 : processing ww3_ounf Linking ww3_ounf -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3_make ww3_ounp +/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin/w3_make ww3_ounp ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model -Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/tmp +Main directory : /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model +Scratch directory : /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No [INFO] list of the programs selected : ww3_ounp -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected +/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected Processing ww3_ounp --------------------- -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/ftn' ad3 : processing w3nmlounpmd ad3 : processing ww3_ounp Linking ww3_ounp -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/ftn' ********************** *** end of compilation *** ********************** -\rm -f /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/tempswitch -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3_make ww3_grib +\rm -f /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin/tempswitch +/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin/w3_make ww3_grib ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model -Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/tmp +Main directory : /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model +Scratch directory : /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1518,63 +1507,63 @@ Making makefile ... *** WAVEWATCH III makefile *** ***************************** -switch = /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/switch +switch = /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin/switch new GRIB package Checking all subroutines for modules (this may take a while) ... Processing ww3_grib --------------------- -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/ftn' ad3 : processing ww3_grib Linking ww3_grib -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3_make ww3_multi_esmf +/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin/w3_make ww3_multi_esmf ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model -Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/tmp +Main directory : /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model +Scratch directory : /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No [INFO] list of the programs selected : ww3_multi_esmf -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected +/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected Making makefile ... ***************************** *** WAVEWATCH III makefile *** ***************************** -switch = /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/switch +switch = /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin/switch new shared / distributed memory new message passing protocol Checking all subroutines for modules (this may take a while) ... Processing ww3_multi_esmf --------------------- -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/ftn' ad3 : processing constants ad3 : processing scrip_kindsmod [no w3adc] ad3 : processing w3uqckmd -ad3 : processing scrip_constants [no w3adc] ad3 : processing scrip_iounitsmod [no w3adc] +ad3 : processing scrip_constants [no w3adc] ad3 : processing scrip_timers [no w3adc] ad3 : processing w3servmd ad3 : processing scrip_errormod [no w3adc] ad3 : processing scrip_netcdfmod [no w3adc] ad3 : processing scrip_grids [no w3adc] -ad3 : processing w3cspcmd -ad3 : processing w3arrymd ad3 : processing w3gsrumd +ad3 : processing w3arrymd +ad3 : processing w3cspcmd ad3 : processing wmunitmd ad3 : processing scrip_remap_vars [no w3adc] ad3 : processing scrip_remap_write [no w3adc] @@ -1582,12 +1571,12 @@ ad3 : processing scrip_remap_conservative [no w3adc] ad3 : processing scrip_remap_read [no w3adc] ad3 : processing scrip_interface ad3 : processing w3gdatmd -ad3 : processing wmscrpmd ad3 : processing w3odatmd -ad3 : processing w3idatmd ad3 : processing w3sbt1md -ad3 : processing w3timemd +ad3 : processing wmscrpmd +ad3 : processing w3idatmd ad3 : processing w3dispmd +ad3 : processing w3timemd ad3 : processing wmmdatmd ad3 : processing w3adatmd ad3 : processing w3src4md @@ -1597,13 +1586,13 @@ ad3 : processing w3flx1md ad3 : processing w3partmd ad3 : processing w3nmlmultimd ad3 : processing wmfinlmd +ad3 : processing w3triamd ad3 : processing w3parall ad3 : processing w3snl1md -ad3 : processing w3triamd ad3 : processing w3wdatmd ad3 : processing w3iogrmd -ad3 : processing wmupdtmd ad3 : processing w3iogomd +ad3 : processing wmupdtmd ad3 : processing w3iosfmd ad3 : processing w3iotrmd ad3 : processing w3pro3md @@ -1683,60 +1672,60 @@ a - wmscrpmd.o a - scrip_netcdfmod.o a - scrip_remap_write.o a - scrip_remap_read.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3_make ww3_multi +/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin/w3_make ww3_multi ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model -Scratch directory : /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/tmp +Main directory : /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model +Scratch directory : /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No [INFO] list of the programs selected : ww3_multi -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected +/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected Processing ww3_multi --------------------- -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/ftn' ad3 : processing ww3_multi Linking ww3_multi -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/ftn' ********************** *** end of compilation *** ********************** -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/esmf' -mkdir -p /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/WW3_INSTALL -cp /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/nuopc.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/WW3_INSTALL/. -test -d "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/WW3_INSTALL" +make[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/esmf' +mkdir -p /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/WW3_INSTALL +cp /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/nuopc.mk /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/WW3_INSTALL/. +test -d "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/WW3_INSTALL" ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo fms_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; echo ww3_mk="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk" ; ) > "/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo fms_mk="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk" ; echo ww3_mk="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/WW3_INSTALL/nuopc.mk" ; ) > "/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/configure.nems.NUOPC" +. /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk ; do \ +for m in /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/WW3_INSTALL/nuopc.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk ; \ -cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src ; \ +echo build NEMS after /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/WW3_INSTALL/nuopc.mk ; \ +cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src ; \ make nems \ COMPONENTS="FMS FV3 WW3" \ - FMS_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL WW3_DIR=/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/WW3_INSTALL TARGET="/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x" ; \ -test -x /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL FV3_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL WW3_DIR=/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/WW3_INSTALL TARGET="/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/exe/NEMS.x" ; \ +test -x /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/exe/NEMS.x Currently Loaded Modules: 1) contrib 9) w3emc/2.3.1 17) post/8.0.5 @@ -1750,11 +1739,11 @@ Currently Loaded Modules: -build NEMS after /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk +build NEMS after /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/WW3_INSTALL/nuopc.mk Components in linker order: WW3 FV3 FMS -WW3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk -FV3: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +WW3: include /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/WW3_INSTALL/nuopc.mk +FV3: include /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/fv3.mk +FMS: include /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" CPPFLAGS += ESMF_VERSION_MINOR="0" @@ -1763,77 +1752,77 @@ CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_REVISION="0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -make[1]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' +make[1]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src' cd ENS_Cpl && make stub -make[2]: Entering directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -make[2]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:08:21 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +make[2]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:17:43 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/mod_HYB -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o -'module_NEMS_UTILS.tmp.o' -> 'module_NEMS_UTILS.o' -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:08:21 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:17:43 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/mod_HYB -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o -'module_MEDIATOR_methods.tmp.o' -> 'module_MEDIATOR_methods.o' -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:08:21 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:17:43 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/mod_HYB -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o -'module_MEDIATOR.tmp.o' -> 'module_MEDIATOR.o' -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:08:21 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:17:43 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/mod_HYB -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o -'module_MEDIATOR_SpaceWeather.tmp.o' -> 'module_MEDIATOR_SpaceWeather.o' -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:08:21 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:17:43 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/mod_HYB -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o -'module_EARTH_INTERNAL_STATE.tmp.o' -> 'module_EARTH_INTERNAL_STATE.o' -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:08:21 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:17:43 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/mod_HYB -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o -'module_EARTH_GRID_COMP.tmp.o' -> 'module_EARTH_GRID_COMP.o' -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:08:21 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:17:43 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/mod_HYB -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o -'module_NEMS_INTERNAL_STATE.tmp.o' -> 'module_NEMS_INTERNAL_STATE.o' -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:08:21 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:17:43 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/mod_HYB -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o -'module_NEMS_GRID_COMP.tmp.o' -> 'module_NEMS_GRID_COMP.o' -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:08:21 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:17:43 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/mod_HYB -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o -'module_NEMS_Rusage.tmp.o' -> 'module_NEMS_Rusage.o' +‘module_NEMS_Rusage.tmp.o’ -> ‘module_NEMS_Rusage.o’ mpiicc -c nems_c_rusage.c -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:08:21 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/mod_HYB -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dom.Heinzeller) Tue Mar 17 20:17:43 UTC 2020 rcd9d88a3fdc7 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/mod -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/include -I/scratch1/NCEPDEV/nems/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/mod_HYB -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3 -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/atmos_cubed_sphere -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/io -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/gfsphysics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/cpl -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/ipd -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/../stochastic_physics -I/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o -'MAIN_NEMS.tmp.o' -> 'MAIN_NEMS.o' +‘MAIN_NEMS.tmp.o’ -> ‘MAIN_NEMS.o’ echo libgocart is libgocart is echo extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf extlibs is /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf -mpiifort -o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/obj_HYB/libww3_multi_esmf.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf +mpiifort -o /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/WW3/model/obj_HYB/libww3_multi_esmf.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libfv3cap.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libfv3core.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libfv3io.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libipd.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libgfsphys.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libfv3cpl.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FV3/FV3_INSTALL/libstochastic_physics.a /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libncep_post_v8.0.5_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libnemsio_v2.2.4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2_v3.1.1_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libg2tmpl_v1.6.0.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libbacio_v2.0.3_4.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libsp_v2.0.3_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3emc_v2.3.1_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libw3nco_v2.0.7_d.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libcrtm_v2.2.6.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libpng_v1.2.44.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/intel/18.0.5.274/lib/libz_v1.2.11.a -L/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -Wl,-rpath,/scratch1/NCEPDEV/nems/emc.nemspara/soft/esmf/8.0.0-intel18.0.5.274-impi2018.0.4-netcdf4.7.4_parallel/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/scratch2/NCEPDEV/nwprod/NCEPLIBS/src/netcdf_parallel/lib -lnetcdff -lnetcdf /scratch2/NCEPDEV/nwprod/NCEPLIBS/compilers/gnu/4.8.5/lib/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile': jas_stream.c:(.text+0x7a7): warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x is created. -make[1]: Leaving directory `/scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -+ cd /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src -+ cp -fp ../exe/NEMS.x /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3_ww3.exe -+ cp -fp conf/modules.nems /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/include/modules_fv3_ww3 -+ md5sum /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3_ww3.exe +/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/exe/NEMS.x is created. +make[1]: Leaving directory `/scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src' ++ cd /scratch1/BMC/gmtb/Dom.Heinzeller/ufs-weather-model/ufs-weather-model-emc-develop-20200317_update_from_dtc-develop-20200317/NEMSCompset/NEMS/src ++ cp -fp ../exe/NEMS.x /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3_ww3.exe ++ cp -fp conf/modules.nems /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/include/modules_fv3_ww3 ++ md5sum /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3_ww3.exe + unset md5sum + unset OPTS + set -xe + set -xe -+ test -s /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3_ww3.exe -+ test -x /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3_ww3.exe ++ test -s /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3_ww3.exe ++ test -x /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3_ww3.exe _______________________________________________________________ -Start Epilog v19.07.23 on node h10c53 for job 4664284 :: Mon Mar 9 14:08:57 UTC 2020 -Job 4664284 (not serial) finished for user Jun.Wang in partition hera with exit code 0:0 +Start Epilog v19.07.23 on node h3c18 for job 5066305 :: Tue Mar 17 20:18:49 UTC 2020 +Job 5066305 (not serial) finished for user Dom.Heinzeller in partition hera with exit code 0:0 _______________________________________________________________ -End Epilogue v19.07.23 Mon Mar 9 14:08:57 UTC 2020 +End Epilogue v19.07.23 Tue Mar 17 20:18:49 UTC 2020 diff --git a/log/report-hera.intel-log/rtreport.txt b/log/report-hera.intel-log/rtreport.txt index aa27a35879..b5d3f90ded 100755 --- a/log/report-hera.intel-log/rtreport.txt +++ b/log/report-hera.intel-log/rtreport.txt @@ -1,31 +1,29 @@ Run rocotostat... Generate report... -WORKFLOW STARTED AT Mon Mar 9 13:49:06 2020 (+1583761746) +WORKFLOW STARTED AT Tue Mar 17 19:57:35 2020 (+1584475055) Repository information: REPO TOP: -develop f1ba56c [origin/develop] Merge remote-tracking branch 'upstream/develop' into develop -Fetch URL: https://github.com/junwang-noaa/ufs-weather-model - M FV3 +develop 0a88706 [origin/develop] fix omp error in dycore and atmos_model.F90 (#80) +Fetch URL: https://github.com/ufs-community/ufs-weather-model M log/report-hera.intel-log/build_fv3.exe.log M log/report-hera.intel-log/build_fv3_32bit.exe.log M log/report-hera.intel-log/build_fv3_32bit_debug.exe.log M log/report-hera.intel-log/build_fv3_appbuilder.exe.log M log/report-hera.intel-log/build_fv3_ww3.exe.log M log/report-hera.intel-log/rtreport.txt - M tests/RegressionTests_wcoss_dell_p3.log Entering 'FMS' (HEAD detached at 708b8d5) 708b8d5 Merge pull request #223 from underwoo/set.release.number Fetch URL: https://github.com/NOAA-GFDL/FMS Entering 'FV3' -develop 8f26c45 [origin/develop] Merge pull request #1 from NOAA-EMC/develop -Fetch URL: https://github.com/junwang-noaa/fv3atm +develop fc9a4c2 [origin/develop] fix omp error in dycore and atmos_model.F90 (#77) +Fetch URL: https://github.com/NOAA-EMC/fv3atm Entering 'NEMS' -(HEAD detached at 044400a) 044400a remove ice-ocean merge in prep_atm (#24) +develop b64c32d [origin/develop] src/module_EARTH_GRID_COMP.F90: bugfix for GNU compiler, lengths of strings have to match (#42) Fetch URL: https://github.com/NOAA-EMC/NEMS Entering 'WW3' @@ -44,8 +42,8 @@ BUILD fv3_32bit_debug.exe: SUCCEEDED BUILD fv3_appbuilder.exe: SUCCEEDED TEST #1: PASS - Test fv3_gfdlmprad_atmwav starting at Mon Mar 9 14:10:12 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with 2 way WW3 results with previous trunk version) - Mon Mar 9 14:10:12 UTC 2020 + Test fv3_gfdlmprad_atmwav starting at Tue Mar 17 20:19:14 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with 2 way WW3 results with previous trunk version) + Tue Mar 17 20:19:14 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -90,14 +88,14 @@ TEST #1: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical out_grd.glo_30m: bit-for-bit identical Executable did not change during test suite: - File: /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3_ww3.exe - Expected md5sum: e6afaf95305ad83d1607db0a495711fa - Actual md5sum: e6afaf95305ad83d1607db0a495711fa - TEST PASSED AT Mon Mar 9 14:14:32 UTC 2020 + File: /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3_ww3.exe + Expected md5sum: 2169f20ff94ff48ddadfb77db7bb1e0a + Actual md5sum: 2169f20ff94ff48ddadfb77db7bb1e0a + TEST PASSED AT Tue Mar 17 20:23:33 UTC 2020 TEST #2: PASS - Test fv3_lheatstrg starting at Mon Mar 9 14:20:42 UTC 2020 (Compare FV3 control with lheatstrg on Gaussian grid nemsio output results with previous trunk version) - Mon Mar 9 14:20:42 UTC 2020 + Test fv3_lheatstrg starting at Tue Mar 17 20:31:43 UTC 2020 (Compare FV3 control with lheatstrg on Gaussian grid nemsio output results with previous trunk version) + Tue Mar 17 20:31:43 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -142,13 +140,13 @@ TEST #2: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 54ccec887066ee3689f34a00778b29f1 - Actual md5sum: 54ccec887066ee3689f34a00778b29f1 - TEST PASSED AT Mon Mar 9 14:21:44 UTC 2020 + Expected md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + Actual md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + TEST PASSED AT Tue Mar 17 20:33:06 UTC 2020 TEST #3: PASS - Test fv3_iau starting at Mon Mar 9 14:20:43 UTC 2020 (Compare FV3 IAU results with previous trunk version) - Mon Mar 9 14:20:43 UTC 2020 + Test fv3_iau starting at Tue Mar 17 20:31:42 UTC 2020 (Compare FV3 IAU results with previous trunk version) + Tue Mar 17 20:31:42 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -213,13 +211,13 @@ TEST #3: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 54ccec887066ee3689f34a00778b29f1 - Actual md5sum: 54ccec887066ee3689f34a00778b29f1 - TEST PASSED AT Mon Mar 9 14:21:44 UTC 2020 + Expected md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + Actual md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + TEST PASSED AT Tue Mar 17 20:33:02 UTC 2020 TEST #4: PASS - Test fv3_stretched_nest_quilt starting at Mon Mar 9 14:31:16 UTC 2020 (Stretched grid with nest using quilting; compare against previous baseline) - Mon Mar 9 14:31:16 UTC 2020 + Test fv3_stretched_nest_quilt starting at Tue Mar 17 20:45:16 UTC 2020 (Stretched grid with nest using quilting; compare against previous baseline) + Tue Mar 17 20:45:16 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -279,11 +277,11 @@ TEST #4: PASS RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical RESTART/sfc_data.nest02.tile7.nc: bit-for-bit identical - TEST PASSED AT Mon Mar 9 14:35:38 UTC 2020 + TEST PASSED AT Tue Mar 17 20:49:44 UTC 2020 TEST #5: PASS - Test fv3_stretched_nest starting at Mon Mar 9 14:31:16 UTC 2020 (Stretched grid with nest; compare against previous baseline) - Mon Mar 9 14:31:16 UTC 2020 + Test fv3_stretched_nest starting at Tue Mar 17 20:45:22 UTC 2020 (Stretched grid with nest; compare against previous baseline) + Tue Mar 17 20:45:22 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -345,11 +343,11 @@ TEST #5: PASS RESTART/fv_tracer.res.nest02.tile7.nc: bit-for-bit identical RESTART/phy_data.nest02.tile7.nc: bit-for-bit identical RESTART/sfc_data.nest02.tile7.nc: bit-for-bit identical - TEST PASSED AT Mon Mar 9 14:36:12 UTC 2020 + TEST PASSED AT Tue Mar 17 20:50:24 UTC 2020 TEST #6: PASS - Test fv3_wrtGauss_nemsio_c768 starting at Mon Mar 9 14:10:13 UTC 2020 (Compare c768 FV3-WW3 Gaussian grid nemsio output results with previous trunk version) - Mon Mar 9 14:10:13 UTC 2020 + Test fv3_wrtGauss_nemsio_c768 starting at Tue Mar 17 20:18:59 UTC 2020 (Compare c768 FV3-WW3 Gaussian grid nemsio output results with previous trunk version) + Tue Mar 17 20:18:59 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -394,22 +392,22 @@ TEST #6: PASS out_grd.ant_9km: bit-for-bit identical out_grd.aoc_9km: bit-for-bit identical Executable did not change during test suite: - File: /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3_ww3.exe - Expected md5sum: e6afaf95305ad83d1607db0a495711fa - Actual md5sum: e6afaf95305ad83d1607db0a495711fa - TEST PASSED AT Mon Mar 9 14:41:50 UTC 2020 + File: /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3_ww3.exe + Expected md5sum: 2169f20ff94ff48ddadfb77db7bb1e0a + Actual md5sum: 2169f20ff94ff48ddadfb77db7bb1e0a + TEST PASSED AT Tue Mar 17 20:51:30 UTC 2020 TEST #7: PASS - Test fv3_regional_control starting at Mon Mar 9 14:31:16 UTC 2020 (Compare FV3 regional control results with previous trunk version) - Mon Mar 9 14:31:16 UTC 2020 + Test fv3_regional_control starting at Tue Mar 17 20:44:54 UTC 2020 (Compare FV3 regional control results with previous trunk version) + Tue Mar 17 20:44:54 UTC 2020 atmos_4xdaily.nc: bit-for-bit identical fv3_history2d.nc: bit-for-bit identical fv3_history.nc: bit-for-bit identical - TEST PASSED AT Mon Mar 9 14:37:25 UTC 2020 + TEST PASSED AT Tue Mar 17 20:51:03 UTC 2020 TEST #8: PASS - Test fv3_wrtGauss_netcdf starting at Mon Mar 9 14:20:43 UTC 2020 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) - Mon Mar 9 14:20:43 UTC 2020 + Test fv3_wrtGauss_netcdf starting at Tue Mar 17 20:31:46 UTC 2020 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) + Tue Mar 17 20:31:47 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -454,13 +452,13 @@ TEST #8: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 54ccec887066ee3689f34a00778b29f1 - Actual md5sum: 54ccec887066ee3689f34a00778b29f1 - TEST PASSED AT Mon Mar 9 14:21:44 UTC 2020 + Expected md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + Actual md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + TEST PASSED AT Tue Mar 17 20:33:10 UTC 2020 TEST #9: PASS - Test fv3_thompson starting at Mon Mar 9 14:20:42 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) - Mon Mar 9 14:20:42 UTC 2020 + Test fv3_thompson starting at Tue Mar 17 20:31:43 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) + Tue Mar 17 20:31:43 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -525,19 +523,19 @@ TEST #9: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 54ccec887066ee3689f34a00778b29f1 - Actual md5sum: 54ccec887066ee3689f34a00778b29f1 - TEST PASSED AT Mon Mar 9 14:25:01 UTC 2020 + Expected md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + Actual md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + TEST PASSED AT Tue Mar 17 20:36:54 UTC 2020 TEST #10: PASS - Test fv3_control_debug starting at Mon Mar 9 14:34:44 UTC 2020 (Compare FV3 control/debug results with previous trunk version) - Mon Mar 9 14:34:44 UTC 2020 + Test fv3_control_debug starting at Tue Mar 17 20:50:05 UTC 2020 (Compare FV3 control/debug results with previous trunk version) + Tue Mar 17 20:50:05 UTC 2020 global_o3prdlos.f77: bit-for-bit identical - TEST PASSED AT Mon Mar 9 14:36:48 UTC 2020 + TEST PASSED AT Tue Mar 17 20:52:25 UTC 2020 TEST #11: PASS - Test fv3_gfdlmprad_gwd starting at Mon Mar 9 14:20:43 UTC 2020 (Compare FV3 GFDL radiation interaction option and gravity wve drag results with previous trunk version) - Mon Mar 9 14:20:43 UTC 2020 + Test fv3_gfdlmprad_gwd starting at Tue Mar 17 20:31:50 UTC 2020 (Compare FV3 GFDL radiation interaction option and gravity wve drag results with previous trunk version) + Tue Mar 17 20:31:50 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -582,13 +580,13 @@ TEST #11: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 54ccec887066ee3689f34a00778b29f1 - Actual md5sum: 54ccec887066ee3689f34a00778b29f1 - TEST PASSED AT Mon Mar 9 14:21:54 UTC 2020 + Expected md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + Actual md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + TEST PASSED AT Tue Mar 17 20:33:17 UTC 2020 TEST #12: PASS - Test fv3_stochy starting at Mon Mar 9 14:20:44 UTC 2020 (Compare FV3 stochy results with previous trunk version) - Mon Mar 9 14:20:44 UTC 2020 + Test fv3_stochy starting at Tue Mar 17 20:31:53 UTC 2020 (Compare FV3 stochy results with previous trunk version) + Tue Mar 17 20:31:53 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -653,21 +651,21 @@ TEST #12: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 54ccec887066ee3689f34a00778b29f1 - Actual md5sum: 54ccec887066ee3689f34a00778b29f1 - TEST PASSED AT Mon Mar 9 14:22:01 UTC 2020 + Expected md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + Actual md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + TEST PASSED AT Tue Mar 17 20:33:23 UTC 2020 TEST #13: PASS - Test fv3_regional_c768 starting at Mon Mar 9 14:31:16 UTC 2020 (Compare FV3 regional c768 results with previous trunk version) - Mon Mar 9 14:31:16 UTC 2020 + Test fv3_regional_c768 starting at Tue Mar 17 20:44:45 UTC 2020 (Compare FV3 regional c768 results with previous trunk version) + Tue Mar 17 20:44:45 UTC 2020 atmos_4xdaily.nc: bit-for-bit identical fv3_history2d.nc: bit-for-bit identical fv3_history.nc: bit-for-bit identical - TEST PASSED AT Mon Mar 9 14:42:03 UTC 2020 + TEST PASSED AT Tue Mar 17 20:55:54 UTC 2020 TEST #14: PASS - Test fv3_gfdlmprad starting at Mon Mar 9 14:10:13 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with WW3 results with previous trunk version) - Mon Mar 9 14:10:13 UTC 2020 + Test fv3_gfdlmprad starting at Tue Mar 17 20:19:14 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with WW3 results with previous trunk version) + Tue Mar 17 20:19:14 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -712,14 +710,14 @@ TEST #14: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical out_grd.glo_30m: bit-for-bit identical Executable did not change during test suite: - File: /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3_ww3.exe - Expected md5sum: e6afaf95305ad83d1607db0a495711fa - Actual md5sum: e6afaf95305ad83d1607db0a495711fa - TEST PASSED AT Mon Mar 9 14:13:39 UTC 2020 + File: /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3_ww3.exe + Expected md5sum: 2169f20ff94ff48ddadfb77db7bb1e0a + Actual md5sum: 2169f20ff94ff48ddadfb77db7bb1e0a + TEST PASSED AT Tue Mar 17 20:22:44 UTC 2020 TEST #15: PASS - Test fv3_appbuilder starting at Mon Mar 9 14:50:30 UTC 2020 (Compare FV3 with the NEMSAppBuilder against the previous trunk version) - Mon Mar 9 14:50:30 UTC 2020 + Test fv3_appbuilder starting at Tue Mar 17 21:05:57 UTC 2020 (Compare FV3 with the NEMSAppBuilder against the previous trunk version) + Tue Mar 17 21:05:57 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -783,14 +781,14 @@ TEST #15: PASS RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: - File: /scratch1/NCEPDEV/stmp2/Jun.Wang/scrub/rtgen.29045/exec/fv3_appbuilder.exe - Expected md5sum: 04c63a438c167f9cd555f468501ea8f3 - Actual md5sum: 04c63a438c167f9cd555f468501ea8f3 - TEST PASSED AT Mon Mar 9 14:51:38 UTC 2020 + File: /scratch1/BMC/gmtb/Dom.Heinzeller/FV3_RT/rtgen.94859/exec/fv3_appbuilder.exe + Expected md5sum: fdad29e5d576561a98da1f30c7f8d453 + Actual md5sum: fdad29e5d576561a98da1f30c7f8d453 + TEST PASSED AT Tue Mar 17 21:07:11 UTC 2020 TEST #16: PASS - Test fv3_restart starting at Mon Mar 9 14:20:45 UTC 2020 (Compare FV3 restart results with previous trunk version) - Mon Mar 9 14:20:45 UTC 2020 + Test fv3_restart starting at Tue Mar 17 20:32:07 UTC 2020 (Compare FV3 restart results with previous trunk version) + Tue Mar 17 20:32:07 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -855,21 +853,21 @@ TEST #16: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 54ccec887066ee3689f34a00778b29f1 - Actual md5sum: 54ccec887066ee3689f34a00778b29f1 - TEST PASSED AT Mon Mar 9 14:21:43 UTC 2020 + Expected md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + Actual md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + TEST PASSED AT Tue Mar 17 20:33:42 UTC 2020 TEST #17: PASS - Test fv3_regional_restart starting at Mon Mar 9 14:38:15 UTC 2020 (Compare FV3 regional restart results with previous trunk version) - Mon Mar 9 14:38:15 UTC 2020 + Test fv3_regional_restart starting at Tue Mar 17 20:51:50 UTC 2020 (Compare FV3 regional restart results with previous trunk version) + Tue Mar 17 20:51:50 UTC 2020 atmos_4xdaily.nc: bit-for-bit identical fv3_history2d.nc: bit-for-bit identical fv3_history.nc: bit-for-bit identical - TEST PASSED AT Mon Mar 9 14:41:32 UTC 2020 + TEST PASSED AT Tue Mar 17 20:55:03 UTC 2020 TEST #18: PASS - Test fv3_decomp starting at Mon Mar 9 14:20:43 UTC 2020 (Compare FV3 decomp results with previous trunk version) - Mon Mar 9 14:20:43 UTC 2020 + Test fv3_decomp starting at Tue Mar 17 20:32:15 UTC 2020 (Compare FV3 decomp results with previous trunk version) + Tue Mar 17 20:32:15 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -934,23 +932,23 @@ TEST #18: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 54ccec887066ee3689f34a00778b29f1 - Actual md5sum: 54ccec887066ee3689f34a00778b29f1 - TEST PASSED AT Mon Mar 9 14:21:46 UTC 2020 + Expected md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + Actual md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + TEST PASSED AT Tue Mar 17 20:33:49 UTC 2020 TEST #19: PASS - Test fv3_regional_quilt starting at Mon Mar 9 14:31:16 UTC 2020 (Compare FV3 regional quilt results with previous trunk version) - Mon Mar 9 14:31:16 UTC 2020 + Test fv3_regional_quilt starting at Tue Mar 17 20:45:23 UTC 2020 (Compare FV3 regional quilt results with previous trunk version) + Tue Mar 17 20:45:23 UTC 2020 atmos_4xdaily.nc: bit-for-bit identical dynf000.nc: bit-for-bit identical dynf024.nc: bit-for-bit identical phyf000.nc: bit-for-bit identical phyf024.nc: bit-for-bit identical - TEST PASSED AT Mon Mar 9 14:37:44 UTC 2020 + TEST PASSED AT Tue Mar 17 20:51:51 UTC 2020 TEST #20: PASS - Test fv3_wrtGauss_nemsio starting at Mon Mar 9 14:20:43 UTC 2020 (Compare FV3 Gaussian grid nemsio output results with previous trunk version) - Mon Mar 9 14:20:43 UTC 2020 + Test fv3_wrtGauss_nemsio starting at Tue Mar 17 20:32:15 UTC 2020 (Compare FV3 Gaussian grid nemsio output results with previous trunk version) + Tue Mar 17 20:32:15 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -995,13 +993,13 @@ TEST #20: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 54ccec887066ee3689f34a00778b29f1 - Actual md5sum: 54ccec887066ee3689f34a00778b29f1 - TEST PASSED AT Mon Mar 9 14:21:45 UTC 2020 + Expected md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + Actual md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + TEST PASSED AT Tue Mar 17 20:33:42 UTC 2020 TEST #21: PASS - Test fv3_control_32bit starting at Mon Mar 9 14:31:16 UTC 2020 (Compare FV3 32bit compile results with previous trunk version) - Mon Mar 9 14:31:16 UTC 2020 + Test fv3_control_32bit starting at Tue Mar 17 20:44:53 UTC 2020 (Compare FV3 32bit compile results with previous trunk version) + Tue Mar 17 20:44:53 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1064,11 +1062,11 @@ TEST #21: PASS RESTART/sfc_data.tile4.nc: bit-for-bit identical RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical - TEST PASSED AT Mon Mar 9 14:32:13 UTC 2020 + TEST PASSED AT Tue Mar 17 20:45:55 UTC 2020 TEST #22: PASS - Test fv3_gfdlmprad_32bit_post starting at Mon Mar 9 14:31:16 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with inline post results with previous trunk version) - Mon Mar 9 14:31:16 UTC 2020 + Test fv3_gfdlmprad_32bit_post starting at Tue Mar 17 20:45:00 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with inline post results with previous trunk version) + Tue Mar 17 20:45:00 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1115,11 +1113,11 @@ TEST #22: PASS RESTART/sfc_data.tile4.nc: bit-for-bit identical RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical - TEST PASSED AT Mon Mar 9 14:32:51 UTC 2020 + TEST PASSED AT Tue Mar 17 20:46:39 UTC 2020 TEST #23: PASS - Test fv3_csawmg3shoc127 starting at Mon Mar 9 14:20:42 UTC 2020 (Compare 127 L FV3 with CSAW MG3 and SHOC results with previous trunk version) - Mon Mar 9 14:20:42 UTC 2020 + Test fv3_csawmg3shoc127 starting at Tue Mar 17 20:31:51 UTC 2020 (Compare 127 L FV3 with CSAW MG3 and SHOC results with previous trunk version) + Tue Mar 17 20:31:51 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1164,13 +1162,13 @@ TEST #23: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 54ccec887066ee3689f34a00778b29f1 - Actual md5sum: 54ccec887066ee3689f34a00778b29f1 - TEST PASSED AT Mon Mar 9 14:25:34 UTC 2020 + Expected md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + Actual md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + TEST PASSED AT Tue Mar 17 20:36:58 UTC 2020 TEST #24: PASS - Test fv3_read_inc starting at Mon Mar 9 14:20:45 UTC 2020 (Compare FV3 read_inc results with previous trunk version) - Mon Mar 9 14:20:45 UTC 2020 + Test fv3_read_inc starting at Tue Mar 17 20:32:15 UTC 2020 (Compare FV3 read_inc results with previous trunk version) + Tue Mar 17 20:32:15 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1235,13 +1233,13 @@ TEST #24: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 54ccec887066ee3689f34a00778b29f1 - Actual md5sum: 54ccec887066ee3689f34a00778b29f1 - TEST PASSED AT Mon Mar 9 14:21:46 UTC 2020 + Expected md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + Actual md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + TEST PASSED AT Tue Mar 17 20:33:46 UTC 2020 TEST #25: PASS - Test fv3_satmedmf starting at Mon Mar 9 14:20:43 UTC 2020 (Compare FV3 control with satmedmf on Gaussian grid nemsio output results with previous trunk version) - Mon Mar 9 14:20:43 UTC 2020 + Test fv3_satmedmf starting at Tue Mar 17 20:32:15 UTC 2020 (Compare FV3 control with satmedmf on Gaussian grid nemsio output results with previous trunk version) + Tue Mar 17 20:32:15 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1286,13 +1284,13 @@ TEST #25: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 54ccec887066ee3689f34a00778b29f1 - Actual md5sum: 54ccec887066ee3689f34a00778b29f1 - TEST PASSED AT Mon Mar 9 14:21:45 UTC 2020 + Expected md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + Actual md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + TEST PASSED AT Tue Mar 17 20:33:45 UTC 2020 TEST #26: PASS - Test fv3_control starting at Mon Mar 9 14:20:44 UTC 2020 (Compare FV3 control results with previous trunk version) - Mon Mar 9 14:20:44 UTC 2020 + Test fv3_control starting at Tue Mar 17 20:32:19 UTC 2020 (Compare FV3 control results with previous trunk version) + Tue Mar 17 20:32:19 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1357,19 +1355,19 @@ TEST #26: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 54ccec887066ee3689f34a00778b29f1 - Actual md5sum: 54ccec887066ee3689f34a00778b29f1 - TEST PASSED AT Mon Mar 9 14:21:47 UTC 2020 + Expected md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + Actual md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + TEST PASSED AT Tue Mar 17 20:34:05 UTC 2020 TEST #27: PASS - Test fv3_stretched_nest_debug starting at Mon Mar 9 14:34:44 UTC 2020 (Stretched grid with nest - debug; compare against previous baseline) - Mon Mar 9 14:34:44 UTC 2020 + Test fv3_stretched_nest_debug starting at Tue Mar 17 20:50:03 UTC 2020 (Stretched grid with nest - debug; compare against previous baseline) + Tue Mar 17 20:50:03 UTC 2020 global_o3prdlos.f77: bit-for-bit identical - TEST PASSED AT Mon Mar 9 14:38:47 UTC 2020 + TEST PASSED AT Tue Mar 17 20:54:16 UTC 2020 TEST #28: PASS - Test fv3_gfdlmp starting at Mon Mar 9 14:20:42 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) - Mon Mar 9 14:20:42 UTC 2020 + Test fv3_gfdlmp starting at Tue Mar 17 20:32:16 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) + Tue Mar 17 20:32:16 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1414,13 +1412,13 @@ TEST #28: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 54ccec887066ee3689f34a00778b29f1 - Actual md5sum: 54ccec887066ee3689f34a00778b29f1 - TEST PASSED AT Mon Mar 9 14:21:53 UTC 2020 + Expected md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + Actual md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + TEST PASSED AT Tue Mar 17 20:33:52 UTC 2020 TEST #29: PASS - Test fv3_gfdlmprad_noahmp starting at Mon Mar 9 14:20:43 UTC 2020 (Compare FV3 GFDL radiation interaction option and Noah MP results with previous trunk version) - Mon Mar 9 14:20:43 UTC 2020 + Test fv3_gfdlmprad_noahmp starting at Tue Mar 17 20:32:16 UTC 2020 (Compare FV3 GFDL radiation interaction option and Noah MP results with previous trunk version) + Tue Mar 17 20:32:16 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1465,13 +1463,13 @@ TEST #29: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 54ccec887066ee3689f34a00778b29f1 - Actual md5sum: 54ccec887066ee3689f34a00778b29f1 - TEST PASSED AT Mon Mar 9 14:21:56 UTC 2020 + Expected md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + Actual md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + TEST PASSED AT Tue Mar 17 20:34:13 UTC 2020 TEST #30: PASS - Test fv3_2threads starting at Mon Mar 9 14:20:43 UTC 2020 (Compare FV3 2 threads results with previous trunk version) - Mon Mar 9 14:20:43 UTC 2020 + Test fv3_2threads starting at Tue Mar 17 20:32:16 UTC 2020 (Compare FV3 2 threads results with previous trunk version) + Tue Mar 17 20:32:16 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1536,13 +1534,13 @@ TEST #30: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 54ccec887066ee3689f34a00778b29f1 - Actual md5sum: 54ccec887066ee3689f34a00778b29f1 - TEST PASSED AT Mon Mar 9 14:21:50 UTC 2020 + Expected md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + Actual md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + TEST PASSED AT Tue Mar 17 20:33:50 UTC 2020 TEST #31: PASS - Test fv3_wrtGauss_netcdf_esmf starting at Mon Mar 9 14:20:43 UTC 2020 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) - Mon Mar 9 14:20:43 UTC 2020 + Test fv3_wrtGauss_netcdf_esmf starting at Tue Mar 17 20:32:15 UTC 2020 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) + Tue Mar 17 20:32:16 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1587,13 +1585,13 @@ TEST #31: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 54ccec887066ee3689f34a00778b29f1 - Actual md5sum: 54ccec887066ee3689f34a00778b29f1 - TEST PASSED AT Mon Mar 9 14:22:52 UTC 2020 + Expected md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + Actual md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + TEST PASSED AT Tue Mar 17 20:35:52 UTC 2020 TEST #32: PASS - Test fv3_csawmg starting at Mon Mar 9 14:20:43 UTC 2020 (Compare FV3 with CSAW and MG2 results with previous trunk version) - Mon Mar 9 14:20:43 UTC 2020 + Test fv3_csawmg starting at Tue Mar 17 20:32:17 UTC 2020 (Compare FV3 with CSAW and MG2 results with previous trunk version) + Tue Mar 17 20:32:17 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1638,13 +1636,13 @@ TEST #32: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 54ccec887066ee3689f34a00778b29f1 - Actual md5sum: 54ccec887066ee3689f34a00778b29f1 - TEST PASSED AT Mon Mar 9 14:22:59 UTC 2020 + Expected md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + Actual md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + TEST PASSED AT Tue Mar 17 20:35:52 UTC 2020 TEST #33: PASS - Test fv3_wsm6 starting at Mon Mar 9 14:20:43 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) - Mon Mar 9 14:20:43 UTC 2020 + Test fv3_wsm6 starting at Tue Mar 17 20:32:16 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) + Tue Mar 17 20:32:16 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1709,13 +1707,13 @@ TEST #33: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 54ccec887066ee3689f34a00778b29f1 - Actual md5sum: 54ccec887066ee3689f34a00778b29f1 - TEST PASSED AT Mon Mar 9 14:22:14 UTC 2020 + Expected md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + Actual md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + TEST PASSED AT Tue Mar 17 20:34:36 UTC 2020 TEST #34: PASS - Test fv3_stretched starting at Mon Mar 9 14:31:18 UTC 2020 (Stretched grid; compare against previous baseline) - Mon Mar 9 14:31:18 UTC 2020 + Test fv3_stretched starting at Tue Mar 17 20:45:21 UTC 2020 (Stretched grid; compare against previous baseline) + Tue Mar 17 20:45:21 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1766,11 +1764,11 @@ TEST #34: PASS RESTART/sfc_data.tile4.nc: bit-for-bit identical RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical - TEST PASSED AT Mon Mar 9 14:35:34 UTC 2020 + TEST PASSED AT Tue Mar 17 20:49:43 UTC 2020 TEST #35: PASS - Test fv3_wrtGauss_nemsio_c192 starting at Mon Mar 9 14:20:43 UTC 2020 (Compare c192 FV3 Gaussian grid nemsio output results with previous trunk version) - Mon Mar 9 14:20:43 UTC 2020 + Test fv3_wrtGauss_nemsio_c192 starting at Tue Mar 17 20:32:01 UTC 2020 (Compare c192 FV3 Gaussian grid nemsio output results with previous trunk version) + Tue Mar 17 20:32:01 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1815,13 +1813,13 @@ TEST #35: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 54ccec887066ee3689f34a00778b29f1 - Actual md5sum: 54ccec887066ee3689f34a00778b29f1 - TEST PASSED AT Mon Mar 9 14:23:11 UTC 2020 + Expected md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + Actual md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + TEST PASSED AT Tue Mar 17 20:35:44 UTC 2020 TEST #36: PASS - Test fv3_csawmgshoc starting at Mon Mar 9 14:20:42 UTC 2020 (Compare FV3 with CSAW MG2 and SHOC results with previous trunk version) - Mon Mar 9 14:20:42 UTC 2020 + Test fv3_csawmgshoc starting at Tue Mar 17 20:32:17 UTC 2020 (Compare FV3 with CSAW MG2 and SHOC results with previous trunk version) + Tue Mar 17 20:32:17 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1866,13 +1864,13 @@ TEST #36: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 54ccec887066ee3689f34a00778b29f1 - Actual md5sum: 54ccec887066ee3689f34a00778b29f1 - TEST PASSED AT Mon Mar 9 14:23:04 UTC 2020 + Expected md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + Actual md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + TEST PASSED AT Tue Mar 17 20:35:53 UTC 2020 TEST #37: PASS - Test fv3_rasmgshoc starting at Mon Mar 9 14:20:44 UTC 2020 (Compare FV3 with RAS MG2 and SHOC results with previous trunk version) - Mon Mar 9 14:20:44 UTC 2020 + Test fv3_rasmgshoc starting at Tue Mar 17 20:32:16 UTC 2020 (Compare FV3 with RAS MG2 and SHOC results with previous trunk version) + Tue Mar 17 20:32:16 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1917,10 +1915,10 @@ TEST #37: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 54ccec887066ee3689f34a00778b29f1 - Actual md5sum: 54ccec887066ee3689f34a00778b29f1 - TEST PASSED AT Mon Mar 9 14:23:09 UTC 2020 -WORKFLOW REPORT AT Mon Mar 9 14:52:25 2020 (+1583765545) + Expected md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + Actual md5sum: f653d6292f0c2ef97b2bd4a7696d3a05 + TEST PASSED AT Tue Mar 17 20:35:55 UTC 2020 +WORKFLOW REPORT AT Tue Mar 17 21:07:53 2020 (+1584479273) Tests: 0 failed, 37 passed out of 37 Builds: 0 failed, 5 passed out of 5 REGRESSION TEST WAS SUCCESSFUL From 458b9e1fcb5f374af59154274cf67a0002b0cd48 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 18 Mar 2020 06:25:20 -0600 Subject: [PATCH 84/89] Regression test logs for wcoss_cray using rt.sh and NEMSCompsetRun --- log/report-wcoss.cray-log/build_fv3.exe.log | 1032 +- .../build_fv3_32bit.exe.log | 1064 +- .../build_fv3_appbuilder.exe.log | 932 +- .../build_fv3_ww3.exe.log | 1244 +- log/report-wcoss.cray-log/rtreport.txt | 320 +- tests/Compile_wcoss_cray.log | 11232 +++++++--------- tests/RegressionTests_wcoss_cray.log | 134 +- 7 files changed, 6906 insertions(+), 9052 deletions(-) diff --git a/log/report-wcoss.cray-log/build_fv3.exe.log b/log/report-wcoss.cray-log/build_fv3.exe.log index a9d575d446..be1187e512 100644 --- a/log/report-wcoss.cray-log/build_fv3.exe.log +++ b/log/report-wcoss.cray-log/build_fv3.exe.log @@ -1,17 +1,17 @@ -Mar 9 14:18:18 2020 15868 7 9.1.3 jobSetupStatus: job additionalInfo reservation_id=130300 +Mar 17 20:19:48 2020 24351 7 9.1.3 jobSetupStatus: job additionalInfo reservation_id=229470 + [[ fv3.exe == fv3_ww3.exe ]] + [[ fv3.exe == fv3.exe ]] -+ rm -f /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec/fv3.exe -+ modules=/gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/include/modules.fv3 ++ rm -f /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec/fv3.exe ++ modules=/gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/include/modules.fv3 + BUILD_NR= -+ fv3=/gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec/fv3.exe ++ fv3=/gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec/fv3.exe + MAKE_OPTS=' ' -+ md5=/gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec/fv3.exe.md5 -+ cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/tests/ -+ rm -f /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec/fv3.exe /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/include/modules.fv3 ++ md5=/gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec/fv3.exe.md5 ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/ ++ rm -f /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec/fv3.exe /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/include/modules.fv3 + module load alps ++ /opt/modules/3.2.10.3/bin/modulecmd bash load alps -+ eval CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include ';export' 'CRAY_ALPS_INCLUDE_OPTS;CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_ALPS_POST_LINK_OPTS;CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_LD_LIBRARY_PATH;LOADEDMODULES=xt-lsfhpc/9.1.3:rocoto/1.3.0rc2:emc-utils/1.0.0:alps/5.2.4-2.0502.9822.32.1.ari' ';export' 'LOADEDMODULES;MANPATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/man:/gpfs/slsf/xt-lsfhpc/9.1/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man' ';export' 'MANPATH;PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/gpfs/hps3/emc/hwrf/noscrub/soft/emc-utils/bin:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/u/Jun.Wang/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:.:/gpfs/gd1/emc/global/save/Jun.Wang:/gpfs/gd1/emc/nems/save/Jun.Wang:/gpfs/gd1/emc/global/save/Jun.Wang/CCS/grdscr:/usrx/local/intel/mkl/lib/intel64:/nwprod/util/exec:/u/Jun.Wang/bin/nemsio_util:/gpfs/hps/nco/ops/nwprod/grib_util.v1.0.2:/u/Jun.Wang/bin/wgrib2/grib2/wgrib2' ';export' 'PATH;PE_PRODUCT_LIST=CRAY_ALPS' ';export' 'PE_PRODUCT_LIST;PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH;_LMFILES_=/opt/modulefiles/xt-lsfhpc/9.1.3:/usrx/local/emc_rocoto/modulefiles/rocoto/1.3.0rc2:/gpfs/hps3/emc/hwrf/noscrub/soft/modulefiles/emc-utils/1.0.0:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari' ';export' '_LMFILES_;' ++ eval CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include ';export' 'CRAY_ALPS_INCLUDE_OPTS;CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_ALPS_POST_LINK_OPTS;CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_LD_LIBRARY_PATH;LOADEDMODULES=xt-lsfhpc/9.1.3:rocoto/1.3.0rc2:emc-utils/1.0.0:alps/5.2.4-2.0502.9822.32.1.ari' ';export' 'LOADEDMODULES;MANPATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/man:/gpfs/slsf/xt-lsfhpc/9.1/man:/usrx/local/dev/NetCDF/4.2/intel/sandybridge/share/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man' ';export' 'MANPATH;PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/gpfs/hps3/emc/hwrf/noscrub/soft/emc-utils/bin:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/usrx/local/dev/NetCDF/4.2/intel/sandybridge/bin:/gpfs/hps3/emc/da/noscrub/Rahul.Mahajan/EXT/anaconda/bin:/gpfs/hps3/emc/da/noscrub/Rahul.Mahajan/EXT/anaconda/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/usrx/local/emc_rocoto/1.2.3/bin' ';export' 'PATH;PE_PRODUCT_LIST=CRAY_ALPS' ';export' 'PE_PRODUCT_LIST;PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH;_LMFILES_=/opt/modulefiles/xt-lsfhpc/9.1.3:/usrx/local/emc_rocoto/modulefiles/rocoto/1.3.0rc2:/gpfs/hps3/emc/hwrf/noscrub/soft/modulefiles/emc-utils/1.0.0:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari' ';export' '_LMFILES_;' ++ CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include ++ export CRAY_ALPS_INCLUDE_OPTS ++ CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64 @@ -20,9 +20,9 @@ Mar 9 14:18:18 2020 15868 7 9.1.3 jobSetupStatus: job additionalInfo reservatio ++ export CRAY_LD_LIBRARY_PATH ++ LOADEDMODULES=xt-lsfhpc/9.1.3:rocoto/1.3.0rc2:emc-utils/1.0.0:alps/5.2.4-2.0502.9822.32.1.ari ++ export LOADEDMODULES -++ MANPATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/man:/gpfs/slsf/xt-lsfhpc/9.1/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man +++ MANPATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/man:/gpfs/slsf/xt-lsfhpc/9.1/man:/usrx/local/dev/NetCDF/4.2/intel/sandybridge/share/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man ++ export MANPATH -++ PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/gpfs/hps3/emc/hwrf/noscrub/soft/emc-utils/bin:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/u/Jun.Wang/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:.:/gpfs/gd1/emc/global/save/Jun.Wang:/gpfs/gd1/emc/nems/save/Jun.Wang:/gpfs/gd1/emc/global/save/Jun.Wang/CCS/grdscr:/usrx/local/intel/mkl/lib/intel64:/nwprod/util/exec:/u/Jun.Wang/bin/nemsio_util:/gpfs/hps/nco/ops/nwprod/grib_util.v1.0.2:/u/Jun.Wang/bin/wgrib2/grib2/wgrib2 +++ PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/gpfs/hps3/emc/hwrf/noscrub/soft/emc-utils/bin:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/usrx/local/dev/NetCDF/4.2/intel/sandybridge/bin:/gpfs/hps3/emc/da/noscrub/Rahul.Mahajan/EXT/anaconda/bin:/gpfs/hps3/emc/da/noscrub/Rahul.Mahajan/EXT/anaconda/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/usrx/local/emc_rocoto/1.2.3/bin ++ export PATH ++ PE_PRODUCT_LIST=CRAY_ALPS ++ export PE_PRODUCT_LIST @@ -35,11 +35,11 @@ Mar 9 14:18:18 2020 15868 7 9.1.3 jobSetupStatus: job additionalInfo reservatio + [[ wcoss.cray == wcoss.cray ]] ++ echo wcoss.cray ++ sed 's,\.,_,g' -+ aprun -n 1 -j 1 -N 1 -d 24 ./compile.sh /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 wcoss_cray ++ aprun -n 1 -j 1 -N 1 -d 24 ./compile.sh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 wcoss_cray + SECONDS=0 + [[ 2 -lt 2 ]] -+ readonly PATHTR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -+ PATHTR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 ++ readonly PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 ++ PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 + readonly BUILD_TARGET=wcoss_cray + BUILD_TARGET=wcoss_cray + readonly MAKE_OPT= @@ -51,7 +51,7 @@ Mar 9 14:18:18 2020 15868 7 9.1.3 jobSetupStatus: job additionalInfo reservatio + readonly clean_after=YES + clean_after=YES + hostname -nid01627 +nid00044 + echo 'Compiling into fv3.exe on wcoss_cray' + gnu_make=gmake Compiling into fv3.exe on wcoss_cray @@ -66,7 +66,7 @@ Using $MAKE_THREADS=8 threads to build FV3 and FMS. Consider reducing $MAKE_THREADS if you hit memory or process limits. + echo Consider reducing '$MAKE_THREADS' if you hit memory or process limits. + gnu_make='gmake -j 8' -+ cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../NEMS ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../NEMS + COMPONENTS=FMS,FV3 + [[ '' == *\C\C\P\P\=\Y* ]] + [[ '' == *\W\W\3\=\Y* ]] @@ -78,164 +78,164 @@ Consider reducing $MAKE_THREADS if you hit memory or process limits. + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_cray FV3_MAKEOPT= NEMS_BUILDOPT= distclean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs ; \ exec gmake -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' -rm -rf /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' +rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... makefile:67: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/modules.fv3 +rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +if ! test -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ - cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ + cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -FMS: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' +FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test_results.mk +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/components.mk +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test_results.mk + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_cray FV3_MAKEOPT= NEMS_BUILDOPT= build Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/modulefiles/wcoss_cray/fv3 /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems -set -xe ; cp "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems" "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/tests/modules.fv3" -+ cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/tests/modules.fv3 -cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/conf/configure.fv3.wcoss_cray /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/externals.nems -cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ - echo 'module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf' ; \ - echo 'module load modules.nems' ) > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ - echo 'module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf' ; \ - echo 'module load modules.nems' ) > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS' +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray/fv3 /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems +set -xe ; cp "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems" "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/modules.fv3" ++ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/modules.fv3 +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/conf/configure.fv3.wcoss_cray /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/externals.nems +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ESMFVersionDefine.h +( echo '. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ + echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf' ; \ + echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ + echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf' ; \ + echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems.csh" +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +gmake -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ - ) > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS' -. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs ; \ + ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk" +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS' +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs ; \ exec gmake all Currently Loaded Modulefiles: 1) craype-network-aries @@ -273,10 +273,10 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' Building dependencies ... -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o @@ -288,19 +288,19 @@ ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DG Using 8-byte addressing Using pure routines. Using allocatable derived type array members. -Using cray pointers. Using 8-byte addressing +Using cray pointers. Using pure routines. Using allocatable derived type array members. Using cray pointers. Using 8-byte addressing +Using 8-byte addressing Using pure routines. Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +Using cray pointers. Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -417,11 +417,11 @@ ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DG ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -432,12 +432,12 @@ ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DG ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o @@ -567,18 +567,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' -test -d /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Compiling into /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL on wcoss_cray -cp -fp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3"/conf/modules.fv3 -. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss_cray FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL nemsinstall +mkdir -p "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL" +mv fms.mk "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL"/. +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' +test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL +Compiling into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL on wcoss_cray +cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems \ + "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3"/conf/configure.fv3 +cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems \ + "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3"/conf/modules.fv3 +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 ; \ + exec gmake COMP=FV3 COMP_SRCDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss_cray FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL nemsinstall Currently Loaded Modulefiles: 1) craype-network-aries 2) craype/2.3.0 @@ -615,196 +615,196 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' Building dependencies ... -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -gmake -C cpl FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +gmake -C cpl FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' Build standalone FV3 io ... -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cplfields.F90 ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' +gmake -C gfsphysics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... makefile:278: depend: No such file or directory -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -959,49 +959,49 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' -gmake -C ipd FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' +gmake -C ipd FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... makefile:54: depend: No such file or directory -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' -gmake -C io FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' +gmake -C io FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include] -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include] -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c FV3GFS_io.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_internal_state.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_netcdf.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_netcdf_parallel.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.5_4 -c post_gfs.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_wrt_grid_comp.F90 +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c FV3GFS_io.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_internal_state.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_netcdf.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_netcdf_parallel.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.5_4 -c post_gfs.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_wrt_grid_comp.F90 ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o @@ -1014,66 +1014,66 @@ a - module_write_netcdf_parallel.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' +gmake -C atmos_cubed_sphere FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1120,49 +1120,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake -C ../stochastic_physics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1195,14 +1195,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fv3_config.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c time_utils.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c atmos_model.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fcst_grid_comp.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c fv3_cap.F90 +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' +gmake libfv3cap.a FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fv3_config.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c time_utils.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c atmos_model.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fcst_grid_comp.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1210,35 +1210,35 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -gmake esmf_make_fragment FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +gmake esmf_make_fragment FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -Installation into "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL" complete! +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +Installation into "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL" complete! -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -test -d /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL ( \ echo "# Do not edit this file. It is automatically generated." ; \ - echo "# Edit the component list or /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ - echo ; cat "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ - echo fms_mk="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ + echo "# Edit the component list or /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ + echo ; cat "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ + echo fms_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ - for m in /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ + for m in /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ test -s $m ; \ done ; \ - echo build NEMS after /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ - cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src ; \ + echo build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ + cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src ; \ gmake nems \ COMPONENTS="FMS FV3" \ - FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x" ; \ - test -x /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x" ; \ + test -x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x Currently Loaded Modulefiles: 1) craype-network-aries 2) craype/2.3.0 @@ -1275,10 +1275,10 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -build NEMS after /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk Components in linker order: FV3 FMS -FV3: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" @@ -1287,202 +1287,202 @@ CPPFLAGS += ESMF_VERSION_MINOR="0" CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_REVISION="0" -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' cc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:29:38 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 20:32:02 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o `module_NEMS_UTILS.tmp.o' -> `module_NEMS_UTILS.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:29:38 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 20:32:02 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o `module_MEDIATOR_methods.tmp.o' -> `module_MEDIATOR_methods.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:29:38 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 20:32:02 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o `module_MEDIATOR.tmp.o' -> `module_MEDIATOR.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:29:38 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 20:32:02 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o `module_MEDIATOR_SpaceWeather.tmp.o' -> `module_MEDIATOR_SpaceWeather.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:29:38 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 20:32:02 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o `module_EARTH_INTERNAL_STATE.tmp.o' -> `module_EARTH_INTERNAL_STATE.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:29:38 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 20:32:02 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o `module_EARTH_GRID_COMP.tmp.o' -> `module_EARTH_GRID_COMP.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:29:38 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 20:32:02 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o `module_NEMS_INTERNAL_STATE.tmp.o' -> `module_NEMS_INTERNAL_STATE.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:29:38 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 20:32:02 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o `module_NEMS_GRID_COMP.tmp.o' -> `module_NEMS_GRID_COMP.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:29:38 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 20:32:02 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o `module_NEMS_Rusage.tmp.o' -> `module_NEMS_Rusage.o' cc -c nems_c_rusage.c -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:29:38 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 20:32:02 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o `MAIN_NEMS.tmp.o' -> `MAIN_NEMS.o' echo libgocart is libgocart is -echo extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/prod/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/prod/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ftn -o /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/prod/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz +echo extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz +extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz +ftn -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz /opt/cray/hdf5/1.8.14/INTEL/14.0/lib/libhdf5.a(H5PL.o): In function `H5PL_load': H5PL.c:(.text+0x3b7): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /usrx/local/prod/jasper/1.900.1/gnu/sandybridge/sorc/jasper-1.900.1/src/libjasper/base/jas_stream.c:368: warning: the use of `tmpnam' is dangerous, better use `mkstemp' /gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/libesmf.a(ESMCI_VMKernel.o): In function `ESMCI::socketClient()': ESMCI_VMKernel.C:(.text+0x14ad1): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -set -xe ; cp "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x" "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/tests/fv3.exe" -+ cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/tests/fv3.exe +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x is created. +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' +set -xe ; cp "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x" "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/fv3.exe" ++ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/fv3.exe + '[' YES = YES ']' + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_cray FV3_MAKEOPT= NEMS_BUILDOPT= clean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs ; \ exec gmake -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... makefile:67: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/modules.fv3 -if ! test -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/modules.fv3 +if ! test -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ - cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ + cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -GNUmakefile:70: /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -GNUmakefile:70: /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -FV3: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -FMS: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' +FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -+ elapsed=788 -+ echo 'Elapsed time 788 seconds. Compiling finished' -Elapsed time 788 seconds. Compiling finished -Application 2328839 resources: utime ~971s, stime ~79s, Rss ~2179264, inblocks ~268310455, outblocks ~1405132 -+ mkdir -p /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/include -+ cp -fp ./fv3.exe /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec/fv3.exe -+ cp -fp ./modules.fv3 /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/include/modules.fv3 +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' ++ elapsed=859 ++ echo 'Elapsed time 859 seconds. Compiling finished' +Elapsed time 859 seconds. Compiling finished +Application 3920059 resources: utime ~945s, stime ~85s, Rss ~2182020, inblocks ~268284248, outblocks ~1405050 ++ mkdir -p /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/include ++ cp -fp ./fv3.exe /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec/fv3.exe ++ cp -fp ./modules.fv3 /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/include/modules.fv3 + md5sum ./fv3.exe + unset modules + unset BUILD_NR @@ -1491,83 +1491,83 @@ Application 2328839 resources: utime ~971s, stime ~79s, Rss ~2179264, inblocks ~ + unset md5 + set -xe + set -xe -+ test -s /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec/fv3.exe -+ test -x /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec/fv3.exe ++ test -s /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec/fv3.exe ++ test -x /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec/fv3.exe ------------------------------------------------------------ -Sender: LSF System -Subject: Job 401246: in cluster Done - -Job was submitted from host by user in cluster at Mon Mar 9 14:14:23 2020. -Job was executed on host(s) <1*nid01404>, in queue , as user in cluster at Mon Mar 9 14:18:17 2020. - <24*nid01627> - was used as the home directory. - was used as the working directory. -Started at Mon Mar 9 14:18:17 2020. -Terminated at Mon Mar 9 14:31:37 2020. -Results reported at Mon Mar 9 14:31:37 2020. +Sender: LSF System +Subject: Job 547965: in cluster Done + +Job was submitted from host by user in cluster at Tue Mar 17 20:19:46 2020. +Job was executed on host(s) <1*nid00252>, in queue , as user in cluster at Tue Mar 17 20:19:47 2020. + <24*nid00044> + was used as the home directory. + was used as the working directory. +Started at Tue Mar 17 20:19:47 2020. +Terminated at Tue Mar 17 20:34:14 2020. +Results reported at Tue Mar 17 20:34:14 2020. Your job looked like: ------------------------------------------------------------ # LSBATCH: User input -/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/sbin/lsfcraywrapper.sh sh -c "cd /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/src ; ./install.sh fv3.exe" +/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/sbin/lsfcraywrapper.sh sh -c "cd /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/src ; ./install.sh fv3.exe" ------------------------------------------------------------ Successfully completed. Resource usage summary: - CPU time : 1.01 sec. - Max Memory : 24 MB - Average Memory : 21.12 MB + CPU time : 0.90 sec. + Max Memory : 25 MB + Average Memory : 20.96 MB Total Requested Memory : 2000.00 MB - Delta Memory : 1976.00 MB + Delta Memory : 1975.00 MB Max Swap : - Max Processes : 5 Max Threads : 6 - Run time : 796 sec. - Turnaround time : 1034 sec. + Run time : 864 sec. + Turnaround time : 868 sec. The output (if any) is above this job summary. -Data collected from /ufs/RUR/output/rur.output.NCEP-ORLANDO@401246 +Data collected from /ufs/RUR/output/rur.output.NCEP-ORLANDO@547965 ------------------------------------------------------------------------ -ALPS Resource Utilization Report (RUR) Summary for LSF Job: 401246 +ALPS Resource Utilization Report (RUR) Summary for LSF Job: 547965 STATUS: - APP START: 2020-03-09:14:18:21 UTC - APP STOP: 2020-03-09:14:31:31 UTC + APP START: 2020-03-17:20:19:51 UTC + APP STOP: 2020-03-17:20:34:11 UTC exit codes: 0 core files: 0 CPU: - stime: 87.932000 s - utime: 976.472000 s + stime: 95.952000 s + utime: 950.312000 s MEMORY: - max_rss: 2128.18 MiB - accumulated max_rss: 2128.18 MiB - active(anon): 25.54 MiB - active(file): 1.42 MiB - inactive(anon): .60 MiB - inactive(file): 7.55 MiB - majfaults: 861 - minfaults: 23477460 + max_rss: 2130.87 MiB + accumulated max_rss: 2130.87 MiB + active(anon): 21.80 MiB + active(file): 1.47 MiB + inactive(anon): 2.44 MiB + inactive(file): 7.73 MiB + majfaults: 1212 + minfaults: 23710736 pageswpcnt: 0 I/O: - rcalls: 4899441 - wcalls: 65365 - rchar: 131013.71 MiB - wchar: 686.93 MiB - bkiowait: 2.4295482960 s + rcalls: 4896535 + wcalls: 65351 + rchar: 131000.71 MiB + wchar: 686.90 MiB + bkiowait: 5.0103415940 s diff --git a/log/report-wcoss.cray-log/build_fv3_32bit.exe.log b/log/report-wcoss.cray-log/build_fv3_32bit.exe.log index 483753d6c8..ad40c6db2a 100644 --- a/log/report-wcoss.cray-log/build_fv3_32bit.exe.log +++ b/log/report-wcoss.cray-log/build_fv3_32bit.exe.log @@ -1,18 +1,18 @@ -Mar 9 14:33:16 2020 29559 7 9.1.3 jobSetupStatus: job additionalInfo reservation_id=130431 +Mar 17 20:35:14 2020 42587 7 9.1.3 jobSetupStatus: job additionalInfo reservation_id=229568 + [[ fv3_32bit.exe == fv3_ww3.exe ]] + [[ fv3_32bit.exe == fv3.exe ]] + [[ fv3_32bit.exe == fv3_32bit.exe ]] -+ rm -f /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec/fv3_32bit.exe -+ modules=/gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/include/modules.fv3_32bit ++ rm -f /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec/fv3_32bit.exe ++ modules=/gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/include/modules.fv3_32bit + BUILD_NR= -+ fv3=/gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec/fv3_32bit.exe ++ fv3=/gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec/fv3_32bit.exe + MAKE_OPTS=32BIT=Y -+ md5=/gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec/fv3_32bit.exe.md5 -+ cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/tests/ -+ rm -f /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec/fv3_32bit.exe /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/include/modules.fv3_32bit ++ md5=/gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec/fv3_32bit.exe.md5 ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/ ++ rm -f /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec/fv3_32bit.exe /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/include/modules.fv3_32bit + module load alps ++ /opt/modules/3.2.10.3/bin/modulecmd bash load alps -+ eval CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include ';export' 'CRAY_ALPS_INCLUDE_OPTS;CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_ALPS_POST_LINK_OPTS;CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_LD_LIBRARY_PATH;LOADEDMODULES=xt-lsfhpc/9.1.3:rocoto/1.3.0rc2:emc-utils/1.0.0:alps/5.2.4-2.0502.9822.32.1.ari' ';export' 'LOADEDMODULES;MANPATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/man:/gpfs/slsf/xt-lsfhpc/9.1/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man' ';export' 'MANPATH;PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/gpfs/hps3/emc/hwrf/noscrub/soft/emc-utils/bin:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/u/Jun.Wang/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:.:/gpfs/gd1/emc/global/save/Jun.Wang:/gpfs/gd1/emc/nems/save/Jun.Wang:/gpfs/gd1/emc/global/save/Jun.Wang/CCS/grdscr:/usrx/local/intel/mkl/lib/intel64:/nwprod/util/exec:/u/Jun.Wang/bin/nemsio_util:/gpfs/hps/nco/ops/nwprod/grib_util.v1.0.2:/u/Jun.Wang/bin/wgrib2/grib2/wgrib2' ';export' 'PATH;PE_PRODUCT_LIST=CRAY_ALPS' ';export' 'PE_PRODUCT_LIST;PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH;_LMFILES_=/opt/modulefiles/xt-lsfhpc/9.1.3:/usrx/local/emc_rocoto/modulefiles/rocoto/1.3.0rc2:/gpfs/hps3/emc/hwrf/noscrub/soft/modulefiles/emc-utils/1.0.0:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari' ';export' '_LMFILES_;' ++ eval CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include ';export' 'CRAY_ALPS_INCLUDE_OPTS;CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_ALPS_POST_LINK_OPTS;CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_LD_LIBRARY_PATH;LOADEDMODULES=xt-lsfhpc/9.1.3:rocoto/1.3.0rc2:emc-utils/1.0.0:alps/5.2.4-2.0502.9822.32.1.ari' ';export' 'LOADEDMODULES;MANPATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/man:/gpfs/slsf/xt-lsfhpc/9.1/man:/usrx/local/dev/NetCDF/4.2/intel/sandybridge/share/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man' ';export' 'MANPATH;PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/gpfs/hps3/emc/hwrf/noscrub/soft/emc-utils/bin:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/usrx/local/dev/NetCDF/4.2/intel/sandybridge/bin:/gpfs/hps3/emc/da/noscrub/Rahul.Mahajan/EXT/anaconda/bin:/gpfs/hps3/emc/da/noscrub/Rahul.Mahajan/EXT/anaconda/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/usrx/local/emc_rocoto/1.2.3/bin' ';export' 'PATH;PE_PRODUCT_LIST=CRAY_ALPS' ';export' 'PE_PRODUCT_LIST;PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH;_LMFILES_=/opt/modulefiles/xt-lsfhpc/9.1.3:/usrx/local/emc_rocoto/modulefiles/rocoto/1.3.0rc2:/gpfs/hps3/emc/hwrf/noscrub/soft/modulefiles/emc-utils/1.0.0:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari' ';export' '_LMFILES_;' ++ CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include ++ export CRAY_ALPS_INCLUDE_OPTS ++ CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64 @@ -21,9 +21,9 @@ Mar 9 14:33:16 2020 29559 7 9.1.3 jobSetupStatus: job additionalInfo reservatio ++ export CRAY_LD_LIBRARY_PATH ++ LOADEDMODULES=xt-lsfhpc/9.1.3:rocoto/1.3.0rc2:emc-utils/1.0.0:alps/5.2.4-2.0502.9822.32.1.ari ++ export LOADEDMODULES -++ MANPATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/man:/gpfs/slsf/xt-lsfhpc/9.1/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man +++ MANPATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/man:/gpfs/slsf/xt-lsfhpc/9.1/man:/usrx/local/dev/NetCDF/4.2/intel/sandybridge/share/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man ++ export MANPATH -++ PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/gpfs/hps3/emc/hwrf/noscrub/soft/emc-utils/bin:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/u/Jun.Wang/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:.:/gpfs/gd1/emc/global/save/Jun.Wang:/gpfs/gd1/emc/nems/save/Jun.Wang:/gpfs/gd1/emc/global/save/Jun.Wang/CCS/grdscr:/usrx/local/intel/mkl/lib/intel64:/nwprod/util/exec:/u/Jun.Wang/bin/nemsio_util:/gpfs/hps/nco/ops/nwprod/grib_util.v1.0.2:/u/Jun.Wang/bin/wgrib2/grib2/wgrib2 +++ PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/gpfs/hps3/emc/hwrf/noscrub/soft/emc-utils/bin:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/usrx/local/dev/NetCDF/4.2/intel/sandybridge/bin:/gpfs/hps3/emc/da/noscrub/Rahul.Mahajan/EXT/anaconda/bin:/gpfs/hps3/emc/da/noscrub/Rahul.Mahajan/EXT/anaconda/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/usrx/local/emc_rocoto/1.2.3/bin ++ export PATH ++ PE_PRODUCT_LIST=CRAY_ALPS ++ export PE_PRODUCT_LIST @@ -36,11 +36,11 @@ Mar 9 14:33:16 2020 29559 7 9.1.3 jobSetupStatus: job additionalInfo reservatio + [[ wcoss.cray == wcoss.cray ]] ++ echo wcoss.cray ++ sed 's,\.,_,g' -+ aprun -n 1 -j 1 -N 1 -d 24 ./compile.sh /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 wcoss_cray 32BIT=Y ++ aprun -n 1 -j 1 -N 1 -d 24 ./compile.sh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 wcoss_cray 32BIT=Y + SECONDS=0 + [[ 3 -lt 2 ]] -+ readonly PATHTR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -+ PATHTR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 ++ readonly PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 ++ PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 + readonly BUILD_TARGET=wcoss_cray + BUILD_TARGET=wcoss_cray + readonly MAKE_OPT=32BIT=Y @@ -52,7 +52,7 @@ Mar 9 14:33:16 2020 29559 7 9.1.3 jobSetupStatus: job additionalInfo reservatio + readonly clean_after=YES + clean_after=YES + hostname -nid01111 +nid00550 + echo 'Compiling 32BIT=Y into fv3.exe on wcoss_cray' + gnu_make=gmake Compiling 32BIT=Y into fv3.exe on wcoss_cray @@ -63,11 +63,11 @@ Compiling 32BIT=Y into fv3.exe on wcoss_cray + MAKE_THREADS=8 + [[ 8 -gt 1 ]] + echo Using '$MAKE_THREADS=8' threads to build FV3 and FMS. +Using $MAKE_THREADS=8 threads to build FV3 and FMS. + echo Consider reducing '$MAKE_THREADS' if you hit memory or process limits. + gnu_make='gmake -j 8' -Using $MAKE_THREADS=8 threads to build FV3 and FMS. Consider reducing $MAKE_THREADS if you hit memory or process limits. -+ cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../NEMS ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../NEMS + COMPONENTS=FMS,FV3 + [[ 32BIT=Y == *\C\C\P\P\=\Y* ]] + [[ 32BIT=Y == *\W\W\3\=\Y* ]] @@ -79,13 +79,13 @@ Consider reducing $MAKE_THREADS if you hit memory or process limits. + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_cray FV3_MAKEOPT=32BIT=Y NEMS_BUILDOPT= distclean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs ; \ exec gmake 32BIT=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -96,13 +96,13 @@ ls: cannot access */*.a: No such file or directory ls: cannot access */*.o: No such file or directory ls: cannot access */*.mod: No such file or directory ls: cannot access */depend: No such file or directory -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' -rm -rf /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' +rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) @@ -110,158 +110,158 @@ Cleaning ... Build standalone FV3 gfsphysics ... makefile:278: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... makefile:67: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... makefile:54: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... makefile:86: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/modules.fv3 +rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +if ! test -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ - cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ + cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -FMS: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' +FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test_results.mk +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/components.mk +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test_results.mk + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_cray FV3_MAKEOPT=32BIT=Y NEMS_BUILDOPT= build Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/modulefiles/wcoss_cray/fv3 /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems -set -xe ; cp "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems" "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/tests/modules.fv3" -+ cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/tests/modules.fv3 -cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/conf/configure.fv3.wcoss_cray /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/externals.nems -cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ - echo 'module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf' ; \ - echo 'module load modules.nems' ) > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ - echo 'module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf' ; \ - echo 'module load modules.nems' ) > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS' +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray/fv3 /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems +set -xe ; cp "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems" "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/modules.fv3" ++ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/modules.fv3 +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/conf/configure.fv3.wcoss_cray /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/externals.nems +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ESMFVersionDefine.h +( echo '. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ + echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf' ; \ + echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ + echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf' ; \ + echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems.csh" +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +gmake -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ - ) > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS' -. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs ; \ + ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk" +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS' +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs ; \ exec gmake 32BIT=Y all Currently Loaded Modulefiles: 1) craype-network-aries @@ -299,10 +299,10 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' Building dependencies ... -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o @@ -320,18 +320,18 @@ Using pure routines. Using allocatable derived type array members. Using cray pointers. Using 8-byte addressing -Using 8-byte addressing Using pure routines. -Using pure routines. -Using allocatable derived type array members. Using allocatable derived type array members. Using cray pointers. -Using cray pointers. Using 8-byte addressing Using pure routines. Using allocatable derived type array members. +Using cray pointers. Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. Using cray pointers. +Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. @@ -381,20 +381,20 @@ Using cray pointers. ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.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. -Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. @@ -432,17 +432,21 @@ ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DG ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -451,27 +455,23 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -481,13 +481,13 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -593,18 +593,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' -test -d /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Compiling 32BIT=Y into /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL on wcoss_cray -cp -fp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3"/conf/modules.fv3 -. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss_cray FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL 32BIT=Y nemsinstall +mkdir -p "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL" +mv fms.mk "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL"/. +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' +test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL +Compiling 32BIT=Y into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL on wcoss_cray +cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems \ + "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3"/conf/configure.fv3 +cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems \ + "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3"/conf/modules.fv3 +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 ; \ + exec gmake COMP=FV3 COMP_SRCDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss_cray FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL 32BIT=Y nemsinstall Currently Loaded Modulefiles: 1) craype-network-aries 2) craype/2.3.0 @@ -641,196 +641,196 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' Building dependencies ... -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -gmake -C cpl FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +gmake -C cpl FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' Build standalone FV3 io ... -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cplfields.F90 ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' +gmake -C gfsphysics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... makefile:278: depend: No such file or directory -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -985,49 +985,49 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' -gmake -C ipd FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' +gmake -C ipd FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' -gmake -C io FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' +gmake -C io FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include] -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include] -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c FV3GFS_io.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_internal_state.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_netcdf.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_netcdf_parallel.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.5_4 -c post_gfs.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_wrt_grid_comp.F90 +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c FV3GFS_io.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_internal_state.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_netcdf.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_netcdf_parallel.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.5_4 -c post_gfs.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_wrt_grid_comp.F90 ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o @@ -1040,66 +1040,66 @@ a - module_write_netcdf_parallel.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' +gmake -C atmos_cubed_sphere FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1146,49 +1146,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake -C ../stochastic_physics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... makefile:86: depend: No such file or directory -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1221,14 +1221,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fv3_config.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c time_utils.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c atmos_model.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fcst_grid_comp.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c fv3_cap.F90 +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' +gmake libfv3cap.a FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fv3_config.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c time_utils.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c atmos_model.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fcst_grid_comp.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1236,35 +1236,35 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -gmake esmf_make_fragment FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +gmake esmf_make_fragment FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -Installation into "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL" complete! +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +Installation into "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL" complete! -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -test -d /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL ( \ echo "# Do not edit this file. It is automatically generated." ; \ - echo "# Edit the component list or /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ - echo ; cat "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ - echo fms_mk="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ + echo "# Edit the component list or /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ + echo ; cat "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ + echo fms_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ - for m in /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ + for m in /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ test -s $m ; \ done ; \ - echo build NEMS after /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ - cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src ; \ + echo build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ + cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src ; \ gmake nems \ COMPONENTS="FMS FV3" \ - FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x" ; \ - test -x /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x" ; \ + test -x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x Currently Loaded Modulefiles: 1) craype-network-aries 2) craype/2.3.0 @@ -1301,10 +1301,10 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -build NEMS after /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk Components in linker order: FV3 FMS -FV3: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" @@ -1313,202 +1313,202 @@ CPPFLAGS += ESMF_VERSION_MINOR="0" CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_REVISION="0" -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' cc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:44:28 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 20:46:10 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o `module_NEMS_UTILS.tmp.o' -> `module_NEMS_UTILS.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:44:28 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 20:46:10 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o `module_MEDIATOR_methods.tmp.o' -> `module_MEDIATOR_methods.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:44:28 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 20:46:10 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o `module_MEDIATOR.tmp.o' -> `module_MEDIATOR.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:44:28 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 20:46:10 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o `module_MEDIATOR_SpaceWeather.tmp.o' -> `module_MEDIATOR_SpaceWeather.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:44:28 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 20:46:10 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o `module_EARTH_INTERNAL_STATE.tmp.o' -> `module_EARTH_INTERNAL_STATE.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:44:28 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 20:46:10 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o `module_EARTH_GRID_COMP.tmp.o' -> `module_EARTH_GRID_COMP.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:44:28 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 20:46:10 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o `module_NEMS_INTERNAL_STATE.tmp.o' -> `module_NEMS_INTERNAL_STATE.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:44:28 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 20:46:10 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o `module_NEMS_GRID_COMP.tmp.o' -> `module_NEMS_GRID_COMP.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:44:28 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 20:46:10 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o `module_NEMS_Rusage.tmp.o' -> `module_NEMS_Rusage.o' cc -c nems_c_rusage.c -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:44:28 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 20:46:10 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o `MAIN_NEMS.tmp.o' -> `MAIN_NEMS.o' echo libgocart is libgocart is -echo extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/prod/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/prod/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ftn -o /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/prod/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz +echo extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz +extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz +ftn -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz /opt/cray/hdf5/1.8.14/INTEL/14.0/lib/libhdf5.a(H5PL.o): In function `H5PL_load': H5PL.c:(.text+0x3b7): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /usrx/local/prod/jasper/1.900.1/gnu/sandybridge/sorc/jasper-1.900.1/src/libjasper/base/jas_stream.c:368: warning: the use of `tmpnam' is dangerous, better use `mkstemp' /gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/libesmf.a(ESMCI_VMKernel.o): In function `ESMCI::socketClient()': ESMCI_VMKernel.C:(.text+0x14ad1): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -set -xe ; cp "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x" "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/tests/fv3.exe" -+ cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/tests/fv3.exe +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x is created. +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' +set -xe ; cp "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x" "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/fv3.exe" ++ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/fv3.exe + '[' YES = YES ']' + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_cray FV3_MAKEOPT=32BIT=Y NEMS_BUILDOPT= clean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs ; \ exec gmake 32BIT=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... makefile:67: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/modules.fv3 -if ! test -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/modules.fv3 +if ! test -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ - cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ + cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -GNUmakefile:70: /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -GNUmakefile:70: /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -FV3: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -FMS: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +gmake[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' +FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' -+ elapsed=792 -+ echo 'Elapsed time 792 seconds. Compiling 32BIT=Y finished' -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -Elapsed time 792 seconds. Compiling 32BIT=Y finished -Application 2333074 resources: utime ~972s, stime ~78s, Rss ~2179264, inblocks ~267930581, outblocks ~1450007 -+ mkdir -p /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/include -+ cp -fp ./fv3.exe /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec/fv3_32bit.exe -+ cp -fp ./modules.fv3 /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/include/modules.fv3_32bit +gmake[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' ++ elapsed=805 ++ echo 'Elapsed time 805 seconds. Compiling 32BIT=Y finished' +Elapsed time 805 seconds. Compiling 32BIT=Y finished +Application 3922096 resources: utime ~941s, stime ~83s, Rss ~2182020, inblocks ~267928719, outblocks ~1449918 ++ mkdir -p /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/include ++ cp -fp ./fv3.exe /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec/fv3_32bit.exe ++ cp -fp ./modules.fv3 /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/include/modules.fv3_32bit + md5sum ./fv3.exe + unset modules + unset BUILD_NR @@ -1517,83 +1517,83 @@ Application 2333074 resources: utime ~972s, stime ~78s, Rss ~2179264, inblocks ~ + unset md5 + set -xe + set -xe -+ test -s /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec/fv3_32bit.exe -+ test -x /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec/fv3_32bit.exe ++ test -s /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec/fv3_32bit.exe ++ test -x /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec/fv3_32bit.exe ------------------------------------------------------------ -Sender: LSF System -Subject: Job 401489: in cluster Done - -Job was submitted from host by user in cluster at Mon Mar 9 14:33:13 2020. -Job was executed on host(s) <1*nid00508>, in queue , as user in cluster at Mon Mar 9 14:33:14 2020. - <24*nid01111> - was used as the home directory. - was used as the working directory. -Started at Mon Mar 9 14:33:14 2020. -Terminated at Mon Mar 9 14:46:36 2020. -Results reported at Mon Mar 9 14:46:36 2020. +Sender: LSF System +Subject: Job 548122: in cluster Done + +Job was submitted from host by user in cluster at Tue Mar 17 20:35:12 2020. +Job was executed on host(s) <1*nid01212>, in queue , as user in cluster at Tue Mar 17 20:35:13 2020. + <24*nid00550> + was used as the home directory. + was used as the working directory. +Started at Tue Mar 17 20:35:13 2020. +Terminated at Tue Mar 17 20:48:47 2020. +Results reported at Tue Mar 17 20:48:47 2020. Your job looked like: ------------------------------------------------------------ # LSBATCH: User input -/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/sbin/lsfcraywrapper.sh sh -c "cd /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/src ; ./install.sh fv3_32bit.exe" +/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/sbin/lsfcraywrapper.sh sh -c "cd /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/src ; ./install.sh fv3_32bit.exe" ------------------------------------------------------------ Successfully completed. Resource usage summary: - CPU time : 1.04 sec. + CPU time : 0.88 sec. Max Memory : 25 MB - Average Memory : 20.16 MB + Average Memory : 21.00 MB Total Requested Memory : 2000.00 MB Delta Memory : 1975.00 MB Max Swap : - Max Processes : 5 Max Threads : 6 - Run time : 799 sec. - Turnaround time : 803 sec. + Run time : 811 sec. + Turnaround time : 815 sec. The output (if any) is above this job summary. -Data collected from /ufs/RUR/output/rur.output.NCEP-ORLANDO@401489 +Data collected from /ufs/RUR/output/rur.output.NCEP-ORLANDO@548122 ------------------------------------------------------------------------ -ALPS Resource Utilization Report (RUR) Summary for LSF Job: 401489 +ALPS Resource Utilization Report (RUR) Summary for LSF Job: 548122 STATUS: - APP START: 2020-03-09:14:33:19 UTC - APP STOP: 2020-03-09:14:46:33 UTC + APP START: 2020-03-17:20:35:17 UTC + APP STOP: 2020-03-17:20:48:44 UTC exit codes: 0 core files: 0 CPU: - stime: 86.216000 s - utime: 977.552000 s + stime: 93.704000 s + utime: 946.776000 s MEMORY: - max_rss: 2128.18 MiB - accumulated max_rss: 2128.18 MiB - active(anon): 28.98 MiB + max_rss: 2130.87 MiB + accumulated max_rss: 2130.87 MiB + active(anon): 25.39 MiB active(file): 1.35 MiB - inactive(anon): .97 MiB - inactive(file): 8.08 MiB - majfaults: 1025 - minfaults: 23664220 + inactive(anon): .63 MiB + inactive(file): 7.23 MiB + majfaults: 1193 + minfaults: 23888754 pageswpcnt: 0 I/O: - rcalls: 4925912 - wcalls: 65877 - rchar: 130828.22 MiB - wchar: 708.84 MiB - bkiowait: 1.5719455760 s + rcalls: 4937924 + wcalls: 65853 + rchar: 130827.10 MiB + wchar: 708.80 MiB + bkiowait: 1.4598421900 s diff --git a/log/report-wcoss.cray-log/build_fv3_appbuilder.exe.log b/log/report-wcoss.cray-log/build_fv3_appbuilder.exe.log index 1f4c29998f..cefe06897e 100644 --- a/log/report-wcoss.cray-log/build_fv3_appbuilder.exe.log +++ b/log/report-wcoss.cray-log/build_fv3_appbuilder.exe.log @@ -1,17 +1,17 @@ -Mar 9 14:49:56 2020 6408 7 9.1.3 jobSetupStatus: job additionalInfo reservation_id=130558 +Mar 17 20:48:58 2020 25751 7 9.1.3 jobSetupStatus: job additionalInfo reservation_id=229707 + [[ fv3_appbuilder.exe == fv3_ww3.exe ]] + [[ fv3_appbuilder.exe == fv3.exe ]] + [[ fv3_appbuilder.exe == fv3_32bit.exe ]] + [[ fv3_appbuilder.exe == fv3_appbuilder.exe ]] -+ rm -f /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec/fv3_appbuilder.exe -+ md5sum=/gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec/fv3_appbuilder.exe.md5 ++ rm -f /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec/fv3_appbuilder.exe ++ md5sum=/gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec/fv3_appbuilder.exe.md5 + OPTS=app=standaloneFV3 -+ mkdir -p /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/include -+ rm -f /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec/fv3_appbuilder.exe /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/include/modules_appbuilder.fv3 -+ cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model ++ mkdir -p /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/include ++ rm -f /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec/fv3_appbuilder.exe /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/include/modules_appbuilder.fv3 ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model + module load alps ++ /opt/modules/3.2.10.3/bin/modulecmd bash load alps -+ eval CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include ';export' 'CRAY_ALPS_INCLUDE_OPTS;CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_ALPS_POST_LINK_OPTS;CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_LD_LIBRARY_PATH;LOADEDMODULES=xt-lsfhpc/9.1.3:rocoto/1.3.0rc2:emc-utils/1.0.0:alps/5.2.4-2.0502.9822.32.1.ari' ';export' 'LOADEDMODULES;MANPATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/man:/gpfs/slsf/xt-lsfhpc/9.1/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man' ';export' 'MANPATH;PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/gpfs/hps3/emc/hwrf/noscrub/soft/emc-utils/bin:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/u/Jun.Wang/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:.:/gpfs/gd1/emc/global/save/Jun.Wang:/gpfs/gd1/emc/nems/save/Jun.Wang:/gpfs/gd1/emc/global/save/Jun.Wang/CCS/grdscr:/usrx/local/intel/mkl/lib/intel64:/nwprod/util/exec:/u/Jun.Wang/bin/nemsio_util:/gpfs/hps/nco/ops/nwprod/grib_util.v1.0.2:/u/Jun.Wang/bin/wgrib2/grib2/wgrib2' ';export' 'PATH;PE_PRODUCT_LIST=CRAY_ALPS' ';export' 'PE_PRODUCT_LIST;PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH;_LMFILES_=/opt/modulefiles/xt-lsfhpc/9.1.3:/usrx/local/emc_rocoto/modulefiles/rocoto/1.3.0rc2:/gpfs/hps3/emc/hwrf/noscrub/soft/modulefiles/emc-utils/1.0.0:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari' ';export' '_LMFILES_;' ++ eval CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include ';export' 'CRAY_ALPS_INCLUDE_OPTS;CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_ALPS_POST_LINK_OPTS;CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_LD_LIBRARY_PATH;LOADEDMODULES=xt-lsfhpc/9.1.3:rocoto/1.3.0rc2:emc-utils/1.0.0:alps/5.2.4-2.0502.9822.32.1.ari' ';export' 'LOADEDMODULES;MANPATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/man:/gpfs/slsf/xt-lsfhpc/9.1/man:/usrx/local/dev/NetCDF/4.2/intel/sandybridge/share/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man' ';export' 'MANPATH;PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/gpfs/hps3/emc/hwrf/noscrub/soft/emc-utils/bin:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/usrx/local/dev/NetCDF/4.2/intel/sandybridge/bin:/gpfs/hps3/emc/da/noscrub/Rahul.Mahajan/EXT/anaconda/bin:/gpfs/hps3/emc/da/noscrub/Rahul.Mahajan/EXT/anaconda/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/usrx/local/emc_rocoto/1.2.3/bin' ';export' 'PATH;PE_PRODUCT_LIST=CRAY_ALPS' ';export' 'PE_PRODUCT_LIST;PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH;_LMFILES_=/opt/modulefiles/xt-lsfhpc/9.1.3:/usrx/local/emc_rocoto/modulefiles/rocoto/1.3.0rc2:/gpfs/hps3/emc/hwrf/noscrub/soft/modulefiles/emc-utils/1.0.0:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari' ';export' '_LMFILES_;' ++ CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include ++ export CRAY_ALPS_INCLUDE_OPTS ++ CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64 @@ -20,9 +20,9 @@ Mar 9 14:49:56 2020 6408 7 9.1.3 jobSetupStatus: job additionalInfo reservation ++ export CRAY_LD_LIBRARY_PATH ++ LOADEDMODULES=xt-lsfhpc/9.1.3:rocoto/1.3.0rc2:emc-utils/1.0.0:alps/5.2.4-2.0502.9822.32.1.ari ++ export LOADEDMODULES -++ MANPATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/man:/gpfs/slsf/xt-lsfhpc/9.1/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man +++ MANPATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/man:/gpfs/slsf/xt-lsfhpc/9.1/man:/usrx/local/dev/NetCDF/4.2/intel/sandybridge/share/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man ++ export MANPATH -++ PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/gpfs/hps3/emc/hwrf/noscrub/soft/emc-utils/bin:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/u/Jun.Wang/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:.:/gpfs/gd1/emc/global/save/Jun.Wang:/gpfs/gd1/emc/nems/save/Jun.Wang:/gpfs/gd1/emc/global/save/Jun.Wang/CCS/grdscr:/usrx/local/intel/mkl/lib/intel64:/nwprod/util/exec:/u/Jun.Wang/bin/nemsio_util:/gpfs/hps/nco/ops/nwprod/grib_util.v1.0.2:/u/Jun.Wang/bin/wgrib2/grib2/wgrib2 +++ PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/gpfs/hps3/emc/hwrf/noscrub/soft/emc-utils/bin:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/usrx/local/dev/NetCDF/4.2/intel/sandybridge/bin:/gpfs/hps3/emc/da/noscrub/Rahul.Mahajan/EXT/anaconda/bin:/gpfs/hps3/emc/da/noscrub/Rahul.Mahajan/EXT/anaconda/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/usrx/local/emc_rocoto/1.2.3/bin ++ export PATH ++ PE_PRODUCT_LIST=CRAY_ALPS ++ export PE_PRODUCT_LIST @@ -36,16 +36,16 @@ Mar 9 14:49:56 2020 6408 7 9.1.3 jobSetupStatus: job additionalInfo reservation + aprun -n 1 -j 1 -N 1 -d 24 bash -c './NEMS/NEMSAppBuilder rebuild app=standaloneFV3' ls: cannot access ../conf/component_*.mk: No such file or directory NEMSAppBuilder: make app=standaloneFV3 distclean -Convert /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/standaloneFV3.appBuilder -...into /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/standaloneFV3.appBuilder.mk -Include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/standaloneFV3.appBuilder.mk -echo 'FMS FV3' > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/standaloneFV3.appBuilder +...into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/standaloneFV3.appBuilder.mk +Include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/standaloneFV3.appBuilder.mk +echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs ; \ exec make -f makefile.temp.clean clean -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -56,13 +56,13 @@ ls: cannot access */*.a: No such file or directory ls: cannot access */*.o: No such file or directory ls: cannot access */*.mod: No such file or directory ls: cannot access */depend: No such file or directory -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' -rm -rf /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 ; exec make \ +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' +rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 ; exec make \ -k cleanall FMS_DIR=/dev/null -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) @@ -70,157 +70,157 @@ Cleaning ... Build standalone FV3 gfsphysics ... makefile:278: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... makefile:54: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... makefile:86: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/modules.fv3 +rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +if ! test -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ - cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3" \ + cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -GNUmakefile:70: /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -FMS: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' +FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; make clean -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test_results.mk +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/components.mk +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test_results.mk NEMSAppBuilder: make app=standaloneFV3 build -Convert /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/standaloneFV3.appBuilder -...into /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/standaloneFV3.appBuilder.mk -Include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/standaloneFV3.appBuilder.mk -echo 'FMS FV3' > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/standaloneFV3.appBuilder +...into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/standaloneFV3.appBuilder.mk +Include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/standaloneFV3.appBuilder.mk +echo 'FMS FV3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/conf/configure.fv3.wcoss_cray /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/externals.nems -cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/modulefiles/wcoss_cray/fv3 /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems -cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ - echo 'module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf' ; \ - echo 'module load modules.nems' ) > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ - echo 'module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf' ; \ - echo 'module load modules.nems' ) > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -make -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS' +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/conf/configure.fv3.wcoss_cray /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/externals.nems +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray/fv3 /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ESMFVersionDefine.h +( echo '. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ + echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf' ; \ + echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ + echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf' ; \ + echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems.csh" +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +make -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ - ) > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk" -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS' -. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs ; \ + ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk" +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS' +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs ; \ exec make all Currently Loaded Modulefiles: 1) craype-network-aries @@ -258,10 +258,10 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' Building dependencies ... -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o Using 8-byte addressing Using pure routines. @@ -552,18 +552,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL"/. -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' -test -d /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Compiling into /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL on wcoss_cray -cp -fp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3"/conf/modules.fv3 -. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 ; \ - exec make COMP=FV3 COMP_SRCDIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss_cray FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL nemsinstall +mkdir -p "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL" +mv fms.mk "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL"/. +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' +test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL +Compiling into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL on wcoss_cray +cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems \ + "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3"/conf/configure.fv3 +cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems \ + "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3"/conf/modules.fv3 +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 ; \ + exec make COMP=FV3 COMP_SRCDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss_cray FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL nemsinstall Currently Loaded Modulefiles: 1) craype-network-aries 2) craype/2.3.0 @@ -600,196 +600,196 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' Building dependencies ... -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -make -C cpl FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +make -C cpl FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cplfields.F90 ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' -make -C gfsphysics FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' +make -C gfsphysics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... makefile:278: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -944,49 +944,49 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' -make -C ipd FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' +make -C ipd FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... makefile:54: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' -make -C io FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' +make -C io FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include] -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include] -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c FV3GFS_io.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_internal_state.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.5_4 -c post_gfs.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_netcdf.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_netcdf_parallel.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_wrt_grid_comp.F90 +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c FV3GFS_io.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_internal_state.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.5_4 -c post_gfs.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_netcdf.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_netcdf_parallel.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_wrt_grid_comp.F90 ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o @@ -999,66 +999,66 @@ a - module_write_netcdf_parallel.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' -make -C atmos_cubed_sphere FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' +make -C atmos_cubed_sphere FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1105,49 +1105,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' -make -C ../stochastic_physics FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' +make -C ../stochastic_physics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... makefile:86: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1180,14 +1180,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' -make libfv3cap.a FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fv3_config.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c atmos_model.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fcst_grid_comp.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c time_utils.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c fv3_cap.F90 +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' +make libfv3cap.a FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fv3_config.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c atmos_model.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fcst_grid_comp.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c time_utils.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1195,35 +1195,35 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -make esmf_make_fragment FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +make esmf_make_fragment FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -Installation into "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL" complete! +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +Installation into "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL" complete! -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -test -d /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL ( \ echo "# Do not edit this file. It is automatically generated." ; \ - echo "# Edit the component list or /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ - echo ; cat "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ - echo fms_mk="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ + echo "# Edit the component list or /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ + echo ; cat "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ + echo fms_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ - for m in /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ + for m in /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ test -s $m ; \ done ; \ - echo build NEMS after /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ - cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src ; \ + echo build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ + cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src ; \ make nems \ COMPONENTS="FMS FV3" \ - FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x" ; \ - test -x /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x" ; \ + test -x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x Currently Loaded Modulefiles: 1) craype-network-aries 2) craype/2.3.0 @@ -1260,10 +1260,10 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -build NEMS after /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk Components in linker order: FV3 FMS -FV3: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" @@ -1272,106 +1272,106 @@ CPPFLAGS += ESMF_VERSION_MINOR="0" CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_REVISION="0" -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' cd ENS_Cpl && make stub -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' cc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:10:25 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 21:08:51 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o `module_NEMS_UTILS.tmp.o' -> `module_NEMS_UTILS.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:10:25 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 21:08:51 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o `module_MEDIATOR_methods.tmp.o' -> `module_MEDIATOR_methods.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:10:25 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 21:08:51 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o `module_MEDIATOR.tmp.o' -> `module_MEDIATOR.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:10:25 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 21:08:51 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o `module_MEDIATOR_SpaceWeather.tmp.o' -> `module_MEDIATOR_SpaceWeather.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:10:25 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 21:08:51 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o `module_EARTH_INTERNAL_STATE.tmp.o' -> `module_EARTH_INTERNAL_STATE.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:10:25 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 21:08:51 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o `module_EARTH_GRID_COMP.tmp.o' -> `module_EARTH_GRID_COMP.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:10:25 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 21:08:51 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o `module_NEMS_INTERNAL_STATE.tmp.o' -> `module_NEMS_INTERNAL_STATE.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:10:25 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 21:08:51 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o `module_NEMS_GRID_COMP.tmp.o' -> `module_NEMS_GRID_COMP.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:10:25 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 21:08:51 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o `module_NEMS_Rusage.tmp.o' -> `module_NEMS_Rusage.o' cc -c nems_c_rusage.c -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:10:25 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 21:08:51 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o `MAIN_NEMS.tmp.o' -> `MAIN_NEMS.o' echo libgocart is libgocart is -echo extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/prod/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/prod/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ftn -o /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/prod/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz +echo extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz +extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz +ftn -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz /opt/cray/hdf5/1.8.14/INTEL/14.0/lib/libhdf5.a(H5PL.o): In function `H5PL_load': H5PL.c:(.text+0x3b7): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /usrx/local/prod/jasper/1.900.1/gnu/sandybridge/sorc/jasper-1.900.1/src/libjasper/base/jas_stream.c:368: warning: the use of `tmpnam' is dangerous, better use `mkstemp' /gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/libesmf.a(ESMCI_VMKernel.o): In function `ESMCI::socketClient()': ESMCI_VMKernel.C:(.text+0x14ad1): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x is created. -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -Application 2337404 resources: utime ~948s, stime ~62s, Rss ~2179264, inblocks ~268130671, outblocks ~1198047 -+ cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src -+ cp -fp ../exe/NEMS.x /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec/fv3_appbuilder.exe -+ cp -fp conf/modules.nems /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/include/modules_appbuilder.fv3 -+ md5sum /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec/fv3_appbuilder.exe +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x is created. +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' +Application 3923798 resources: utime ~906s, stime ~64s, Rss ~2182020, inblocks ~268121744, outblocks ~1197981 ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src ++ cp -fp ../exe/NEMS.x /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec/fv3_appbuilder.exe ++ cp -fp conf/modules.nems /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/include/modules_appbuilder.fv3 ++ md5sum /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec/fv3_appbuilder.exe + unset md5sum + unset OPTS + set -xe + set -xe -+ test -s /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec/fv3_appbuilder.exe -+ test -x /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec/fv3_appbuilder.exe ++ test -s /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec/fv3_appbuilder.exe ++ test -x /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec/fv3_appbuilder.exe ------------------------------------------------------------ -Sender: LSF System -Subject: Job 401669: in cluster Done - -Job was submitted from host by user in cluster at Mon Mar 9 14:46:59 2020. -Job was executed on host(s) <1*nid00508>, in queue , as user in cluster at Mon Mar 9 14:49:55 2020. - <24*nid01070> - was used as the home directory. - was used as the working directory. -Started at Mon Mar 9 14:49:55 2020. -Terminated at Mon Mar 9 15:12:27 2020. -Results reported at Mon Mar 9 15:12:27 2020. +Sender: LSF System +Subject: Job 548300: in cluster Done + +Job was submitted from host by user in cluster at Tue Mar 17 20:48:56 2020. +Job was executed on host(s) <1*nid00380>, in queue , as user in cluster at Tue Mar 17 20:48:57 2020. + <24*nid00111> + was used as the home directory. + was used as the working directory. +Started at Tue Mar 17 20:48:57 2020. +Terminated at Tue Mar 17 21:10:51 2020. +Results reported at Tue Mar 17 21:10:51 2020. Your job looked like: ------------------------------------------------------------ # LSBATCH: User input -/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/sbin/lsfcraywrapper.sh sh -c "cd /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/src ; ./install.sh fv3_appbuilder.exe" +/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/sbin/lsfcraywrapper.sh sh -c "cd /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/src ; ./install.sh fv3_appbuilder.exe" ------------------------------------------------------------ Successfully completed. Resource usage summary: - CPU time : 0.92 sec. + CPU time : 0.90 sec. Max Memory : 25 MB Average Memory : 21.00 MB Total Requested Memory : 2000.00 MB @@ -1379,48 +1379,48 @@ Resource usage summary: Max Swap : - Max Processes : 5 Max Threads : 6 - Run time : 1349 sec. - Turnaround time : 1528 sec. + Run time : 1312 sec. + Turnaround time : 1315 sec. The output (if any) is above this job summary. -Data collected from /ufs/RUR/output/rur.output.NCEP-ORLANDO@401669 +Data collected from /ufs/RUR/output/rur.output.NCEP-ORLANDO@548300 ------------------------------------------------------------------------ -ALPS Resource Utilization Report (RUR) Summary for LSF Job: 401669 +ALPS Resource Utilization Report (RUR) Summary for LSF Job: 548300 STATUS: - APP START: 2020-03-09:14:49:58 UTC - APP STOP: 2020-03-09:15:12:24 UTC - exit codes: 0 + APP START: 2020-03-17:20:49:01 UTC + APP STOP: 2020-03-17:21:10:48 UTC + exit codes: 0 9 core files: 0 CPU: - stime: 71.492000 s - utime: 952.572000 s + stime: 76.212000 s + utime: 912.024000 s MEMORY: - max_rss: 2128.18 MiB - accumulated max_rss: 2128.18 MiB - active(anon): 28.14 MiB - active(file): 1.35 MiB - inactive(anon): 1.41 MiB - inactive(file): 7.21 MiB - majfaults: 754 - minfaults: 23352556 + max_rss: 2130.87 MiB + accumulated max_rss: 2130.87 MiB + active(anon): 25.10 MiB + active(file): 1.48 MiB + inactive(anon): 2.19 MiB + inactive(file): 7.44 MiB + majfaults: 757 + minfaults: 23585944 pageswpcnt: 0 I/O: - rcalls: 4896416 - wcalls: 64938 - rchar: 130925.56 MiB + rcalls: 4901912 + wcalls: 64971 + rchar: 130920.96 MiB wchar: 585.08 MiB - bkiowait: 1.0764237490 s + bkiowait: 1.2614705200 s diff --git a/log/report-wcoss.cray-log/build_fv3_ww3.exe.log b/log/report-wcoss.cray-log/build_fv3_ww3.exe.log index 60a4845370..71e2302b8e 100644 --- a/log/report-wcoss.cray-log/build_fv3_ww3.exe.log +++ b/log/report-wcoss.cray-log/build_fv3_ww3.exe.log @@ -1,14 +1,14 @@ -Mar 9 13:40:09 2020 21215 7 9.1.3 jobSetupStatus: job additionalInfo reservation_id=129967 +Mar 17 19:38:41 2020 7210 7 9.1.3 jobSetupStatus: job additionalInfo reservation_id=229183 + [[ fv3_ww3.exe == fv3_ww3.exe ]] -+ rm -f /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec/fv3_ww3.exe -+ md5sum=/gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec/fv3_ww3.exe.md5 ++ rm -f /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec/fv3_ww3.exe ++ md5sum=/gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec/fv3_ww3.exe.md5 + OPTS=app=coupledFV3_WW3 -+ mkdir -p /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/include -+ rm -f /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec/fv3_ww3.exe /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/include/modules_fv3_ww3 -+ cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model ++ mkdir -p /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/include ++ rm -f /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec/fv3_ww3.exe /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/include/modules_fv3_ww3 ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model + module load alps ++ /opt/modules/3.2.10.3/bin/modulecmd bash load alps -+ eval CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include ';export' 'CRAY_ALPS_INCLUDE_OPTS;CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_ALPS_POST_LINK_OPTS;CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_LD_LIBRARY_PATH;LOADEDMODULES=xt-lsfhpc/9.1.3:rocoto/1.3.0rc2:emc-utils/1.0.0:alps/5.2.4-2.0502.9822.32.1.ari' ';export' 'LOADEDMODULES;MANPATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/man:/gpfs/slsf/xt-lsfhpc/9.1/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man' ';export' 'MANPATH;PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/gpfs/hps3/emc/hwrf/noscrub/soft/emc-utils/bin:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/u/Jun.Wang/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:.:/gpfs/gd1/emc/global/save/Jun.Wang:/gpfs/gd1/emc/nems/save/Jun.Wang:/gpfs/gd1/emc/global/save/Jun.Wang/CCS/grdscr:/usrx/local/intel/mkl/lib/intel64:/nwprod/util/exec:/u/Jun.Wang/bin/nemsio_util:/gpfs/hps/nco/ops/nwprod/grib_util.v1.0.2:/u/Jun.Wang/bin/wgrib2/grib2/wgrib2' ';export' 'PATH;PE_PRODUCT_LIST=CRAY_ALPS' ';export' 'PE_PRODUCT_LIST;PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH;_LMFILES_=/opt/modulefiles/xt-lsfhpc/9.1.3:/usrx/local/emc_rocoto/modulefiles/rocoto/1.3.0rc2:/gpfs/hps3/emc/hwrf/noscrub/soft/modulefiles/emc-utils/1.0.0:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari' ';export' '_LMFILES_;' ++ eval CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include ';export' 'CRAY_ALPS_INCLUDE_OPTS;CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_ALPS_POST_LINK_OPTS;CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_LD_LIBRARY_PATH;LOADEDMODULES=xt-lsfhpc/9.1.3:rocoto/1.3.0rc2:emc-utils/1.0.0:alps/5.2.4-2.0502.9822.32.1.ari' ';export' 'LOADEDMODULES;MANPATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/man:/gpfs/slsf/xt-lsfhpc/9.1/man:/usrx/local/dev/NetCDF/4.2/intel/sandybridge/share/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man' ';export' 'MANPATH;PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/gpfs/hps3/emc/hwrf/noscrub/soft/emc-utils/bin:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/usrx/local/dev/NetCDF/4.2/intel/sandybridge/bin:/gpfs/hps3/emc/da/noscrub/Rahul.Mahajan/EXT/anaconda/bin:/gpfs/hps3/emc/da/noscrub/Rahul.Mahajan/EXT/anaconda/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/usrx/local/emc_rocoto/1.2.3/bin' ';export' 'PATH;PE_PRODUCT_LIST=CRAY_ALPS' ';export' 'PE_PRODUCT_LIST;PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH;_LMFILES_=/opt/modulefiles/xt-lsfhpc/9.1.3:/usrx/local/emc_rocoto/modulefiles/rocoto/1.3.0rc2:/gpfs/hps3/emc/hwrf/noscrub/soft/modulefiles/emc-utils/1.0.0:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari' ';export' '_LMFILES_;' ++ CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include ++ export CRAY_ALPS_INCLUDE_OPTS ++ CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64 @@ -17,9 +17,9 @@ Mar 9 13:40:09 2020 21215 7 9.1.3 jobSetupStatus: job additionalInfo reservatio ++ export CRAY_LD_LIBRARY_PATH ++ LOADEDMODULES=xt-lsfhpc/9.1.3:rocoto/1.3.0rc2:emc-utils/1.0.0:alps/5.2.4-2.0502.9822.32.1.ari ++ export LOADEDMODULES -++ MANPATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/man:/gpfs/slsf/xt-lsfhpc/9.1/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man +++ MANPATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/man:/gpfs/slsf/xt-lsfhpc/9.1/man:/usrx/local/dev/NetCDF/4.2/intel/sandybridge/share/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man ++ export MANPATH -++ PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/gpfs/hps3/emc/hwrf/noscrub/soft/emc-utils/bin:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/u/Jun.Wang/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:.:/gpfs/gd1/emc/global/save/Jun.Wang:/gpfs/gd1/emc/nems/save/Jun.Wang:/gpfs/gd1/emc/global/save/Jun.Wang/CCS/grdscr:/usrx/local/intel/mkl/lib/intel64:/nwprod/util/exec:/u/Jun.Wang/bin/nemsio_util:/gpfs/hps/nco/ops/nwprod/grib_util.v1.0.2:/u/Jun.Wang/bin/wgrib2/grib2/wgrib2 +++ PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/gpfs/hps3/emc/hwrf/noscrub/soft/emc-utils/bin:/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/usrx/local/dev/NetCDF/4.2/intel/sandybridge/bin:/gpfs/hps3/emc/da/noscrub/Rahul.Mahajan/EXT/anaconda/bin:/gpfs/hps3/emc/da/noscrub/Rahul.Mahajan/EXT/anaconda/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/usrx/local/emc_rocoto/1.2.3/bin ++ export PATH ++ PE_PRODUCT_LIST=CRAY_ALPS ++ export PE_PRODUCT_LIST @@ -33,236 +33,240 @@ Mar 9 13:40:09 2020 21215 7 9.1.3 jobSetupStatus: job additionalInfo reservatio + aprun -n 1 -j 1 -N 1 -d 24 bash -c './NEMS/NEMSAppBuilder rebuild app=coupledFV3_WW3' ls: cannot access ../conf/component_*.mk: No such file or directory NEMSAppBuilder: make app=coupledFV3_WW3 distclean -Convert /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/coupledFV3_WW3.appBuilder -...into /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -Include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -echo 'FMS FV3 WW3' > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/coupledFV3_WW3.appBuilder +...into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/coupledFV3_WW3.appBuilder.mk +Include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/coupledFV3_WW3.appBuilder.mk +echo 'FMS FV3 WW3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs ; \ exec make -f makefile.temp.clean clean -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true -ls: cannot access */*.a: No such file or directory -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' -rm -rf /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 ; exec make \ +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' +rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 ; exec make \ -k cleanall FMS_DIR=/dev/null -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -makefile:278: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... makefile:67: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -makefile:54: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -makefile:86: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' - -Build standalone FV3 stochastic_physics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/esmf ; \ - export COMP_SRCDIR="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model" COMP_BINDIR="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="wcoss_cray" ; \ +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/modules.fv3 +rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/esmf ; \ + export COMP_SRCDIR="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model" COMP_BINDIR="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="wcoss_cray" ; \ export ESMFMKFILE=/dev/null ; \ exec make distclean -modules.nems(18):ERROR:105: Unable to locate a modulefile for 'ips/18.0.1.163' -modules.nems(19):ERROR:105: Unable to locate a modulefile for 'impi/18.0.1' -modules.nems(20):ERROR:105: Unable to locate a modulefile for 'lsf/10.1' -cmake(21):ERROR:105: Unable to locate a modulefile for 'cmake/3.10.0' -modules.nems(22):ERROR:105: Unable to locate a modulefile for 'lsf/10.1' -ModuleCmd_Use.c(231):ERROR:64: Directory '/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles' not found -modules.nems(24):ERROR:102: Tcl command execution failed: module use -a /usrx/local/nceplibs/dev/NCEPLIBS/modulefiles - -No Modulefiles Currently Loaded. -which: no nc-config in (/u/Jun.Wang/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:.:/gpfs/gd1/emc/global/save/Jun.Wang:/gpfs/gd1/emc/nems/save/Jun.Wang:/gpfs/gd1/emc/global/save/Jun.Wang/CCS/grdscr:/usrx/local/intel/mkl/lib/intel64:/nwprod/util/exec:/u/Jun.Wang/bin/nemsio_util:/gpfs/hps/nco/ops/nwprod/grib_util.v1.0.2:/u/Jun.Wang/bin/wgrib2/grib2/wgrib2) -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/esmf' -\rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/exe/ww3_multi_esmf *.o *.mod -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3_clean -c +Currently Loaded Modulefiles: + 1) craype-network-aries + 2) craype/2.3.0 + 3) cray-libsci/13.0.3 + 4) pmi/5.0.11 + 5) atp/1.8.1 + 6) PrgEnv-intel/5.2.82 + 7) intel/16.3.210 + 8) cray-netcdf/4.3.3.1 + 9) cray-hdf5/1.8.14 + 10) xt-lsfhpc/9.1.3 + 11) craype-haswell + 12) python/2.7.14 + 13) cmake/3.6.2 + 14) gcc/4.9.2 + 15) jasper-gnu-sandybridge/1.900.1 + 16) png-intel-sandybridge/1.2.49 + 17) zlib-intel-sandybridge/1.2.7 + 18) crtm-intel/2.2.6 + 19) g2/3.1.1 + 20) g2tmpl/1.6.0 + 21) bacio/2.0.3 + 22) ip/3.0.2 + 23) sp/2.0.3 + 24) w3nco/2.0.7 + 25) w3emc/2.3.1 + 26) nemsio/2.2.4 + 27) post/8.0.5 + 28) rca/1.0.0-2.0502.60530.1.62.ari + 29) alps/5.2.4-2.0502.9822.32.1.ari + 30) xpmem/0.1-2.0502.64982.7.25.ari + 31) gni-headers/4.0-1.0502.10859.9.24.ari + 32) udreg/2.3.2-1.0502.10518.2.17.ari + 33) ugni/6.0-1.0502.10863.8.29.ari + 34) esmf/8.0.0 + 35) modules.nems +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/esmf' +\rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/exe/ww3_multi_esmf *.o *.mod +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3_clean -c ***************************** *** WAVEWATCH III clean *** ***************************** - Clean up /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/tmp - Clean up /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin - Clean up /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn - Clean up /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/aux - Clean up /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin - Clean up /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/../regtests -\rm -fr /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/tmp -\rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/wwatch3.env -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/esmf' -cd "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model" ; \ + Clean up /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/tmp + Clean up /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin + Clean up /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn + Clean up /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/aux + Remove /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/mod + Remove /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/mod_HYB + Remove /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/mod_SEQ + Remove /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/obj + Remove /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/obj_HYB + Remove /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/obj_SEQ + Remove /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/tmp + Clean up /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin + Remove /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/exe + Clean up /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/../regtests +\rm -fr /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/tmp +\rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/wwatch3.env +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/esmf' +cd "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model" ; \ rm -rf exe mod* obj* tmp ftn/makefile ftn/makefile_DIST \ ftn/makefile_SHRD esmf/wwatch3.env aux/makefile \ bin/link bin/comp ; \ find . -name '*.o' -o -name '*.mod' -o -name '*.a' \ | xargs rm -f -rm -rf /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/WW3_INSTALL /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk -if ! test -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +rm -rf /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/WW3_INSTALL /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk +if ! test -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ - cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3 WW3" \ + cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3 WW3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: WW3 FV3 FMS WW3: include -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' GNUmakefile:70: : component WW3 makefile fragment is missing -FV3: include -GNUmakefile:70: : component FV3 makefile fragment is missing -FMS: include -GNUmakefile:70: : component FMS makefile fragment is missing -CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" -CPPFLAGS += ESMF_VERSION_MINOR="0" -CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" -CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" -CPPFLAGS += ESMF_VERSION_STRING="8.0.0" -CPPFLAGS += ESMF_VERSION_REVISION="0" -CPPFLAGS += ESMF_VERSION_MAJOR="8" -CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" +FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; make clean -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test_results.mk +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/components.mk +rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test_results.mk NEMSAppBuilder: make app=coupledFV3_WW3 build -Convert /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/coupledFV3_WW3.appBuilder -...into /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -Include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -echo 'FMS FV3 WW3' > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/coupledFV3_WW3.appBuilder +...into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/coupledFV3_WW3.appBuilder.mk +Include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/coupledFV3_WW3.appBuilder.mk +echo 'FMS FV3 WW3' > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/conf/configure.fv3.wcoss_cray /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/externals.nems -cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/modulefiles/wcoss_cray/fv3 /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems -cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ - echo 'module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf' ; \ - echo 'module load modules.nems' ) > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ - echo 'module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf' ; \ - echo 'module load modules.nems' ) > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -make -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS' +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/conf/configure.fv3.wcoss_cray /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems +cat /dev/null > /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/externals.nems +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray/fv3 /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ESMFVersionDefine.h +( echo '. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ + echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf' ; \ + echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ + echo 'module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf' ; \ + echo 'module load modules.nems' ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems.csh" +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +make -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ - ) > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/test-results.mk" -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS' -. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs ; \ + ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk" +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS' +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs ; \ exec make all Currently Loaded Modulefiles: 1) craype-network-aries @@ -300,10 +304,10 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' Building dependencies ... -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o Using 8-byte addressing Using pure routines. @@ -594,18 +598,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL"/. -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/fv3gfs' -test -d /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Compiling into /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL on wcoss_cray -cp -fp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3"/conf/modules.fv3 -. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 ; \ - exec make COMP=FV3 COMP_SRCDIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss_cray FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL nemsinstall +mkdir -p "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL" +mv fms.mk "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL"/. +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' +test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL +Compiling into /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL on wcoss_cray +cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems \ + "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3"/conf/configure.fv3 +cp -fp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems \ + "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3"/conf/modules.fv3 +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 ; \ + exec make COMP=FV3 COMP_SRCDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss_cray FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL nemsinstall Currently Loaded Modulefiles: 1) craype-network-aries 2) craype/2.3.0 @@ -642,196 +646,196 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' Building dependencies ... -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -make -C cpl FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +make -C cpl FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cplfields.F90 ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl' -make -C gfsphysics FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' +make -C gfsphysics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... makefile:278: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -986,49 +990,49 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics' -make -C ipd FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' +make -C ipd FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... makefile:54: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd' -make -C io FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' +make -C io FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include] -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include] -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c FV3GFS_io.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_internal_state.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.5_4 -c post_gfs.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_netcdf.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_netcdf_parallel.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_wrt_grid_comp.F90 +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c FV3GFS_io.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_internal_state.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.5_4 -c post_gfs.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_netcdf.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_netcdf_parallel.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_wrt_grid_comp.F90 ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o @@ -1041,66 +1045,66 @@ a - module_write_netcdf_parallel.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io' -make -C atmos_cubed_sphere FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' +make -C atmos_cubed_sphere FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1147,49 +1151,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere' -make -C ../stochastic_physics FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' +make -C ../stochastic_physics FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... makefile:86: depend: No such file or directory -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1222,14 +1226,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/stochastic_physics' -make libfv3cap.a FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fv3_config.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c atmos_model.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fcst_grid_comp.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c time_utils.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c fv3_cap.F90 +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' +make libfv3cap.a FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fv3_config.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c atmos_model.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fcst_grid_comp.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c time_utils.F90 +ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1237,21 +1241,21 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -make esmf_make_fragment FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +make esmf_make_fragment FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -Installation into "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL" complete! +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +Installation into "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL" complete! -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3' -test -d /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; set -x ; cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/esmf ; \ - export COMP_SRCDIR="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model" COMP_BINDIR="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="wcoss_cray" ; \ +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +test -d /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; set -x ; cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/esmf ; \ + export COMP_SRCDIR="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model" COMP_BINDIR="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="wcoss_cray" ; \ exec make -j 1 WW3_COMP="wcoss_cray" ww3_nems Currently Loaded Modulefiles: 1) craype-network-aries @@ -1289,26 +1293,26 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -+ cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/esmf -+ export COMP_SRCDIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model COMP_BINDIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/WW3_INSTALL WW3_COMP=wcoss_cray -+ COMP_SRCDIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model -+ COMP_BINDIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/WW3_INSTALL ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/esmf ++ export COMP_SRCDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model COMP_BINDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/WW3_INSTALL WW3_COMP=wcoss_cray ++ COMP_SRCDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model ++ COMP_BINDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/WW3_INSTALL + WW3_COMP=wcoss_cray + exec make -j 1 WW3_COMP=wcoss_cray ww3_nems -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/esmf' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/esmf' ***************************** *** WAVEWATCH III setup *** ***************************** -[INFO] local env file wwatch3.env found in /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/wwatch3.env - Setup file /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/wwatch3.env found +[INFO] local env file wwatch3.env found in /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/wwatch3.env + Setup file /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/wwatch3.env found Printer (listings) : auxiliary FORTRAN compiler : gfortran auxiliary C compiler : gcc - Source directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model - Scratch directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/tmp + Source directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model + Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/tmp Save source code : yes Save listings : yes @@ -1316,31 +1320,31 @@ make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20 Compile auxiliary programs -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/aux' -gfortran -o /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3adc w3adc.f -gfortran -o /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3list w3list.f -gfortran -o /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3prnt w3prnt.f -gfortran -o /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3split w3split.f -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/aux' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/aux' +gfortran -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3adc w3adc.f +gfortran -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3list w3list.f +gfortran -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3prnt w3prnt.f +gfortran -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3split w3split.f +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/aux' Setup comp & link files - sed /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/comp.tmpl => /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/comp - sed /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/link.tmpl => /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/link + sed /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/comp.tmpl => /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/comp + sed /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/link.tmpl => /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/link Create required model subdirectories Finished setting up WAVEWATCH III -\rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/tempswitch -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3_make ww3_grid +\rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/tempswitch +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3_make ww3_grid ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model +Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1352,47 +1356,47 @@ Making makefile ... *** WAVEWATCH III makefile *** ***************************** -switch = /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/switch +switch = /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/switch Checking all subroutines for modules (this may take a while) ... Processing ww3_grid --------------------- -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ad3 : processing constants ad3 : processing w3servmd -ad3 : processing w3arrymd ad3 : processing w3gsrumd +ad3 : processing w3arrymd ad3 : processing w3gdatmd ad3 : processing w3idatmd ad3 : processing w3odatmd -ad3 : processing w3adatmd ad3 : processing w3timemd ad3 : processing w3nmlgridmd +ad3 : processing w3adatmd ad3 : processing w3dispmd ad3 : processing wmmdatmd ad3 : processing w3src4md -ad3 : processing w3snl1md ad3 : processing w3triamd ad3 : processing w3parall +ad3 : processing w3snl1md ad3 : processing w3wdatmd ad3 : processing w3iogrmd ad3 : processing ww3_grid Linking ww3_grid -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3_make ww3_outf +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3_make ww3_outf ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model +Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1401,27 +1405,27 @@ Shared Object : No Processing ww3_outf --------------------- -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' -ad3 : processing w3iogomd +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ad3 : processing w3sbt1md +ad3 : processing w3iogomd ad3 : processing w3sdb1md ad3 : processing ww3_outf Linking ww3_outf -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3_make ww3_outp +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3_make ww3_outp ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model +Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1430,28 +1434,28 @@ Shared Object : No Processing ww3_outp --------------------- -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ad3 : processing w3bullmd ad3 : processing w3partmd ad3 : processing w3iopomd ad3 : processing w3flx1md ad3 : processing ww3_outp Linking ww3_outp -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3_make ww3_prep +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3_make ww3_prep ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model +Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1460,25 +1464,25 @@ Shared Object : No Processing ww3_prep --------------------- -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ad3 : processing w3fldsmd ad3 : processing ww3_prep Linking ww3_prep -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3_make ww3_gint +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3_make ww3_gint ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model +Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1487,24 +1491,24 @@ Shared Object : No Processing ww3_gint --------------------- -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ad3 : processing ww3_gint Linking ww3_gint -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3_make ww3_prnc +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3_make ww3_prnc ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model +Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1513,25 +1517,25 @@ Shared Object : No Processing ww3_prnc --------------------- -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ad3 : processing w3nmlprncmd ad3 : processing ww3_prnc Linking ww3_prnc -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3_make ww3_ounf +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3_make ww3_ounf ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model +Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1540,27 +1544,27 @@ Shared Object : No Processing ww3_ounf --------------------- -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ad3 : processing w3iorsmd ad3 : processing w3nmlounfmd ad3 : processing w3initmd ad3 : processing ww3_ounf Linking ww3_ounf -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3_make ww3_ounp +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3_make ww3_ounp ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model +Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1569,26 +1573,26 @@ Shared Object : No Processing ww3_ounp --------------------- -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ad3 : processing w3nmlounpmd ad3 : processing ww3_ounp Linking ww3_ounp -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -\rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/tempswitch -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3_make ww3_grib +\rm -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/tempswitch +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3_make ww3_grib ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model +Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1600,30 +1604,30 @@ Making makefile ... *** WAVEWATCH III makefile *** ***************************** -switch = /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/switch +switch = /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/switch new GRIB package Checking all subroutines for modules (this may take a while) ... Processing ww3_grib --------------------- -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ad3 : processing ww3_grib Linking ww3_grib -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3_make ww3_multi_esmf +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3_make ww3_multi_esmf ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model +Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1635,57 +1639,57 @@ Making makefile ... *** WAVEWATCH III makefile *** ***************************** -switch = /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/switch +switch = /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/switch new shared / distributed memory new message passing protocol Checking all subroutines for modules (this may take a while) ... Processing ww3_multi_esmf --------------------- -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' -ad3 : processing constants +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ad3 : processing scrip_kindsmod [no w3adc] +ad3 : processing constants ad3 : processing w3uqckmd ad3 : processing scrip_iounitsmod [no w3adc] ad3 : processing scrip_constants [no w3adc] ad3 : processing scrip_timers [no w3adc] ad3 : processing w3servmd ad3 : processing scrip_errormod [no w3adc] +ad3 : processing w3cspcmd ad3 : processing w3gsrumd ad3 : processing w3arrymd -ad3 : processing w3cspcmd ad3 : processing wmunitmd ad3 : processing scrip_netcdfmod [no w3adc] ad3 : processing scrip_grids [no w3adc] ad3 : processing w3gdatmd ad3 : processing scrip_remap_vars [no w3adc] -ad3 : processing scrip_remap_read [no w3adc] -ad3 : processing scrip_remap_conservative [no w3adc] -ad3 : processing scrip_remap_write [no w3adc] -ad3 : processing w3odatmd ad3 : processing w3idatmd ad3 : processing w3sbt1md -ad3 : processing w3sdb1md -ad3 : processing w3flx1md +ad3 : processing w3odatmd +ad3 : processing scrip_remap_conservative [no w3adc] +ad3 : processing scrip_remap_write [no w3adc] +ad3 : processing scrip_remap_read [no w3adc] ad3 : processing w3dispmd ad3 : processing w3timemd -ad3 : processing wmmdatmd -ad3 : processing scrip_interface ad3 : processing w3adatmd +ad3 : processing wmmdatmd ad3 : processing w3src4md -ad3 : processing w3fldsmd +ad3 : processing w3sdb1md +ad3 : processing w3flx1md ad3 : processing w3partmd ad3 : processing w3nmlmultimd -ad3 : processing wmscrpmd +ad3 : processing scrip_interface ad3 : processing wmfinlmd +ad3 : processing w3fldsmd +ad3 : processing wmscrpmd +ad3 : processing w3triamd ad3 : processing w3snl1md ad3 : processing w3parall -ad3 : processing w3triamd ad3 : processing w3wdatmd ad3 : processing w3iogrmd ad3 : processing wmgridmd -ad3 : processing w3updtmd ad3 : processing w3iogomd +ad3 : processing w3updtmd ad3 : processing w3iopomd ad3 : processing w3iorsmd ad3 : processing w3iobcmd @@ -1700,8 +1704,8 @@ ad3 : processing w3initmd ad3 : processing wminiomd ad3 : processing w3wavemd ad3 : processing wmiopomd -ad3 : processing wmwavemd ad3 : processing wminitmd +ad3 : processing wmwavemd ad3 : processing wmesmfmd ar: creating libww3_multi_esmf.a a - wmmdatmd.o @@ -1764,21 +1768,21 @@ a - wmscrpmd.o a - scrip_netcdfmod.o a - scrip_remap_write.o a - scrip_remap_read.o -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/bin/w3_make ww3_multi +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3_make ww3_multi ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model +Scratch directory : /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1787,36 +1791,36 @@ Shared Object : No Processing ww3_multi --------------------- -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ad3 : processing ww3_multi Linking ww3_multi -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/esmf' -mkdir -p /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/WW3_INSTALL -cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/nuopc.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/WW3_INSTALL/. -test -d "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/WW3_INSTALL" +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/esmf' +mkdir -p /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/WW3_INSTALL +cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/nuopc.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/WW3_INSTALL/. +test -d "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/WW3_INSTALL" ( \ echo "# Do not edit this file. It is automatically generated." ; \ - echo "# Edit the component list or /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ - echo ; cat "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ - echo fms_mk="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; echo ww3_mk="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk" ; ) > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ + echo "# Edit the component list or /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ + echo ; cat "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ + echo fms_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; echo ww3_mk="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk" ; ) > "/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" +. /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ - for m in /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk ; do \ + for m in /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk ; do \ test -s $m ; \ done ; \ - echo build NEMS after /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk ; \ - cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src ; \ + echo build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk ; \ + cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src ; \ make nems \ COMPONENTS="FMS FV3 WW3" \ - FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL WW3_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/WW3_INSTALL TARGET="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x" ; \ - test -x /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL WW3_DIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/WW3_INSTALL TARGET="/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x" ; \ + test -x /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x Currently Loaded Modulefiles: 1) craype-network-aries 2) craype/2.3.0 @@ -1853,11 +1857,11 @@ Currently Loaded Modulefiles: 33) ugni/6.0-1.0502.10863.8.29.ari 34) esmf/8.0.0 35) modules.nems -build NEMS after /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk +build NEMS after /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk Components in linker order: WW3 FV3 FMS -WW3: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk -FV3: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +WW3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk +FV3: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" @@ -1866,155 +1870,155 @@ CPPFLAGS += ESMF_VERSION_MINOR="0" CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_REVISION="0" -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' +make[1]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' cd ENS_Cpl && make stub -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' cc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src/ENS_Cpl' -cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:11:13 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +make[2]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' +cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 20:16:42 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o `module_NEMS_UTILS.tmp.o' -> `module_NEMS_UTILS.o' -cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:11:13 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 20:16:42 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o `module_MEDIATOR_methods.tmp.o' -> `module_MEDIATOR_methods.o' -cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:11:13 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 20:16:42 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o `module_MEDIATOR.tmp.o' -> `module_MEDIATOR.o' -cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:11:13 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 20:16:42 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o `module_MEDIATOR_SpaceWeather.tmp.o' -> `module_MEDIATOR_SpaceWeather.o' -cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:11:13 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 20:16:42 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o `module_EARTH_INTERNAL_STATE.tmp.o' -> `module_EARTH_INTERNAL_STATE.o' -cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:11:13 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 20:16:42 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o `module_EARTH_GRID_COMP.tmp.o' -> `module_EARTH_GRID_COMP.o' -cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:11:13 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 20:16:42 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o `module_NEMS_INTERNAL_STATE.tmp.o' -> `module_NEMS_INTERNAL_STATE.o' -cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:11:13 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 20:16:42 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o `module_NEMS_GRID_COMP.tmp.o' -> `module_NEMS_GRID_COMP.o' -cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:11:13 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 20:16:42 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o `module_NEMS_Rusage.tmp.o' -> `module_NEMS_Rusage.o' cc -c nems_c_rusage.c -cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 14:11:13 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +cc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Tue Mar 17 20:16:42 UTC 2020 r044400a8eea1 https://github.com/climbfuji/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=077' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_PUBLIC="'T'" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o `MAIN_NEMS.tmp.o' -> `MAIN_NEMS.o' echo libgocart is libgocart is -echo extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/prod/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/prod/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ftn -o /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/WW3/model/obj_HYB/libww3_multi_esmf.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/prod/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz +echo extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz +extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz +ftn -o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/obj_HYB/libww3_multi_esmf.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz /opt/cray/hdf5/1.8.14/INTEL/14.0/lib/libhdf5.a(H5PL.o): In function `H5PL_load': H5PL.c:(.text+0x3b7): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /usrx/local/prod/jasper/1.900.1/gnu/sandybridge/sorc/jasper-1.900.1/src/libjasper/base/jas_stream.c:368: warning: the use of `tmpnam' is dangerous, better use `mkstemp' /gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/libesmf.a(ESMCI_VMKernel.o): In function `ESMCI::socketClient()': ESMCI_VMKernel.C:(.text+0x14ad1): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/exe/NEMS.x is created. -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src' -Application 2320996 resources: utime ~1367s, stime ~110s, Rss ~2179264, inblocks ~809191854, outblocks ~1766388 -+ cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/nems/ufs-weather-model/NEMS/src -+ cp -fp ../exe/NEMS.x /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec/fv3_ww3.exe -+ cp -fp conf/modules.nems /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/include/modules_fv3_ww3 -+ md5sum /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec/fv3_ww3.exe +/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x is created. +make[1]: Leaving directory `/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' +Application 3916320 resources: utime ~1328s, stime ~146s, Rss ~2182020, inblocks ~809336607, outblocks ~1766095 ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src ++ cp -fp ../exe/NEMS.x /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec/fv3_ww3.exe ++ cp -fp conf/modules.nems /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/include/modules_fv3_ww3 ++ md5sum /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec/fv3_ww3.exe + unset md5sum + unset OPTS + set -xe + set -xe -+ test -s /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec/fv3_ww3.exe -+ test -x /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec/fv3_ww3.exe ++ test -s /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec/fv3_ww3.exe ++ test -x /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec/fv3_ww3.exe ------------------------------------------------------------ -Sender: LSF System -Subject: Job 400771: in cluster Done - -Job was submitted from host by user in cluster at Mon Mar 9 13:40:06 2020. -Job was executed on host(s) <1*nid00764>, in queue , as user in cluster at Mon Mar 9 13:40:07 2020. - <24*nid00255> - was used as the home directory. - was used as the working directory. -Started at Mon Mar 9 13:40:07 2020. -Terminated at Mon Mar 9 14:13:07 2020. -Results reported at Mon Mar 9 14:13:07 2020. +Sender: LSF System +Subject: Job 547506: in cluster Done + +Job was submitted from host by user in cluster at Tue Mar 17 19:38:38 2020. +Job was executed on host(s) <1*nid00316>, in queue , as user in cluster at Tue Mar 17 19:38:39 2020. + <24*nid00111> + was used as the home directory. + was used as the working directory. +Started at Tue Mar 17 19:38:39 2020. +Terminated at Tue Mar 17 20:19:23 2020. +Results reported at Tue Mar 17 20:19:23 2020. Your job looked like: ------------------------------------------------------------ # LSBATCH: User input -/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/sbin/lsfcraywrapper.sh sh -c "cd /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/src ; ./install.sh fv3_ww3.exe" +/gpfs/hps/usrx/local/emc_rocoto/1.3.0rc2/sbin/lsfcraywrapper.sh sh -c "cd /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/src ; ./install.sh fv3_ww3.exe" ------------------------------------------------------------ Successfully completed. Resource usage summary: - CPU time : 1.00 sec. - Max Memory : 24 MB + CPU time : 0.96 sec. + Max Memory : 25 MB Average Memory : 21.00 MB Total Requested Memory : 2000.00 MB - Delta Memory : 1976.00 MB + Delta Memory : 1975.00 MB Max Swap : - Max Processes : 5 Max Threads : 6 - Run time : 1974 sec. - Turnaround time : 1981 sec. + Run time : 2441 sec. + Turnaround time : 2445 sec. The output (if any) is above this job summary. -Data collected from /ufs/RUR/output/rur.output.NCEP-ORLANDO@400771 +Data collected from /ufs/RUR/output/rur.output.NCEP-ORLANDO@547506 ------------------------------------------------------------------------ -ALPS Resource Utilization Report (RUR) Summary for LSF Job: 400771 +ALPS Resource Utilization Report (RUR) Summary for LSF Job: 547506 STATUS: - APP START: 2020-03-09:13:40:12 UTC - APP STOP: 2020-03-09:14:13:02 UTC + APP START: 2020-03-17:19:38:44 UTC + APP STOP: 2020-03-17:20:19:20 UTC exit codes: 0 core files: 0 CPU: - stime: 199.628000 s - utime: 1388.516000 s + stime: 259.460000 s + utime: 1343.492000 s MEMORY: - max_rss: 2128.18 MiB - accumulated max_rss: 2128.18 MiB - active(anon): 68.56 MiB + max_rss: 2130.87 MiB + accumulated max_rss: 2130.87 MiB + active(anon): 24.57 MiB active(file): 1.35 MiB - inactive(anon): 4.86 MiB - inactive(file): 7.23 MiB - majfaults: 1032 - minfaults: 55773175 + inactive(anon): 2.16 MiB + inactive(file): 7.70 MiB + majfaults: 1033 + minfaults: 57973007 pageswpcnt: 0 I/O: - rcalls: 7230131 - wcalls: 202222 - rchar: 395129.37 MiB - wchar: 868.41 MiB - bkiowait: 1.5074685680 s + rcalls: 7407184 + wcalls: 202417 + rchar: 395198.80 MiB + wchar: 868.37 MiB + bkiowait: 7.5390595140 s diff --git a/log/report-wcoss.cray-log/rtreport.txt b/log/report-wcoss.cray-log/rtreport.txt index 2d0f664289..db382153ab 100644 --- a/log/report-wcoss.cray-log/rtreport.txt +++ b/log/report-wcoss.cray-log/rtreport.txt @@ -1,19 +1,19 @@ Run rocotostat... Generate report... -WORKFLOW STARTED AT Mon Mar 9 13:40:05 2020 (+1583761205) +WORKFLOW STARTED AT Tue Mar 17 19:38:37 2020 (+1584473917) Repository information: REPO TOP: -develop f1ba56c [origin/develop] Merge remote-tracking branch 'upstream/develop' into develop -Fetch URL: https://github.com/junwang-noaa/ufs-weather-model - M FV3 +PR84 fa694f0 Update submodule pointer for fv3atm +Fetch URL: https://github.com/ufs-community/ufs-weather-model M log/report-wcoss.cray-log/build_fv3.exe.log M log/report-wcoss.cray-log/build_fv3_32bit.exe.log M log/report-wcoss.cray-log/build_fv3_appbuilder.exe.log M log/report-wcoss.cray-log/build_fv3_ww3.exe.log M log/report-wcoss.cray-log/rtreport.txt - M tests/RegressionTests_wcoss_dell_p3.log + M tests/Compile_wcoss_cray.log + M tests/RegressionTests_wcoss_cray.log Entering 'FMS' age: git [--version] [--exec-path[=]] [--html-path] [--man-path] [--info-path] @@ -21,11 +21,11 @@ Fetch URL: https://github.com/NOAA-GFDL/FMS Entering 'FV3' age: git [--version] [--exec-path[=]] [--html-path] [--man-path] [--info-path] -Fetch URL: https://github.com/junwang-noaa/fv3atm +Fetch URL: https://github.com/climbfuji/fv3atm Entering 'NEMS' age: git [--version] [--exec-path[=]] [--html-path] [--man-path] [--info-path] -Fetch URL: https://github.com/NOAA-EMC/NEMS +Fetch URL: https://github.com/climbfuji/NEMS Entering 'WW3' age: git [--version] [--exec-path[=]] [--html-path] [--man-path] [--info-path] @@ -42,8 +42,8 @@ BUILD fv3_32bit.exe: SUCCEEDED BUILD fv3_appbuilder.exe: SUCCEEDED TEST #1: PASS - Test fv3_gfdlmprad_atmwav starting at Mon Mar 9 14:18:22 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with 2 way WW3 results with previous trunk version) - Mon Mar 9 14:18:22 UTC 2020 + Test fv3_gfdlmprad_atmwav starting at Tue Mar 17 20:19:51 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with 2 way WW3 results with previous trunk version) + Tue Mar 17 20:19:51 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -88,14 +88,14 @@ TEST #1: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical out_grd.glo_30m: bit-for-bit identical Executable did not change during test suite: - File: /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec/fv3_ww3.exe - Expected md5sum: 2901a4c9e8204e953b76c243d9f18b1b - Actual md5sum: 2901a4c9e8204e953b76c243d9f18b1b - TEST PASSED AT Mon Mar 9 14:24:19 UTC 2020 + File: /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec/fv3_ww3.exe + Expected md5sum: a6bd37568a685732954756e075b9f4b2 + Actual md5sum: a6bd37568a685732954756e075b9f4b2 + TEST PASSED AT Tue Mar 17 20:26:25 UTC 2020 TEST #2: PASS - Test fv3_lheatstrg starting at Mon Mar 9 14:33:19 UTC 2020 (Compare FV3 control with lheatstrg on Gaussian grid nemsio output results with previous trunk version) - Mon Mar 9 14:33:19 UTC 2020 + Test fv3_lheatstrg starting at Tue Mar 17 20:35:17 UTC 2020 (Compare FV3 control with lheatstrg on Gaussian grid nemsio output results with previous trunk version) + Tue Mar 17 20:35:17 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -140,13 +140,13 @@ TEST #2: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c0702f50b7a8c392db2287053f2c6482 - Actual md5sum: c0702f50b7a8c392db2287053f2c6482 - TEST PASSED AT Mon Mar 9 14:35:08 UTC 2020 + Expected md5sum: 891f54ea06e8d1390074fec2d749d4ad + Actual md5sum: 891f54ea06e8d1390074fec2d749d4ad + TEST PASSED AT Tue Mar 17 20:37:14 UTC 2020 TEST #3: PASS - Test fv3_iau starting at Mon Mar 9 14:33:18 UTC 2020 (Compare FV3 IAU results with previous trunk version) - Mon Mar 9 14:33:18 UTC 2020 + Test fv3_iau starting at Tue Mar 17 20:35:17 UTC 2020 (Compare FV3 IAU results with previous trunk version) + Tue Mar 17 20:35:17 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -211,13 +211,13 @@ TEST #3: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c0702f50b7a8c392db2287053f2c6482 - Actual md5sum: c0702f50b7a8c392db2287053f2c6482 - TEST PASSED AT Mon Mar 9 14:35:24 UTC 2020 + Expected md5sum: 891f54ea06e8d1390074fec2d749d4ad + Actual md5sum: 891f54ea06e8d1390074fec2d749d4ad + TEST PASSED AT Tue Mar 17 20:37:18 UTC 2020 TEST #4: PASS - Test fv3_stretched_nest_quilt starting at Mon Mar 9 14:51:36 UTC 2020 (Stretched grid with nest using quilting; compare against previous baseline) - Mon Mar 9 14:51:36 UTC 2020 + Test fv3_stretched_nest_quilt starting at Tue Mar 17 20:49:00 UTC 2020 (Stretched grid with nest using quilting; compare against previous baseline) + Tue Mar 17 20:49:00 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -277,11 +277,11 @@ TEST #4: PASS RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical RESTART/sfc_data.nest02.tile7.nc: bit-for-bit identical - TEST PASSED AT Mon Mar 9 14:55:57 UTC 2020 + TEST PASSED AT Tue Mar 17 20:53:34 UTC 2020 TEST #5: PASS - Test fv3_stretched_nest starting at Mon Mar 9 14:51:42 UTC 2020 (Stretched grid with nest; compare against previous baseline) - Mon Mar 9 14:51:42 UTC 2020 + Test fv3_stretched_nest starting at Tue Mar 17 20:49:00 UTC 2020 (Stretched grid with nest; compare against previous baseline) + Tue Mar 17 20:49:00 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -343,11 +343,11 @@ TEST #5: PASS RESTART/fv_tracer.res.nest02.tile7.nc: bit-for-bit identical RESTART/phy_data.nest02.tile7.nc: bit-for-bit identical RESTART/sfc_data.nest02.tile7.nc: bit-for-bit identical - TEST PASSED AT Mon Mar 9 14:57:38 UTC 2020 + TEST PASSED AT Tue Mar 17 20:54:34 UTC 2020 TEST #6: PASS - Test fv3_wrtGauss_nemsio starting at Mon Mar 9 14:33:19 UTC 2020 (Compare FV3 Gaussian grid nemsio output results with previous trunk version) - Mon Mar 9 14:33:19 UTC 2020 + Test fv3_wrtGauss_nemsio starting at Tue Mar 17 20:35:18 UTC 2020 (Compare FV3 Gaussian grid nemsio output results with previous trunk version) + Tue Mar 17 20:35:18 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -392,21 +392,21 @@ TEST #6: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c0702f50b7a8c392db2287053f2c6482 - Actual md5sum: c0702f50b7a8c392db2287053f2c6482 - TEST PASSED AT Mon Mar 9 14:35:09 UTC 2020 + Expected md5sum: 891f54ea06e8d1390074fec2d749d4ad + Actual md5sum: 891f54ea06e8d1390074fec2d749d4ad + TEST PASSED AT Tue Mar 17 20:37:18 UTC 2020 TEST #7: PASS - Test fv3_regional_control starting at Mon Mar 9 14:51:42 UTC 2020 (Compare FV3 regional control results with previous trunk version) - Mon Mar 9 14:51:42 UTC 2020 + Test fv3_regional_control starting at Tue Mar 17 20:49:00 UTC 2020 (Compare FV3 regional control results with previous trunk version) + Tue Mar 17 20:49:00 UTC 2020 atmos_4xdaily.nc: bit-for-bit identical fv3_history2d.nc: bit-for-bit identical fv3_history.nc: bit-for-bit identical - TEST PASSED AT Mon Mar 9 15:00:03 UTC 2020 + TEST PASSED AT Tue Mar 17 20:57:25 UTC 2020 TEST #8: PASS - Test fv3_wrtGauss_netcdf starting at Mon Mar 9 14:33:18 UTC 2020 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) - Mon Mar 9 14:33:18 UTC 2020 + Test fv3_wrtGauss_netcdf starting at Tue Mar 17 20:35:18 UTC 2020 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) + Tue Mar 17 20:35:18 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -451,13 +451,13 @@ TEST #8: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c0702f50b7a8c392db2287053f2c6482 - Actual md5sum: c0702f50b7a8c392db2287053f2c6482 - TEST PASSED AT Mon Mar 9 14:35:10 UTC 2020 + Expected md5sum: 891f54ea06e8d1390074fec2d749d4ad + Actual md5sum: 891f54ea06e8d1390074fec2d749d4ad + TEST PASSED AT Tue Mar 17 20:37:14 UTC 2020 TEST #9: PASS - Test fv3_thompson starting at Mon Mar 9 14:33:19 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) - Mon Mar 9 14:33:19 UTC 2020 + Test fv3_thompson starting at Tue Mar 17 20:35:18 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) + Tue Mar 17 20:35:18 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -522,13 +522,13 @@ TEST #9: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c0702f50b7a8c392db2287053f2c6482 - Actual md5sum: c0702f50b7a8c392db2287053f2c6482 - TEST PASSED AT Mon Mar 9 14:38:46 UTC 2020 + Expected md5sum: 891f54ea06e8d1390074fec2d749d4ad + Actual md5sum: 891f54ea06e8d1390074fec2d749d4ad + TEST PASSED AT Tue Mar 17 20:40:46 UTC 2020 TEST #10: PASS - Test fv3_gfdlmprad_gwd starting at Mon Mar 9 14:33:18 UTC 2020 (Compare FV3 GFDL radiation interaction option and gravity wve drag results with previous trunk version) - Mon Mar 9 14:33:18 UTC 2020 + Test fv3_gfdlmprad_gwd starting at Tue Mar 17 20:35:18 UTC 2020 (Compare FV3 GFDL radiation interaction option and gravity wve drag results with previous trunk version) + Tue Mar 17 20:35:18 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -573,13 +573,13 @@ TEST #10: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c0702f50b7a8c392db2287053f2c6482 - Actual md5sum: c0702f50b7a8c392db2287053f2c6482 - TEST PASSED AT Mon Mar 9 14:35:18 UTC 2020 + Expected md5sum: 891f54ea06e8d1390074fec2d749d4ad + Actual md5sum: 891f54ea06e8d1390074fec2d749d4ad + TEST PASSED AT Tue Mar 17 20:37:22 UTC 2020 TEST #11: PASS - Test fv3_stochy starting at Mon Mar 9 14:33:19 UTC 2020 (Compare FV3 stochy results with previous trunk version) - Mon Mar 9 14:33:19 UTC 2020 + Test fv3_stochy starting at Tue Mar 17 20:35:18 UTC 2020 (Compare FV3 stochy results with previous trunk version) + Tue Mar 17 20:35:18 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -644,13 +644,13 @@ TEST #11: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c0702f50b7a8c392db2287053f2c6482 - Actual md5sum: c0702f50b7a8c392db2287053f2c6482 - TEST PASSED AT Mon Mar 9 14:35:30 UTC 2020 + Expected md5sum: 891f54ea06e8d1390074fec2d749d4ad + Actual md5sum: 891f54ea06e8d1390074fec2d749d4ad + TEST PASSED AT Tue Mar 17 20:37:32 UTC 2020 TEST #12: PASS - Test fv3_gfdlmprad starting at Mon Mar 9 14:18:21 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with WW3 results with previous trunk version) - Mon Mar 9 14:18:21 UTC 2020 + Test fv3_gfdlmprad starting at Tue Mar 17 20:19:52 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with WW3 results with previous trunk version) + Tue Mar 17 20:19:52 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -695,14 +695,14 @@ TEST #12: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical out_grd.glo_30m: bit-for-bit identical Executable did not change during test suite: - File: /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec/fv3_ww3.exe - Expected md5sum: 2901a4c9e8204e953b76c243d9f18b1b - Actual md5sum: 2901a4c9e8204e953b76c243d9f18b1b - TEST PASSED AT Mon Mar 9 14:23:27 UTC 2020 + File: /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec/fv3_ww3.exe + Expected md5sum: a6bd37568a685732954756e075b9f4b2 + Actual md5sum: a6bd37568a685732954756e075b9f4b2 + TEST PASSED AT Tue Mar 17 20:25:16 UTC 2020 TEST #13: PASS - Test fv3_appbuilder starting at Mon Mar 9 15:12:48 UTC 2020 (Compare FV3 with the NEMSAppBuilder against the previous trunk version) - Mon Mar 9 15:12:48 UTC 2020 + Test fv3_appbuilder starting at Tue Mar 17 21:11:17 UTC 2020 (Compare FV3 with the NEMSAppBuilder against the previous trunk version) + Tue Mar 17 21:11:17 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -766,14 +766,14 @@ TEST #13: PASS RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: - File: /gpfs/hps2/ptmp/Jun.Wang/rtgen.31942/exec/fv3_appbuilder.exe - Expected md5sum: 8b982da79e6357d5af867f99a5751dcf - Actual md5sum: 8b982da79e6357d5af867f99a5751dcf - TEST PASSED AT Mon Mar 9 15:14:37 UTC 2020 + File: /gpfs/hps2/ptmp/Dusan.Jovic/rtgen.7537/exec/fv3_appbuilder.exe + Expected md5sum: 46611ec0e7d8222394fe0733e42bd001 + Actual md5sum: 46611ec0e7d8222394fe0733e42bd001 + TEST PASSED AT Tue Mar 17 21:13:23 UTC 2020 TEST #14: PASS - Test fv3_restart starting at Mon Mar 9 14:33:18 UTC 2020 (Compare FV3 restart results with previous trunk version) - Mon Mar 9 14:33:18 UTC 2020 + Test fv3_restart starting at Tue Mar 17 20:35:18 UTC 2020 (Compare FV3 restart results with previous trunk version) + Tue Mar 17 20:35:18 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -838,21 +838,21 @@ TEST #14: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c0702f50b7a8c392db2287053f2c6482 - Actual md5sum: c0702f50b7a8c392db2287053f2c6482 - TEST PASSED AT Mon Mar 9 14:35:22 UTC 2020 + Expected md5sum: 891f54ea06e8d1390074fec2d749d4ad + Actual md5sum: 891f54ea06e8d1390074fec2d749d4ad + TEST PASSED AT Tue Mar 17 20:37:19 UTC 2020 TEST #15: PASS - Test fv3_regional_restart starting at Mon Mar 9 15:00:47 UTC 2020 (Compare FV3 regional restart results with previous trunk version) - Mon Mar 9 15:00:47 UTC 2020 + Test fv3_regional_restart starting at Tue Mar 17 20:57:37 UTC 2020 (Compare FV3 regional restart results with previous trunk version) + Tue Mar 17 20:57:37 UTC 2020 atmos_4xdaily.nc: bit-for-bit identical fv3_history2d.nc: bit-for-bit identical fv3_history.nc: bit-for-bit identical - TEST PASSED AT Mon Mar 9 15:05:07 UTC 2020 + TEST PASSED AT Tue Mar 17 21:01:54 UTC 2020 TEST #16: PASS - Test fv3_decomp starting at Mon Mar 9 14:33:19 UTC 2020 (Compare FV3 decomp results with previous trunk version) - Mon Mar 9 14:33:19 UTC 2020 + Test fv3_decomp starting at Tue Mar 17 20:35:18 UTC 2020 (Compare FV3 decomp results with previous trunk version) + Tue Mar 17 20:35:18 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -917,23 +917,23 @@ TEST #16: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c0702f50b7a8c392db2287053f2c6482 - Actual md5sum: c0702f50b7a8c392db2287053f2c6482 - TEST PASSED AT Mon Mar 9 14:35:12 UTC 2020 + Expected md5sum: 891f54ea06e8d1390074fec2d749d4ad + Actual md5sum: 891f54ea06e8d1390074fec2d749d4ad + TEST PASSED AT Tue Mar 17 20:37:22 UTC 2020 TEST #17: PASS - Test fv3_regional_quilt starting at Mon Mar 9 14:51:25 UTC 2020 (Compare FV3 regional quilt results with previous trunk version) - Mon Mar 9 14:51:25 UTC 2020 + Test fv3_regional_quilt starting at Tue Mar 17 20:49:00 UTC 2020 (Compare FV3 regional quilt results with previous trunk version) + Tue Mar 17 20:49:01 UTC 2020 atmos_4xdaily.nc: bit-for-bit identical dynf000.nc: bit-for-bit identical dynf024.nc: bit-for-bit identical phyf000.nc: bit-for-bit identical phyf024.nc: bit-for-bit identical - TEST PASSED AT Mon Mar 9 14:59:46 UTC 2020 + TEST PASSED AT Tue Mar 17 20:57:25 UTC 2020 TEST #18: PASS - Test fv3_csawmgshoc starting at Mon Mar 9 14:33:19 UTC 2020 (Compare FV3 with CSAW MG2 and SHOC results with previous trunk version) - Mon Mar 9 14:33:19 UTC 2020 + Test fv3_csawmgshoc starting at Tue Mar 17 20:35:18 UTC 2020 (Compare FV3 with CSAW MG2 and SHOC results with previous trunk version) + Tue Mar 17 20:35:18 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -978,13 +978,13 @@ TEST #18: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c0702f50b7a8c392db2287053f2c6482 - Actual md5sum: c0702f50b7a8c392db2287053f2c6482 - TEST PASSED AT Mon Mar 9 14:36:32 UTC 2020 + Expected md5sum: 891f54ea06e8d1390074fec2d749d4ad + Actual md5sum: 891f54ea06e8d1390074fec2d749d4ad + TEST PASSED AT Tue Mar 17 20:38:35 UTC 2020 TEST #19: PASS - Test fv3_control_32bit starting at Mon Mar 9 14:51:42 UTC 2020 (Compare FV3 32bit compile results with previous trunk version) - Mon Mar 9 14:51:42 UTC 2020 + Test fv3_control_32bit starting at Tue Mar 17 20:49:01 UTC 2020 (Compare FV3 32bit compile results with previous trunk version) + Tue Mar 17 20:49:01 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1047,11 +1047,11 @@ TEST #19: PASS RESTART/sfc_data.tile4.nc: bit-for-bit identical RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical - TEST PASSED AT Mon Mar 9 14:53:33 UTC 2020 + TEST PASSED AT Tue Mar 17 20:51:00 UTC 2020 TEST #20: PASS - Test fv3_gfdlmprad_32bit_post starting at Mon Mar 9 14:51:44 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with inline post results with previous trunk version) - Mon Mar 9 14:51:44 UTC 2020 + Test fv3_gfdlmprad_32bit_post starting at Tue Mar 17 20:49:01 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with inline post results with previous trunk version) + Tue Mar 17 20:49:01 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1098,11 +1098,11 @@ TEST #20: PASS RESTART/sfc_data.tile4.nc: bit-for-bit identical RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical - TEST PASSED AT Mon Mar 9 14:54:31 UTC 2020 + TEST PASSED AT Tue Mar 17 20:51:51 UTC 2020 TEST #21: PASS - Test fv3_csawmg3shoc127 starting at Mon Mar 9 14:36:46 UTC 2020 (Compare 127 L FV3 with CSAW MG3 and SHOC results with previous trunk version) - Mon Mar 9 14:36:46 UTC 2020 + Test fv3_csawmg3shoc127 starting at Tue Mar 17 20:38:43 UTC 2020 (Compare 127 L FV3 with CSAW MG3 and SHOC results with previous trunk version) + Tue Mar 17 20:38:43 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1147,13 +1147,13 @@ TEST #21: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c0702f50b7a8c392db2287053f2c6482 - Actual md5sum: c0702f50b7a8c392db2287053f2c6482 - TEST PASSED AT Mon Mar 9 14:43:28 UTC 2020 + Expected md5sum: 891f54ea06e8d1390074fec2d749d4ad + Actual md5sum: 891f54ea06e8d1390074fec2d749d4ad + TEST PASSED AT Tue Mar 17 20:46:37 UTC 2020 TEST #22: PASS - Test fv3_read_inc starting at Mon Mar 9 14:36:46 UTC 2020 (Compare FV3 read_inc results with previous trunk version) - Mon Mar 9 14:36:46 UTC 2020 + Test fv3_read_inc starting at Tue Mar 17 20:38:43 UTC 2020 (Compare FV3 read_inc results with previous trunk version) + Tue Mar 17 20:38:43 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1218,13 +1218,13 @@ TEST #22: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c0702f50b7a8c392db2287053f2c6482 - Actual md5sum: c0702f50b7a8c392db2287053f2c6482 - TEST PASSED AT Mon Mar 9 14:38:39 UTC 2020 + Expected md5sum: 891f54ea06e8d1390074fec2d749d4ad + Actual md5sum: 891f54ea06e8d1390074fec2d749d4ad + TEST PASSED AT Tue Mar 17 20:40:45 UTC 2020 TEST #23: PASS - Test fv3_satmedmf starting at Mon Mar 9 14:36:46 UTC 2020 (Compare FV3 control with satmedmf on Gaussian grid nemsio output results with previous trunk version) - Mon Mar 9 14:36:46 UTC 2020 + Test fv3_satmedmf starting at Tue Mar 17 20:38:43 UTC 2020 (Compare FV3 control with satmedmf on Gaussian grid nemsio output results with previous trunk version) + Tue Mar 17 20:38:43 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1269,13 +1269,13 @@ TEST #23: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c0702f50b7a8c392db2287053f2c6482 - Actual md5sum: c0702f50b7a8c392db2287053f2c6482 - TEST PASSED AT Mon Mar 9 14:38:29 UTC 2020 + Expected md5sum: 891f54ea06e8d1390074fec2d749d4ad + Actual md5sum: 891f54ea06e8d1390074fec2d749d4ad + TEST PASSED AT Tue Mar 17 20:40:43 UTC 2020 TEST #24: PASS - Test fv3_control starting at Mon Mar 9 14:36:46 UTC 2020 (Compare FV3 control results with previous trunk version) - Mon Mar 9 14:36:46 UTC 2020 + Test fv3_control starting at Tue Mar 17 20:38:43 UTC 2020 (Compare FV3 control results with previous trunk version) + Tue Mar 17 20:38:43 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1340,13 +1340,13 @@ TEST #24: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c0702f50b7a8c392db2287053f2c6482 - Actual md5sum: c0702f50b7a8c392db2287053f2c6482 - TEST PASSED AT Mon Mar 9 14:38:46 UTC 2020 + Expected md5sum: 891f54ea06e8d1390074fec2d749d4ad + Actual md5sum: 891f54ea06e8d1390074fec2d749d4ad + TEST PASSED AT Tue Mar 17 20:40:50 UTC 2020 TEST #25: PASS - Test fv3_gfdlmp starting at Mon Mar 9 14:36:46 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) - Mon Mar 9 14:36:46 UTC 2020 + Test fv3_gfdlmp starting at Tue Mar 17 20:38:43 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) + Tue Mar 17 20:38:43 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1391,13 +1391,13 @@ TEST #25: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c0702f50b7a8c392db2287053f2c6482 - Actual md5sum: c0702f50b7a8c392db2287053f2c6482 - TEST PASSED AT Mon Mar 9 14:38:37 UTC 2020 + Expected md5sum: 891f54ea06e8d1390074fec2d749d4ad + Actual md5sum: 891f54ea06e8d1390074fec2d749d4ad + TEST PASSED AT Tue Mar 17 20:40:43 UTC 2020 TEST #26: PASS - Test fv3_gfdlmprad_noahmp starting at Mon Mar 9 14:36:46 UTC 2020 (Compare FV3 GFDL radiation interaction option and Noah MP results with previous trunk version) - Mon Mar 9 14:36:46 UTC 2020 + Test fv3_gfdlmprad_noahmp starting at Tue Mar 17 20:38:44 UTC 2020 (Compare FV3 GFDL radiation interaction option and Noah MP results with previous trunk version) + Tue Mar 17 20:38:44 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1442,13 +1442,13 @@ TEST #26: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c0702f50b7a8c392db2287053f2c6482 - Actual md5sum: c0702f50b7a8c392db2287053f2c6482 - TEST PASSED AT Mon Mar 9 14:38:38 UTC 2020 + Expected md5sum: 891f54ea06e8d1390074fec2d749d4ad + Actual md5sum: 891f54ea06e8d1390074fec2d749d4ad + TEST PASSED AT Tue Mar 17 20:40:47 UTC 2020 TEST #27: PASS - Test fv3_2threads starting at Mon Mar 9 14:36:46 UTC 2020 (Compare FV3 2 threads results with previous trunk version) - Mon Mar 9 14:36:46 UTC 2020 + Test fv3_2threads starting at Tue Mar 17 20:38:44 UTC 2020 (Compare FV3 2 threads results with previous trunk version) + Tue Mar 17 20:38:44 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1513,13 +1513,13 @@ TEST #27: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c0702f50b7a8c392db2287053f2c6482 - Actual md5sum: c0702f50b7a8c392db2287053f2c6482 - TEST PASSED AT Mon Mar 9 14:38:22 UTC 2020 + Expected md5sum: 891f54ea06e8d1390074fec2d749d4ad + Actual md5sum: 891f54ea06e8d1390074fec2d749d4ad + TEST PASSED AT Tue Mar 17 20:40:39 UTC 2020 TEST #28: PASS - Test fv3_wrtGauss_netcdf_esmf starting at Mon Mar 9 14:36:46 UTC 2020 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) - Mon Mar 9 14:36:46 UTC 2020 + Test fv3_wrtGauss_netcdf_esmf starting at Tue Mar 17 20:38:43 UTC 2020 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) + Tue Mar 17 20:38:43 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1564,13 +1564,13 @@ TEST #28: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c0702f50b7a8c392db2287053f2c6482 - Actual md5sum: c0702f50b7a8c392db2287053f2c6482 - TEST PASSED AT Mon Mar 9 14:39:49 UTC 2020 + Expected md5sum: 891f54ea06e8d1390074fec2d749d4ad + Actual md5sum: 891f54ea06e8d1390074fec2d749d4ad + TEST PASSED AT Tue Mar 17 20:41:54 UTC 2020 TEST #29: PASS - Test fv3_csawmg starting at Mon Mar 9 14:39:29 UTC 2020 (Compare FV3 with CSAW and MG2 results with previous trunk version) - Mon Mar 9 14:39:30 UTC 2020 + Test fv3_csawmg starting at Tue Mar 17 20:40:26 UTC 2020 (Compare FV3 with CSAW and MG2 results with previous trunk version) + Tue Mar 17 20:40:26 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1615,13 +1615,13 @@ TEST #29: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c0702f50b7a8c392db2287053f2c6482 - Actual md5sum: c0702f50b7a8c392db2287053f2c6482 - TEST PASSED AT Mon Mar 9 14:42:59 UTC 2020 + Expected md5sum: 891f54ea06e8d1390074fec2d749d4ad + Actual md5sum: 891f54ea06e8d1390074fec2d749d4ad + TEST PASSED AT Tue Mar 17 20:43:58 UTC 2020 TEST #30: PASS - Test fv3_wsm6 starting at Mon Mar 9 14:43:14 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) - Mon Mar 9 14:43:14 UTC 2020 + Test fv3_wsm6 starting at Tue Mar 17 20:42:12 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) + Tue Mar 17 20:42:12 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1686,13 +1686,13 @@ TEST #30: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c0702f50b7a8c392db2287053f2c6482 - Actual md5sum: c0702f50b7a8c392db2287053f2c6482 - TEST PASSED AT Mon Mar 9 14:46:04 UTC 2020 + Expected md5sum: 891f54ea06e8d1390074fec2d749d4ad + Actual md5sum: 891f54ea06e8d1390074fec2d749d4ad + TEST PASSED AT Tue Mar 17 20:45:52 UTC 2020 TEST #31: PASS - Test fv3_stretched starting at Mon Mar 9 14:52:00 UTC 2020 (Stretched grid; compare against previous baseline) - Mon Mar 9 14:52:00 UTC 2020 + Test fv3_stretched starting at Tue Mar 17 20:49:01 UTC 2020 (Stretched grid; compare against previous baseline) + Tue Mar 17 20:49:01 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1743,11 +1743,11 @@ TEST #31: PASS RESTART/sfc_data.tile4.nc: bit-for-bit identical RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical - TEST PASSED AT Mon Mar 9 14:56:24 UTC 2020 + TEST PASSED AT Tue Mar 17 20:53:29 UTC 2020 TEST #32: PASS - Test fv3_wrtGauss_nemsio_c192 starting at Mon Mar 9 14:43:45 UTC 2020 (Compare c192 FV3 Gaussian grid nemsio output results with previous trunk version) - Mon Mar 9 14:43:45 UTC 2020 + Test fv3_wrtGauss_nemsio_c192 starting at Tue Mar 17 20:42:12 UTC 2020 (Compare c192 FV3 Gaussian grid nemsio output results with previous trunk version) + Tue Mar 17 20:42:12 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1792,13 +1792,13 @@ TEST #32: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c0702f50b7a8c392db2287053f2c6482 - Actual md5sum: c0702f50b7a8c392db2287053f2c6482 - TEST PASSED AT Mon Mar 9 14:47:52 UTC 2020 + Expected md5sum: 891f54ea06e8d1390074fec2d749d4ad + Actual md5sum: 891f54ea06e8d1390074fec2d749d4ad + TEST PASSED AT Tue Mar 17 20:47:31 UTC 2020 TEST #33: PASS - Test fv3_rasmgshoc starting at Mon Mar 9 14:43:25 UTC 2020 (Compare FV3 with RAS MG2 and SHOC results with previous trunk version) - Mon Mar 9 14:43:25 UTC 2020 + Test fv3_rasmgshoc starting at Tue Mar 17 20:42:13 UTC 2020 (Compare FV3 with RAS MG2 and SHOC results with previous trunk version) + Tue Mar 17 20:42:13 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1843,10 +1843,10 @@ TEST #33: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: c0702f50b7a8c392db2287053f2c6482 - Actual md5sum: c0702f50b7a8c392db2287053f2c6482 - TEST PASSED AT Mon Mar 9 14:46:49 UTC 2020 -WORKFLOW REPORT AT Mon Mar 9 15:17:17 2020 (+1583767037) + Expected md5sum: 891f54ea06e8d1390074fec2d749d4ad + Actual md5sum: 891f54ea06e8d1390074fec2d749d4ad + TEST PASSED AT Tue Mar 17 20:46:53 UTC 2020 +WORKFLOW REPORT AT Tue Mar 17 21:14:47 2020 (+1584479687) Tests: 0 failed, 33 passed out of 33 Builds: 0 failed, 4 passed out of 4 REGRESSION TEST WAS SUCCESSFUL diff --git a/tests/Compile_wcoss_cray.log b/tests/Compile_wcoss_cray.log index 9c145b9b17..5e557fffdb 100644 --- a/tests/Compile_wcoss_cray.log +++ b/tests/Compile_wcoss_cray.log @@ -1,244 +1,64 @@ + SECONDS=0 ++++ readlink -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ MYDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ readonly PATHTR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -+ PATHTR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -+ readonly BUILD_TARGET=wcoss_cray -+ BUILD_TARGET=wcoss_cray -+ readonly MAKE_OPT= ++ PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ MACHINE_ID=wcoss_cray + MAKE_OPT= -+ readonly BUILD_NAME=fv3_1 + BUILD_NAME=fv3_1 -+ readonly clean_before=YES + clean_before=YES -+ readonly clean_after=YES + clean_after=YES ++ BUILD_DIR=build_fv3_1 ++ [[ wcoss_cray == cheyenne.* ]] ++ [[ wcoss_cray == wcoss_dell_p3 ]] ++ MAKE_THREADS=8 + hostname -slogin1 +slogin2 ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests + echo 'Compiling into fv3_1.exe on wcoss_cray' Compiling into fv3_1.exe on wcoss_cray -+ gnu_make=gmake -+ which gmake -/usr/bin/gmake -+ [[ wcoss_cray == cheyenne.* ]] -+ [[ wcoss_cray == stampede.* ]] -+ MAKE_THREADS=8 -+ [[ 8 -gt 1 ]] -+ echo Using '$MAKE_THREADS=8' threads to build FV3 and FMS. -Using $MAKE_THREADS=8 threads to build FV3 and FMS. -+ echo Consider reducing '$MAKE_THREADS' if you hit memory or process limits. -Consider reducing $MAKE_THREADS if you hit memory or process limits. -+ gnu_make='gmake -j 8' -+ cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../NEMS -+ COMPONENTS=FMS,FV3 -+ [[ '' == *\C\C\P\P\=\Y* ]] -+ [[ '' == *\W\W\3\=\Y* ]] -+ [[ '' == *\D\E\B\U\G\=\Y* ]] ++ '[' YES = YES ']' ++ rm -rf build_fv3_1 ++ mkdir -p build_fv3_1 ++ CCPP_CMAKE_FLAGS= + [[ '' == *\D\E\B\U\G\=\Y* ]] + [[ '' == *\R\E\P\R\O\=\Y* ]] -+ NEMS_BUILDOPT= -+ '[' YES = YES ']' -+ gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3_1 BUILD_ENV=wcoss_cray FV3_MAKEOPT= NEMS_BUILDOPT= distclean -Will copy modules.nems and NEMS.x as fv3_1 under tests/ -NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk" -Adding FV3 makeopts to FMS makeopts -cat /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs ; \ - exec gmake -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -Cleaning fms ... - -cd .. ; \ - ls -1 */*.a */*.o */*.mod */depend \ - | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ - rm -rf FMS_INSTALL || true -ls: cannot access */*.a: No such file or directory -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -rm -rf /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 ; exec gmake \ - -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Cleaning ... - -(cd gfsphysics && make clean) - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -makefile:278: depend: No such file or directory -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -Cleaning gfsphysics ... - -rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -(cd ccpp/driver && make clean) - -Build CCPP layer ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -makefile:67: depend: No such file or directory -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' - -Build CCPP layer ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -Cleaning CCPP_layer ... - -rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -(cd ipd && make clean) - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -makefile:54: depend: No such file or directory -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -Cleaning ipd ... - -rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -(cd ../stochastic_physics && make clean) - -Build standalone FV3 stochastic_physics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -makefile:86: depend: No such file or directory -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' - -Build standalone FV3 stochastic_physics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -Cleaning stochastic_physics ... - -rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -(cd io && make clean) - -Build standalone FV3 io ... - -$ESMF_INC is [] -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -Cleaning io ... - -rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -(cd atmos_cubed_sphere && make clean) - -Build standalone FV3 fv3core ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -Cleaning fv3core ... - -rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -(cd cpl && make clean) - -Build standalone FV3 io ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -Cleaning io ... - -rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend -rm -f -rf nems_dir fv3.mk FV3_INSTALL -rm -f -f conf/modules.fv3 -rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ - delete_nuopc=yes ; \ - fi ; \ - cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ - INCLUDES_ARE_OPTIONAL=YES clean ; \ - if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ - fi -Components in linker order: FV3 FMS -FV3: include -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -GNUmakefile:70: : component FV3 makefile fragment is missing -FMS: include -GNUmakefile:70: : component FMS makefile fragment is missing -CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" -CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" -CPPFLAGS += ESMF_VERSION_MINOR="0" -CPPFLAGS += ESMF_VERSION_MAJOR="8" -CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" -CPPFLAGS += ESMF_VERSION_STRING="8.0.0" -CPPFLAGS += ESMF_VERSION_REVISION="0" -CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -rm -f -f *.tmp.f90 *.lst *.o *.mod lm map -cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test_results.mk -+ gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3_1 BUILD_ENV=wcoss_cray FV3_MAKEOPT= NEMS_BUILDOPT= build -Will copy modules.nems and NEMS.x as fv3_1 under tests/ -NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk" -Adding FV3 makeopts to FMS makeopts -cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/modulefiles/wcoss_cray/fv3 /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems -set -xe ; cp "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems" "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/tests/modules.fv3_1" -+ cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/tests/modules.fv3_1 -cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/conf/configure.fv3.wcoss_cray /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/externals.nems -cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ - echo 'module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf' ; \ - echo 'module load modules.nems' ) > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ - echo 'module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf' ; \ - echo 'module load modules.nems' ) > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS' -if [ -f "/modules.nems" ] ; then \ - . /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ - fi ; \ - ( \ - echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ - echo "CASELESS_FILESYSTEM=NO" ; \ - if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ - ) > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS' -. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs ; \ - exec gmake all - -IMPORTANT: You are in more than one group account. You must manually set -the ECF_PORT environment variable to the appropriate port number: - - Group Account ECF_PORT - ============= ======== - emc.glopara 31487 - emc.climpara 31463 - emc.nomad 31523 -Additional ports are listed in /usrx/local/sys/ecflow/assigned_ports.txt ++ [[ '' == *\3\2\B\I\T\=\Y* ]] ++ [[ '' == *\O\P\E\N\M\P\=\N* ]] ++ [[ '' == *\C\C\P\P\=\Y* ]] ++ [[ '' == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ '' == *\W\W\3\=\Y* ]] +++ trim '' +++ local var= +++ var= +++ var= +++ echo -n '' ++ CCPP_CMAKE_FLAGS= ++ source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__38219 +++ eval 'setup__test_function__38219() { /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__38219 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ -d /gpfs/hps ]] +++ [[ -e /etc/SuSE-release ]] +++ eval module help +++ module purge ++++ /opt/modules/3.2.10.3/bin/modulecmd bash purge intel(3):ERROR:105: Unable to locate a modulefile for 'intel/16.0.3.210' fv3(65):ERROR:105: Unable to locate a modulefile for 'g2/3.1.1' fv3(66):ERROR:105: Unable to locate a modulefile for 'g2tmpl/1.6.0' @@ -250,6 +70,968 @@ fv3(74):ERROR:105: Unable to locate a modulefile for 'w3emc/2.3.1' fv3(75):ERROR:105: Unable to locate a modulefile for 'nemsio/2.2.4' fv3(78):ERROR:105: Unable to locate a modulefile for 'post/8.0.5' fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' +++ eval INFOPATH=/usr/local/info:/usr/share/info:/usr/info ';export' 'INFOPATH;MANPATH=/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man' ';export' 'MANPATH;MODULEPATH=/usrx/local/emc_rocoto/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles' ';export' 'MODULEPATH;PATH=/gpfs/hps3/emc/da/noscrub/Rahul.Mahajan/EXT/anaconda/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/usrx/local/emc_rocoto/1.2.3/bin' ';export' 'PATH;PE_HDF5_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_HDF5_DEFAULT_REQUIRED_PRODUCTS;unset' 'ATP_HOME;unset' 'ATP_MRNET_COMM_PATH;unset' 'ATP_POST_LINK_OPTS;unset' 'BACIO_LIB4;unset' 'BACIO_LIB8;unset' 'BACIO_SRC;unset' 'BACIO_VER;unset' 'CMAKE_CXX_COMPILER;unset' 'CMAKE_C_COMPILER;unset' 'CMAKE_Fortran_COMPILER;unset' 'CMAKE_Platform;unset' 'COMP;unset' 'CPATH;unset' 'CRAYOS_VERSION;unset' 'CRAYPE_DIR;unset' 'CRAYPE_NETWORK_TARGET;unset' 'CRAYPE_VERSION;unset' 'CRAY_ALPS_INCLUDE_OPTS;unset' 'CRAY_ALPS_POST_LINK_OPTS;unset' 'CRAY_CPU_TARGET;unset' 'CRAY_DMAPP_INCLUDE_OPTS;unset' 'CRAY_DMAPP_POST_LINK_OPTS;unset' 'CRAY_GNI_HEADERS_INCLUDE_OPTS;unset' 'CRAY_HDF5_DIR;unset' 'CRAY_HDF5_VERSION;unset' 'CRAY_LD_LIBRARY_PATH;unset' 'CRAY_LIBSCI_BASE_DIR;unset' 'CRAY_LIBSCI_DIR;unset' 'CRAY_LIBSCI_PREFIX_DIR;unset' 'CRAY_LIBSCI_VERSION;unset' 'CRAY_NETCDF_VERSION;unset' 'CRAY_PE_MODULES;unset' 'CRAY_PMI_INCLUDE_OPTS;unset' 'CRAY_PMI_POST_LINK_OPTS;unset' 'CRAY_PRE_COMPILE_OPTS;unset' 'CRAY_PRGENVINTEL;unset' 'CRAY_RCA_INCLUDE_OPTS;unset' 'CRAY_RCA_POST_LINK_OPTS;unset' 'CRAY_UDREG_INCLUDE_OPTS;unset' 'CRAY_UDREG_POST_LINK_OPTS;unset' 'CRAY_UGNI_INCLUDE_OPTS;unset' 'CRAY_UGNI_POST_LINK_OPTS;unset' 'CRAY_XPMEM_INCLUDE_OPTS;unset' 'CRAY_XPMEM_POST_LINK_OPTS;unset' 'CRTM_FIX;unset' 'CRTM_INC;unset' 'CRTM_LIB;unset' 'CRTM_SRC;unset' 'CRTM_VER;unset' 'DMAPP_ABORT_ON_ERROR;unset' 'DVS_INCLUDE_OPTS;unset' 'DVS_VERSION;unset' 'ECF_HOSTFILE;unset' 'ECF_PORT;unset' 'ECF_ROOT;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' 'GCC_PATH;unset' 'GCC_VERSION;unset' 'GDBSERVER_MIC;unset' 'GDB_CROSS;unset' 'GDB_HOST;unset' 'GNU_VERSION;unset' 'HDF5_DIR;unset' 'HDF5_INCLUDE_OPTS;unset' 'HDF5_ROOT;unset' 'INTEL_LICENSE_FILE;unset' 'INTEL_MAJOR_VERSION;unset' 'INTEL_MINOR_VERSION;unset' 'INTEL_PATH;unset' 'INTEL_PYTHONHOME;unset' 'INTEL_VERSION;unset' 'IPPROOT;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' 'JASPER_INC;unset' 'JASPER_LIB;unset' 'JASPER_LIBDIR;unset' 'JASPER_LIBl;unset' 'JASPER_SRC;unset' 'JASPER_VER;unset' 'LD_LIBRARY_PATH;unset' 'LIBRARY_PATH;unset' 'LIBSCI_BASE_DIR;unset' 'LIBSCI_VERSION;unset' 'LIB_NAME;unset' 'LOADEDMODULES;unset' 'LSF_BINDIR;unset' 'LSF_ENVDIR;unset' 'LSF_LIBDIR;unset' 'LSF_SERVERDIR;unset' 'MIC_LD_LIBRARY_PATH;unset' 'MIC_LIBRARY_PATH;unset' 'MKLROOT;unset' 'MPICH_ABORT_ON_ERROR;unset' 'MPM_LAUNCHER;unset' 'NEMSIO_INC;unset' 'NEMSIO_LIB;unset' 'NEMSIO_SRC;unset' 'NEMSIO_VER;unset' 'NETCDF_DIR;unset' 'NLSPATH;unset' 'PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH;unset' 'PE_CRAY_FIXED_PKGCONFIG_PATH;unset' 'PE_CXX_PKGCONFIG_LIBS;unset' 'PE_ENV;unset' 'PE_FFTW_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_FFTW_DEFAULT_TARGET_haswell;unset' 'PE_FFTW_DEFAULT_TARGET_interlagos;unset' 'PE_FFTW_DEFAULT_TARGET_sandybridge;unset' 'PE_FFTW_DEFAULT_TARGET_x86_64;unset' 'PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_GA_DEFAULT_FIXED_PRGENV;unset' 'PE_GA_DEFAULT_GENCOMPS_GNU;unset' 'PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_GA_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_CXX_PKGCONFIG_LIBS;unset' 'PE_HDF5_DEFAULT_FIXED_PRGENV;unset' 'PE_HDF5_DEFAULT_GENCOMPS_GNU;unset' 'PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_DIR;unset' 'PE_HDF5_FIXED_PRGENV;unset' 'PE_HDF5_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_HDF5_GENCOMPILERS_GNU;unset' 'PE_HDF5_GENCOMPS_GNU;unset' 'PE_HDF5_MODULE_NAME;unset' 'PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV;unset' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU;unset' 'PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_PKGCONFIG_LIBS;unset' 'PE_HDF5_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_VOLATILE_PRGENV;unset' 'PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH;unset' 'PE_INTEL_FIXED_PKGCONFIG_PATH;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES;unset' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp;unset' 'PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES;unset' 'PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_LIBSCI_DEFAULT_VOLATILE_PRGENV;unset' 'PE_LIBSCI_GENCOMPS_CRAY_x86_64;unset' 'PE_LIBSCI_GENCOMPS_GNU_x86_64;unset' 'PE_LIBSCI_GENCOMPS_INTEL_x86_64;unset' 'PE_LIBSCI_MODULE_NAME;unset' 'PE_LIBSCI_OMP_REQUIRES;unset' 'PE_LIBSCI_OMP_REQUIRES_openmp;unset' 'PE_LIBSCI_PKGCONFIG_LIBS;unset' 'PE_LIBSCI_PKGCONFIG_VARIABLES;unset' 'PE_LIBSCI_REQUIRED_PRODUCTS;unset' 'PE_LIBSCI_VOLATILE_PKGCONFIG_PATH;unset' 'PE_LIBSCI_VOLATILE_PRGENV;unset' 'PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64;unset' 'PE_MPICH_DEFAULT_FIXED_PRGENV;unset' 'PE_MPICH_DEFAULT_GENCOMPS_CRAY;unset' 'PE_MPICH_DEFAULT_GENCOMPS_GNU;unset' 'PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_MPICH_DEFAULT_VOLATILE_PRGENV;unset' 'PE_MPICH_MULTITHREADED_LIBS_multithreaded;unset' 'PE_MPICH_NV_LIBS;unset' 'PE_MPICH_NV_LIBS_nvidia20;unset' 'PE_MPICH_NV_LIBS_nvidia35;unset' 'PE_MPICH_PKGCONFIG_VARIABLES;unset' 'PE_MPICH_TARGET_VAR_nvidia20;unset' 'PE_MPICH_TARGET_VAR_nvidia35;unset' 'PE_NETCDF_BASEDIR;unset' 'PE_NETCDF_CXX_PKGCONFIG_LIBS;unset' 'PE_NETCDF_DEFAULT_FIXED_PRGENV;unset' 'PE_NETCDF_DEFAULT_GENCOMPS_GNU;unset' 'PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_DEFAULT_VOLATILE_PRGENV;unset' 'PE_NETCDF_FIXED_PRGENV;unset' 'PE_NETCDF_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_NETCDF_GENCOMPILERS_GNU;unset' 'PE_NETCDF_GENCOMPS_GNU;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_NETCDF_MODULE_NAME;unset' 'PE_NETCDF_PKGCONFIG_LIBS;unset' 'PE_NETCDF_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_VOLATILE_PRGENV;unset' 'PE_PAPI_DEFAULT_ACCEL_LIBS;unset' 'PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35;unset' 'PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES;unset' 'PE_PAPI_DEFAULT_TARGET_VAR_nvidia35;unset' 'PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV;unset' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU;unset' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU;unset' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_PETSC_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_PETSC_DEFAULT_VOLATILE_PRGENV;unset' 'PE_PKGCONFIG_DEFAULT_PRODUCTS;unset' 'PE_PKGCONFIG_LIBS;unset' 'PE_PKGCONFIG_PRODUCTS;unset' 'PE_PKGCONFIG_PRODUCTS_DEFAULT;unset' 'PE_PKG_CONFIG_PATH;unset' 'PE_PRODUCT_LIST;unset' 'PE_SMA_DIR_CRAY_DEFAULT64;unset' 'PE_SMA_DIR_PGI_DEFAULT64;unset' 'PE_SMA_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_TPSL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TPSL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TRILINOS_DEFAULT_VOLATILE_PRGENV;unset' 'PKGCONFIG_ENABLED;unset' 'PKG_CONFIG_PATH;unset' 'PKG_CONFIG_PATH_DEFAULT;unset' 'PNG_INC;unset' 'PNG_LIB;unset' 'PNG_LIB12;unset' 'PNG_LIBDIR;unset' 'PNG_LIBso;unset' 'PNG_SRC;unset' 'PNG_VER;unset' 'POST_INC;unset' 'POST_LIB;unset' 'POST_SRC;unset' 'POST_VER;unset' 'PYTHONPATH;unset' 'QT_PLUGIN_PATH;unset' 'SHMEM_ABORT_ON_ERROR;unset' 'SLURM_PROLOG;unset' 'SP_LIB4;unset' 'SP_LIB8;unset' 'SP_LIBd;unset' 'SP_SRC;unset' 'SP_VER;unset' 'TBBROOT;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' 'XLSF_UIDDIR;unset' 'XTOS_VERSION;unset' 'XTPE_NETWORK_TARGET;unset' 'Z_INC;unset' 'Z_LIB;unset' 'Z_SRC;unset' 'Z_VER;unset' '_LMFILES_;' ++++ INFOPATH=/usr/local/info:/usr/share/info:/usr/info ++++ export INFOPATH ++++ MANPATH=/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man ++++ export MANPATH ++++ MODULEPATH=/usrx/local/emc_rocoto/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles ++++ export MODULEPATH ++++ PATH=/gpfs/hps3/emc/da/noscrub/Rahul.Mahajan/EXT/anaconda/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/usrx/local/emc_rocoto/1.2.3/bin ++++ export PATH ++++ PE_HDF5_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH ++++ export PE_HDF5_DEFAULT_REQUIRED_PRODUCTS ++++ unset ATP_HOME ++++ unset ATP_MRNET_COMM_PATH ++++ unset ATP_POST_LINK_OPTS ++++ unset BACIO_LIB4 ++++ unset BACIO_LIB8 ++++ unset BACIO_SRC ++++ unset BACIO_VER ++++ unset CMAKE_CXX_COMPILER ++++ unset CMAKE_C_COMPILER ++++ unset CMAKE_Fortran_COMPILER ++++ unset CMAKE_Platform ++++ unset COMP ++++ unset CPATH ++++ unset CRAYOS_VERSION ++++ unset CRAYPE_DIR ++++ unset CRAYPE_NETWORK_TARGET ++++ unset CRAYPE_VERSION ++++ unset CRAY_ALPS_INCLUDE_OPTS ++++ unset CRAY_ALPS_POST_LINK_OPTS ++++ unset CRAY_CPU_TARGET ++++ unset CRAY_DMAPP_INCLUDE_OPTS ++++ unset CRAY_DMAPP_POST_LINK_OPTS ++++ unset CRAY_GNI_HEADERS_INCLUDE_OPTS ++++ unset CRAY_HDF5_DIR ++++ unset CRAY_HDF5_VERSION ++++ unset CRAY_LD_LIBRARY_PATH ++++ unset CRAY_LIBSCI_BASE_DIR ++++ unset CRAY_LIBSCI_DIR ++++ unset CRAY_LIBSCI_PREFIX_DIR ++++ unset CRAY_LIBSCI_VERSION ++++ unset CRAY_NETCDF_VERSION ++++ unset CRAY_PE_MODULES ++++ unset CRAY_PMI_INCLUDE_OPTS ++++ unset CRAY_PMI_POST_LINK_OPTS ++++ unset CRAY_PRE_COMPILE_OPTS ++++ unset CRAY_PRGENVINTEL ++++ unset CRAY_RCA_INCLUDE_OPTS ++++ unset CRAY_RCA_POST_LINK_OPTS ++++ unset CRAY_UDREG_INCLUDE_OPTS ++++ unset CRAY_UDREG_POST_LINK_OPTS ++++ unset CRAY_UGNI_INCLUDE_OPTS ++++ unset CRAY_UGNI_POST_LINK_OPTS ++++ unset CRAY_XPMEM_INCLUDE_OPTS ++++ unset CRAY_XPMEM_POST_LINK_OPTS ++++ unset CRTM_FIX ++++ unset CRTM_INC ++++ unset CRTM_LIB ++++ unset CRTM_SRC ++++ unset CRTM_VER ++++ unset DMAPP_ABORT_ON_ERROR ++++ unset DVS_INCLUDE_OPTS ++++ unset DVS_VERSION ++++ unset ECF_HOSTFILE ++++ unset ECF_PORT ++++ unset ECF_ROOT ++++ 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 GCC_PATH ++++ unset GCC_VERSION ++++ unset GDBSERVER_MIC ++++ unset GDB_CROSS ++++ unset GDB_HOST ++++ unset GNU_VERSION ++++ unset HDF5_DIR ++++ unset HDF5_INCLUDE_OPTS ++++ unset HDF5_ROOT ++++ unset INTEL_LICENSE_FILE ++++ unset INTEL_MAJOR_VERSION ++++ unset INTEL_MINOR_VERSION ++++ unset INTEL_PATH ++++ unset INTEL_PYTHONHOME ++++ unset INTEL_VERSION ++++ unset IPPROOT ++++ 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 JASPER_INC ++++ unset JASPER_LIB ++++ unset JASPER_LIBDIR ++++ unset JASPER_LIBl ++++ unset JASPER_SRC ++++ unset JASPER_VER ++++ unset LD_LIBRARY_PATH ++++ unset LIBRARY_PATH ++++ unset LIBSCI_BASE_DIR ++++ unset LIBSCI_VERSION ++++ unset LIB_NAME ++++ unset LOADEDMODULES ++++ unset LSF_BINDIR ++++ unset LSF_ENVDIR ++++ unset LSF_LIBDIR ++++ unset LSF_SERVERDIR ++++ unset MIC_LD_LIBRARY_PATH ++++ unset MIC_LIBRARY_PATH ++++ unset MKLROOT ++++ unset MPICH_ABORT_ON_ERROR ++++ unset MPM_LAUNCHER ++++ unset NEMSIO_INC ++++ unset NEMSIO_LIB ++++ unset NEMSIO_SRC ++++ unset NEMSIO_VER ++++ unset NETCDF_DIR ++++ unset NLSPATH ++++ unset PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH ++++ unset PE_CRAY_FIXED_PKGCONFIG_PATH ++++ unset PE_CXX_PKGCONFIG_LIBS ++++ unset PE_ENV ++++ unset PE_FFTW_DEFAULT_REQUIRED_PRODUCTS ++++ unset PE_FFTW_DEFAULT_TARGET_haswell ++++ unset PE_FFTW_DEFAULT_TARGET_interlagos ++++ unset PE_FFTW_DEFAULT_TARGET_sandybridge ++++ unset PE_FFTW_DEFAULT_TARGET_x86_64 ++++ unset PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_FORTRAN_PKGCONFIG_LIBS ++++ unset PE_GA_DEFAULT_FIXED_PRGENV ++++ unset PE_GA_DEFAULT_GENCOMPS_GNU ++++ unset PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_GA_DEFAULT_VOLATILE_PRGENV ++++ unset PE_HDF5_CXX_PKGCONFIG_LIBS ++++ unset PE_HDF5_DEFAULT_FIXED_PRGENV ++++ unset PE_HDF5_DEFAULT_GENCOMPS_GNU ++++ unset PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_HDF5_DEFAULT_VOLATILE_PRGENV ++++ unset PE_HDF5_DIR ++++ unset PE_HDF5_FIXED_PRGENV ++++ unset PE_HDF5_FORTRAN_PKGCONFIG_LIBS ++++ unset PE_HDF5_GENCOMPILERS_GNU ++++ unset PE_HDF5_GENCOMPS_GNU ++++ unset PE_HDF5_MODULE_NAME ++++ unset PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV ++++ unset PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU ++++ unset PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS ++++ unset PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV ++++ unset PE_HDF5_PKGCONFIG_LIBS ++++ unset PE_HDF5_VOLATILE_PKGCONFIG_PATH ++++ unset PE_HDF5_VOLATILE_PRGENV ++++ unset PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH ++++ unset PE_INTEL_FIXED_PKGCONFIG_PATH ++++ unset PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64 ++++ unset PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64 ++++ unset PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64 ++++ unset PE_LIBSCI_DEFAULT_OMP_REQUIRES ++++ unset PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp ++++ unset PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES ++++ unset PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS ++++ unset PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_LIBSCI_DEFAULT_VOLATILE_PRGENV ++++ unset PE_LIBSCI_GENCOMPS_CRAY_x86_64 ++++ unset PE_LIBSCI_GENCOMPS_GNU_x86_64 ++++ unset PE_LIBSCI_GENCOMPS_INTEL_x86_64 ++++ unset PE_LIBSCI_MODULE_NAME ++++ unset PE_LIBSCI_OMP_REQUIRES ++++ unset PE_LIBSCI_OMP_REQUIRES_openmp ++++ unset PE_LIBSCI_PKGCONFIG_LIBS ++++ unset PE_LIBSCI_PKGCONFIG_VARIABLES ++++ unset PE_LIBSCI_REQUIRED_PRODUCTS ++++ unset PE_LIBSCI_VOLATILE_PKGCONFIG_PATH ++++ unset PE_LIBSCI_VOLATILE_PRGENV ++++ unset PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64 ++++ unset PE_MPICH_DEFAULT_FIXED_PRGENV ++++ unset PE_MPICH_DEFAULT_GENCOMPS_CRAY ++++ unset PE_MPICH_DEFAULT_GENCOMPS_GNU ++++ unset PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_MPICH_DEFAULT_VOLATILE_PRGENV ++++ unset PE_MPICH_MULTITHREADED_LIBS_multithreaded ++++ unset PE_MPICH_NV_LIBS ++++ unset PE_MPICH_NV_LIBS_nvidia20 ++++ unset PE_MPICH_NV_LIBS_nvidia35 ++++ unset PE_MPICH_PKGCONFIG_VARIABLES ++++ unset PE_MPICH_TARGET_VAR_nvidia20 ++++ unset PE_MPICH_TARGET_VAR_nvidia35 ++++ unset PE_NETCDF_BASEDIR ++++ unset PE_NETCDF_CXX_PKGCONFIG_LIBS ++++ unset PE_NETCDF_DEFAULT_FIXED_PRGENV ++++ unset PE_NETCDF_DEFAULT_GENCOMPS_GNU ++++ unset PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS ++++ unset PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_NETCDF_DEFAULT_VOLATILE_PRGENV ++++ unset PE_NETCDF_FIXED_PRGENV ++++ unset PE_NETCDF_FORTRAN_PKGCONFIG_LIBS ++++ unset PE_NETCDF_GENCOMPILERS_GNU ++++ unset PE_NETCDF_GENCOMPS_GNU ++++ unset PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV ++++ unset PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU ++++ unset PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS ++++ unset PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV ++++ unset PE_NETCDF_MODULE_NAME ++++ unset PE_NETCDF_PKGCONFIG_LIBS ++++ unset PE_NETCDF_REQUIRED_PRODUCTS ++++ unset PE_NETCDF_VOLATILE_PKGCONFIG_PATH ++++ unset PE_NETCDF_VOLATILE_PRGENV ++++ unset PE_PAPI_DEFAULT_ACCEL_LIBS ++++ unset PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35 ++++ unset PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES ++++ unset PE_PAPI_DEFAULT_TARGET_VAR_nvidia35 ++++ unset PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV ++++ unset PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU ++++ unset PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU ++++ unset PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV ++++ unset PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell ++++ unset PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos ++++ unset PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge ++++ unset PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64 ++++ unset PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell ++++ unset PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos ++++ unset PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge ++++ unset PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64 ++++ unset PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell ++++ unset PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos ++++ unset PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge ++++ unset PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64 ++++ unset PE_PETSC_DEFAULT_REQUIRED_PRODUCTS ++++ unset PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_PETSC_DEFAULT_VOLATILE_PRGENV ++++ unset PE_PKGCONFIG_DEFAULT_PRODUCTS ++++ unset PE_PKGCONFIG_LIBS ++++ unset PE_PKGCONFIG_PRODUCTS ++++ unset PE_PKGCONFIG_PRODUCTS_DEFAULT ++++ unset PE_PKG_CONFIG_PATH ++++ unset PE_PRODUCT_LIST ++++ unset PE_SMA_DIR_CRAY_DEFAULT64 ++++ unset PE_SMA_DIR_PGI_DEFAULT64 ++++ unset PE_SMA_VOLATILE_PKGCONFIG_PATH ++++ unset PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell ++++ unset PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos ++++ unset PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge ++++ unset PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64 ++++ unset PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell ++++ unset PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos ++++ unset PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge ++++ unset PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64 ++++ unset PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell ++++ unset PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos ++++ unset PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge ++++ unset PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64 ++++ unset PE_TPSL_DEFAULT_REQUIRED_PRODUCTS ++++ unset PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_TPSL_DEFAULT_VOLATILE_PRGENV ++++ unset PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64 ++++ unset PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64 ++++ unset PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64 ++++ unset PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS ++++ unset PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_TRILINOS_DEFAULT_VOLATILE_PRGENV ++++ unset PKGCONFIG_ENABLED ++++ unset PKG_CONFIG_PATH ++++ unset PKG_CONFIG_PATH_DEFAULT ++++ unset PNG_INC ++++ unset PNG_LIB ++++ unset PNG_LIB12 ++++ unset PNG_LIBDIR ++++ unset PNG_LIBso ++++ unset PNG_SRC ++++ unset PNG_VER ++++ unset POST_INC ++++ unset POST_LIB ++++ unset POST_SRC ++++ unset POST_VER ++++ unset PYTHONPATH ++++ unset QT_PLUGIN_PATH ++++ unset SHMEM_ABORT_ON_ERROR ++++ unset SLURM_PROLOG ++++ unset SP_LIB4 ++++ unset SP_LIB8 ++++ unset SP_LIBd ++++ unset SP_SRC ++++ unset SP_VER ++++ unset TBBROOT ++++ 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 XLSF_UIDDIR ++++ unset XTOS_VERSION ++++ unset XTPE_NETWORK_TARGET ++++ unset Z_INC ++++ unset Z_LIB ++++ unset Z_SRC ++++ unset Z_VER ++++ unset _LMFILES_ +++ module purge ++++ /opt/modules/3.2.10.3/bin/modulecmd bash purge +++ eval +++ unset _LMFILES_ +++ unset LOADEDMODULES +++ module use /opt/modulefiles ++++ /opt/modules/3.2.10.3/bin/modulecmd bash use /opt/modulefiles +++ eval +++ module use /opt/cray/ari/modulefiles ++++ /opt/modules/3.2.10.3/bin/modulecmd bash use /opt/cray/ari/modulefiles +++ eval MODULEPATH=/opt/cray/ari/modulefiles:/usrx/local/emc_rocoto/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles ';export' 'MODULEPATH;' ++++ MODULEPATH=/opt/cray/ari/modulefiles:/usrx/local/emc_rocoto/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles ++++ export MODULEPATH +++ module use /opt/cray/craype/default/alt-modulefiles ++++ /opt/modules/3.2.10.3/bin/modulecmd bash use /opt/cray/craype/default/alt-modulefiles +++ eval +++ module use /opt/cray/alt-modulefiles ++++ /opt/modules/3.2.10.3/bin/modulecmd bash use /opt/cray/alt-modulefiles +++ eval +++ module use /gpfs/hps/nco/ops/nwprod/modulefiles ++++ /opt/modules/3.2.10.3/bin/modulecmd bash use /gpfs/hps/nco/ops/nwprod/modulefiles +++ eval +++ module use /gpfs/hps/nco/ops/nwprod/lib/modulefiles ++++ /opt/modules/3.2.10.3/bin/modulecmd bash use /gpfs/hps/nco/ops/nwprod/lib/modulefiles +++ eval +++ module use /usrx/local/prod/modulefiles ++++ /opt/modules/3.2.10.3/bin/modulecmd bash use /usrx/local/prod/modulefiles +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__38219 +++ unset __ms_function_name ++ [[ wcoss_cray == macosx.* ]] ++ [[ wcoss_cray == linux.* ]] ++ module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray +++ /opt/modules/3.2.10.3/bin/modulecmd bash use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray ++ eval ++ module load fv3 +++ /opt/modules/3.2.10.3/bin/modulecmd bash load fv3 ++ eval ATP_HOME=/opt/cray/atp/1.8.1 ';export' 'ATP_HOME;ATP_MRNET_COMM_PATH=/opt/cray/atp/1.8.1/libexec/atp_mrnet_commnode_wrapper' ';export' 'ATP_MRNET_COMM_PATH;ATP_POST_LINK_OPTS=-Wl,-L/opt/cray/atp/1.8.1/libApp/\' ';export' 'ATP_POST_LINK_OPTS;BACIO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a' ';export' 'BACIO_LIB4;BACIO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_8.a' ';export' 'BACIO_LIB8;BACIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/bacio_v2.0.3' ';export' 'BACIO_SRC;BACIO_VER=v2.0.3' ';export' 'BACIO_VER;CMAKE_CXX_COMPILER=CC' ';export' 'CMAKE_CXX_COMPILER;CMAKE_C_COMPILER=cc' ';export' 'CMAKE_C_COMPILER;CMAKE_Fortran_COMPILER=ftn' ';export' 'CMAKE_Fortran_COMPILER;CMAKE_Platform=wcoss_cray' ';export' 'CMAKE_Platform;COMP=intel' ';export' 'COMP;CPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/include' ';export' 'CPATH;CRAYOS_VERSION=5.2.82' ';export' 'CRAYOS_VERSION;CRAYPE_DIR=/opt/cray/craype/2.3.0' ';export' 'CRAYPE_DIR;CRAYPE_NETWORK_TARGET=aries' ';export' 'CRAYPE_NETWORK_TARGET;CRAYPE_VERSION=2.3.0' ';export' 'CRAYPE_VERSION;CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include' ';export' 'CRAY_ALPS_INCLUDE_OPTS;CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_ALPS_POST_LINK_OPTS;CRAY_CPU_TARGET=haswell' ';export' 'CRAY_CPU_TARGET;CRAY_DMAPP_INCLUDE_OPTS=-I/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/include\' '-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include\' ';export' 'CRAY_DMAPP_INCLUDE_OPTS;CRAY_DMAPP_POST_LINK_OPTS=-L/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64' ';export' 'CRAY_DMAPP_POST_LINK_OPTS;CRAY_GNI_HEADERS_INCLUDE_OPTS=-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include' ';export' 'CRAY_GNI_HEADERS_INCLUDE_OPTS;CRAY_HDF5_DIR=/opt/cray/hdf5/1.8.14' ';export' 'CRAY_HDF5_DIR;CRAY_HDF5_VERSION=1.8.14' ';export' 'CRAY_HDF5_VERSION;CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64:/opt/cray/hdf5/1.8.14/INTEL/14.0/lib:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64:/opt/cray/pmi/5.0.11/lib64:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64:/opt/cray/libsci/13.0.3/INTEL/140/x86_64/lib' ';export' 'CRAY_LD_LIBRARY_PATH;CRAY_LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3' ';export' 'CRAY_LIBSCI_BASE_DIR;CRAY_LIBSCI_DIR=/opt/cray/libsci/13.0.3' ';export' 'CRAY_LIBSCI_DIR;CRAY_LIBSCI_PREFIX_DIR=/opt/cray/libsci/13.0.3/INTEL/140/x86_64' ';export' 'CRAY_LIBSCI_PREFIX_DIR;CRAY_LIBSCI_VERSION=13.0.3' ';export' 'CRAY_LIBSCI_VERSION;CRAY_NETCDF_VERSION=4.3.3.1' ';export' 'CRAY_NETCDF_VERSION;CRAY_PE_MODULES=cray-hdf5:cray-netcdf' ';export' 'CRAY_PE_MODULES;CRAY_PMI_INCLUDE_OPTS=-I/opt/cray/pmi/5.0.11/include' ';export' 'CRAY_PMI_INCLUDE_OPTS;CRAY_PMI_POST_LINK_OPTS=-L/opt/cray/pmi/5.0.11/lib64' ';export' 'CRAY_PMI_POST_LINK_OPTS;CRAY_PRE_COMPILE_OPTS=-hnetwork=aries' ';export' 'CRAY_PRE_COMPILE_OPTS;CRAY_PRGENVINTEL=loaded' ';export' 'CRAY_PRGENVINTEL;CRAY_RCA_INCLUDE_OPTS=-I/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/include\' '-I/opt/cray/krca/1.0.0-2.0502.67049.8.22.ari/include\' '-I/opt/cray-hss-devel/7.2.0/include\' ';export' 'CRAY_RCA_INCLUDE_OPTS;CRAY_RCA_POST_LINK_OPTS=-L/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64\' '-lrca\' ';export' 'CRAY_RCA_POST_LINK_OPTS;CRAY_UDREG_INCLUDE_OPTS=-I/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/include' ';export' 'CRAY_UDREG_INCLUDE_OPTS;CRAY_UDREG_POST_LINK_OPTS=-L/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64' ';export' 'CRAY_UDREG_POST_LINK_OPTS;CRAY_UGNI_INCLUDE_OPTS=-I/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/include' ';export' 'CRAY_UGNI_INCLUDE_OPTS;CRAY_UGNI_POST_LINK_OPTS=-L/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64' ';export' 'CRAY_UGNI_POST_LINK_OPTS;CRAY_XPMEM_INCLUDE_OPTS=-I/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/include' ';export' 'CRAY_XPMEM_INCLUDE_OPTS;CRAY_XPMEM_POST_LINK_OPTS=-L/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64' ';export' 'CRAY_XPMEM_POST_LINK_OPTS;CRTM_FIX=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/fix' ';export' 'CRTM_FIX;CRTM_INC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/include/crtm_v2.2.6' ';export' 'CRTM_INC;CRTM_LIB=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a' ';export' 'CRTM_LIB;CRTM_SRC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/src' ';export' 'CRTM_SRC;CRTM_VER=v2.2.6' ';export' 'CRTM_VER;DMAPP_ABORT_ON_ERROR=1' ';export' 'DMAPP_ABORT_ON_ERROR;DVS_INCLUDE_OPTS=-I/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/include' ';export' 'DVS_INCLUDE_OPTS;DVS_VERSION=0.9.0' ';export' 'DVS_VERSION;ESMFMKFILE=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk' ';export' 'ESMFMKFILE;G2TMPL_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2tmpl_v1.6.0' ';export' 'G2TMPL_INC;G2TMPL_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a' ';export' 'G2TMPL_LIB;G2TMPL_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2tmpl_v1.6.0/src' ';export' 'G2TMPL_SRC;G2TMPL_VER=v1.6.0' ';export' 'G2TMPL_VER;G2_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_4' ';export' 'G2_INC4;G2_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_d' ';export' 'G2_INCd;G2_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a' ';export' 'G2_LIB4;G2_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_d.a' ';export' 'G2_LIBd;G2_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2_v3.1.1' ';export' 'G2_SRC;G2_VER=v3.1.1' ';export' 'G2_VER;GCC_PATH=/opt/gcc/4.9.2' ';export' 'GCC_PATH;GCC_VERSION=4.9.2' ';export' 'GCC_VERSION;GDBSERVER_MIC=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/target/mic/bin/gdbserver' ';export' 'GDBSERVER_MIC;GDB_CROSS=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-mic' ';export' 'GDB_CROSS;GDB_HOST=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-ia-mic' ';export' 'GDB_HOST;GNU_VERSION=4.9.2' ';export' 'GNU_VERSION;HDF5_DIR=/opt/cray/hdf5/1.8.14/INTEL/14.0' ';export' 'HDF5_DIR;HDF5_INCLUDE_OPTS=/opt/cray/hdf5/1.8.14/INTEL/14.0/include' ';export' 'HDF5_INCLUDE_OPTS;HDF5_ROOT=/opt/cray/hdf5/1.8.14/INTEL/14.0' ';export' 'HDF5_ROOT;INFOPATH=/opt/gcc/4.9.2/snos/share/info:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/info/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/info/:/usr/local/info:/usr/share/info:/usr/info' ';export' 'INFOPATH;INTEL_LICENSE_FILE=/opt/intel/compilers_and_libraries_2016.3.210/linux/licenses:/opt/intel/licenses:/intel/licenses' ';export' 'INTEL_LICENSE_FILE;INTEL_MAJOR_VERSION=16.0' ';export' 'INTEL_MAJOR_VERSION;INTEL_MINOR_VERSION=3.210' ';export' 'INTEL_MINOR_VERSION;INTEL_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux' ';export' 'INTEL_PATH;INTEL_PYTHONHOME=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/python/intel64/' ';export' 'INTEL_PYTHONHOME;INTEL_VERSION=16.0.3.210' ';export' 'INTEL_VERSION;IPPROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp' ';export' 'IPPROOT;IP_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_4' ';export' 'IP_INC4;IP_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_8' ';export' 'IP_INC8;IP_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_d' ';export' 'IP_INCd;IP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_4.a' ';export' 'IP_LIB4;IP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_8.a' ';export' 'IP_LIB8;IP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_d.a' ';export' 'IP_LIBd;IP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/ip_v3.0.2' ';export' 'IP_SRC;IP_VER=v3.0.2' ';export' 'IP_VER;JASPER_INC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/include' ';export' 'JASPER_INC;JASPER_LIB=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a' ';export' 'JASPER_LIB;JASPER_LIBDIR=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib' ';export' 'JASPER_LIBDIR;JASPER_LIBl=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.la' ';export' 'JASPER_LIBl;JASPER_SRC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/sorc/jasper_v1.900.1' ';export' 'JASPER_SRC;JASPER_VER=1.900.1' ';export' 'JASPER_VER;LD_LIBRARY_PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib:/opt/gcc/4.9.2/snos/lib64:/usrx/local/dev/python/2.7.14/lib:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/tools/intel64/perfsys:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/libipt/intel64/lib' ';export' 'LD_LIBRARY_PATH;LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1' ';export' 'LIBRARY_PATH;LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3' ';export' 'LIBSCI_BASE_DIR;LIBSCI_VERSION=13.0.3' ';export' 'LIBSCI_VERSION;LIB_NAME=POST' ';export' 'LIB_NAME;LOADEDMODULES=craype-network-aries:craype/2.3.0:cray-libsci/13.0.3:udreg/2.3.2-1.0502.10518.2.17.ari:ugni/6.0-1.0502.10863.8.29.ari:pmi/5.0.11:dmapp/7.0.1-1.0502.11080.8.76.ari:gni-headers/4.0-1.0502.10859.7.8.ari:xpmem/0.1-2.0502.64982.5.3.ari:dvs/2.5_0.9.0-1.0502.2188.1.116.ari:alps/5.2.4-2.0502.9774.31.11.ari:rca/1.0.0-2.0502.60530.1.62.ari:atp/1.8.1:PrgEnv-intel/5.2.82:intel/16.3.210:cray-netcdf/4.3.3.1:cray-hdf5/1.8.14:xt-lsfhpc/9.1.3:craype-haswell:python/2.7.14:cmake/3.6.2:gcc/4.9.2:jasper-gnu-sandybridge/1.900.1:png-intel-sandybridge/1.2.49:zlib-intel-sandybridge/1.2.7:crtm-intel/2.2.6:g2/3.1.1:g2tmpl/1.6.0:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:post/8.0.5:alps/5.2.4-2.0502.9822.32.1.ari:esmf/8.0.0:fv3' ';export' 'LOADEDMODULES;LSF_BINDIR=/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin' ';export' 'LSF_BINDIR;LSF_ENVDIR=/gpfs/slsf/xt-lsfhpc/conf' ';export' 'LSF_ENVDIR;LSF_LIBDIR=/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib' ';export' 'LSF_LIBDIR;LSF_SERVERDIR=/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc' ';export' 'LSF_SERVERDIR;MANPATH=/opt/cray/pmi/5.0.11/man:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/share/man:/opt/gcc/4.9.2/snos/share/man:/usrx/local/dev/cmake/3.6.2/share/man:/usrx/local/dev/python/2.7.14/share/man:/gpfs/slsf/xt-lsfhpc/9.1/man:/opt/cray/netcdf/4.3.3.1/share/man:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/common:/opt/cray/atp/1.8.1/man:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/man:/opt/cray/libsci/13.0.3/man:/opt/cray/man/csmlversion:/opt/cray/craype/2.3.0/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man:/opt/cray/man' ';export' 'MANPATH;MIC_LD_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic' ';export' 'MIC_LD_LIBRARY_PATH;MIC_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic' ';export' 'MIC_LIBRARY_PATH;MKLROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl' ';export' 'MKLROOT;MODULEPATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles:/opt/cray/ari/modulefiles:/usrx/local/emc_rocoto/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles' ';export' 'MODULEPATH;MPICH_ABORT_ON_ERROR=1' ';export' 'MPICH_ABORT_ON_ERROR;MPM_LAUNCHER=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/mpm/bin/start_mpm.sh' ';export' 'MPM_LAUNCHER;NEMSIO_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4' ';export' 'NEMSIO_INC;NEMSIO_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a' ';export' 'NEMSIO_LIB;NEMSIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/nemsio_v2.2.4' ';export' 'NEMSIO_SRC;NEMSIO_VER=v2.2.4' ';export' 'NEMSIO_VER;NETCDF_DIR=/opt/cray/netcdf/4.3.3.1/INTEL/14.0' ';export' 'NETCDF_DIR;NLSPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/locale/%l_%t/%N' ';export' 'NLSPATH;PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/opt/gcc/4.9.2/bin:/usrx/local/dev/cmake/3.6.2/bin:/usrx/local/dev/python/2.7.14/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/opt/cray/hdf5/1.8.14/bin:/opt/cray/netcdf/4.3.3.1/bin:/opt/intel/compilers_and_libraries_2016.3.210/linux/bin/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/sbin:/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/bin:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/bin:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/bin:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/bin:/opt/cray/craype/2.3.0/bin:/gpfs/hps3/emc/da/noscrub/Rahul.Mahajan/EXT/anaconda/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/usrx/local/emc_rocoto/1.2.3/bin:/opt/cray/bin:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include' ';export' 'PATH;PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/ga/5.3.0.1/CRAY/83/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/CRAY/83/lib/pkgconfig:/opt/cray/hdf5/1.8.13/CRAY/83/lib/pkgconfig' ';export' 'PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH;PE_CRAY_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/CRAY/8.3/lib/pkgconfig' ';export' 'PE_CRAY_FIXED_PKGCONFIG_PATH;PE_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp:netcdf_c++4' ';export' 'PE_CXX_PKGCONFIG_LIBS;PE_ENV=INTEL' ';export' 'PE_ENV;PE_FFTW_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_FFTW_DEFAULT_REQUIRED_PRODUCTS;PE_FFTW_DEFAULT_TARGET_haswell=haswell' ';export' 'PE_FFTW_DEFAULT_TARGET_haswell;PE_FFTW_DEFAULT_TARGET_interlagos=interlagos' ';export' 'PE_FFTW_DEFAULT_TARGET_interlagos;PE_FFTW_DEFAULT_TARGET_sandybridge=sandybridge' ';export' 'PE_FFTW_DEFAULT_TARGET_sandybridge;PE_FFTW_DEFAULT_TARGET_x86_64=x86_64' ';export' 'PE_FFTW_DEFAULT_TARGET_x86_64;PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/fftw/3.3.4.2/@PE_FFTW_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran:netcdff' ';export' 'PE_FORTRAN_PKGCONFIG_LIBS;PE_GA_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_GA_DEFAULT_FIXED_PRGENV;PE_GA_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_GA_DEFAULT_GENCOMPS_GNU;PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/ga/5.3.0.1/@PRGENV@/@PE_GA_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_GA_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_GA_DEFAULT_VOLATILE_PRGENV;PE_HDF5_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp' ';export' 'PE_HDF5_CXX_PKGCONFIG_LIBS;PE_HDF5_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_DEFAULT_FIXED_PRGENV;PE_HDF5_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_HDF5_DEFAULT_GENCOMPS_GNU;PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.13/@PRGENV@/@PE_HDF5_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PRGENV;PE_HDF5_DIR=/opt/cray/hdf5/1.8.14' ';export' 'PE_HDF5_DIR;PE_HDF5_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_FIXED_PRGENV;PE_HDF5_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran' ';export' 'PE_HDF5_FORTRAN_PKGCONFIG_LIBS;PE_HDF5_GENCOMPILERS_GNU=5.1\' '4.9\' 4.8 ';export' 'PE_HDF5_GENCOMPILERS_GNU;PE_HDF5_GENCOMPS_GNU=51\' '49\' 48 ';export' 'PE_HDF5_GENCOMPS_GNU;PE_HDF5_MODULE_NAME=cray-hdf5' ';export' 'PE_HDF5_MODULE_NAME;PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV;PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU;PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5-parallel/1.8.13/@PRGENV@/@PE_HDF5_PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_HDF5_PKGCONFIG_LIBS=hdf5_hl:hdf5' ';export' 'PE_HDF5_PKGCONFIG_LIBS;PE_HDF5_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/@PRGENV@/@PE_HDF5_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_VOLATILE_PKGCONFIG_PATH;PE_HDF5_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_VOLATILE_PRGENV;PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/INTEL/14.0/lib/pkgconfig:/opt/cray/netcdf/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/ga/5.3.0.1/INTEL/140/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/INTEL/140/lib/pkgconfig:/opt/cray/hdf5/1.8.13/INTEL/140/lib/pkgconfig:/opt/cray/mpt/7.2.0/gni/mpich2-intel/140/lib/pkgconfig' ';export' 'PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH;PE_INTEL_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/INTEL/14.0/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib/pkgconfig' ';export' 'PE_INTEL_FIXED_PKGCONFIG_PATH;PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64;PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp=_mp' ';export' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp;PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES=PE_LIBSCI_DEFAULT_OMP_REQUIRES_@openmp@' ';export' 'PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES;PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS;PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_DEFAULT_GENCOMPS@/@PE_LIBSCI_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PRGENV;PE_LIBSCI_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_GENCOMPS_CRAY_x86_64;PE_LIBSCI_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_LIBSCI_GENCOMPS_GNU_x86_64;PE_LIBSCI_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_LIBSCI_GENCOMPS_INTEL_x86_64;PE_LIBSCI_MODULE_NAME=cray-libsci/13.0.3' ';export' 'PE_LIBSCI_MODULE_NAME;PE_LIBSCI_OMP_REQUIRES_openmp=_mp' ';export' 'PE_LIBSCI_OMP_REQUIRES_openmp;PE_LIBSCI_PKGCONFIG_LIBS=libsci_mpi:libsci' ';export' 'PE_LIBSCI_PKGCONFIG_LIBS;PE_LIBSCI_PKGCONFIG_VARIABLES=PE_LIBSCI_OMP_REQUIRES_@openmp@' ';export' 'PE_LIBSCI_PKGCONFIG_VARIABLES;PE_LIBSCI_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_LIBSCI_REQUIRED_PRODUCTS;PE_LIBSCI_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_GENCOMPS@/@PE_LIBSCI_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_LIBSCI_VOLATILE_PRGENV;PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64=64' ';export' 'PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64;PE_MPICH_DEFAULT_FIXED_PRGENV=INTEL' ';export' 'PE_MPICH_DEFAULT_FIXED_PRGENV;PE_MPICH_DEFAULT_GENCOMPS_CRAY=83' ';export' 'PE_MPICH_DEFAULT_GENCOMPS_CRAY;PE_MPICH_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_MPICH_DEFAULT_GENCOMPS_GNU;PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/mpich2-@PRGENV@@PE_MPICH_DEFAULT_DIR_DEFAULT64@/@PE_MPICH_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_MPICH_DEFAULT_VOLATILE_PRGENV=CRAY\' GNU ';export' 'PE_MPICH_DEFAULT_VOLATILE_PRGENV;PE_MPICH_MULTITHREADED_LIBS_multithreaded=_mt' ';export' 'PE_MPICH_MULTITHREADED_LIBS_multithreaded;PE_MPICH_NV_LIBS_nvidia20=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia20;PE_MPICH_NV_LIBS_nvidia35=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia35;PE_MPICH_PKGCONFIG_VARIABLES=PE_MPICH_NV_LIBS_@accelerator@:PE_MPICH_MULTITHREADED_LIBS_@multithreaded@' ';export' 'PE_MPICH_PKGCONFIG_VARIABLES;PE_MPICH_TARGET_VAR_nvidia20=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia20;PE_MPICH_TARGET_VAR_nvidia35=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia35;PE_NETCDF_BASEDIR=/opt/cray/netcdf/4.3.3.1' ';export' 'PE_NETCDF_BASEDIR;PE_NETCDF_CXX_PKGCONFIG_LIBS=netcdf_c++4' ';export' 'PE_NETCDF_CXX_PKGCONFIG_LIBS;PE_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_DEFAULT_FIXED_PRGENV;PE_NETCDF_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_NETCDF_DEFAULT_GENCOMPS_GNU;PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5' ';export' 'PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.2/@PRGENV@/@PE_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_NETCDF_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_FIXED_PRGENV;PE_NETCDF_FORTRAN_PKGCONFIG_LIBS=netcdff' ';export' 'PE_NETCDF_FORTRAN_PKGCONFIG_LIBS;PE_NETCDF_GENCOMPILERS_GNU=5.1\' '4.9\' 4.8 ';export' 'PE_NETCDF_GENCOMPILERS_GNU;PE_NETCDF_GENCOMPS_GNU=51\' '49\' 48 ';export' 'PE_NETCDF_GENCOMPS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV;PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5_PARALLEL\' PE_MPICH ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf-hdf5parallel/4.3.2/@PRGENV@/@PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_NETCDF_MODULE_NAME=cray-netcdf' ';export' 'PE_NETCDF_MODULE_NAME;PE_NETCDF_PKGCONFIG_LIBS=netcdf' ';export' 'PE_NETCDF_PKGCONFIG_LIBS;PE_NETCDF_REQUIRED_PRODUCTS=PE_HDF5' ';export' 'PE_NETCDF_REQUIRED_PRODUCTS;PE_NETCDF_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.3.1/@PRGENV@/@PE_NETCDF_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_VOLATILE_PRGENV;PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35;PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES=PE_PAPI_ACCEL_LIBS_@accelerator@' ';export' 'PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES;PE_PAPI_DEFAULT_TARGET_VAR_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_TARGET_VAR_nvidia35;PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU=4.9\' 4.8 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/@PRGENV@/@PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell;PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos;PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64;PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell;PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos;PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64;PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell;PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos;PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64;PE_PETSC_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI:PE_TPSL' ';export' 'PE_PETSC_DEFAULT_REQUIRED_PRODUCTS;PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/petsc/3.5.3.0/complex/@PRGENV@/@PE_PETSC_DEFAULT_GENCOMPS@/@PE_PETSC_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PETSC_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_PETSC_DEFAULT_VOLATILE_PRGENV;PE_PKGCONFIG_DEFAULT_PRODUCTS=PE_LIBSCI:PE_PARALLEL_NETCDF:PE_NETCDF:PE_GA:PE_TPSL:PE_NETCDF_HDF5PARALLEL:PE_HDF5_PARALLEL:PE_TRILINOS:PE_FFTW:PE_HDF5:PE_PETSC:PE_MPICH' ';export' 'PE_PKGCONFIG_DEFAULT_PRODUCTS;PE_PKGCONFIG_LIBS=hdf5_hl:hdf5:netcdf:AtpSigHandler:cray-rca:libsci_mpi:libsci' ';export' 'PE_PKGCONFIG_LIBS;PE_PKGCONFIG_PRODUCTS=PE_HDF5:PE_NETCDF:PE_LIBSCI' ';export' 'PE_PKGCONFIG_PRODUCTS;PE_PKGCONFIG_PRODUCTS_DEFAULT=PE_PAPI' ';export' 'PE_PKGCONFIG_PRODUCTS_DEFAULT;PE_PKG_CONFIG_PATH=/opt/cray/cti/1.0.2/lib/pkgconfig' ';export' 'PE_PKG_CONFIG_PATH;PE_PRODUCT_LIST=CRAYPE_HASWELL:CRAY_RCA:CRAY_ALPS:DVS:CRAY_XPMEM:CRAY_DMAPP:CRAY_PMI:CRAY_UGNI:CRAY_UDREG:CRAY_LIBSCI:CRAYPE:INTEL' ';export' 'PE_PRODUCT_LIST;PE_SMA_DIR_CRAY_DEFAULT64=64' ';export' 'PE_SMA_DIR_CRAY_DEFAULT64;PE_SMA_DIR_PGI_DEFAULT64=64' ';export' 'PE_SMA_DIR_PGI_DEFAULT64;PE_SMA_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/sma@PE_SMA_DIR_DEFAULT64@/lib64/pkgconfig' ';export' 'PE_SMA_VOLATILE_PKGCONFIG_PATH;PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell;PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos;PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell;PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos;PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64;PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell;PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos;PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TPSL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI' ';export' 'PE_TPSL_DEFAULT_REQUIRED_PRODUCTS;PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/tpsl/1.4.4/@PRGENV@/@PE_TPSL_DEFAULT_GENCOMPS@/@PE_TPSL_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TPSL_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_TPSL_DEFAULT_VOLATILE_PRGENV;PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_HDF5_PARALLEL:PE_NETCDF_HDF5PARALLEL:PE_LIBSCI:PE_TPSL' ';export' 'PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS;PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/trilinos/11.12.1.2/@PRGENV@/@PE_TRILINOS_DEFAULT_GENCOMPS@/@PE_TRILINOS_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TRILINOS_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PRGENV;PKGCONFIG_ENABLED=1' ';export' 'PKGCONFIG_ENABLED;PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64/pkgconfig:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64/pkgconfig:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64/pkgconfig:/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/lib64/pkgconfig:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64/pkgconfig:/opt/cray/pmi/5.0.11/lib64/pkgconfig:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64/pkgconfig:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64/pkgconfig:/opt/cray/craype/2.3.0/pkg-config:/opt/cray/atp/1.8.1/lib/pkgconfig' ';export' 'PKG_CONFIG_PATH;PKG_CONFIG_PATH_DEFAULT=/opt/cray/papi/5.4.0.1/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH_DEFAULT;PNG_INC=/usrx/local/prod//png/1.2.49/intel/sandybridge/include' ';export' 'PNG_INC;PNG_LIB=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a' ';export' 'PNG_LIB;PNG_LIB12=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng12.a' ';export' 'PNG_LIB12;PNG_LIBDIR=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib' ';export' 'PNG_LIBDIR;PNG_LIBso=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.so' ';export' 'PNG_LIBso;PNG_SRC=/usrx/local/prod//png/1.2.49/intel/sandybridge/src' ';export' 'PNG_SRC;PNG_VER=1.2.49' ';export' 'PNG_VER;POST_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.5_4' ';export' 'POST_INC;POST_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a' ';export' 'POST_LIB;POST_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/post_v8.0.5' ';export' 'POST_SRC;POST_VER=v8.0.5' ';export' 'POST_VER;SHMEM_ABORT_ON_ERROR=1' ';export' 'SHMEM_ABORT_ON_ERROR;SLURM_PROLOG=/opt/cray/atp/1.8.1/libexec/slurm_prolog.ksh' ';export' 'SLURM_PROLOG;SP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_4.a' ';export' 'SP_LIB4;SP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_8.a' ';export' 'SP_LIB8;SP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a' ';export' 'SP_LIBd;SP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/sp_v2.0.3' ';export' 'SP_SRC;SP_VER=v2.0.3' ';export' 'SP_VER;TBBROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb' ';export' 'TBBROOT;W3EMC_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_4' ';export' 'W3EMC_INC4;W3EMC_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_8' ';export' 'W3EMC_INC8;W3EMC_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_d' ';export' 'W3EMC_INCd;W3EMC_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_4.a' ';export' 'W3EMC_LIB4;W3EMC_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_8.a' ';export' 'W3EMC_LIB8;W3EMC_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a' ';export' 'W3EMC_LIBd;W3EMC_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3emc_v2.3.1' ';export' 'W3EMC_SRC;W3EMC_VER=v2.3.1' ';export' 'W3EMC_VER;W3NCO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_4.a' ';export' 'W3NCO_LIB4;W3NCO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_8.a' ';export' 'W3NCO_LIB8;W3NCO_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a' ';export' 'W3NCO_LIBd;W3NCO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3nco_v2.0.7' ';export' 'W3NCO_SRC;W3NCO_VER=v2.0.7' ';export' 'W3NCO_VER;XLSF_UIDDIR=/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib/uid' ';export' 'XLSF_UIDDIR;XTOS_VERSION=5.2.82' ';export' 'XTOS_VERSION;XTPE_NETWORK_TARGET=aries' ';export' 'XTPE_NETWORK_TARGET;Z_INC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include' ';export' 'Z_INC;Z_LIB=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a' ';export' 'Z_LIB;Z_SRC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/src' ';export' 'Z_SRC;Z_VER=1.2.7' ';export' 'Z_VER;_LMFILES_=/opt/cray/craype/default/alt-modulefiles/craype-network-aries:/opt/cray/alt-modulefiles/craype/2.3.0:/opt/cray/alt-modulefiles/cray-libsci/13.0.3:/opt/cray/ari/modulefiles/udreg/2.3.2-1.0502.10518.2.17.ari:/opt/cray/ari/modulefiles/ugni/6.0-1.0502.10863.8.29.ari:/opt/cray/ari/modulefiles/pmi/5.0.11:/opt/cray/ari/modulefiles/dmapp/7.0.1-1.0502.11080.8.76.ari:/opt/cray/ari/modulefiles/gni-headers/4.0-1.0502.10859.7.8.ari:/opt/cray/ari/modulefiles/xpmem/0.1-2.0502.64982.5.3.ari:/opt/cray/ari/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.116.ari:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9774.31.11.ari:/opt/cray/ari/modulefiles/rca/1.0.0-2.0502.60530.1.62.ari:/opt/cray/alt-modulefiles/atp/1.8.1:/opt/cray/alt-modulefiles/PrgEnv-intel/5.2.82:/opt/modulefiles/intel/16.3.210:/opt/cray/alt-modulefiles/cray-netcdf/4.3.3.1:/opt/cray/alt-modulefiles/cray-hdf5/1.8.14:/opt/modulefiles/xt-lsfhpc/9.1.3:/opt/cray/craype/default/alt-modulefiles/craype-haswell:/usrx/local/dev/modulefiles/python/2.7.14:/usrx/local/dev/modulefiles/cmake/3.6.2:/opt/modulefiles/gcc/4.9.2:/usrx/local/prod/modulefiles/jasper-gnu-sandybridge/1.900.1:/usrx/local/prod/modulefiles/png-intel-sandybridge/1.2.49:/usrx/local/dev/modulefiles/zlib-intel-sandybridge/1.2.7:/gpfs/hps/nco/ops/nwprod/lib/modulefiles/crtm-intel/2.2.6:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/bacio/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/ip/3.0.2:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/sp/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3nco/2.0.7:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3emc/2.3.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/nemsio/2.2.4:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/post/8.0.5:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari:/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray/fv3' ';export' '_LMFILES_;' +++ ATP_HOME=/opt/cray/atp/1.8.1 +++ export ATP_HOME +++ ATP_MRNET_COMM_PATH=/opt/cray/atp/1.8.1/libexec/atp_mrnet_commnode_wrapper +++ export ATP_MRNET_COMM_PATH +++ ATP_POST_LINK_OPTS='-Wl,-L/opt/cray/atp/1.8.1/libApp/ ' +++ export ATP_POST_LINK_OPTS +++ BACIO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a +++ export BACIO_LIB4 +++ BACIO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_8.a +++ export BACIO_LIB8 +++ BACIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/bacio_v2.0.3 +++ export BACIO_SRC +++ BACIO_VER=v2.0.3 +++ export BACIO_VER +++ CMAKE_CXX_COMPILER=CC +++ export CMAKE_CXX_COMPILER +++ CMAKE_C_COMPILER=cc +++ export CMAKE_C_COMPILER +++ CMAKE_Fortran_COMPILER=ftn +++ export CMAKE_Fortran_COMPILER +++ CMAKE_Platform=wcoss_cray +++ export CMAKE_Platform +++ COMP=intel +++ export COMP +++ CPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/include +++ export CPATH +++ CRAYOS_VERSION=5.2.82 +++ export CRAYOS_VERSION +++ CRAYPE_DIR=/opt/cray/craype/2.3.0 +++ export CRAYPE_DIR +++ CRAYPE_NETWORK_TARGET=aries +++ export CRAYPE_NETWORK_TARGET +++ CRAYPE_VERSION=2.3.0 +++ export CRAYPE_VERSION +++ CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include +++ export CRAY_ALPS_INCLUDE_OPTS +++ CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64 +++ export CRAY_ALPS_POST_LINK_OPTS +++ CRAY_CPU_TARGET=haswell +++ export CRAY_CPU_TARGET +++ CRAY_DMAPP_INCLUDE_OPTS='-I/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/include -I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include ' +++ export CRAY_DMAPP_INCLUDE_OPTS +++ CRAY_DMAPP_POST_LINK_OPTS=-L/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64 +++ export CRAY_DMAPP_POST_LINK_OPTS +++ CRAY_GNI_HEADERS_INCLUDE_OPTS=-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include +++ export CRAY_GNI_HEADERS_INCLUDE_OPTS +++ CRAY_HDF5_DIR=/opt/cray/hdf5/1.8.14 +++ export CRAY_HDF5_DIR +++ CRAY_HDF5_VERSION=1.8.14 +++ export CRAY_HDF5_VERSION +++ CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64:/opt/cray/hdf5/1.8.14/INTEL/14.0/lib:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64:/opt/cray/pmi/5.0.11/lib64:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64:/opt/cray/libsci/13.0.3/INTEL/140/x86_64/lib +++ export CRAY_LD_LIBRARY_PATH +++ CRAY_LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3 +++ export CRAY_LIBSCI_BASE_DIR +++ CRAY_LIBSCI_DIR=/opt/cray/libsci/13.0.3 +++ export CRAY_LIBSCI_DIR +++ CRAY_LIBSCI_PREFIX_DIR=/opt/cray/libsci/13.0.3/INTEL/140/x86_64 +++ export CRAY_LIBSCI_PREFIX_DIR +++ CRAY_LIBSCI_VERSION=13.0.3 +++ export CRAY_LIBSCI_VERSION +++ CRAY_NETCDF_VERSION=4.3.3.1 +++ export CRAY_NETCDF_VERSION +++ CRAY_PE_MODULES=cray-hdf5:cray-netcdf +++ export CRAY_PE_MODULES +++ CRAY_PMI_INCLUDE_OPTS=-I/opt/cray/pmi/5.0.11/include +++ export CRAY_PMI_INCLUDE_OPTS +++ CRAY_PMI_POST_LINK_OPTS=-L/opt/cray/pmi/5.0.11/lib64 +++ export CRAY_PMI_POST_LINK_OPTS +++ CRAY_PRE_COMPILE_OPTS=-hnetwork=aries +++ export CRAY_PRE_COMPILE_OPTS +++ CRAY_PRGENVINTEL=loaded +++ export CRAY_PRGENVINTEL +++ CRAY_RCA_INCLUDE_OPTS='-I/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/include -I/opt/cray/krca/1.0.0-2.0502.67049.8.22.ari/include -I/opt/cray-hss-devel/7.2.0/include ' +++ export CRAY_RCA_INCLUDE_OPTS +++ CRAY_RCA_POST_LINK_OPTS='-L/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64 -lrca ' +++ export CRAY_RCA_POST_LINK_OPTS +++ CRAY_UDREG_INCLUDE_OPTS=-I/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/include +++ export CRAY_UDREG_INCLUDE_OPTS +++ CRAY_UDREG_POST_LINK_OPTS=-L/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64 +++ export CRAY_UDREG_POST_LINK_OPTS +++ CRAY_UGNI_INCLUDE_OPTS=-I/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/include +++ export CRAY_UGNI_INCLUDE_OPTS +++ CRAY_UGNI_POST_LINK_OPTS=-L/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64 +++ export CRAY_UGNI_POST_LINK_OPTS +++ CRAY_XPMEM_INCLUDE_OPTS=-I/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/include +++ export CRAY_XPMEM_INCLUDE_OPTS +++ CRAY_XPMEM_POST_LINK_OPTS=-L/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64 +++ export CRAY_XPMEM_POST_LINK_OPTS +++ CRTM_FIX=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/fix +++ export CRTM_FIX +++ CRTM_INC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/include/crtm_v2.2.6 +++ export CRTM_INC +++ CRTM_LIB=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a +++ export CRTM_LIB +++ CRTM_SRC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/src +++ export CRTM_SRC +++ CRTM_VER=v2.2.6 +++ export CRTM_VER +++ DMAPP_ABORT_ON_ERROR=1 +++ export DMAPP_ABORT_ON_ERROR +++ DVS_INCLUDE_OPTS=-I/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/include +++ export DVS_INCLUDE_OPTS +++ DVS_VERSION=0.9.0 +++ export DVS_VERSION +++ ESMFMKFILE=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2tmpl_v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ export G2TMPL_VER +++ G2_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_4 +++ export G2_INC4 +++ G2_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_d +++ export G2_INCd +++ G2_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a +++ export G2_LIB4 +++ G2_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_d.a +++ export G2_LIBd +++ G2_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2_v3.1.1 +++ export G2_SRC +++ G2_VER=v3.1.1 +++ export G2_VER +++ GCC_PATH=/opt/gcc/4.9.2 +++ export GCC_PATH +++ GCC_VERSION=4.9.2 +++ export GCC_VERSION +++ GDBSERVER_MIC=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/target/mic/bin/gdbserver +++ export GDBSERVER_MIC +++ GDB_CROSS=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-mic +++ export GDB_CROSS +++ GDB_HOST=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-ia-mic +++ export GDB_HOST +++ GNU_VERSION=4.9.2 +++ export GNU_VERSION +++ HDF5_DIR=/opt/cray/hdf5/1.8.14/INTEL/14.0 +++ export HDF5_DIR +++ HDF5_INCLUDE_OPTS=/opt/cray/hdf5/1.8.14/INTEL/14.0/include +++ export HDF5_INCLUDE_OPTS +++ HDF5_ROOT=/opt/cray/hdf5/1.8.14/INTEL/14.0 +++ export HDF5_ROOT +++ INFOPATH=/opt/gcc/4.9.2/snos/share/info:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/info/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/info/:/usr/local/info:/usr/share/info:/usr/info +++ export INFOPATH +++ INTEL_LICENSE_FILE=/opt/intel/compilers_and_libraries_2016.3.210/linux/licenses:/opt/intel/licenses:/intel/licenses +++ export INTEL_LICENSE_FILE +++ INTEL_MAJOR_VERSION=16.0 +++ export INTEL_MAJOR_VERSION +++ INTEL_MINOR_VERSION=3.210 +++ export INTEL_MINOR_VERSION +++ INTEL_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux +++ export INTEL_PATH +++ INTEL_PYTHONHOME=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/python/intel64/ +++ export INTEL_PYTHONHOME +++ INTEL_VERSION=16.0.3.210 +++ export INTEL_VERSION +++ IPPROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp +++ export IPPROOT +++ IP_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_4 +++ export IP_INC4 +++ IP_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_8 +++ export IP_INC8 +++ IP_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_d +++ export IP_INCd +++ IP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_4.a +++ export IP_LIB4 +++ IP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_8.a +++ export IP_LIB8 +++ IP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_d.a +++ export IP_LIBd +++ IP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/ip_v3.0.2 +++ export IP_SRC +++ IP_VER=v3.0.2 +++ export IP_VER +++ JASPER_INC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/include +++ export JASPER_INC +++ JASPER_LIB=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a +++ export JASPER_LIB +++ JASPER_LIBDIR=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib +++ export JASPER_LIBDIR +++ JASPER_LIBl=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.la +++ export JASPER_LIBl +++ JASPER_SRC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/sorc/jasper_v1.900.1 +++ export JASPER_SRC +++ JASPER_VER=1.900.1 +++ export JASPER_VER +++ LD_LIBRARY_PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib:/opt/gcc/4.9.2/snos/lib64:/usrx/local/dev/python/2.7.14/lib:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/tools/intel64/perfsys:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/libipt/intel64/lib +++ export LD_LIBRARY_PATH +++ LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1 +++ export LIBRARY_PATH +++ LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3 +++ export LIBSCI_BASE_DIR +++ LIBSCI_VERSION=13.0.3 +++ export LIBSCI_VERSION +++ LIB_NAME=POST +++ export LIB_NAME +++ LOADEDMODULES=craype-network-aries:craype/2.3.0:cray-libsci/13.0.3:udreg/2.3.2-1.0502.10518.2.17.ari:ugni/6.0-1.0502.10863.8.29.ari:pmi/5.0.11:dmapp/7.0.1-1.0502.11080.8.76.ari:gni-headers/4.0-1.0502.10859.7.8.ari:xpmem/0.1-2.0502.64982.5.3.ari:dvs/2.5_0.9.0-1.0502.2188.1.116.ari:alps/5.2.4-2.0502.9774.31.11.ari:rca/1.0.0-2.0502.60530.1.62.ari:atp/1.8.1:PrgEnv-intel/5.2.82:intel/16.3.210:cray-netcdf/4.3.3.1:cray-hdf5/1.8.14:xt-lsfhpc/9.1.3:craype-haswell:python/2.7.14:cmake/3.6.2:gcc/4.9.2:jasper-gnu-sandybridge/1.900.1:png-intel-sandybridge/1.2.49:zlib-intel-sandybridge/1.2.7:crtm-intel/2.2.6:g2/3.1.1:g2tmpl/1.6.0:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:post/8.0.5:alps/5.2.4-2.0502.9822.32.1.ari:esmf/8.0.0:fv3 +++ export LOADEDMODULES +++ LSF_BINDIR=/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin +++ export LSF_BINDIR +++ LSF_ENVDIR=/gpfs/slsf/xt-lsfhpc/conf +++ export LSF_ENVDIR +++ LSF_LIBDIR=/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib +++ export LSF_LIBDIR +++ LSF_SERVERDIR=/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc +++ export LSF_SERVERDIR +++ MANPATH=/opt/cray/pmi/5.0.11/man:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/share/man:/opt/gcc/4.9.2/snos/share/man:/usrx/local/dev/cmake/3.6.2/share/man:/usrx/local/dev/python/2.7.14/share/man:/gpfs/slsf/xt-lsfhpc/9.1/man:/opt/cray/netcdf/4.3.3.1/share/man:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/common:/opt/cray/atp/1.8.1/man:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/man:/opt/cray/libsci/13.0.3/man:/opt/cray/man/csmlversion:/opt/cray/craype/2.3.0/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man:/opt/cray/man +++ export MANPATH +++ MIC_LD_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic +++ export MIC_LD_LIBRARY_PATH +++ MIC_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic +++ export MIC_LIBRARY_PATH +++ MKLROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl +++ export MKLROOT +++ MODULEPATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles:/opt/cray/ari/modulefiles:/usrx/local/emc_rocoto/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles +++ export MODULEPATH +++ MPICH_ABORT_ON_ERROR=1 +++ export MPICH_ABORT_ON_ERROR +++ MPM_LAUNCHER=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/mpm/bin/start_mpm.sh +++ export MPM_LAUNCHER +++ NEMSIO_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 +++ export NEMSIO_INC +++ NEMSIO_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a +++ export NEMSIO_LIB +++ NEMSIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/nemsio_v2.2.4 +++ export NEMSIO_SRC +++ NEMSIO_VER=v2.2.4 +++ export NEMSIO_VER +++ NETCDF_DIR=/opt/cray/netcdf/4.3.3.1/INTEL/14.0 +++ export NETCDF_DIR +++ NLSPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/locale/%l_%t/%N +++ export NLSPATH +++ PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/opt/gcc/4.9.2/bin:/usrx/local/dev/cmake/3.6.2/bin:/usrx/local/dev/python/2.7.14/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/opt/cray/hdf5/1.8.14/bin:/opt/cray/netcdf/4.3.3.1/bin:/opt/intel/compilers_and_libraries_2016.3.210/linux/bin/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/sbin:/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/bin:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/bin:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/bin:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/bin:/opt/cray/craype/2.3.0/bin:/gpfs/hps3/emc/da/noscrub/Rahul.Mahajan/EXT/anaconda/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/usrx/local/emc_rocoto/1.2.3/bin:/opt/cray/bin:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include +++ export PATH +++ PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/ga/5.3.0.1/CRAY/83/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/CRAY/83/lib/pkgconfig:/opt/cray/hdf5/1.8.13/CRAY/83/lib/pkgconfig +++ export PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH +++ PE_CRAY_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/CRAY/8.3/lib/pkgconfig +++ export PE_CRAY_FIXED_PKGCONFIG_PATH +++ PE_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp:netcdf_c++4 +++ export PE_CXX_PKGCONFIG_LIBS +++ PE_ENV=INTEL +++ export PE_ENV +++ PE_FFTW_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH +++ export PE_FFTW_DEFAULT_REQUIRED_PRODUCTS +++ PE_FFTW_DEFAULT_TARGET_haswell=haswell +++ export PE_FFTW_DEFAULT_TARGET_haswell +++ PE_FFTW_DEFAULT_TARGET_interlagos=interlagos +++ export PE_FFTW_DEFAULT_TARGET_interlagos +++ PE_FFTW_DEFAULT_TARGET_sandybridge=sandybridge +++ export PE_FFTW_DEFAULT_TARGET_sandybridge +++ PE_FFTW_DEFAULT_TARGET_x86_64=x86_64 +++ export PE_FFTW_DEFAULT_TARGET_x86_64 +++ PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/fftw/3.3.4.2/@PE_FFTW_DEFAULT_TARGET@/lib/pkgconfig +++ export PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran:netcdff +++ export PE_FORTRAN_PKGCONFIG_LIBS +++ PE_GA_DEFAULT_FIXED_PRGENV='CRAY INTEL' +++ export PE_GA_DEFAULT_FIXED_PRGENV +++ PE_GA_DEFAULT_GENCOMPS_GNU='49 48' +++ export PE_GA_DEFAULT_GENCOMPS_GNU +++ PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/ga/5.3.0.1/@PRGENV@/@PE_GA_DEFAULT_GENCOMPS@/lib/pkgconfig +++ export PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_GA_DEFAULT_VOLATILE_PRGENV=GNU +++ export PE_GA_DEFAULT_VOLATILE_PRGENV +++ PE_HDF5_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp +++ export PE_HDF5_CXX_PKGCONFIG_LIBS +++ PE_HDF5_DEFAULT_FIXED_PRGENV='CRAY INTEL' +++ export PE_HDF5_DEFAULT_FIXED_PRGENV +++ PE_HDF5_DEFAULT_GENCOMPS_GNU='49 48' +++ export PE_HDF5_DEFAULT_GENCOMPS_GNU +++ PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.13/@PRGENV@/@PE_HDF5_DEFAULT_GENCOMPS@/lib/pkgconfig +++ export PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_HDF5_DEFAULT_VOLATILE_PRGENV=GNU +++ export PE_HDF5_DEFAULT_VOLATILE_PRGENV +++ PE_HDF5_DIR=/opt/cray/hdf5/1.8.14 +++ export PE_HDF5_DIR +++ PE_HDF5_FIXED_PRGENV='CRAY INTEL' +++ export PE_HDF5_FIXED_PRGENV +++ PE_HDF5_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran +++ export PE_HDF5_FORTRAN_PKGCONFIG_LIBS +++ PE_HDF5_GENCOMPILERS_GNU='5.1 4.9 4.8' +++ export PE_HDF5_GENCOMPILERS_GNU +++ PE_HDF5_GENCOMPS_GNU='51 49 48' +++ export PE_HDF5_GENCOMPS_GNU +++ PE_HDF5_MODULE_NAME=cray-hdf5 +++ export PE_HDF5_MODULE_NAME +++ PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV='CRAY INTEL' +++ export PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV +++ PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU='49 48' +++ export PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU +++ PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH +++ export PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS +++ PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5-parallel/1.8.13/@PRGENV@/@PE_HDF5_PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig +++ export PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU +++ export PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV +++ PE_HDF5_PKGCONFIG_LIBS=hdf5_hl:hdf5 +++ export PE_HDF5_PKGCONFIG_LIBS +++ PE_HDF5_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/@PRGENV@/@PE_HDF5_GENCOMPS@/lib/pkgconfig +++ export PE_HDF5_VOLATILE_PKGCONFIG_PATH +++ PE_HDF5_VOLATILE_PRGENV=GNU +++ export PE_HDF5_VOLATILE_PRGENV +++ PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/INTEL/14.0/lib/pkgconfig:/opt/cray/netcdf/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/ga/5.3.0.1/INTEL/140/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/INTEL/140/lib/pkgconfig:/opt/cray/hdf5/1.8.13/INTEL/140/lib/pkgconfig:/opt/cray/mpt/7.2.0/gni/mpich2-intel/140/lib/pkgconfig +++ export PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH +++ PE_INTEL_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/INTEL/14.0/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib/pkgconfig +++ export PE_INTEL_FIXED_PKGCONFIG_PATH +++ PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64=83 +++ export PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64 +++ PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64='49 48' +++ export PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64 +++ PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64=140 +++ export PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64 +++ PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp=_mp +++ export PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp +++ PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES=PE_LIBSCI_DEFAULT_OMP_REQUIRES_@openmp@ +++ export PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES +++ PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH +++ export PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS +++ PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_DEFAULT_GENCOMPS@/@PE_LIBSCI_DEFAULT_TARGET@/lib/pkgconfig +++ export PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_LIBSCI_DEFAULT_VOLATILE_PRGENV='CRAY GNU INTEL' +++ export PE_LIBSCI_DEFAULT_VOLATILE_PRGENV +++ PE_LIBSCI_GENCOMPS_CRAY_x86_64=83 +++ export PE_LIBSCI_GENCOMPS_CRAY_x86_64 +++ PE_LIBSCI_GENCOMPS_GNU_x86_64='49 48' +++ export PE_LIBSCI_GENCOMPS_GNU_x86_64 +++ PE_LIBSCI_GENCOMPS_INTEL_x86_64=140 +++ export PE_LIBSCI_GENCOMPS_INTEL_x86_64 +++ PE_LIBSCI_MODULE_NAME=cray-libsci/13.0.3 +++ export PE_LIBSCI_MODULE_NAME +++ PE_LIBSCI_OMP_REQUIRES_openmp=_mp +++ export PE_LIBSCI_OMP_REQUIRES_openmp +++ PE_LIBSCI_PKGCONFIG_LIBS=libsci_mpi:libsci +++ export PE_LIBSCI_PKGCONFIG_LIBS +++ PE_LIBSCI_PKGCONFIG_VARIABLES=PE_LIBSCI_OMP_REQUIRES_@openmp@ +++ export PE_LIBSCI_PKGCONFIG_VARIABLES +++ PE_LIBSCI_REQUIRED_PRODUCTS=PE_MPICH +++ export PE_LIBSCI_REQUIRED_PRODUCTS +++ PE_LIBSCI_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_GENCOMPS@/@PE_LIBSCI_TARGET@/lib/pkgconfig +++ export PE_LIBSCI_VOLATILE_PKGCONFIG_PATH +++ PE_LIBSCI_VOLATILE_PRGENV='CRAY GNU INTEL' +++ export PE_LIBSCI_VOLATILE_PRGENV +++ PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64=64 +++ export PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64 +++ PE_MPICH_DEFAULT_FIXED_PRGENV=INTEL +++ export PE_MPICH_DEFAULT_FIXED_PRGENV +++ PE_MPICH_DEFAULT_GENCOMPS_CRAY=83 +++ export PE_MPICH_DEFAULT_GENCOMPS_CRAY +++ PE_MPICH_DEFAULT_GENCOMPS_GNU='49 48' +++ export PE_MPICH_DEFAULT_GENCOMPS_GNU +++ PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/mpich2-@PRGENV@@PE_MPICH_DEFAULT_DIR_DEFAULT64@/@PE_MPICH_DEFAULT_GENCOMPS@/lib/pkgconfig +++ export PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_MPICH_DEFAULT_VOLATILE_PRGENV='CRAY GNU' +++ export PE_MPICH_DEFAULT_VOLATILE_PRGENV +++ PE_MPICH_MULTITHREADED_LIBS_multithreaded=_mt +++ export PE_MPICH_MULTITHREADED_LIBS_multithreaded +++ PE_MPICH_NV_LIBS_nvidia20=-lcudart +++ export PE_MPICH_NV_LIBS_nvidia20 +++ PE_MPICH_NV_LIBS_nvidia35=-lcudart +++ export PE_MPICH_NV_LIBS_nvidia35 +++ PE_MPICH_PKGCONFIG_VARIABLES=PE_MPICH_NV_LIBS_@accelerator@:PE_MPICH_MULTITHREADED_LIBS_@multithreaded@ +++ export PE_MPICH_PKGCONFIG_VARIABLES +++ PE_MPICH_TARGET_VAR_nvidia20=-lcudart +++ export PE_MPICH_TARGET_VAR_nvidia20 +++ PE_MPICH_TARGET_VAR_nvidia35=-lcudart +++ export PE_MPICH_TARGET_VAR_nvidia35 +++ PE_NETCDF_BASEDIR=/opt/cray/netcdf/4.3.3.1 +++ export PE_NETCDF_BASEDIR +++ PE_NETCDF_CXX_PKGCONFIG_LIBS=netcdf_c++4 +++ export PE_NETCDF_CXX_PKGCONFIG_LIBS +++ PE_NETCDF_DEFAULT_FIXED_PRGENV='CRAY INTEL' +++ export PE_NETCDF_DEFAULT_FIXED_PRGENV +++ PE_NETCDF_DEFAULT_GENCOMPS_GNU='49 48' +++ export PE_NETCDF_DEFAULT_GENCOMPS_GNU +++ PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5 +++ export PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS +++ PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.2/@PRGENV@/@PE_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig +++ export PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU +++ export PE_NETCDF_DEFAULT_VOLATILE_PRGENV +++ PE_NETCDF_FIXED_PRGENV='CRAY INTEL' +++ export PE_NETCDF_FIXED_PRGENV +++ PE_NETCDF_FORTRAN_PKGCONFIG_LIBS=netcdff +++ export PE_NETCDF_FORTRAN_PKGCONFIG_LIBS +++ PE_NETCDF_GENCOMPILERS_GNU='5.1 4.9 4.8' +++ export PE_NETCDF_GENCOMPILERS_GNU +++ PE_NETCDF_GENCOMPS_GNU='51 49 48' +++ export PE_NETCDF_GENCOMPS_GNU +++ PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV='CRAY INTEL' +++ export PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV +++ PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU='49 48' +++ export PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU +++ PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS='PE_HDF5_PARALLEL PE_MPICH' +++ export PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS +++ PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf-hdf5parallel/4.3.2/@PRGENV@/@PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig +++ export PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU +++ export PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV +++ PE_NETCDF_MODULE_NAME=cray-netcdf +++ export PE_NETCDF_MODULE_NAME +++ PE_NETCDF_PKGCONFIG_LIBS=netcdf +++ export PE_NETCDF_PKGCONFIG_LIBS +++ PE_NETCDF_REQUIRED_PRODUCTS=PE_HDF5 +++ export PE_NETCDF_REQUIRED_PRODUCTS +++ PE_NETCDF_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.3.1/@PRGENV@/@PE_NETCDF_GENCOMPS@/lib/pkgconfig +++ export PE_NETCDF_VOLATILE_PKGCONFIG_PATH +++ PE_NETCDF_VOLATILE_PRGENV=GNU +++ export PE_NETCDF_VOLATILE_PRGENV +++ PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35=,-lcupti,-lcudart,-lcuda +++ export PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35 +++ PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES=PE_PAPI_ACCEL_LIBS_@accelerator@ +++ export PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES +++ PE_PAPI_DEFAULT_TARGET_VAR_nvidia35=,-lcupti,-lcudart,-lcuda +++ export PE_PAPI_DEFAULT_TARGET_VAR_nvidia35 +++ PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV='CRAY INTEL' +++ export PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV +++ PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU='4.9 4.8' +++ export PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU +++ PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU='49 48' +++ export PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU +++ PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/@PRGENV@/@PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig +++ export PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU +++ export PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV +++ PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell=83 +++ export PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell +++ PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos=83 +++ export PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos +++ PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge=83 +++ export PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge +++ PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64=83 +++ export PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64 +++ PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell='49 48' +++ export PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell +++ PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos='49 48' +++ export PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos +++ PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge='49 48' +++ export PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge +++ PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64='49 48' +++ export PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64 +++ PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell=140 +++ export PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell +++ PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos=140 +++ export PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos +++ PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge=140 +++ export PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge +++ PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64=140 +++ export PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64 +++ PE_PETSC_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI:PE_TPSL +++ export PE_PETSC_DEFAULT_REQUIRED_PRODUCTS +++ PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/petsc/3.5.3.0/complex/@PRGENV@/@PE_PETSC_DEFAULT_GENCOMPS@/@PE_PETSC_DEFAULT_TARGET@/lib/pkgconfig +++ export PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_PETSC_DEFAULT_VOLATILE_PRGENV='CRAY GNU INTEL' +++ export PE_PETSC_DEFAULT_VOLATILE_PRGENV +++ PE_PKGCONFIG_DEFAULT_PRODUCTS=PE_LIBSCI:PE_PARALLEL_NETCDF:PE_NETCDF:PE_GA:PE_TPSL:PE_NETCDF_HDF5PARALLEL:PE_HDF5_PARALLEL:PE_TRILINOS:PE_FFTW:PE_HDF5:PE_PETSC:PE_MPICH +++ export PE_PKGCONFIG_DEFAULT_PRODUCTS +++ PE_PKGCONFIG_LIBS=hdf5_hl:hdf5:netcdf:AtpSigHandler:cray-rca:libsci_mpi:libsci +++ export PE_PKGCONFIG_LIBS +++ PE_PKGCONFIG_PRODUCTS=PE_HDF5:PE_NETCDF:PE_LIBSCI +++ export PE_PKGCONFIG_PRODUCTS +++ PE_PKGCONFIG_PRODUCTS_DEFAULT=PE_PAPI +++ export PE_PKGCONFIG_PRODUCTS_DEFAULT +++ PE_PKG_CONFIG_PATH=/opt/cray/cti/1.0.2/lib/pkgconfig +++ export PE_PKG_CONFIG_PATH +++ PE_PRODUCT_LIST=CRAYPE_HASWELL:CRAY_RCA:CRAY_ALPS:DVS:CRAY_XPMEM:CRAY_DMAPP:CRAY_PMI:CRAY_UGNI:CRAY_UDREG:CRAY_LIBSCI:CRAYPE:INTEL +++ export PE_PRODUCT_LIST +++ PE_SMA_DIR_CRAY_DEFAULT64=64 +++ export PE_SMA_DIR_CRAY_DEFAULT64 +++ PE_SMA_DIR_PGI_DEFAULT64=64 +++ export PE_SMA_DIR_PGI_DEFAULT64 +++ PE_SMA_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/sma@PE_SMA_DIR_DEFAULT64@/lib64/pkgconfig +++ export PE_SMA_VOLATILE_PKGCONFIG_PATH +++ PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell=83 +++ export PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell +++ PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos=83 +++ export PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos +++ PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge=83 +++ export PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge +++ PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64=83 +++ export PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64 +++ PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell='49 48' +++ export PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell +++ PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos='49 48' +++ export PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos +++ PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge='49 48' +++ export PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge +++ PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64='49 48' +++ export PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64 +++ PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell=140 +++ export PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell +++ PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos=140 +++ export PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos +++ PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge=140 +++ export PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge +++ PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64=140 +++ export PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64 +++ PE_TPSL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI +++ export PE_TPSL_DEFAULT_REQUIRED_PRODUCTS +++ PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/tpsl/1.4.4/@PRGENV@/@PE_TPSL_DEFAULT_GENCOMPS@/@PE_TPSL_DEFAULT_TARGET@/lib/pkgconfig +++ export PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_TPSL_DEFAULT_VOLATILE_PRGENV='CRAY GNU INTEL' +++ export PE_TPSL_DEFAULT_VOLATILE_PRGENV +++ PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64=83 +++ export PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64 +++ PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64='49 48' +++ export PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64 +++ PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64=140 +++ export PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64 +++ PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_HDF5_PARALLEL:PE_NETCDF_HDF5PARALLEL:PE_LIBSCI:PE_TPSL +++ export PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS +++ PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/trilinos/11.12.1.2/@PRGENV@/@PE_TRILINOS_DEFAULT_GENCOMPS@/@PE_TRILINOS_DEFAULT_TARGET@/lib/pkgconfig +++ export PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_TRILINOS_DEFAULT_VOLATILE_PRGENV='CRAY GNU INTEL' +++ export PE_TRILINOS_DEFAULT_VOLATILE_PRGENV +++ PKGCONFIG_ENABLED=1 +++ export PKGCONFIG_ENABLED +++ PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64/pkgconfig:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64/pkgconfig:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64/pkgconfig:/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/lib64/pkgconfig:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64/pkgconfig:/opt/cray/pmi/5.0.11/lib64/pkgconfig:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64/pkgconfig:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64/pkgconfig:/opt/cray/craype/2.3.0/pkg-config:/opt/cray/atp/1.8.1/lib/pkgconfig +++ export PKG_CONFIG_PATH +++ PKG_CONFIG_PATH_DEFAULT=/opt/cray/papi/5.4.0.1/lib64/pkgconfig +++ export PKG_CONFIG_PATH_DEFAULT +++ PNG_INC=/usrx/local/prod//png/1.2.49/intel/sandybridge/include +++ export PNG_INC +++ PNG_LIB=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a +++ export PNG_LIB +++ PNG_LIB12=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng12.a +++ export PNG_LIB12 +++ PNG_LIBDIR=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib +++ export PNG_LIBDIR +++ PNG_LIBso=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.so +++ export PNG_LIBso +++ PNG_SRC=/usrx/local/prod//png/1.2.49/intel/sandybridge/src +++ export PNG_SRC +++ PNG_VER=1.2.49 +++ export PNG_VER +++ POST_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.5_4 +++ export POST_INC +++ POST_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ export POST_VER +++ SHMEM_ABORT_ON_ERROR=1 +++ export SHMEM_ABORT_ON_ERROR +++ SLURM_PROLOG=/opt/cray/atp/1.8.1/libexec/slurm_prolog.ksh +++ export SLURM_PROLOG +++ SP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_4.a +++ export SP_LIB4 +++ SP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_8.a +++ export SP_LIB8 +++ SP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a +++ export SP_LIBd +++ SP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/sp_v2.0.3 +++ export SP_SRC +++ SP_VER=v2.0.3 +++ export SP_VER +++ TBBROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb +++ export TBBROOT +++ W3EMC_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_4 +++ export W3EMC_INC4 +++ W3EMC_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_8 +++ export W3EMC_INC8 +++ W3EMC_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_d +++ export W3EMC_INCd +++ W3EMC_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_4.a +++ export W3EMC_LIB4 +++ W3EMC_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_8.a +++ export W3EMC_LIB8 +++ W3EMC_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a +++ export W3EMC_LIBd +++ W3EMC_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3emc_v2.3.1 +++ export W3EMC_SRC +++ W3EMC_VER=v2.3.1 +++ export W3EMC_VER +++ W3NCO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_4.a +++ export W3NCO_LIB4 +++ W3NCO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_8.a +++ export W3NCO_LIB8 +++ W3NCO_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a +++ export W3NCO_LIBd +++ W3NCO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3nco_v2.0.7 +++ export W3NCO_SRC +++ W3NCO_VER=v2.0.7 +++ export W3NCO_VER +++ XLSF_UIDDIR=/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib/uid +++ export XLSF_UIDDIR +++ XTOS_VERSION=5.2.82 +++ export XTOS_VERSION +++ XTPE_NETWORK_TARGET=aries +++ export XTPE_NETWORK_TARGET +++ Z_INC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include +++ export Z_INC +++ Z_LIB=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a +++ export Z_LIB +++ Z_SRC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/src +++ export Z_SRC +++ Z_VER=1.2.7 +++ export Z_VER +++ _LMFILES_=/opt/cray/craype/default/alt-modulefiles/craype-network-aries:/opt/cray/alt-modulefiles/craype/2.3.0:/opt/cray/alt-modulefiles/cray-libsci/13.0.3:/opt/cray/ari/modulefiles/udreg/2.3.2-1.0502.10518.2.17.ari:/opt/cray/ari/modulefiles/ugni/6.0-1.0502.10863.8.29.ari:/opt/cray/ari/modulefiles/pmi/5.0.11:/opt/cray/ari/modulefiles/dmapp/7.0.1-1.0502.11080.8.76.ari:/opt/cray/ari/modulefiles/gni-headers/4.0-1.0502.10859.7.8.ari:/opt/cray/ari/modulefiles/xpmem/0.1-2.0502.64982.5.3.ari:/opt/cray/ari/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.116.ari:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9774.31.11.ari:/opt/cray/ari/modulefiles/rca/1.0.0-2.0502.60530.1.62.ari:/opt/cray/alt-modulefiles/atp/1.8.1:/opt/cray/alt-modulefiles/PrgEnv-intel/5.2.82:/opt/modulefiles/intel/16.3.210:/opt/cray/alt-modulefiles/cray-netcdf/4.3.3.1:/opt/cray/alt-modulefiles/cray-hdf5/1.8.14:/opt/modulefiles/xt-lsfhpc/9.1.3:/opt/cray/craype/default/alt-modulefiles/craype-haswell:/usrx/local/dev/modulefiles/python/2.7.14:/usrx/local/dev/modulefiles/cmake/3.6.2:/opt/modulefiles/gcc/4.9.2:/usrx/local/prod/modulefiles/jasper-gnu-sandybridge/1.900.1:/usrx/local/prod/modulefiles/png-intel-sandybridge/1.2.49:/usrx/local/dev/modulefiles/zlib-intel-sandybridge/1.2.7:/gpfs/hps/nco/ops/nwprod/lib/modulefiles/crtm-intel/2.2.6:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/bacio/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/ip/3.0.2:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/sp/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3nco/2.0.7:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3emc/2.3.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/nemsio/2.2.4:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/post/8.0.5:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari:/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray/fv3 +++ export _LMFILES_ ++ module list +++ /opt/modules/3.2.10.3/bin/modulecmd bash list Currently Loaded Modulefiles: 1) craype-network-aries 2) craype/2.3.0 @@ -288,128 +1070,221 @@ Currently Loaded Modulefiles: 35) post/8.0.5 36) alps/5.2.4-2.0502.9822.32.1.ari 37) esmf/8.0.0 - 38) modules.nems -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -Building dependencies ... -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o + 38) fv3 ++ eval ++ cd build_fv3_1 ++ cmake /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model +-- The C compiler identification is Intel 16.0.3.20160415 +-- The CXX compiler identification is Intel 16.0.3.20160415 +-- The Fortran compiler identification is Intel 16.0.3.20160415 +-- Cray Programming Environment 2.3.0 C +-- Check for working C compiler: /opt/cray/craype/2.3.0/bin/cc +-- Check for working C compiler: /opt/cray/craype/2.3.0/bin/cc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Cray Programming Environment 2.3.0 CXX +-- Check for working CXX compiler: /opt/cray/craype/2.3.0/bin/CC +-- Check for working CXX compiler: /opt/cray/craype/2.3.0/bin/CC -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Cray Programming Environment 2.3.0 Fortran +-- Check for working Fortran compiler: /opt/cray/craype/2.3.0/bin/ftn +-- Check for working Fortran compiler: /opt/cray/craype/2.3.0/bin/ftn -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /opt/cray/craype/2.3.0/bin/ftn supports Fortran 90 +-- Checking whether /opt/cray/craype/2.3.0/bin/ftn supports Fortran 90 -- yes +-- Found MPI_C: /opt/cray/craype/2.3.0/bin/cc +-- Found MPI_CXX: /opt/cray/craype/2.3.0/bin/CC +-- Found MPI_Fortran: /opt/cray/craype/2.3.0/bin/ftn +ESMFMKFILE: /gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include +ESMF_F90ESMFLINKRPATHS: -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include (found version "8.0.0") + +Setting configuration for wcoss_cray + +C compiler: Intel 16.0.3.20160415 (cc) +CXX compiler: Intel 16.0.3.20160415 (CC) +Fortran compiler: Intel 16.0.3.20160415 (ftn) + +DEBUG is disabled +REPRO is disabled +32BIT is disabled +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is ENABLED + + +Selected physics package: gfs + +-- Configuring done +-- Generating done +-- Build files have been written to: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_1 ++ make -j 8 +Scanning dependencies of target fv3cpl +[ 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 +[ 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%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +Scanning dependencies of target gfsphysics +[ 2%] 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. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o +[ 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%] 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/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 +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.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 +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 6%] 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 +[ 8%] 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 +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.f.o +[ 8%] Linking Fortran static library libfv3cpl.a +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 8%] Built target fv3cpl +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o +[ 10%] 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 +[ 11%] 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/iccn_def.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.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/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 +[ 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 +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 21%] 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 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. -Compiling in MPI mode (with or without MPP) +[ 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. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.o +[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 25%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 26%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 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_diagnostics.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o +[ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 29%] 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. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_manager.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o +[ 29%] 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. +[ 30%] 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/axis_utils/axis_utils.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 +[ 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. @@ -418,193 +1293,395 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.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 +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.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 +[ 33%] 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. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 35%] 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. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.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 CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.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. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_util.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_manager.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 36%] 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. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o +[ 36%] 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. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.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/idea_solar_heating.f.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_tracer.f.o +[ 38%] 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 +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 41%] 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 FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 41%] 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 +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 47%] 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 FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.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/coupler/atmos_ocean_fluxes.F90.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 50%] 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. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o -ar rv libfms.a ../oda_tools/xbt_drop_rate_adjust.o ../affinity/fms_affinity.o ../amip_interp/amip_interp.o ../astronomy/astronomy.o ../axis_utils/axis_utils.o ../block_control/block_control.o ../column_diagnostics/column_diagnostics.o ../constants/constants.o ../coupler/atmos_ocean_fluxes.o ../coupler/coupler_types.o ../coupler/ensemble_manager.o ../data_override/data_override.o ../diag_integral/diag_integral.o ../diag_manager/diag_axis.o ../diag_manager/diag_data.o ../diag_manager/diag_grid.o ../diag_manager/diag_manifest.o ../diag_manager/diag_manager.o ../diag_manager/diag_output.o ../diag_manager/diag_table.o ../diag_manager/diag_util.o ../drifters/cloud_interpolator.o ../drifters/drifters.o ../drifters/drifters_comm.o ../drifters/drifters_core.o ../drifters/drifters_input.o ../drifters/drifters_io.o ../drifters/quicksort.o ../exchange/stock_constants.o ../exchange/xgrid.o ../fft/fft.o ../fft/fft99.o ../field_manager/field_manager.o ../field_manager/fm_util.o ../fms/fms.o ../fms/fms_io.o ../horiz_interp/horiz_interp.o ../horiz_interp/horiz_interp_bicubic.o ../horiz_interp/horiz_interp_bilinear.o ../horiz_interp/horiz_interp_conserve.o ../horiz_interp/horiz_interp_spherical.o ../horiz_interp/horiz_interp_type.o ../interpolator/interpolator.o ../memutils/memutils.o ../monin_obukhov/monin_obukhov.o ../monin_obukhov/monin_obukhov_kernel.o ../mosaic/gradient.o ../mosaic/grid.o ../mosaic/mosaic.o ../mpp/mpp.o ../mpp/mpp_data.o ../mpp/mpp_domains.o ../mpp/mpp_efp.o ../mpp/mpp_io.o ../mpp/mpp_memutils.o ../mpp/mpp_parameter.o ../mpp/mpp_pset.o ../mpp/mpp_utilities.o ../oda_tools/oda_core.o ../oda_tools/oda_core_ecda.o ../oda_tools/oda_types.o ../oda_tools/write_ocean_data.o ../platform/platform.o ../random_numbers/MersenneTwister.o ../random_numbers/random_numbers.o ../sat_vapor_pres/sat_vapor_pres.o ../sat_vapor_pres/sat_vapor_pres_k.o ../station_data/station_data.o ../time_interp/time_interp.o ../time_interp/time_interp_external.o ../time_manager/get_cal_time.o ../time_manager/time_manager.o ../topography/gaussian_topog.o ../topography/topography.o ../tracer_manager/tracer_manager.o ../tridiagonal/tridiagonal.o ../affinity/affinity.o ../memutils/memuse.o ../mosaic/create_xgrid.o ../mosaic/gradient_c2l.o ../mosaic/interp.o ../mosaic/mosaic_util.o ../mosaic/read_mosaic.o ../mpp/nsclock.o ../mpp/threadloc.o -ar: creating libfms.a -a - ../oda_tools/xbt_drop_rate_adjust.o -a - ../affinity/fms_affinity.o -a - ../amip_interp/amip_interp.o -a - ../astronomy/astronomy.o -a - ../axis_utils/axis_utils.o -a - ../block_control/block_control.o -a - ../column_diagnostics/column_diagnostics.o -a - ../constants/constants.o -a - ../coupler/atmos_ocean_fluxes.o -a - ../coupler/coupler_types.o -a - ../coupler/ensemble_manager.o -a - ../data_override/data_override.o -a - ../diag_integral/diag_integral.o -a - ../diag_manager/diag_axis.o -a - ../diag_manager/diag_data.o -a - ../diag_manager/diag_grid.o -a - ../diag_manager/diag_manifest.o -a - ../diag_manager/diag_manager.o -a - ../diag_manager/diag_output.o -a - ../diag_manager/diag_table.o -a - ../diag_manager/diag_util.o -a - ../drifters/cloud_interpolator.o -a - ../drifters/drifters.o -a - ../drifters/drifters_comm.o -a - ../drifters/drifters_core.o -a - ../drifters/drifters_input.o -a - ../drifters/drifters_io.o -a - ../drifters/quicksort.o -a - ../exchange/stock_constants.o -a - ../exchange/xgrid.o -a - ../fft/fft.o -a - ../fft/fft99.o -a - ../field_manager/field_manager.o -a - ../field_manager/fm_util.o -a - ../fms/fms.o -a - ../fms/fms_io.o -a - ../horiz_interp/horiz_interp.o -a - ../horiz_interp/horiz_interp_bicubic.o -a - ../horiz_interp/horiz_interp_bilinear.o -a - ../horiz_interp/horiz_interp_conserve.o -a - ../horiz_interp/horiz_interp_spherical.o -a - ../horiz_interp/horiz_interp_type.o -a - ../interpolator/interpolator.o -a - ../memutils/memutils.o -a - ../monin_obukhov/monin_obukhov.o -a - ../monin_obukhov/monin_obukhov_kernel.o -a - ../mosaic/gradient.o -a - ../mosaic/grid.o -a - ../mosaic/mosaic.o -a - ../mpp/mpp.o -a - ../mpp/mpp_data.o -a - ../mpp/mpp_domains.o -a - ../mpp/mpp_efp.o -a - ../mpp/mpp_io.o -a - ../mpp/mpp_memutils.o -a - ../mpp/mpp_parameter.o -a - ../mpp/mpp_pset.o -a - ../mpp/mpp_utilities.o -a - ../oda_tools/oda_core.o -a - ../oda_tools/oda_core_ecda.o -a - ../oda_tools/oda_types.o -a - ../oda_tools/write_ocean_data.o -a - ../platform/platform.o -a - ../random_numbers/MersenneTwister.o -a - ../random_numbers/random_numbers.o -a - ../sat_vapor_pres/sat_vapor_pres.o -a - ../sat_vapor_pres/sat_vapor_pres_k.o -a - ../station_data/station_data.o -a - ../time_interp/time_interp.o -a - ../time_interp/time_interp_external.o -a - ../time_manager/get_cal_time.o -a - ../time_manager/time_manager.o -a - ../topography/gaussian_topog.o -a - ../topography/topography.o -a - ../tracer_manager/tracer_manager.o -a - ../tridiagonal/tridiagonal.o -a - ../affinity/affinity.o -a - ../memutils/memuse.o -a - ../mosaic/create_xgrid.o -a - ../mosaic/gradient_c2l.o -a - ../mosaic/interp.o -a - ../mosaic/mosaic_util.o -a - ../mosaic/read_mosaic.o -a - ../mpp/nsclock.o -a - ../mpp/threadloc.o -mkdir -p "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -test -d /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Compiling into /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL on wcoss_cray -cp -fp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3"/conf/modules.fv3 -. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss_cray FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL nemsinstall - -IMPORTANT: You are in more than one group account. You must manually set -the ECF_PORT environment variable to the appropriate port number: - - Group Account ECF_PORT - ============= ======== - emc.glopara 31487 - emc.climpara 31463 - emc.nomad 31523 -Additional ports are listed in /usrx/local/sys/ecflow/assigned_ports.txt +[ 50%] 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.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/mstadb.f.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.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/precpd.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/precpd_shoc.f.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.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 +[ 60%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 62%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.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 +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 63%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 64%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 64%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 67%] 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 Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o +[ 68%] 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 +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o +[ 69%] Linking Fortran static library libgfsphysics.a +[ 69%] Built target gfsphysics +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 +[ 69%] Linking Fortran static library libipd.a +[ 69%] Built target ipd +[ 69%] Linking Fortran static library FMS/libfms.a +[ 69%] Built target fms +Scanning dependencies of target io +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +Scanning dependencies of target fv3core +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 74%] 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. +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.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/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/driver/fvGFS/fv_nggps_diag.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 81%] 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_update_phys.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 82%] 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 +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 83%] 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. +Using allocatable derived type array members. +Using cray pointers. +[ 85%] Linking Fortran static library libfv3core.a +[ 85%] Built target fv3core +Scanning dependencies of target stochastic_physics +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 86%] 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_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/compns_stochy.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_ls_node_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/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 +[ 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 +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 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/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 +[ 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 +[ 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%] 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/module_MEDIATOR_methods.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 +[ 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 +[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 +/opt/cray/hdf5/1.8.14/INTEL/14.0/lib/libhdf5.a(H5PL.o): In function `H5PL_load': +H5PL.c:(.text+0x3b7): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking +/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': +/usrx/local/prod/jasper/1.900.1/gnu/sandybridge/sorc/jasper-1.900.1/src/libjasper/base/jas_stream.c:368: warning: the use of `tmpnam' is dangerous, better use `mkstemp' +/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/libesmf.a(ESMCI_VMKernel.o): In function `ESMCI::socketClient()': +ESMCI_VMKernel.C:(.text+0x14ad1): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_1.exe ++ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray/fv3 ../modules.fv3_1 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_1 ++ elapsed=645 ++ echo 'Elapsed time 645 seconds. Compiling finished' +Elapsed time 645 seconds. Compiling finished ++ SECONDS=0 ++++ readlink -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ MYDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ MACHINE_ID=wcoss_cray ++ MAKE_OPT=WW3=Y ++ BUILD_NAME=fv3_2 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_2 ++ [[ wcoss_cray == cheyenne.* ]] ++ [[ wcoss_cray == wcoss_dell_p3 ]] ++ MAKE_THREADS=8 ++ hostname +slogin2 ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ echo 'Compiling WW3=Y into fv3_2.exe on wcoss_cray' +Compiling WW3=Y into fv3_2.exe on wcoss_cray ++ '[' YES = YES ']' ++ rm -rf build_fv3_2 ++ mkdir -p build_fv3_2 ++ CCPP_CMAKE_FLAGS= ++ [[ WW3=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ WW3=Y == *\R\E\P\R\O\=\Y* ]] ++ [[ WW3=Y == *\3\2\B\I\T\=\Y* ]] ++ [[ WW3=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ WW3=Y == *\C\C\P\P\=\Y* ]] ++ [[ WW3=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ WW3=Y == *\W\W\3\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DWW3=Y' +++ trim ' -DWW3=Y' +++ local 'var= -DWW3=Y' +++ var=-DWW3=Y +++ var=-DWW3=Y +++ echo -n -DWW3=Y ++ CCPP_CMAKE_FLAGS=-DWW3=Y ++ source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__38220 +++ eval 'setup__test_function__38220() { /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__38220 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ -d /gpfs/hps ]] +++ [[ -e /etc/SuSE-release ]] +++ eval module help +++ module purge ++++ /opt/modules/3.2.10.3/bin/modulecmd bash purge intel(3):ERROR:105: Unable to locate a modulefile for 'intel/16.0.3.210' fv3(65):ERROR:105: Unable to locate a modulefile for 'g2/3.1.1' fv3(66):ERROR:105: Unable to locate a modulefile for 'g2tmpl/1.6.0' @@ -616,6 +1693,968 @@ fv3(74):ERROR:105: Unable to locate a modulefile for 'w3emc/2.3.1' fv3(75):ERROR:105: Unable to locate a modulefile for 'nemsio/2.2.4' fv3(78):ERROR:105: Unable to locate a modulefile for 'post/8.0.5' fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' +++ eval INFOPATH=/usr/local/info:/usr/share/info:/usr/info ';export' 'INFOPATH;MANPATH=/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man' ';export' 'MANPATH;MODULEPATH=/usrx/local/emc_rocoto/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles' ';export' 'MODULEPATH;PATH=/gpfs/hps3/emc/da/noscrub/Rahul.Mahajan/EXT/anaconda/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/usrx/local/emc_rocoto/1.2.3/bin' ';export' 'PATH;PE_HDF5_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_HDF5_DEFAULT_REQUIRED_PRODUCTS;unset' 'ATP_HOME;unset' 'ATP_MRNET_COMM_PATH;unset' 'ATP_POST_LINK_OPTS;unset' 'BACIO_LIB4;unset' 'BACIO_LIB8;unset' 'BACIO_SRC;unset' 'BACIO_VER;unset' 'CMAKE_CXX_COMPILER;unset' 'CMAKE_C_COMPILER;unset' 'CMAKE_Fortran_COMPILER;unset' 'CMAKE_Platform;unset' 'COMP;unset' 'CPATH;unset' 'CRAYOS_VERSION;unset' 'CRAYPE_DIR;unset' 'CRAYPE_NETWORK_TARGET;unset' 'CRAYPE_VERSION;unset' 'CRAY_ALPS_INCLUDE_OPTS;unset' 'CRAY_ALPS_POST_LINK_OPTS;unset' 'CRAY_CPU_TARGET;unset' 'CRAY_DMAPP_INCLUDE_OPTS;unset' 'CRAY_DMAPP_POST_LINK_OPTS;unset' 'CRAY_GNI_HEADERS_INCLUDE_OPTS;unset' 'CRAY_HDF5_DIR;unset' 'CRAY_HDF5_VERSION;unset' 'CRAY_LD_LIBRARY_PATH;unset' 'CRAY_LIBSCI_BASE_DIR;unset' 'CRAY_LIBSCI_DIR;unset' 'CRAY_LIBSCI_PREFIX_DIR;unset' 'CRAY_LIBSCI_VERSION;unset' 'CRAY_NETCDF_VERSION;unset' 'CRAY_PE_MODULES;unset' 'CRAY_PMI_INCLUDE_OPTS;unset' 'CRAY_PMI_POST_LINK_OPTS;unset' 'CRAY_PRE_COMPILE_OPTS;unset' 'CRAY_PRGENVINTEL;unset' 'CRAY_RCA_INCLUDE_OPTS;unset' 'CRAY_RCA_POST_LINK_OPTS;unset' 'CRAY_UDREG_INCLUDE_OPTS;unset' 'CRAY_UDREG_POST_LINK_OPTS;unset' 'CRAY_UGNI_INCLUDE_OPTS;unset' 'CRAY_UGNI_POST_LINK_OPTS;unset' 'CRAY_XPMEM_INCLUDE_OPTS;unset' 'CRAY_XPMEM_POST_LINK_OPTS;unset' 'CRTM_FIX;unset' 'CRTM_INC;unset' 'CRTM_LIB;unset' 'CRTM_SRC;unset' 'CRTM_VER;unset' 'DMAPP_ABORT_ON_ERROR;unset' 'DVS_INCLUDE_OPTS;unset' 'DVS_VERSION;unset' 'ECF_HOSTFILE;unset' 'ECF_PORT;unset' 'ECF_ROOT;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' 'GCC_PATH;unset' 'GCC_VERSION;unset' 'GDBSERVER_MIC;unset' 'GDB_CROSS;unset' 'GDB_HOST;unset' 'GNU_VERSION;unset' 'HDF5_DIR;unset' 'HDF5_INCLUDE_OPTS;unset' 'HDF5_ROOT;unset' 'INTEL_LICENSE_FILE;unset' 'INTEL_MAJOR_VERSION;unset' 'INTEL_MINOR_VERSION;unset' 'INTEL_PATH;unset' 'INTEL_PYTHONHOME;unset' 'INTEL_VERSION;unset' 'IPPROOT;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' 'JASPER_INC;unset' 'JASPER_LIB;unset' 'JASPER_LIBDIR;unset' 'JASPER_LIBl;unset' 'JASPER_SRC;unset' 'JASPER_VER;unset' 'LD_LIBRARY_PATH;unset' 'LIBRARY_PATH;unset' 'LIBSCI_BASE_DIR;unset' 'LIBSCI_VERSION;unset' 'LIB_NAME;unset' 'LOADEDMODULES;unset' 'LSF_BINDIR;unset' 'LSF_ENVDIR;unset' 'LSF_LIBDIR;unset' 'LSF_SERVERDIR;unset' 'MIC_LD_LIBRARY_PATH;unset' 'MIC_LIBRARY_PATH;unset' 'MKLROOT;unset' 'MPICH_ABORT_ON_ERROR;unset' 'MPM_LAUNCHER;unset' 'NEMSIO_INC;unset' 'NEMSIO_LIB;unset' 'NEMSIO_SRC;unset' 'NEMSIO_VER;unset' 'NETCDF_DIR;unset' 'NLSPATH;unset' 'PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH;unset' 'PE_CRAY_FIXED_PKGCONFIG_PATH;unset' 'PE_CXX_PKGCONFIG_LIBS;unset' 'PE_ENV;unset' 'PE_FFTW_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_FFTW_DEFAULT_TARGET_haswell;unset' 'PE_FFTW_DEFAULT_TARGET_interlagos;unset' 'PE_FFTW_DEFAULT_TARGET_sandybridge;unset' 'PE_FFTW_DEFAULT_TARGET_x86_64;unset' 'PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_GA_DEFAULT_FIXED_PRGENV;unset' 'PE_GA_DEFAULT_GENCOMPS_GNU;unset' 'PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_GA_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_CXX_PKGCONFIG_LIBS;unset' 'PE_HDF5_DEFAULT_FIXED_PRGENV;unset' 'PE_HDF5_DEFAULT_GENCOMPS_GNU;unset' 'PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_DIR;unset' 'PE_HDF5_FIXED_PRGENV;unset' 'PE_HDF5_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_HDF5_GENCOMPILERS_GNU;unset' 'PE_HDF5_GENCOMPS_GNU;unset' 'PE_HDF5_MODULE_NAME;unset' 'PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV;unset' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU;unset' 'PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_PKGCONFIG_LIBS;unset' 'PE_HDF5_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_VOLATILE_PRGENV;unset' 'PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH;unset' 'PE_INTEL_FIXED_PKGCONFIG_PATH;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES;unset' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp;unset' 'PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES;unset' 'PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_LIBSCI_DEFAULT_VOLATILE_PRGENV;unset' 'PE_LIBSCI_GENCOMPS_CRAY_x86_64;unset' 'PE_LIBSCI_GENCOMPS_GNU_x86_64;unset' 'PE_LIBSCI_GENCOMPS_INTEL_x86_64;unset' 'PE_LIBSCI_MODULE_NAME;unset' 'PE_LIBSCI_OMP_REQUIRES;unset' 'PE_LIBSCI_OMP_REQUIRES_openmp;unset' 'PE_LIBSCI_PKGCONFIG_LIBS;unset' 'PE_LIBSCI_PKGCONFIG_VARIABLES;unset' 'PE_LIBSCI_REQUIRED_PRODUCTS;unset' 'PE_LIBSCI_VOLATILE_PKGCONFIG_PATH;unset' 'PE_LIBSCI_VOLATILE_PRGENV;unset' 'PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64;unset' 'PE_MPICH_DEFAULT_FIXED_PRGENV;unset' 'PE_MPICH_DEFAULT_GENCOMPS_CRAY;unset' 'PE_MPICH_DEFAULT_GENCOMPS_GNU;unset' 'PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_MPICH_DEFAULT_VOLATILE_PRGENV;unset' 'PE_MPICH_MULTITHREADED_LIBS_multithreaded;unset' 'PE_MPICH_NV_LIBS;unset' 'PE_MPICH_NV_LIBS_nvidia20;unset' 'PE_MPICH_NV_LIBS_nvidia35;unset' 'PE_MPICH_PKGCONFIG_VARIABLES;unset' 'PE_MPICH_TARGET_VAR_nvidia20;unset' 'PE_MPICH_TARGET_VAR_nvidia35;unset' 'PE_NETCDF_BASEDIR;unset' 'PE_NETCDF_CXX_PKGCONFIG_LIBS;unset' 'PE_NETCDF_DEFAULT_FIXED_PRGENV;unset' 'PE_NETCDF_DEFAULT_GENCOMPS_GNU;unset' 'PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_DEFAULT_VOLATILE_PRGENV;unset' 'PE_NETCDF_FIXED_PRGENV;unset' 'PE_NETCDF_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_NETCDF_GENCOMPILERS_GNU;unset' 'PE_NETCDF_GENCOMPS_GNU;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_NETCDF_MODULE_NAME;unset' 'PE_NETCDF_PKGCONFIG_LIBS;unset' 'PE_NETCDF_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_VOLATILE_PRGENV;unset' 'PE_PAPI_DEFAULT_ACCEL_LIBS;unset' 'PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35;unset' 'PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES;unset' 'PE_PAPI_DEFAULT_TARGET_VAR_nvidia35;unset' 'PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV;unset' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU;unset' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU;unset' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_PETSC_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_PETSC_DEFAULT_VOLATILE_PRGENV;unset' 'PE_PKGCONFIG_DEFAULT_PRODUCTS;unset' 'PE_PKGCONFIG_LIBS;unset' 'PE_PKGCONFIG_PRODUCTS;unset' 'PE_PKGCONFIG_PRODUCTS_DEFAULT;unset' 'PE_PKG_CONFIG_PATH;unset' 'PE_PRODUCT_LIST;unset' 'PE_SMA_DIR_CRAY_DEFAULT64;unset' 'PE_SMA_DIR_PGI_DEFAULT64;unset' 'PE_SMA_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_TPSL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TPSL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TRILINOS_DEFAULT_VOLATILE_PRGENV;unset' 'PKGCONFIG_ENABLED;unset' 'PKG_CONFIG_PATH;unset' 'PKG_CONFIG_PATH_DEFAULT;unset' 'PNG_INC;unset' 'PNG_LIB;unset' 'PNG_LIB12;unset' 'PNG_LIBDIR;unset' 'PNG_LIBso;unset' 'PNG_SRC;unset' 'PNG_VER;unset' 'POST_INC;unset' 'POST_LIB;unset' 'POST_SRC;unset' 'POST_VER;unset' 'PYTHONPATH;unset' 'QT_PLUGIN_PATH;unset' 'SHMEM_ABORT_ON_ERROR;unset' 'SLURM_PROLOG;unset' 'SP_LIB4;unset' 'SP_LIB8;unset' 'SP_LIBd;unset' 'SP_SRC;unset' 'SP_VER;unset' 'TBBROOT;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' 'XLSF_UIDDIR;unset' 'XTOS_VERSION;unset' 'XTPE_NETWORK_TARGET;unset' 'Z_INC;unset' 'Z_LIB;unset' 'Z_SRC;unset' 'Z_VER;unset' '_LMFILES_;' ++++ INFOPATH=/usr/local/info:/usr/share/info:/usr/info ++++ export INFOPATH ++++ MANPATH=/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man ++++ export MANPATH ++++ MODULEPATH=/usrx/local/emc_rocoto/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles ++++ export MODULEPATH ++++ PATH=/gpfs/hps3/emc/da/noscrub/Rahul.Mahajan/EXT/anaconda/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/usrx/local/emc_rocoto/1.2.3/bin ++++ export PATH ++++ PE_HDF5_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH ++++ export PE_HDF5_DEFAULT_REQUIRED_PRODUCTS ++++ unset ATP_HOME ++++ unset ATP_MRNET_COMM_PATH ++++ unset ATP_POST_LINK_OPTS ++++ unset BACIO_LIB4 ++++ unset BACIO_LIB8 ++++ unset BACIO_SRC ++++ unset BACIO_VER ++++ unset CMAKE_CXX_COMPILER ++++ unset CMAKE_C_COMPILER ++++ unset CMAKE_Fortran_COMPILER ++++ unset CMAKE_Platform ++++ unset COMP ++++ unset CPATH ++++ unset CRAYOS_VERSION ++++ unset CRAYPE_DIR ++++ unset CRAYPE_NETWORK_TARGET ++++ unset CRAYPE_VERSION ++++ unset CRAY_ALPS_INCLUDE_OPTS ++++ unset CRAY_ALPS_POST_LINK_OPTS ++++ unset CRAY_CPU_TARGET ++++ unset CRAY_DMAPP_INCLUDE_OPTS ++++ unset CRAY_DMAPP_POST_LINK_OPTS ++++ unset CRAY_GNI_HEADERS_INCLUDE_OPTS ++++ unset CRAY_HDF5_DIR ++++ unset CRAY_HDF5_VERSION ++++ unset CRAY_LD_LIBRARY_PATH ++++ unset CRAY_LIBSCI_BASE_DIR ++++ unset CRAY_LIBSCI_DIR ++++ unset CRAY_LIBSCI_PREFIX_DIR ++++ unset CRAY_LIBSCI_VERSION ++++ unset CRAY_NETCDF_VERSION ++++ unset CRAY_PE_MODULES ++++ unset CRAY_PMI_INCLUDE_OPTS ++++ unset CRAY_PMI_POST_LINK_OPTS ++++ unset CRAY_PRE_COMPILE_OPTS ++++ unset CRAY_PRGENVINTEL ++++ unset CRAY_RCA_INCLUDE_OPTS ++++ unset CRAY_RCA_POST_LINK_OPTS ++++ unset CRAY_UDREG_INCLUDE_OPTS ++++ unset CRAY_UDREG_POST_LINK_OPTS ++++ unset CRAY_UGNI_INCLUDE_OPTS ++++ unset CRAY_UGNI_POST_LINK_OPTS ++++ unset CRAY_XPMEM_INCLUDE_OPTS ++++ unset CRAY_XPMEM_POST_LINK_OPTS ++++ unset CRTM_FIX ++++ unset CRTM_INC ++++ unset CRTM_LIB ++++ unset CRTM_SRC ++++ unset CRTM_VER ++++ unset DMAPP_ABORT_ON_ERROR ++++ unset DVS_INCLUDE_OPTS ++++ unset DVS_VERSION ++++ unset ECF_HOSTFILE ++++ unset ECF_PORT ++++ unset ECF_ROOT ++++ 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 GCC_PATH ++++ unset GCC_VERSION ++++ unset GDBSERVER_MIC ++++ unset GDB_CROSS ++++ unset GDB_HOST ++++ unset GNU_VERSION ++++ unset HDF5_DIR ++++ unset HDF5_INCLUDE_OPTS ++++ unset HDF5_ROOT ++++ unset INTEL_LICENSE_FILE ++++ unset INTEL_MAJOR_VERSION ++++ unset INTEL_MINOR_VERSION ++++ unset INTEL_PATH ++++ unset INTEL_PYTHONHOME ++++ unset INTEL_VERSION ++++ unset IPPROOT ++++ 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 JASPER_INC ++++ unset JASPER_LIB ++++ unset JASPER_LIBDIR ++++ unset JASPER_LIBl ++++ unset JASPER_SRC ++++ unset JASPER_VER ++++ unset LD_LIBRARY_PATH ++++ unset LIBRARY_PATH ++++ unset LIBSCI_BASE_DIR ++++ unset LIBSCI_VERSION ++++ unset LIB_NAME ++++ unset LOADEDMODULES ++++ unset LSF_BINDIR ++++ unset LSF_ENVDIR ++++ unset LSF_LIBDIR ++++ unset LSF_SERVERDIR ++++ unset MIC_LD_LIBRARY_PATH ++++ unset MIC_LIBRARY_PATH ++++ unset MKLROOT ++++ unset MPICH_ABORT_ON_ERROR ++++ unset MPM_LAUNCHER ++++ unset NEMSIO_INC ++++ unset NEMSIO_LIB ++++ unset NEMSIO_SRC ++++ unset NEMSIO_VER ++++ unset NETCDF_DIR ++++ unset NLSPATH ++++ unset PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH ++++ unset PE_CRAY_FIXED_PKGCONFIG_PATH ++++ unset PE_CXX_PKGCONFIG_LIBS ++++ unset PE_ENV ++++ unset PE_FFTW_DEFAULT_REQUIRED_PRODUCTS ++++ unset PE_FFTW_DEFAULT_TARGET_haswell ++++ unset PE_FFTW_DEFAULT_TARGET_interlagos ++++ unset PE_FFTW_DEFAULT_TARGET_sandybridge ++++ unset PE_FFTW_DEFAULT_TARGET_x86_64 ++++ unset PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_FORTRAN_PKGCONFIG_LIBS ++++ unset PE_GA_DEFAULT_FIXED_PRGENV ++++ unset PE_GA_DEFAULT_GENCOMPS_GNU ++++ unset PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_GA_DEFAULT_VOLATILE_PRGENV ++++ unset PE_HDF5_CXX_PKGCONFIG_LIBS ++++ unset PE_HDF5_DEFAULT_FIXED_PRGENV ++++ unset PE_HDF5_DEFAULT_GENCOMPS_GNU ++++ unset PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_HDF5_DEFAULT_VOLATILE_PRGENV ++++ unset PE_HDF5_DIR ++++ unset PE_HDF5_FIXED_PRGENV ++++ unset PE_HDF5_FORTRAN_PKGCONFIG_LIBS ++++ unset PE_HDF5_GENCOMPILERS_GNU ++++ unset PE_HDF5_GENCOMPS_GNU ++++ unset PE_HDF5_MODULE_NAME ++++ unset PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV ++++ unset PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU ++++ unset PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS ++++ unset PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV ++++ unset PE_HDF5_PKGCONFIG_LIBS ++++ unset PE_HDF5_VOLATILE_PKGCONFIG_PATH ++++ unset PE_HDF5_VOLATILE_PRGENV ++++ unset PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH ++++ unset PE_INTEL_FIXED_PKGCONFIG_PATH ++++ unset PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64 ++++ unset PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64 ++++ unset PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64 ++++ unset PE_LIBSCI_DEFAULT_OMP_REQUIRES ++++ unset PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp ++++ unset PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES ++++ unset PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS ++++ unset PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_LIBSCI_DEFAULT_VOLATILE_PRGENV ++++ unset PE_LIBSCI_GENCOMPS_CRAY_x86_64 ++++ unset PE_LIBSCI_GENCOMPS_GNU_x86_64 ++++ unset PE_LIBSCI_GENCOMPS_INTEL_x86_64 ++++ unset PE_LIBSCI_MODULE_NAME ++++ unset PE_LIBSCI_OMP_REQUIRES ++++ unset PE_LIBSCI_OMP_REQUIRES_openmp ++++ unset PE_LIBSCI_PKGCONFIG_LIBS ++++ unset PE_LIBSCI_PKGCONFIG_VARIABLES ++++ unset PE_LIBSCI_REQUIRED_PRODUCTS ++++ unset PE_LIBSCI_VOLATILE_PKGCONFIG_PATH ++++ unset PE_LIBSCI_VOLATILE_PRGENV ++++ unset PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64 ++++ unset PE_MPICH_DEFAULT_FIXED_PRGENV ++++ unset PE_MPICH_DEFAULT_GENCOMPS_CRAY ++++ unset PE_MPICH_DEFAULT_GENCOMPS_GNU ++++ unset PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_MPICH_DEFAULT_VOLATILE_PRGENV ++++ unset PE_MPICH_MULTITHREADED_LIBS_multithreaded ++++ unset PE_MPICH_NV_LIBS ++++ unset PE_MPICH_NV_LIBS_nvidia20 ++++ unset PE_MPICH_NV_LIBS_nvidia35 ++++ unset PE_MPICH_PKGCONFIG_VARIABLES ++++ unset PE_MPICH_TARGET_VAR_nvidia20 ++++ unset PE_MPICH_TARGET_VAR_nvidia35 ++++ unset PE_NETCDF_BASEDIR ++++ unset PE_NETCDF_CXX_PKGCONFIG_LIBS ++++ unset PE_NETCDF_DEFAULT_FIXED_PRGENV ++++ unset PE_NETCDF_DEFAULT_GENCOMPS_GNU ++++ unset PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS ++++ unset PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_NETCDF_DEFAULT_VOLATILE_PRGENV ++++ unset PE_NETCDF_FIXED_PRGENV ++++ unset PE_NETCDF_FORTRAN_PKGCONFIG_LIBS ++++ unset PE_NETCDF_GENCOMPILERS_GNU ++++ unset PE_NETCDF_GENCOMPS_GNU ++++ unset PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV ++++ unset PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU ++++ unset PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS ++++ unset PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV ++++ unset PE_NETCDF_MODULE_NAME ++++ unset PE_NETCDF_PKGCONFIG_LIBS ++++ unset PE_NETCDF_REQUIRED_PRODUCTS ++++ unset PE_NETCDF_VOLATILE_PKGCONFIG_PATH ++++ unset PE_NETCDF_VOLATILE_PRGENV ++++ unset PE_PAPI_DEFAULT_ACCEL_LIBS ++++ unset PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35 ++++ unset PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES ++++ unset PE_PAPI_DEFAULT_TARGET_VAR_nvidia35 ++++ unset PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV ++++ unset PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU ++++ unset PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU ++++ unset PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV ++++ unset PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell ++++ unset PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos ++++ unset PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge ++++ unset PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64 ++++ unset PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell ++++ unset PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos ++++ unset PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge ++++ unset PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64 ++++ unset PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell ++++ unset PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos ++++ unset PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge ++++ unset PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64 ++++ unset PE_PETSC_DEFAULT_REQUIRED_PRODUCTS ++++ unset PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_PETSC_DEFAULT_VOLATILE_PRGENV ++++ unset PE_PKGCONFIG_DEFAULT_PRODUCTS ++++ unset PE_PKGCONFIG_LIBS ++++ unset PE_PKGCONFIG_PRODUCTS ++++ unset PE_PKGCONFIG_PRODUCTS_DEFAULT ++++ unset PE_PKG_CONFIG_PATH ++++ unset PE_PRODUCT_LIST ++++ unset PE_SMA_DIR_CRAY_DEFAULT64 ++++ unset PE_SMA_DIR_PGI_DEFAULT64 ++++ unset PE_SMA_VOLATILE_PKGCONFIG_PATH ++++ unset PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell ++++ unset PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos ++++ unset PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge ++++ unset PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64 ++++ unset PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell ++++ unset PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos ++++ unset PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge ++++ unset PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64 ++++ unset PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell ++++ unset PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos ++++ unset PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge ++++ unset PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64 ++++ unset PE_TPSL_DEFAULT_REQUIRED_PRODUCTS ++++ unset PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_TPSL_DEFAULT_VOLATILE_PRGENV ++++ unset PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64 ++++ unset PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64 ++++ unset PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64 ++++ unset PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS ++++ unset PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_TRILINOS_DEFAULT_VOLATILE_PRGENV ++++ unset PKGCONFIG_ENABLED ++++ unset PKG_CONFIG_PATH ++++ unset PKG_CONFIG_PATH_DEFAULT ++++ unset PNG_INC ++++ unset PNG_LIB ++++ unset PNG_LIB12 ++++ unset PNG_LIBDIR ++++ unset PNG_LIBso ++++ unset PNG_SRC ++++ unset PNG_VER ++++ unset POST_INC ++++ unset POST_LIB ++++ unset POST_SRC ++++ unset POST_VER ++++ unset PYTHONPATH ++++ unset QT_PLUGIN_PATH ++++ unset SHMEM_ABORT_ON_ERROR ++++ unset SLURM_PROLOG ++++ unset SP_LIB4 ++++ unset SP_LIB8 ++++ unset SP_LIBd ++++ unset SP_SRC ++++ unset SP_VER ++++ unset TBBROOT ++++ 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 XLSF_UIDDIR ++++ unset XTOS_VERSION ++++ unset XTPE_NETWORK_TARGET ++++ unset Z_INC ++++ unset Z_LIB ++++ unset Z_SRC ++++ unset Z_VER ++++ unset _LMFILES_ +++ module purge ++++ /opt/modules/3.2.10.3/bin/modulecmd bash purge +++ eval +++ unset _LMFILES_ +++ unset LOADEDMODULES +++ module use /opt/modulefiles ++++ /opt/modules/3.2.10.3/bin/modulecmd bash use /opt/modulefiles +++ eval +++ module use /opt/cray/ari/modulefiles ++++ /opt/modules/3.2.10.3/bin/modulecmd bash use /opt/cray/ari/modulefiles +++ eval MODULEPATH=/opt/cray/ari/modulefiles:/usrx/local/emc_rocoto/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles ';export' 'MODULEPATH;' ++++ MODULEPATH=/opt/cray/ari/modulefiles:/usrx/local/emc_rocoto/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles ++++ export MODULEPATH +++ module use /opt/cray/craype/default/alt-modulefiles ++++ /opt/modules/3.2.10.3/bin/modulecmd bash use /opt/cray/craype/default/alt-modulefiles +++ eval +++ module use /opt/cray/alt-modulefiles ++++ /opt/modules/3.2.10.3/bin/modulecmd bash use /opt/cray/alt-modulefiles +++ eval +++ module use /gpfs/hps/nco/ops/nwprod/modulefiles ++++ /opt/modules/3.2.10.3/bin/modulecmd bash use /gpfs/hps/nco/ops/nwprod/modulefiles +++ eval +++ module use /gpfs/hps/nco/ops/nwprod/lib/modulefiles ++++ /opt/modules/3.2.10.3/bin/modulecmd bash use /gpfs/hps/nco/ops/nwprod/lib/modulefiles +++ eval +++ module use /usrx/local/prod/modulefiles ++++ /opt/modules/3.2.10.3/bin/modulecmd bash use /usrx/local/prod/modulefiles +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__38220 +++ unset __ms_function_name ++ [[ wcoss_cray == macosx.* ]] ++ [[ wcoss_cray == linux.* ]] ++ module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray +++ /opt/modules/3.2.10.3/bin/modulecmd bash use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray ++ eval ++ module load fv3 +++ /opt/modules/3.2.10.3/bin/modulecmd bash load fv3 ++ eval ATP_HOME=/opt/cray/atp/1.8.1 ';export' 'ATP_HOME;ATP_MRNET_COMM_PATH=/opt/cray/atp/1.8.1/libexec/atp_mrnet_commnode_wrapper' ';export' 'ATP_MRNET_COMM_PATH;ATP_POST_LINK_OPTS=-Wl,-L/opt/cray/atp/1.8.1/libApp/\' ';export' 'ATP_POST_LINK_OPTS;BACIO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a' ';export' 'BACIO_LIB4;BACIO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_8.a' ';export' 'BACIO_LIB8;BACIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/bacio_v2.0.3' ';export' 'BACIO_SRC;BACIO_VER=v2.0.3' ';export' 'BACIO_VER;CMAKE_CXX_COMPILER=CC' ';export' 'CMAKE_CXX_COMPILER;CMAKE_C_COMPILER=cc' ';export' 'CMAKE_C_COMPILER;CMAKE_Fortran_COMPILER=ftn' ';export' 'CMAKE_Fortran_COMPILER;CMAKE_Platform=wcoss_cray' ';export' 'CMAKE_Platform;COMP=intel' ';export' 'COMP;CPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/include' ';export' 'CPATH;CRAYOS_VERSION=5.2.82' ';export' 'CRAYOS_VERSION;CRAYPE_DIR=/opt/cray/craype/2.3.0' ';export' 'CRAYPE_DIR;CRAYPE_NETWORK_TARGET=aries' ';export' 'CRAYPE_NETWORK_TARGET;CRAYPE_VERSION=2.3.0' ';export' 'CRAYPE_VERSION;CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include' ';export' 'CRAY_ALPS_INCLUDE_OPTS;CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_ALPS_POST_LINK_OPTS;CRAY_CPU_TARGET=haswell' ';export' 'CRAY_CPU_TARGET;CRAY_DMAPP_INCLUDE_OPTS=-I/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/include\' '-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include\' ';export' 'CRAY_DMAPP_INCLUDE_OPTS;CRAY_DMAPP_POST_LINK_OPTS=-L/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64' ';export' 'CRAY_DMAPP_POST_LINK_OPTS;CRAY_GNI_HEADERS_INCLUDE_OPTS=-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include' ';export' 'CRAY_GNI_HEADERS_INCLUDE_OPTS;CRAY_HDF5_DIR=/opt/cray/hdf5/1.8.14' ';export' 'CRAY_HDF5_DIR;CRAY_HDF5_VERSION=1.8.14' ';export' 'CRAY_HDF5_VERSION;CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64:/opt/cray/hdf5/1.8.14/INTEL/14.0/lib:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64:/opt/cray/pmi/5.0.11/lib64:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64:/opt/cray/libsci/13.0.3/INTEL/140/x86_64/lib' ';export' 'CRAY_LD_LIBRARY_PATH;CRAY_LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3' ';export' 'CRAY_LIBSCI_BASE_DIR;CRAY_LIBSCI_DIR=/opt/cray/libsci/13.0.3' ';export' 'CRAY_LIBSCI_DIR;CRAY_LIBSCI_PREFIX_DIR=/opt/cray/libsci/13.0.3/INTEL/140/x86_64' ';export' 'CRAY_LIBSCI_PREFIX_DIR;CRAY_LIBSCI_VERSION=13.0.3' ';export' 'CRAY_LIBSCI_VERSION;CRAY_NETCDF_VERSION=4.3.3.1' ';export' 'CRAY_NETCDF_VERSION;CRAY_PE_MODULES=cray-hdf5:cray-netcdf' ';export' 'CRAY_PE_MODULES;CRAY_PMI_INCLUDE_OPTS=-I/opt/cray/pmi/5.0.11/include' ';export' 'CRAY_PMI_INCLUDE_OPTS;CRAY_PMI_POST_LINK_OPTS=-L/opt/cray/pmi/5.0.11/lib64' ';export' 'CRAY_PMI_POST_LINK_OPTS;CRAY_PRE_COMPILE_OPTS=-hnetwork=aries' ';export' 'CRAY_PRE_COMPILE_OPTS;CRAY_PRGENVINTEL=loaded' ';export' 'CRAY_PRGENVINTEL;CRAY_RCA_INCLUDE_OPTS=-I/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/include\' '-I/opt/cray/krca/1.0.0-2.0502.67049.8.22.ari/include\' '-I/opt/cray-hss-devel/7.2.0/include\' ';export' 'CRAY_RCA_INCLUDE_OPTS;CRAY_RCA_POST_LINK_OPTS=-L/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64\' '-lrca\' ';export' 'CRAY_RCA_POST_LINK_OPTS;CRAY_UDREG_INCLUDE_OPTS=-I/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/include' ';export' 'CRAY_UDREG_INCLUDE_OPTS;CRAY_UDREG_POST_LINK_OPTS=-L/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64' ';export' 'CRAY_UDREG_POST_LINK_OPTS;CRAY_UGNI_INCLUDE_OPTS=-I/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/include' ';export' 'CRAY_UGNI_INCLUDE_OPTS;CRAY_UGNI_POST_LINK_OPTS=-L/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64' ';export' 'CRAY_UGNI_POST_LINK_OPTS;CRAY_XPMEM_INCLUDE_OPTS=-I/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/include' ';export' 'CRAY_XPMEM_INCLUDE_OPTS;CRAY_XPMEM_POST_LINK_OPTS=-L/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64' ';export' 'CRAY_XPMEM_POST_LINK_OPTS;CRTM_FIX=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/fix' ';export' 'CRTM_FIX;CRTM_INC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/include/crtm_v2.2.6' ';export' 'CRTM_INC;CRTM_LIB=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a' ';export' 'CRTM_LIB;CRTM_SRC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/src' ';export' 'CRTM_SRC;CRTM_VER=v2.2.6' ';export' 'CRTM_VER;DMAPP_ABORT_ON_ERROR=1' ';export' 'DMAPP_ABORT_ON_ERROR;DVS_INCLUDE_OPTS=-I/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/include' ';export' 'DVS_INCLUDE_OPTS;DVS_VERSION=0.9.0' ';export' 'DVS_VERSION;ESMFMKFILE=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk' ';export' 'ESMFMKFILE;G2TMPL_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2tmpl_v1.6.0' ';export' 'G2TMPL_INC;G2TMPL_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a' ';export' 'G2TMPL_LIB;G2TMPL_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2tmpl_v1.6.0/src' ';export' 'G2TMPL_SRC;G2TMPL_VER=v1.6.0' ';export' 'G2TMPL_VER;G2_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_4' ';export' 'G2_INC4;G2_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_d' ';export' 'G2_INCd;G2_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a' ';export' 'G2_LIB4;G2_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_d.a' ';export' 'G2_LIBd;G2_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2_v3.1.1' ';export' 'G2_SRC;G2_VER=v3.1.1' ';export' 'G2_VER;GCC_PATH=/opt/gcc/4.9.2' ';export' 'GCC_PATH;GCC_VERSION=4.9.2' ';export' 'GCC_VERSION;GDBSERVER_MIC=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/target/mic/bin/gdbserver' ';export' 'GDBSERVER_MIC;GDB_CROSS=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-mic' ';export' 'GDB_CROSS;GDB_HOST=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-ia-mic' ';export' 'GDB_HOST;GNU_VERSION=4.9.2' ';export' 'GNU_VERSION;HDF5_DIR=/opt/cray/hdf5/1.8.14/INTEL/14.0' ';export' 'HDF5_DIR;HDF5_INCLUDE_OPTS=/opt/cray/hdf5/1.8.14/INTEL/14.0/include' ';export' 'HDF5_INCLUDE_OPTS;HDF5_ROOT=/opt/cray/hdf5/1.8.14/INTEL/14.0' ';export' 'HDF5_ROOT;INFOPATH=/opt/gcc/4.9.2/snos/share/info:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/info/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/info/:/usr/local/info:/usr/share/info:/usr/info' ';export' 'INFOPATH;INTEL_LICENSE_FILE=/opt/intel/compilers_and_libraries_2016.3.210/linux/licenses:/opt/intel/licenses:/intel/licenses' ';export' 'INTEL_LICENSE_FILE;INTEL_MAJOR_VERSION=16.0' ';export' 'INTEL_MAJOR_VERSION;INTEL_MINOR_VERSION=3.210' ';export' 'INTEL_MINOR_VERSION;INTEL_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux' ';export' 'INTEL_PATH;INTEL_PYTHONHOME=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/python/intel64/' ';export' 'INTEL_PYTHONHOME;INTEL_VERSION=16.0.3.210' ';export' 'INTEL_VERSION;IPPROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp' ';export' 'IPPROOT;IP_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_4' ';export' 'IP_INC4;IP_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_8' ';export' 'IP_INC8;IP_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_d' ';export' 'IP_INCd;IP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_4.a' ';export' 'IP_LIB4;IP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_8.a' ';export' 'IP_LIB8;IP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_d.a' ';export' 'IP_LIBd;IP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/ip_v3.0.2' ';export' 'IP_SRC;IP_VER=v3.0.2' ';export' 'IP_VER;JASPER_INC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/include' ';export' 'JASPER_INC;JASPER_LIB=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a' ';export' 'JASPER_LIB;JASPER_LIBDIR=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib' ';export' 'JASPER_LIBDIR;JASPER_LIBl=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.la' ';export' 'JASPER_LIBl;JASPER_SRC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/sorc/jasper_v1.900.1' ';export' 'JASPER_SRC;JASPER_VER=1.900.1' ';export' 'JASPER_VER;LD_LIBRARY_PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib:/opt/gcc/4.9.2/snos/lib64:/usrx/local/dev/python/2.7.14/lib:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/tools/intel64/perfsys:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/libipt/intel64/lib' ';export' 'LD_LIBRARY_PATH;LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1' ';export' 'LIBRARY_PATH;LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3' ';export' 'LIBSCI_BASE_DIR;LIBSCI_VERSION=13.0.3' ';export' 'LIBSCI_VERSION;LIB_NAME=POST' ';export' 'LIB_NAME;LOADEDMODULES=craype-network-aries:craype/2.3.0:cray-libsci/13.0.3:udreg/2.3.2-1.0502.10518.2.17.ari:ugni/6.0-1.0502.10863.8.29.ari:pmi/5.0.11:dmapp/7.0.1-1.0502.11080.8.76.ari:gni-headers/4.0-1.0502.10859.7.8.ari:xpmem/0.1-2.0502.64982.5.3.ari:dvs/2.5_0.9.0-1.0502.2188.1.116.ari:alps/5.2.4-2.0502.9774.31.11.ari:rca/1.0.0-2.0502.60530.1.62.ari:atp/1.8.1:PrgEnv-intel/5.2.82:intel/16.3.210:cray-netcdf/4.3.3.1:cray-hdf5/1.8.14:xt-lsfhpc/9.1.3:craype-haswell:python/2.7.14:cmake/3.6.2:gcc/4.9.2:jasper-gnu-sandybridge/1.900.1:png-intel-sandybridge/1.2.49:zlib-intel-sandybridge/1.2.7:crtm-intel/2.2.6:g2/3.1.1:g2tmpl/1.6.0:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:post/8.0.5:alps/5.2.4-2.0502.9822.32.1.ari:esmf/8.0.0:fv3' ';export' 'LOADEDMODULES;LSF_BINDIR=/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin' ';export' 'LSF_BINDIR;LSF_ENVDIR=/gpfs/slsf/xt-lsfhpc/conf' ';export' 'LSF_ENVDIR;LSF_LIBDIR=/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib' ';export' 'LSF_LIBDIR;LSF_SERVERDIR=/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc' ';export' 'LSF_SERVERDIR;MANPATH=/opt/cray/pmi/5.0.11/man:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/share/man:/opt/gcc/4.9.2/snos/share/man:/usrx/local/dev/cmake/3.6.2/share/man:/usrx/local/dev/python/2.7.14/share/man:/gpfs/slsf/xt-lsfhpc/9.1/man:/opt/cray/netcdf/4.3.3.1/share/man:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/common:/opt/cray/atp/1.8.1/man:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/man:/opt/cray/libsci/13.0.3/man:/opt/cray/man/csmlversion:/opt/cray/craype/2.3.0/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man:/opt/cray/man' ';export' 'MANPATH;MIC_LD_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic' ';export' 'MIC_LD_LIBRARY_PATH;MIC_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic' ';export' 'MIC_LIBRARY_PATH;MKLROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl' ';export' 'MKLROOT;MODULEPATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles:/opt/cray/ari/modulefiles:/usrx/local/emc_rocoto/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles' ';export' 'MODULEPATH;MPICH_ABORT_ON_ERROR=1' ';export' 'MPICH_ABORT_ON_ERROR;MPM_LAUNCHER=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/mpm/bin/start_mpm.sh' ';export' 'MPM_LAUNCHER;NEMSIO_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4' ';export' 'NEMSIO_INC;NEMSIO_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a' ';export' 'NEMSIO_LIB;NEMSIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/nemsio_v2.2.4' ';export' 'NEMSIO_SRC;NEMSIO_VER=v2.2.4' ';export' 'NEMSIO_VER;NETCDF_DIR=/opt/cray/netcdf/4.3.3.1/INTEL/14.0' ';export' 'NETCDF_DIR;NLSPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/locale/%l_%t/%N' ';export' 'NLSPATH;PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/opt/gcc/4.9.2/bin:/usrx/local/dev/cmake/3.6.2/bin:/usrx/local/dev/python/2.7.14/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/opt/cray/hdf5/1.8.14/bin:/opt/cray/netcdf/4.3.3.1/bin:/opt/intel/compilers_and_libraries_2016.3.210/linux/bin/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/sbin:/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/bin:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/bin:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/bin:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/bin:/opt/cray/craype/2.3.0/bin:/gpfs/hps3/emc/da/noscrub/Rahul.Mahajan/EXT/anaconda/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/usrx/local/emc_rocoto/1.2.3/bin:/opt/cray/bin:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include' ';export' 'PATH;PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/ga/5.3.0.1/CRAY/83/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/CRAY/83/lib/pkgconfig:/opt/cray/hdf5/1.8.13/CRAY/83/lib/pkgconfig' ';export' 'PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH;PE_CRAY_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/CRAY/8.3/lib/pkgconfig' ';export' 'PE_CRAY_FIXED_PKGCONFIG_PATH;PE_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp:netcdf_c++4' ';export' 'PE_CXX_PKGCONFIG_LIBS;PE_ENV=INTEL' ';export' 'PE_ENV;PE_FFTW_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_FFTW_DEFAULT_REQUIRED_PRODUCTS;PE_FFTW_DEFAULT_TARGET_haswell=haswell' ';export' 'PE_FFTW_DEFAULT_TARGET_haswell;PE_FFTW_DEFAULT_TARGET_interlagos=interlagos' ';export' 'PE_FFTW_DEFAULT_TARGET_interlagos;PE_FFTW_DEFAULT_TARGET_sandybridge=sandybridge' ';export' 'PE_FFTW_DEFAULT_TARGET_sandybridge;PE_FFTW_DEFAULT_TARGET_x86_64=x86_64' ';export' 'PE_FFTW_DEFAULT_TARGET_x86_64;PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/fftw/3.3.4.2/@PE_FFTW_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran:netcdff' ';export' 'PE_FORTRAN_PKGCONFIG_LIBS;PE_GA_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_GA_DEFAULT_FIXED_PRGENV;PE_GA_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_GA_DEFAULT_GENCOMPS_GNU;PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/ga/5.3.0.1/@PRGENV@/@PE_GA_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_GA_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_GA_DEFAULT_VOLATILE_PRGENV;PE_HDF5_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp' ';export' 'PE_HDF5_CXX_PKGCONFIG_LIBS;PE_HDF5_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_DEFAULT_FIXED_PRGENV;PE_HDF5_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_HDF5_DEFAULT_GENCOMPS_GNU;PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.13/@PRGENV@/@PE_HDF5_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PRGENV;PE_HDF5_DIR=/opt/cray/hdf5/1.8.14' ';export' 'PE_HDF5_DIR;PE_HDF5_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_FIXED_PRGENV;PE_HDF5_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran' ';export' 'PE_HDF5_FORTRAN_PKGCONFIG_LIBS;PE_HDF5_GENCOMPILERS_GNU=5.1\' '4.9\' 4.8 ';export' 'PE_HDF5_GENCOMPILERS_GNU;PE_HDF5_GENCOMPS_GNU=51\' '49\' 48 ';export' 'PE_HDF5_GENCOMPS_GNU;PE_HDF5_MODULE_NAME=cray-hdf5' ';export' 'PE_HDF5_MODULE_NAME;PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV;PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU;PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5-parallel/1.8.13/@PRGENV@/@PE_HDF5_PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_HDF5_PKGCONFIG_LIBS=hdf5_hl:hdf5' ';export' 'PE_HDF5_PKGCONFIG_LIBS;PE_HDF5_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/@PRGENV@/@PE_HDF5_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_VOLATILE_PKGCONFIG_PATH;PE_HDF5_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_VOLATILE_PRGENV;PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/INTEL/14.0/lib/pkgconfig:/opt/cray/netcdf/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/ga/5.3.0.1/INTEL/140/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/INTEL/140/lib/pkgconfig:/opt/cray/hdf5/1.8.13/INTEL/140/lib/pkgconfig:/opt/cray/mpt/7.2.0/gni/mpich2-intel/140/lib/pkgconfig' ';export' 'PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH;PE_INTEL_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/INTEL/14.0/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib/pkgconfig' ';export' 'PE_INTEL_FIXED_PKGCONFIG_PATH;PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64;PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp=_mp' ';export' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp;PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES=PE_LIBSCI_DEFAULT_OMP_REQUIRES_@openmp@' ';export' 'PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES;PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS;PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_DEFAULT_GENCOMPS@/@PE_LIBSCI_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PRGENV;PE_LIBSCI_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_GENCOMPS_CRAY_x86_64;PE_LIBSCI_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_LIBSCI_GENCOMPS_GNU_x86_64;PE_LIBSCI_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_LIBSCI_GENCOMPS_INTEL_x86_64;PE_LIBSCI_MODULE_NAME=cray-libsci/13.0.3' ';export' 'PE_LIBSCI_MODULE_NAME;PE_LIBSCI_OMP_REQUIRES_openmp=_mp' ';export' 'PE_LIBSCI_OMP_REQUIRES_openmp;PE_LIBSCI_PKGCONFIG_LIBS=libsci_mpi:libsci' ';export' 'PE_LIBSCI_PKGCONFIG_LIBS;PE_LIBSCI_PKGCONFIG_VARIABLES=PE_LIBSCI_OMP_REQUIRES_@openmp@' ';export' 'PE_LIBSCI_PKGCONFIG_VARIABLES;PE_LIBSCI_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_LIBSCI_REQUIRED_PRODUCTS;PE_LIBSCI_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_GENCOMPS@/@PE_LIBSCI_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_LIBSCI_VOLATILE_PRGENV;PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64=64' ';export' 'PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64;PE_MPICH_DEFAULT_FIXED_PRGENV=INTEL' ';export' 'PE_MPICH_DEFAULT_FIXED_PRGENV;PE_MPICH_DEFAULT_GENCOMPS_CRAY=83' ';export' 'PE_MPICH_DEFAULT_GENCOMPS_CRAY;PE_MPICH_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_MPICH_DEFAULT_GENCOMPS_GNU;PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/mpich2-@PRGENV@@PE_MPICH_DEFAULT_DIR_DEFAULT64@/@PE_MPICH_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_MPICH_DEFAULT_VOLATILE_PRGENV=CRAY\' GNU ';export' 'PE_MPICH_DEFAULT_VOLATILE_PRGENV;PE_MPICH_MULTITHREADED_LIBS_multithreaded=_mt' ';export' 'PE_MPICH_MULTITHREADED_LIBS_multithreaded;PE_MPICH_NV_LIBS_nvidia20=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia20;PE_MPICH_NV_LIBS_nvidia35=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia35;PE_MPICH_PKGCONFIG_VARIABLES=PE_MPICH_NV_LIBS_@accelerator@:PE_MPICH_MULTITHREADED_LIBS_@multithreaded@' ';export' 'PE_MPICH_PKGCONFIG_VARIABLES;PE_MPICH_TARGET_VAR_nvidia20=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia20;PE_MPICH_TARGET_VAR_nvidia35=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia35;PE_NETCDF_BASEDIR=/opt/cray/netcdf/4.3.3.1' ';export' 'PE_NETCDF_BASEDIR;PE_NETCDF_CXX_PKGCONFIG_LIBS=netcdf_c++4' ';export' 'PE_NETCDF_CXX_PKGCONFIG_LIBS;PE_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_DEFAULT_FIXED_PRGENV;PE_NETCDF_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_NETCDF_DEFAULT_GENCOMPS_GNU;PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5' ';export' 'PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.2/@PRGENV@/@PE_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_NETCDF_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_FIXED_PRGENV;PE_NETCDF_FORTRAN_PKGCONFIG_LIBS=netcdff' ';export' 'PE_NETCDF_FORTRAN_PKGCONFIG_LIBS;PE_NETCDF_GENCOMPILERS_GNU=5.1\' '4.9\' 4.8 ';export' 'PE_NETCDF_GENCOMPILERS_GNU;PE_NETCDF_GENCOMPS_GNU=51\' '49\' 48 ';export' 'PE_NETCDF_GENCOMPS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV;PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5_PARALLEL\' PE_MPICH ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf-hdf5parallel/4.3.2/@PRGENV@/@PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_NETCDF_MODULE_NAME=cray-netcdf' ';export' 'PE_NETCDF_MODULE_NAME;PE_NETCDF_PKGCONFIG_LIBS=netcdf' ';export' 'PE_NETCDF_PKGCONFIG_LIBS;PE_NETCDF_REQUIRED_PRODUCTS=PE_HDF5' ';export' 'PE_NETCDF_REQUIRED_PRODUCTS;PE_NETCDF_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.3.1/@PRGENV@/@PE_NETCDF_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_VOLATILE_PRGENV;PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35;PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES=PE_PAPI_ACCEL_LIBS_@accelerator@' ';export' 'PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES;PE_PAPI_DEFAULT_TARGET_VAR_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_TARGET_VAR_nvidia35;PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU=4.9\' 4.8 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/@PRGENV@/@PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell;PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos;PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64;PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell;PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos;PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64;PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell;PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos;PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64;PE_PETSC_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI:PE_TPSL' ';export' 'PE_PETSC_DEFAULT_REQUIRED_PRODUCTS;PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/petsc/3.5.3.0/complex/@PRGENV@/@PE_PETSC_DEFAULT_GENCOMPS@/@PE_PETSC_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PETSC_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_PETSC_DEFAULT_VOLATILE_PRGENV;PE_PKGCONFIG_DEFAULT_PRODUCTS=PE_LIBSCI:PE_PARALLEL_NETCDF:PE_NETCDF:PE_GA:PE_TPSL:PE_NETCDF_HDF5PARALLEL:PE_HDF5_PARALLEL:PE_TRILINOS:PE_FFTW:PE_HDF5:PE_PETSC:PE_MPICH' ';export' 'PE_PKGCONFIG_DEFAULT_PRODUCTS;PE_PKGCONFIG_LIBS=hdf5_hl:hdf5:netcdf:AtpSigHandler:cray-rca:libsci_mpi:libsci' ';export' 'PE_PKGCONFIG_LIBS;PE_PKGCONFIG_PRODUCTS=PE_HDF5:PE_NETCDF:PE_LIBSCI' ';export' 'PE_PKGCONFIG_PRODUCTS;PE_PKGCONFIG_PRODUCTS_DEFAULT=PE_PAPI' ';export' 'PE_PKGCONFIG_PRODUCTS_DEFAULT;PE_PKG_CONFIG_PATH=/opt/cray/cti/1.0.2/lib/pkgconfig' ';export' 'PE_PKG_CONFIG_PATH;PE_PRODUCT_LIST=CRAYPE_HASWELL:CRAY_RCA:CRAY_ALPS:DVS:CRAY_XPMEM:CRAY_DMAPP:CRAY_PMI:CRAY_UGNI:CRAY_UDREG:CRAY_LIBSCI:CRAYPE:INTEL' ';export' 'PE_PRODUCT_LIST;PE_SMA_DIR_CRAY_DEFAULT64=64' ';export' 'PE_SMA_DIR_CRAY_DEFAULT64;PE_SMA_DIR_PGI_DEFAULT64=64' ';export' 'PE_SMA_DIR_PGI_DEFAULT64;PE_SMA_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/sma@PE_SMA_DIR_DEFAULT64@/lib64/pkgconfig' ';export' 'PE_SMA_VOLATILE_PKGCONFIG_PATH;PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell;PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos;PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell;PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos;PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64;PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell;PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos;PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TPSL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI' ';export' 'PE_TPSL_DEFAULT_REQUIRED_PRODUCTS;PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/tpsl/1.4.4/@PRGENV@/@PE_TPSL_DEFAULT_GENCOMPS@/@PE_TPSL_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TPSL_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_TPSL_DEFAULT_VOLATILE_PRGENV;PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_HDF5_PARALLEL:PE_NETCDF_HDF5PARALLEL:PE_LIBSCI:PE_TPSL' ';export' 'PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS;PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/trilinos/11.12.1.2/@PRGENV@/@PE_TRILINOS_DEFAULT_GENCOMPS@/@PE_TRILINOS_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TRILINOS_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PRGENV;PKGCONFIG_ENABLED=1' ';export' 'PKGCONFIG_ENABLED;PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64/pkgconfig:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64/pkgconfig:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64/pkgconfig:/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/lib64/pkgconfig:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64/pkgconfig:/opt/cray/pmi/5.0.11/lib64/pkgconfig:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64/pkgconfig:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64/pkgconfig:/opt/cray/craype/2.3.0/pkg-config:/opt/cray/atp/1.8.1/lib/pkgconfig' ';export' 'PKG_CONFIG_PATH;PKG_CONFIG_PATH_DEFAULT=/opt/cray/papi/5.4.0.1/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH_DEFAULT;PNG_INC=/usrx/local/prod//png/1.2.49/intel/sandybridge/include' ';export' 'PNG_INC;PNG_LIB=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a' ';export' 'PNG_LIB;PNG_LIB12=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng12.a' ';export' 'PNG_LIB12;PNG_LIBDIR=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib' ';export' 'PNG_LIBDIR;PNG_LIBso=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.so' ';export' 'PNG_LIBso;PNG_SRC=/usrx/local/prod//png/1.2.49/intel/sandybridge/src' ';export' 'PNG_SRC;PNG_VER=1.2.49' ';export' 'PNG_VER;POST_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.5_4' ';export' 'POST_INC;POST_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a' ';export' 'POST_LIB;POST_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/post_v8.0.5' ';export' 'POST_SRC;POST_VER=v8.0.5' ';export' 'POST_VER;SHMEM_ABORT_ON_ERROR=1' ';export' 'SHMEM_ABORT_ON_ERROR;SLURM_PROLOG=/opt/cray/atp/1.8.1/libexec/slurm_prolog.ksh' ';export' 'SLURM_PROLOG;SP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_4.a' ';export' 'SP_LIB4;SP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_8.a' ';export' 'SP_LIB8;SP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a' ';export' 'SP_LIBd;SP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/sp_v2.0.3' ';export' 'SP_SRC;SP_VER=v2.0.3' ';export' 'SP_VER;TBBROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb' ';export' 'TBBROOT;W3EMC_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_4' ';export' 'W3EMC_INC4;W3EMC_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_8' ';export' 'W3EMC_INC8;W3EMC_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_d' ';export' 'W3EMC_INCd;W3EMC_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_4.a' ';export' 'W3EMC_LIB4;W3EMC_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_8.a' ';export' 'W3EMC_LIB8;W3EMC_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a' ';export' 'W3EMC_LIBd;W3EMC_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3emc_v2.3.1' ';export' 'W3EMC_SRC;W3EMC_VER=v2.3.1' ';export' 'W3EMC_VER;W3NCO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_4.a' ';export' 'W3NCO_LIB4;W3NCO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_8.a' ';export' 'W3NCO_LIB8;W3NCO_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a' ';export' 'W3NCO_LIBd;W3NCO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3nco_v2.0.7' ';export' 'W3NCO_SRC;W3NCO_VER=v2.0.7' ';export' 'W3NCO_VER;XLSF_UIDDIR=/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib/uid' ';export' 'XLSF_UIDDIR;XTOS_VERSION=5.2.82' ';export' 'XTOS_VERSION;XTPE_NETWORK_TARGET=aries' ';export' 'XTPE_NETWORK_TARGET;Z_INC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include' ';export' 'Z_INC;Z_LIB=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a' ';export' 'Z_LIB;Z_SRC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/src' ';export' 'Z_SRC;Z_VER=1.2.7' ';export' 'Z_VER;_LMFILES_=/opt/cray/craype/default/alt-modulefiles/craype-network-aries:/opt/cray/alt-modulefiles/craype/2.3.0:/opt/cray/alt-modulefiles/cray-libsci/13.0.3:/opt/cray/ari/modulefiles/udreg/2.3.2-1.0502.10518.2.17.ari:/opt/cray/ari/modulefiles/ugni/6.0-1.0502.10863.8.29.ari:/opt/cray/ari/modulefiles/pmi/5.0.11:/opt/cray/ari/modulefiles/dmapp/7.0.1-1.0502.11080.8.76.ari:/opt/cray/ari/modulefiles/gni-headers/4.0-1.0502.10859.7.8.ari:/opt/cray/ari/modulefiles/xpmem/0.1-2.0502.64982.5.3.ari:/opt/cray/ari/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.116.ari:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9774.31.11.ari:/opt/cray/ari/modulefiles/rca/1.0.0-2.0502.60530.1.62.ari:/opt/cray/alt-modulefiles/atp/1.8.1:/opt/cray/alt-modulefiles/PrgEnv-intel/5.2.82:/opt/modulefiles/intel/16.3.210:/opt/cray/alt-modulefiles/cray-netcdf/4.3.3.1:/opt/cray/alt-modulefiles/cray-hdf5/1.8.14:/opt/modulefiles/xt-lsfhpc/9.1.3:/opt/cray/craype/default/alt-modulefiles/craype-haswell:/usrx/local/dev/modulefiles/python/2.7.14:/usrx/local/dev/modulefiles/cmake/3.6.2:/opt/modulefiles/gcc/4.9.2:/usrx/local/prod/modulefiles/jasper-gnu-sandybridge/1.900.1:/usrx/local/prod/modulefiles/png-intel-sandybridge/1.2.49:/usrx/local/dev/modulefiles/zlib-intel-sandybridge/1.2.7:/gpfs/hps/nco/ops/nwprod/lib/modulefiles/crtm-intel/2.2.6:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/bacio/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/ip/3.0.2:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/sp/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3nco/2.0.7:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3emc/2.3.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/nemsio/2.2.4:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/post/8.0.5:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari:/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray/fv3' ';export' '_LMFILES_;' +++ ATP_HOME=/opt/cray/atp/1.8.1 +++ export ATP_HOME +++ ATP_MRNET_COMM_PATH=/opt/cray/atp/1.8.1/libexec/atp_mrnet_commnode_wrapper +++ export ATP_MRNET_COMM_PATH +++ ATP_POST_LINK_OPTS='-Wl,-L/opt/cray/atp/1.8.1/libApp/ ' +++ export ATP_POST_LINK_OPTS +++ BACIO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a +++ export BACIO_LIB4 +++ BACIO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_8.a +++ export BACIO_LIB8 +++ BACIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/bacio_v2.0.3 +++ export BACIO_SRC +++ BACIO_VER=v2.0.3 +++ export BACIO_VER +++ CMAKE_CXX_COMPILER=CC +++ export CMAKE_CXX_COMPILER +++ CMAKE_C_COMPILER=cc +++ export CMAKE_C_COMPILER +++ CMAKE_Fortran_COMPILER=ftn +++ export CMAKE_Fortran_COMPILER +++ CMAKE_Platform=wcoss_cray +++ export CMAKE_Platform +++ COMP=intel +++ export COMP +++ CPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/include +++ export CPATH +++ CRAYOS_VERSION=5.2.82 +++ export CRAYOS_VERSION +++ CRAYPE_DIR=/opt/cray/craype/2.3.0 +++ export CRAYPE_DIR +++ CRAYPE_NETWORK_TARGET=aries +++ export CRAYPE_NETWORK_TARGET +++ CRAYPE_VERSION=2.3.0 +++ export CRAYPE_VERSION +++ CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include +++ export CRAY_ALPS_INCLUDE_OPTS +++ CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64 +++ export CRAY_ALPS_POST_LINK_OPTS +++ CRAY_CPU_TARGET=haswell +++ export CRAY_CPU_TARGET +++ CRAY_DMAPP_INCLUDE_OPTS='-I/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/include -I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include ' +++ export CRAY_DMAPP_INCLUDE_OPTS +++ CRAY_DMAPP_POST_LINK_OPTS=-L/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64 +++ export CRAY_DMAPP_POST_LINK_OPTS +++ CRAY_GNI_HEADERS_INCLUDE_OPTS=-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include +++ export CRAY_GNI_HEADERS_INCLUDE_OPTS +++ CRAY_HDF5_DIR=/opt/cray/hdf5/1.8.14 +++ export CRAY_HDF5_DIR +++ CRAY_HDF5_VERSION=1.8.14 +++ export CRAY_HDF5_VERSION +++ CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64:/opt/cray/hdf5/1.8.14/INTEL/14.0/lib:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64:/opt/cray/pmi/5.0.11/lib64:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64:/opt/cray/libsci/13.0.3/INTEL/140/x86_64/lib +++ export CRAY_LD_LIBRARY_PATH +++ CRAY_LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3 +++ export CRAY_LIBSCI_BASE_DIR +++ CRAY_LIBSCI_DIR=/opt/cray/libsci/13.0.3 +++ export CRAY_LIBSCI_DIR +++ CRAY_LIBSCI_PREFIX_DIR=/opt/cray/libsci/13.0.3/INTEL/140/x86_64 +++ export CRAY_LIBSCI_PREFIX_DIR +++ CRAY_LIBSCI_VERSION=13.0.3 +++ export CRAY_LIBSCI_VERSION +++ CRAY_NETCDF_VERSION=4.3.3.1 +++ export CRAY_NETCDF_VERSION +++ CRAY_PE_MODULES=cray-hdf5:cray-netcdf +++ export CRAY_PE_MODULES +++ CRAY_PMI_INCLUDE_OPTS=-I/opt/cray/pmi/5.0.11/include +++ export CRAY_PMI_INCLUDE_OPTS +++ CRAY_PMI_POST_LINK_OPTS=-L/opt/cray/pmi/5.0.11/lib64 +++ export CRAY_PMI_POST_LINK_OPTS +++ CRAY_PRE_COMPILE_OPTS=-hnetwork=aries +++ export CRAY_PRE_COMPILE_OPTS +++ CRAY_PRGENVINTEL=loaded +++ export CRAY_PRGENVINTEL +++ CRAY_RCA_INCLUDE_OPTS='-I/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/include -I/opt/cray/krca/1.0.0-2.0502.67049.8.22.ari/include -I/opt/cray-hss-devel/7.2.0/include ' +++ export CRAY_RCA_INCLUDE_OPTS +++ CRAY_RCA_POST_LINK_OPTS='-L/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64 -lrca ' +++ export CRAY_RCA_POST_LINK_OPTS +++ CRAY_UDREG_INCLUDE_OPTS=-I/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/include +++ export CRAY_UDREG_INCLUDE_OPTS +++ CRAY_UDREG_POST_LINK_OPTS=-L/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64 +++ export CRAY_UDREG_POST_LINK_OPTS +++ CRAY_UGNI_INCLUDE_OPTS=-I/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/include +++ export CRAY_UGNI_INCLUDE_OPTS +++ CRAY_UGNI_POST_LINK_OPTS=-L/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64 +++ export CRAY_UGNI_POST_LINK_OPTS +++ CRAY_XPMEM_INCLUDE_OPTS=-I/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/include +++ export CRAY_XPMEM_INCLUDE_OPTS +++ CRAY_XPMEM_POST_LINK_OPTS=-L/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64 +++ export CRAY_XPMEM_POST_LINK_OPTS +++ CRTM_FIX=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/fix +++ export CRTM_FIX +++ CRTM_INC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/include/crtm_v2.2.6 +++ export CRTM_INC +++ CRTM_LIB=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a +++ export CRTM_LIB +++ CRTM_SRC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/src +++ export CRTM_SRC +++ CRTM_VER=v2.2.6 +++ export CRTM_VER +++ DMAPP_ABORT_ON_ERROR=1 +++ export DMAPP_ABORT_ON_ERROR +++ DVS_INCLUDE_OPTS=-I/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/include +++ export DVS_INCLUDE_OPTS +++ DVS_VERSION=0.9.0 +++ export DVS_VERSION +++ ESMFMKFILE=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2tmpl_v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ export G2TMPL_VER +++ G2_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_4 +++ export G2_INC4 +++ G2_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_d +++ export G2_INCd +++ G2_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a +++ export G2_LIB4 +++ G2_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_d.a +++ export G2_LIBd +++ G2_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2_v3.1.1 +++ export G2_SRC +++ G2_VER=v3.1.1 +++ export G2_VER +++ GCC_PATH=/opt/gcc/4.9.2 +++ export GCC_PATH +++ GCC_VERSION=4.9.2 +++ export GCC_VERSION +++ GDBSERVER_MIC=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/target/mic/bin/gdbserver +++ export GDBSERVER_MIC +++ GDB_CROSS=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-mic +++ export GDB_CROSS +++ GDB_HOST=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-ia-mic +++ export GDB_HOST +++ GNU_VERSION=4.9.2 +++ export GNU_VERSION +++ HDF5_DIR=/opt/cray/hdf5/1.8.14/INTEL/14.0 +++ export HDF5_DIR +++ HDF5_INCLUDE_OPTS=/opt/cray/hdf5/1.8.14/INTEL/14.0/include +++ export HDF5_INCLUDE_OPTS +++ HDF5_ROOT=/opt/cray/hdf5/1.8.14/INTEL/14.0 +++ export HDF5_ROOT +++ INFOPATH=/opt/gcc/4.9.2/snos/share/info:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/info/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/info/:/usr/local/info:/usr/share/info:/usr/info +++ export INFOPATH +++ INTEL_LICENSE_FILE=/opt/intel/compilers_and_libraries_2016.3.210/linux/licenses:/opt/intel/licenses:/intel/licenses +++ export INTEL_LICENSE_FILE +++ INTEL_MAJOR_VERSION=16.0 +++ export INTEL_MAJOR_VERSION +++ INTEL_MINOR_VERSION=3.210 +++ export INTEL_MINOR_VERSION +++ INTEL_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux +++ export INTEL_PATH +++ INTEL_PYTHONHOME=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/python/intel64/ +++ export INTEL_PYTHONHOME +++ INTEL_VERSION=16.0.3.210 +++ export INTEL_VERSION +++ IPPROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp +++ export IPPROOT +++ IP_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_4 +++ export IP_INC4 +++ IP_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_8 +++ export IP_INC8 +++ IP_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_d +++ export IP_INCd +++ IP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_4.a +++ export IP_LIB4 +++ IP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_8.a +++ export IP_LIB8 +++ IP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_d.a +++ export IP_LIBd +++ IP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/ip_v3.0.2 +++ export IP_SRC +++ IP_VER=v3.0.2 +++ export IP_VER +++ JASPER_INC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/include +++ export JASPER_INC +++ JASPER_LIB=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a +++ export JASPER_LIB +++ JASPER_LIBDIR=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib +++ export JASPER_LIBDIR +++ JASPER_LIBl=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.la +++ export JASPER_LIBl +++ JASPER_SRC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/sorc/jasper_v1.900.1 +++ export JASPER_SRC +++ JASPER_VER=1.900.1 +++ export JASPER_VER +++ LD_LIBRARY_PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib:/opt/gcc/4.9.2/snos/lib64:/usrx/local/dev/python/2.7.14/lib:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/tools/intel64/perfsys:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/libipt/intel64/lib +++ export LD_LIBRARY_PATH +++ LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1 +++ export LIBRARY_PATH +++ LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3 +++ export LIBSCI_BASE_DIR +++ LIBSCI_VERSION=13.0.3 +++ export LIBSCI_VERSION +++ LIB_NAME=POST +++ export LIB_NAME +++ LOADEDMODULES=craype-network-aries:craype/2.3.0:cray-libsci/13.0.3:udreg/2.3.2-1.0502.10518.2.17.ari:ugni/6.0-1.0502.10863.8.29.ari:pmi/5.0.11:dmapp/7.0.1-1.0502.11080.8.76.ari:gni-headers/4.0-1.0502.10859.7.8.ari:xpmem/0.1-2.0502.64982.5.3.ari:dvs/2.5_0.9.0-1.0502.2188.1.116.ari:alps/5.2.4-2.0502.9774.31.11.ari:rca/1.0.0-2.0502.60530.1.62.ari:atp/1.8.1:PrgEnv-intel/5.2.82:intel/16.3.210:cray-netcdf/4.3.3.1:cray-hdf5/1.8.14:xt-lsfhpc/9.1.3:craype-haswell:python/2.7.14:cmake/3.6.2:gcc/4.9.2:jasper-gnu-sandybridge/1.900.1:png-intel-sandybridge/1.2.49:zlib-intel-sandybridge/1.2.7:crtm-intel/2.2.6:g2/3.1.1:g2tmpl/1.6.0:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:post/8.0.5:alps/5.2.4-2.0502.9822.32.1.ari:esmf/8.0.0:fv3 +++ export LOADEDMODULES +++ LSF_BINDIR=/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin +++ export LSF_BINDIR +++ LSF_ENVDIR=/gpfs/slsf/xt-lsfhpc/conf +++ export LSF_ENVDIR +++ LSF_LIBDIR=/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib +++ export LSF_LIBDIR +++ LSF_SERVERDIR=/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc +++ export LSF_SERVERDIR +++ MANPATH=/opt/cray/pmi/5.0.11/man:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/share/man:/opt/gcc/4.9.2/snos/share/man:/usrx/local/dev/cmake/3.6.2/share/man:/usrx/local/dev/python/2.7.14/share/man:/gpfs/slsf/xt-lsfhpc/9.1/man:/opt/cray/netcdf/4.3.3.1/share/man:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/common:/opt/cray/atp/1.8.1/man:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/man:/opt/cray/libsci/13.0.3/man:/opt/cray/man/csmlversion:/opt/cray/craype/2.3.0/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man:/opt/cray/man +++ export MANPATH +++ MIC_LD_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic +++ export MIC_LD_LIBRARY_PATH +++ MIC_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic +++ export MIC_LIBRARY_PATH +++ MKLROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl +++ export MKLROOT +++ MODULEPATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles:/opt/cray/ari/modulefiles:/usrx/local/emc_rocoto/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles +++ export MODULEPATH +++ MPICH_ABORT_ON_ERROR=1 +++ export MPICH_ABORT_ON_ERROR +++ MPM_LAUNCHER=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/mpm/bin/start_mpm.sh +++ export MPM_LAUNCHER +++ NEMSIO_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 +++ export NEMSIO_INC +++ NEMSIO_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a +++ export NEMSIO_LIB +++ NEMSIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/nemsio_v2.2.4 +++ export NEMSIO_SRC +++ NEMSIO_VER=v2.2.4 +++ export NEMSIO_VER +++ NETCDF_DIR=/opt/cray/netcdf/4.3.3.1/INTEL/14.0 +++ export NETCDF_DIR +++ NLSPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/locale/%l_%t/%N +++ export NLSPATH +++ PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/opt/gcc/4.9.2/bin:/usrx/local/dev/cmake/3.6.2/bin:/usrx/local/dev/python/2.7.14/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/opt/cray/hdf5/1.8.14/bin:/opt/cray/netcdf/4.3.3.1/bin:/opt/intel/compilers_and_libraries_2016.3.210/linux/bin/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/sbin:/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/bin:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/bin:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/bin:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/bin:/opt/cray/craype/2.3.0/bin:/gpfs/hps3/emc/da/noscrub/Rahul.Mahajan/EXT/anaconda/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/usrx/local/emc_rocoto/1.2.3/bin:/opt/cray/bin:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include +++ export PATH +++ PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/ga/5.3.0.1/CRAY/83/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/CRAY/83/lib/pkgconfig:/opt/cray/hdf5/1.8.13/CRAY/83/lib/pkgconfig +++ export PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH +++ PE_CRAY_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/CRAY/8.3/lib/pkgconfig +++ export PE_CRAY_FIXED_PKGCONFIG_PATH +++ PE_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp:netcdf_c++4 +++ export PE_CXX_PKGCONFIG_LIBS +++ PE_ENV=INTEL +++ export PE_ENV +++ PE_FFTW_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH +++ export PE_FFTW_DEFAULT_REQUIRED_PRODUCTS +++ PE_FFTW_DEFAULT_TARGET_haswell=haswell +++ export PE_FFTW_DEFAULT_TARGET_haswell +++ PE_FFTW_DEFAULT_TARGET_interlagos=interlagos +++ export PE_FFTW_DEFAULT_TARGET_interlagos +++ PE_FFTW_DEFAULT_TARGET_sandybridge=sandybridge +++ export PE_FFTW_DEFAULT_TARGET_sandybridge +++ PE_FFTW_DEFAULT_TARGET_x86_64=x86_64 +++ export PE_FFTW_DEFAULT_TARGET_x86_64 +++ PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/fftw/3.3.4.2/@PE_FFTW_DEFAULT_TARGET@/lib/pkgconfig +++ export PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran:netcdff +++ export PE_FORTRAN_PKGCONFIG_LIBS +++ PE_GA_DEFAULT_FIXED_PRGENV='CRAY INTEL' +++ export PE_GA_DEFAULT_FIXED_PRGENV +++ PE_GA_DEFAULT_GENCOMPS_GNU='49 48' +++ export PE_GA_DEFAULT_GENCOMPS_GNU +++ PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/ga/5.3.0.1/@PRGENV@/@PE_GA_DEFAULT_GENCOMPS@/lib/pkgconfig +++ export PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_GA_DEFAULT_VOLATILE_PRGENV=GNU +++ export PE_GA_DEFAULT_VOLATILE_PRGENV +++ PE_HDF5_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp +++ export PE_HDF5_CXX_PKGCONFIG_LIBS +++ PE_HDF5_DEFAULT_FIXED_PRGENV='CRAY INTEL' +++ export PE_HDF5_DEFAULT_FIXED_PRGENV +++ PE_HDF5_DEFAULT_GENCOMPS_GNU='49 48' +++ export PE_HDF5_DEFAULT_GENCOMPS_GNU +++ PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.13/@PRGENV@/@PE_HDF5_DEFAULT_GENCOMPS@/lib/pkgconfig +++ export PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_HDF5_DEFAULT_VOLATILE_PRGENV=GNU +++ export PE_HDF5_DEFAULT_VOLATILE_PRGENV +++ PE_HDF5_DIR=/opt/cray/hdf5/1.8.14 +++ export PE_HDF5_DIR +++ PE_HDF5_FIXED_PRGENV='CRAY INTEL' +++ export PE_HDF5_FIXED_PRGENV +++ PE_HDF5_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran +++ export PE_HDF5_FORTRAN_PKGCONFIG_LIBS +++ PE_HDF5_GENCOMPILERS_GNU='5.1 4.9 4.8' +++ export PE_HDF5_GENCOMPILERS_GNU +++ PE_HDF5_GENCOMPS_GNU='51 49 48' +++ export PE_HDF5_GENCOMPS_GNU +++ PE_HDF5_MODULE_NAME=cray-hdf5 +++ export PE_HDF5_MODULE_NAME +++ PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV='CRAY INTEL' +++ export PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV +++ PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU='49 48' +++ export PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU +++ PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH +++ export PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS +++ PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5-parallel/1.8.13/@PRGENV@/@PE_HDF5_PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig +++ export PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU +++ export PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV +++ PE_HDF5_PKGCONFIG_LIBS=hdf5_hl:hdf5 +++ export PE_HDF5_PKGCONFIG_LIBS +++ PE_HDF5_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/@PRGENV@/@PE_HDF5_GENCOMPS@/lib/pkgconfig +++ export PE_HDF5_VOLATILE_PKGCONFIG_PATH +++ PE_HDF5_VOLATILE_PRGENV=GNU +++ export PE_HDF5_VOLATILE_PRGENV +++ PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/INTEL/14.0/lib/pkgconfig:/opt/cray/netcdf/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/ga/5.3.0.1/INTEL/140/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/INTEL/140/lib/pkgconfig:/opt/cray/hdf5/1.8.13/INTEL/140/lib/pkgconfig:/opt/cray/mpt/7.2.0/gni/mpich2-intel/140/lib/pkgconfig +++ export PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH +++ PE_INTEL_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/INTEL/14.0/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib/pkgconfig +++ export PE_INTEL_FIXED_PKGCONFIG_PATH +++ PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64=83 +++ export PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64 +++ PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64='49 48' +++ export PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64 +++ PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64=140 +++ export PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64 +++ PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp=_mp +++ export PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp +++ PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES=PE_LIBSCI_DEFAULT_OMP_REQUIRES_@openmp@ +++ export PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES +++ PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH +++ export PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS +++ PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_DEFAULT_GENCOMPS@/@PE_LIBSCI_DEFAULT_TARGET@/lib/pkgconfig +++ export PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_LIBSCI_DEFAULT_VOLATILE_PRGENV='CRAY GNU INTEL' +++ export PE_LIBSCI_DEFAULT_VOLATILE_PRGENV +++ PE_LIBSCI_GENCOMPS_CRAY_x86_64=83 +++ export PE_LIBSCI_GENCOMPS_CRAY_x86_64 +++ PE_LIBSCI_GENCOMPS_GNU_x86_64='49 48' +++ export PE_LIBSCI_GENCOMPS_GNU_x86_64 +++ PE_LIBSCI_GENCOMPS_INTEL_x86_64=140 +++ export PE_LIBSCI_GENCOMPS_INTEL_x86_64 +++ PE_LIBSCI_MODULE_NAME=cray-libsci/13.0.3 +++ export PE_LIBSCI_MODULE_NAME +++ PE_LIBSCI_OMP_REQUIRES_openmp=_mp +++ export PE_LIBSCI_OMP_REQUIRES_openmp +++ PE_LIBSCI_PKGCONFIG_LIBS=libsci_mpi:libsci +++ export PE_LIBSCI_PKGCONFIG_LIBS +++ PE_LIBSCI_PKGCONFIG_VARIABLES=PE_LIBSCI_OMP_REQUIRES_@openmp@ +++ export PE_LIBSCI_PKGCONFIG_VARIABLES +++ PE_LIBSCI_REQUIRED_PRODUCTS=PE_MPICH +++ export PE_LIBSCI_REQUIRED_PRODUCTS +++ PE_LIBSCI_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_GENCOMPS@/@PE_LIBSCI_TARGET@/lib/pkgconfig +++ export PE_LIBSCI_VOLATILE_PKGCONFIG_PATH +++ PE_LIBSCI_VOLATILE_PRGENV='CRAY GNU INTEL' +++ export PE_LIBSCI_VOLATILE_PRGENV +++ PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64=64 +++ export PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64 +++ PE_MPICH_DEFAULT_FIXED_PRGENV=INTEL +++ export PE_MPICH_DEFAULT_FIXED_PRGENV +++ PE_MPICH_DEFAULT_GENCOMPS_CRAY=83 +++ export PE_MPICH_DEFAULT_GENCOMPS_CRAY +++ PE_MPICH_DEFAULT_GENCOMPS_GNU='49 48' +++ export PE_MPICH_DEFAULT_GENCOMPS_GNU +++ PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/mpich2-@PRGENV@@PE_MPICH_DEFAULT_DIR_DEFAULT64@/@PE_MPICH_DEFAULT_GENCOMPS@/lib/pkgconfig +++ export PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_MPICH_DEFAULT_VOLATILE_PRGENV='CRAY GNU' +++ export PE_MPICH_DEFAULT_VOLATILE_PRGENV +++ PE_MPICH_MULTITHREADED_LIBS_multithreaded=_mt +++ export PE_MPICH_MULTITHREADED_LIBS_multithreaded +++ PE_MPICH_NV_LIBS_nvidia20=-lcudart +++ export PE_MPICH_NV_LIBS_nvidia20 +++ PE_MPICH_NV_LIBS_nvidia35=-lcudart +++ export PE_MPICH_NV_LIBS_nvidia35 +++ PE_MPICH_PKGCONFIG_VARIABLES=PE_MPICH_NV_LIBS_@accelerator@:PE_MPICH_MULTITHREADED_LIBS_@multithreaded@ +++ export PE_MPICH_PKGCONFIG_VARIABLES +++ PE_MPICH_TARGET_VAR_nvidia20=-lcudart +++ export PE_MPICH_TARGET_VAR_nvidia20 +++ PE_MPICH_TARGET_VAR_nvidia35=-lcudart +++ export PE_MPICH_TARGET_VAR_nvidia35 +++ PE_NETCDF_BASEDIR=/opt/cray/netcdf/4.3.3.1 +++ export PE_NETCDF_BASEDIR +++ PE_NETCDF_CXX_PKGCONFIG_LIBS=netcdf_c++4 +++ export PE_NETCDF_CXX_PKGCONFIG_LIBS +++ PE_NETCDF_DEFAULT_FIXED_PRGENV='CRAY INTEL' +++ export PE_NETCDF_DEFAULT_FIXED_PRGENV +++ PE_NETCDF_DEFAULT_GENCOMPS_GNU='49 48' +++ export PE_NETCDF_DEFAULT_GENCOMPS_GNU +++ PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5 +++ export PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS +++ PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.2/@PRGENV@/@PE_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig +++ export PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU +++ export PE_NETCDF_DEFAULT_VOLATILE_PRGENV +++ PE_NETCDF_FIXED_PRGENV='CRAY INTEL' +++ export PE_NETCDF_FIXED_PRGENV +++ PE_NETCDF_FORTRAN_PKGCONFIG_LIBS=netcdff +++ export PE_NETCDF_FORTRAN_PKGCONFIG_LIBS +++ PE_NETCDF_GENCOMPILERS_GNU='5.1 4.9 4.8' +++ export PE_NETCDF_GENCOMPILERS_GNU +++ PE_NETCDF_GENCOMPS_GNU='51 49 48' +++ export PE_NETCDF_GENCOMPS_GNU +++ PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV='CRAY INTEL' +++ export PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV +++ PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU='49 48' +++ export PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU +++ PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS='PE_HDF5_PARALLEL PE_MPICH' +++ export PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS +++ PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf-hdf5parallel/4.3.2/@PRGENV@/@PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig +++ export PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU +++ export PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV +++ PE_NETCDF_MODULE_NAME=cray-netcdf +++ export PE_NETCDF_MODULE_NAME +++ PE_NETCDF_PKGCONFIG_LIBS=netcdf +++ export PE_NETCDF_PKGCONFIG_LIBS +++ PE_NETCDF_REQUIRED_PRODUCTS=PE_HDF5 +++ export PE_NETCDF_REQUIRED_PRODUCTS +++ PE_NETCDF_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.3.1/@PRGENV@/@PE_NETCDF_GENCOMPS@/lib/pkgconfig +++ export PE_NETCDF_VOLATILE_PKGCONFIG_PATH +++ PE_NETCDF_VOLATILE_PRGENV=GNU +++ export PE_NETCDF_VOLATILE_PRGENV +++ PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35=,-lcupti,-lcudart,-lcuda +++ export PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35 +++ PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES=PE_PAPI_ACCEL_LIBS_@accelerator@ +++ export PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES +++ PE_PAPI_DEFAULT_TARGET_VAR_nvidia35=,-lcupti,-lcudart,-lcuda +++ export PE_PAPI_DEFAULT_TARGET_VAR_nvidia35 +++ PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV='CRAY INTEL' +++ export PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV +++ PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU='4.9 4.8' +++ export PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU +++ PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU='49 48' +++ export PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU +++ PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/@PRGENV@/@PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig +++ export PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU +++ export PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV +++ PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell=83 +++ export PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell +++ PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos=83 +++ export PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos +++ PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge=83 +++ export PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge +++ PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64=83 +++ export PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64 +++ PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell='49 48' +++ export PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell +++ PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos='49 48' +++ export PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos +++ PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge='49 48' +++ export PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge +++ PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64='49 48' +++ export PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64 +++ PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell=140 +++ export PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell +++ PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos=140 +++ export PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos +++ PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge=140 +++ export PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge +++ PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64=140 +++ export PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64 +++ PE_PETSC_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI:PE_TPSL +++ export PE_PETSC_DEFAULT_REQUIRED_PRODUCTS +++ PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/petsc/3.5.3.0/complex/@PRGENV@/@PE_PETSC_DEFAULT_GENCOMPS@/@PE_PETSC_DEFAULT_TARGET@/lib/pkgconfig +++ export PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_PETSC_DEFAULT_VOLATILE_PRGENV='CRAY GNU INTEL' +++ export PE_PETSC_DEFAULT_VOLATILE_PRGENV +++ PE_PKGCONFIG_DEFAULT_PRODUCTS=PE_LIBSCI:PE_PARALLEL_NETCDF:PE_NETCDF:PE_GA:PE_TPSL:PE_NETCDF_HDF5PARALLEL:PE_HDF5_PARALLEL:PE_TRILINOS:PE_FFTW:PE_HDF5:PE_PETSC:PE_MPICH +++ export PE_PKGCONFIG_DEFAULT_PRODUCTS +++ PE_PKGCONFIG_LIBS=hdf5_hl:hdf5:netcdf:AtpSigHandler:cray-rca:libsci_mpi:libsci +++ export PE_PKGCONFIG_LIBS +++ PE_PKGCONFIG_PRODUCTS=PE_HDF5:PE_NETCDF:PE_LIBSCI +++ export PE_PKGCONFIG_PRODUCTS +++ PE_PKGCONFIG_PRODUCTS_DEFAULT=PE_PAPI +++ export PE_PKGCONFIG_PRODUCTS_DEFAULT +++ PE_PKG_CONFIG_PATH=/opt/cray/cti/1.0.2/lib/pkgconfig +++ export PE_PKG_CONFIG_PATH +++ PE_PRODUCT_LIST=CRAYPE_HASWELL:CRAY_RCA:CRAY_ALPS:DVS:CRAY_XPMEM:CRAY_DMAPP:CRAY_PMI:CRAY_UGNI:CRAY_UDREG:CRAY_LIBSCI:CRAYPE:INTEL +++ export PE_PRODUCT_LIST +++ PE_SMA_DIR_CRAY_DEFAULT64=64 +++ export PE_SMA_DIR_CRAY_DEFAULT64 +++ PE_SMA_DIR_PGI_DEFAULT64=64 +++ export PE_SMA_DIR_PGI_DEFAULT64 +++ PE_SMA_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/sma@PE_SMA_DIR_DEFAULT64@/lib64/pkgconfig +++ export PE_SMA_VOLATILE_PKGCONFIG_PATH +++ PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell=83 +++ export PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell +++ PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos=83 +++ export PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos +++ PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge=83 +++ export PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge +++ PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64=83 +++ export PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64 +++ PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell='49 48' +++ export PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell +++ PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos='49 48' +++ export PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos +++ PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge='49 48' +++ export PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge +++ PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64='49 48' +++ export PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64 +++ PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell=140 +++ export PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell +++ PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos=140 +++ export PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos +++ PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge=140 +++ export PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge +++ PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64=140 +++ export PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64 +++ PE_TPSL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI +++ export PE_TPSL_DEFAULT_REQUIRED_PRODUCTS +++ PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/tpsl/1.4.4/@PRGENV@/@PE_TPSL_DEFAULT_GENCOMPS@/@PE_TPSL_DEFAULT_TARGET@/lib/pkgconfig +++ export PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_TPSL_DEFAULT_VOLATILE_PRGENV='CRAY GNU INTEL' +++ export PE_TPSL_DEFAULT_VOLATILE_PRGENV +++ PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64=83 +++ export PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64 +++ PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64='49 48' +++ export PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64 +++ PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64=140 +++ export PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64 +++ PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_HDF5_PARALLEL:PE_NETCDF_HDF5PARALLEL:PE_LIBSCI:PE_TPSL +++ export PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS +++ PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/trilinos/11.12.1.2/@PRGENV@/@PE_TRILINOS_DEFAULT_GENCOMPS@/@PE_TRILINOS_DEFAULT_TARGET@/lib/pkgconfig +++ export PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_TRILINOS_DEFAULT_VOLATILE_PRGENV='CRAY GNU INTEL' +++ export PE_TRILINOS_DEFAULT_VOLATILE_PRGENV +++ PKGCONFIG_ENABLED=1 +++ export PKGCONFIG_ENABLED +++ PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64/pkgconfig:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64/pkgconfig:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64/pkgconfig:/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/lib64/pkgconfig:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64/pkgconfig:/opt/cray/pmi/5.0.11/lib64/pkgconfig:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64/pkgconfig:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64/pkgconfig:/opt/cray/craype/2.3.0/pkg-config:/opt/cray/atp/1.8.1/lib/pkgconfig +++ export PKG_CONFIG_PATH +++ PKG_CONFIG_PATH_DEFAULT=/opt/cray/papi/5.4.0.1/lib64/pkgconfig +++ export PKG_CONFIG_PATH_DEFAULT +++ PNG_INC=/usrx/local/prod//png/1.2.49/intel/sandybridge/include +++ export PNG_INC +++ PNG_LIB=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a +++ export PNG_LIB +++ PNG_LIB12=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng12.a +++ export PNG_LIB12 +++ PNG_LIBDIR=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib +++ export PNG_LIBDIR +++ PNG_LIBso=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.so +++ export PNG_LIBso +++ PNG_SRC=/usrx/local/prod//png/1.2.49/intel/sandybridge/src +++ export PNG_SRC +++ PNG_VER=1.2.49 +++ export PNG_VER +++ POST_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.5_4 +++ export POST_INC +++ POST_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ export POST_VER +++ SHMEM_ABORT_ON_ERROR=1 +++ export SHMEM_ABORT_ON_ERROR +++ SLURM_PROLOG=/opt/cray/atp/1.8.1/libexec/slurm_prolog.ksh +++ export SLURM_PROLOG +++ SP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_4.a +++ export SP_LIB4 +++ SP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_8.a +++ export SP_LIB8 +++ SP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a +++ export SP_LIBd +++ SP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/sp_v2.0.3 +++ export SP_SRC +++ SP_VER=v2.0.3 +++ export SP_VER +++ TBBROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb +++ export TBBROOT +++ W3EMC_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_4 +++ export W3EMC_INC4 +++ W3EMC_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_8 +++ export W3EMC_INC8 +++ W3EMC_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_d +++ export W3EMC_INCd +++ W3EMC_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_4.a +++ export W3EMC_LIB4 +++ W3EMC_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_8.a +++ export W3EMC_LIB8 +++ W3EMC_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a +++ export W3EMC_LIBd +++ W3EMC_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3emc_v2.3.1 +++ export W3EMC_SRC +++ W3EMC_VER=v2.3.1 +++ export W3EMC_VER +++ W3NCO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_4.a +++ export W3NCO_LIB4 +++ W3NCO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_8.a +++ export W3NCO_LIB8 +++ W3NCO_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a +++ export W3NCO_LIBd +++ W3NCO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3nco_v2.0.7 +++ export W3NCO_SRC +++ W3NCO_VER=v2.0.7 +++ export W3NCO_VER +++ XLSF_UIDDIR=/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib/uid +++ export XLSF_UIDDIR +++ XTOS_VERSION=5.2.82 +++ export XTOS_VERSION +++ XTPE_NETWORK_TARGET=aries +++ export XTPE_NETWORK_TARGET +++ Z_INC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include +++ export Z_INC +++ Z_LIB=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a +++ export Z_LIB +++ Z_SRC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/src +++ export Z_SRC +++ Z_VER=1.2.7 +++ export Z_VER +++ _LMFILES_=/opt/cray/craype/default/alt-modulefiles/craype-network-aries:/opt/cray/alt-modulefiles/craype/2.3.0:/opt/cray/alt-modulefiles/cray-libsci/13.0.3:/opt/cray/ari/modulefiles/udreg/2.3.2-1.0502.10518.2.17.ari:/opt/cray/ari/modulefiles/ugni/6.0-1.0502.10863.8.29.ari:/opt/cray/ari/modulefiles/pmi/5.0.11:/opt/cray/ari/modulefiles/dmapp/7.0.1-1.0502.11080.8.76.ari:/opt/cray/ari/modulefiles/gni-headers/4.0-1.0502.10859.7.8.ari:/opt/cray/ari/modulefiles/xpmem/0.1-2.0502.64982.5.3.ari:/opt/cray/ari/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.116.ari:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9774.31.11.ari:/opt/cray/ari/modulefiles/rca/1.0.0-2.0502.60530.1.62.ari:/opt/cray/alt-modulefiles/atp/1.8.1:/opt/cray/alt-modulefiles/PrgEnv-intel/5.2.82:/opt/modulefiles/intel/16.3.210:/opt/cray/alt-modulefiles/cray-netcdf/4.3.3.1:/opt/cray/alt-modulefiles/cray-hdf5/1.8.14:/opt/modulefiles/xt-lsfhpc/9.1.3:/opt/cray/craype/default/alt-modulefiles/craype-haswell:/usrx/local/dev/modulefiles/python/2.7.14:/usrx/local/dev/modulefiles/cmake/3.6.2:/opt/modulefiles/gcc/4.9.2:/usrx/local/prod/modulefiles/jasper-gnu-sandybridge/1.900.1:/usrx/local/prod/modulefiles/png-intel-sandybridge/1.2.49:/usrx/local/dev/modulefiles/zlib-intel-sandybridge/1.2.7:/gpfs/hps/nco/ops/nwprod/lib/modulefiles/crtm-intel/2.2.6:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/bacio/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/ip/3.0.2:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/sp/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3nco/2.0.7:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3emc/2.3.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/nemsio/2.2.4:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/post/8.0.5:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari:/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray/fv3 +++ export _LMFILES_ ++ module list +++ /opt/modules/3.2.10.3/bin/modulecmd bash list Currently Loaded Modulefiles: 1) craype-network-aries 2) craype/2.3.0 @@ -654,641 +2693,624 @@ Currently Loaded Modulefiles: 35) post/8.0.5 36) alps/5.2.4-2.0502.9822.32.1.ari 37) esmf/8.0.0 - 38) modules.nems -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Building dependencies ... -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -gmake -C cpl FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL - -Build standalone FV3 io ... - -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' - -Build standalone FV3 io ... + 38) fv3 ++ eval ++ cd build_fv3_2 ++ cmake /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model -DWW3=Y +-- The C compiler identification is Intel 16.0.3.20160415 +-- The CXX compiler identification is Intel 16.0.3.20160415 +-- The Fortran compiler identification is Intel 16.0.3.20160415 +-- Cray Programming Environment 2.3.0 C +-- Check for working C compiler: /opt/cray/craype/2.3.0/bin/cc +-- Check for working C compiler: /opt/cray/craype/2.3.0/bin/cc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Cray Programming Environment 2.3.0 CXX +-- Check for working CXX compiler: /opt/cray/craype/2.3.0/bin/CC +-- Check for working CXX compiler: /opt/cray/craype/2.3.0/bin/CC -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Cray Programming Environment 2.3.0 Fortran +-- Check for working Fortran compiler: /opt/cray/craype/2.3.0/bin/ftn +-- Check for working Fortran compiler: /opt/cray/craype/2.3.0/bin/ftn -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /opt/cray/craype/2.3.0/bin/ftn supports Fortran 90 +-- Checking whether /opt/cray/craype/2.3.0/bin/ftn supports Fortran 90 -- yes +-- Found MPI_C: /opt/cray/craype/2.3.0/bin/cc +-- Found MPI_CXX: /opt/cray/craype/2.3.0/bin/CC +-- Found MPI_Fortran: /opt/cray/craype/2.3.0/bin/ftn +ESMFMKFILE: /gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include +ESMF_F90ESMFLINKRPATHS: -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include (found version "8.0.0") -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cplfields.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cap_cpl.F90 -ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o -ar: creating libfv3cpl.a -a - module_cplfields.o -a - module_cap_cpl.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +Setting configuration for wcoss_cray -Build standalone FV3 gfsphysics ... - -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -makefile:278: depend: No such file or directory -Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' - -Build standalone FV3 gfsphysics ... - -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +C compiler: Intel 16.0.3.20160415 (cc) +CXX compiler: Intel 16.0.3.20160415 (CC) +Fortran compiler: Intel 16.0.3.20160415 (ftn) + +DEBUG is disabled +REPRO is disabled +32BIT is disabled +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is ENABLED + + +Selected physics package: gfs + +Build WW3: + run: /usr/bin/gmake WW3_PARCOMPN=4 WW3_COMP=wcoss_cray ww3_nems + in: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/esmf + +-- Configuring done +-- Generating done +-- Build files have been written to: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_2 ++ make -j 8 +Scanning dependencies of target ww3_nems +Scanning dependencies of target fv3cpl +[ 1%] 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 +Scanning dependencies of target fms +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 2%] 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 +Scanning dependencies of target gfsphysics +[ 2%] 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. +Using cray pointers. +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.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 +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.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/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 4%] Linking Fortran static library libfv3cpl.a +[ 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 +[ 5%] Built target fv3cpl +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 5%] 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. +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 6%] 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 +[ 8%] 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 +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/aerclm_def.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 +[ 10%] 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 +[ 11%] 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/iccn_def.f.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/gfdl_cloud_microphys.F90.o +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/funcphys.f90.o +[ 12%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tracer_const_h.f.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 +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o -cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o -cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o -cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o -ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o -ar: creating libgfsphys.a -a - physics/cnvc90.o -a - physics/co2hc.o -a - physics/date_def.o -a - physics/dcyc2.o -a - physics/dcyc2.pre.rad.o -a - physics/efield.o -a - physics/get_prs.o -a - physics/gocart_tracer_config_stub.o -a - physics/gscond.o -a - physics/gscondp.o -a - physics/gwdc.o -a - physics/gwdps.o -a - physics/ugwp_driver_v0.o -a - physics/cires_orowam2017.o -a - physics/h2o_def.o -a - physics/h2oc.o -a - physics/h2ohdc.o -a - physics/h2ophys.o -a - physics/ideaca.o -a - physics/idea_co2.o -a - physics/idea_composition.o -a - physics/idea_dissipation.o -a - physics/idea_h2o.o -a - physics/idea_ion.o -a - physics/idea_o2_o3.o -a - physics/idea_phys.o -a - physics/idea_solar_heating.o -a - physics/idea_tracer.o -a - physics/iounitdef.o -a - physics/lrgsclr.o -a - physics/mersenne_twister.o -a - physics/mfpbl.o -a - physics/mfpblt.o -a - physics/mfpbltq.o -a - physics/mfscu.o -a - physics/mfscuq.o -a - physics/module_bfmicrophysics.o -a - physics/moninedmf.o -a - physics/moninedmf_hafs.o -a - physics/moninp.o -a - physics/moninp1.o -a - physics/moninq.o -a - physics/moninq1.o -a - physics/moninshoc.o -a - physics/mstadb.o -a - physics/mstadbtn.o -a - physics/mstadbtn2.o -a - physics/mstcnv.o -a - physics/namelist_soilveg.o -a - physics/ozne_def.o -a - physics/iccn_def.o -a - physics/aerclm_def.o -a - physics/ozphys.o -a - physics/ozphys_2015.o -a - physics/physparam.o -a - physics/precpd.o -a - physics/precpd_shoc.o -a - physics/precpdp.o -a - physics/progt2.o -a - physics/progtm_module.o -a - physics/rad_initialize.o -a - physics/radiation_aerosols.o -a - physics/radiation_astronomy.o -a - physics/radiation_clouds.o -a - physics/radiation_gases.o -a - physics/radiation_surface.o -a - physics/radlw_datatb.o -a - physics/radlw_main.o -a - physics/radlw_param.o -a - physics/radsw_datatb.o -a - physics/radsw_main.o -a - physics/radsw_param.o -a - physics/rascnvv2.o -a - physics/rayleigh_damp.o -a - physics/rayleigh_damp_mesopause.o -a - physics/samfaerosols.o -a - physics/samfdeepcnv.o -a - physics/samfshalcnv.o -a - physics/sascnv.o -a - physics/sascnvn.o -a - physics/satmedmfvdif.o -a - physics/satmedmfvdifq.o -a - physics/set_soilveg.o -a - physics/sfc_cice.o -a - physics/sfc_diag.o -a - physics/sfc_diff.o -a - physics/sfc_drv.o -a - physics/sfc_noahmp_drv.o -a - physics/sfc_nst.o -a - physics/sfc_ocean.o -a - physics/sfc_sice.o -a - physics/sflx.o -a - physics/shalcnv.o -a - physics/shalcv.o -a - physics/shalcv_1lyr.o -a - physics/shalcv_fixdp.o -a - physics/shalcv_opr.o -a - physics/tracer_const_h.o -a - physics/tridi2t3.o -a - physics/calpreciptype.o -a - physics/funcphys.o -a - physics/gcm_shoc.o -a - physics/get_prs_fv3.o -a - physics/h2ointerp.o -a - physics/module_nst_model.o -a - physics/module_nst_parameters.o -a - physics/module_nst_water_prop.o -a - physics/ozinterp.o -a - physics/module_wrf_utl.o -a - physics/noahmp_tables.o -a - physics/module_sf_noahmplsm.o -a - physics/module_sf_noahmp_glacier.o -a - physics/iccninterp.o -a - physics/aerinterp.o -a - physics/wam_f107_kp_mod.o -a - physics/aer_cloud.o -a - physics/cldmacro.o -a - physics/cldwat2m_micro.o -a - physics/gfs_phy_tracer_config.o -a - physics/machine.o -a - physics/num_parthds.o -a - physics/sfcsub.o -a - physics/wv_saturation.o -a - physics/GFDL_parse_tracers.o -a - physics/gcycle.o -a - physics/cires_ugwp_initialize.o -a - physics/cires_ugwp_module.o -a - physics/cires_ugwp_utils.o -a - physics/cires_ugwp_triggers.o -a - physics/cires_ugwp_solvers.o -a - physics/cires_vert_lsatdis.o -a - physics/cires_vert_orodis.o -a - physics/cires_vert_wmsdis.o -a - physics/gfdl_cloud_microphys.o -a - physics/micro_mg_utils.o -a - physics/micro_mg2_0.o -a - physics/micro_mg3_0.o -a - physics/m_micro_driver.o -a - physics/cs_conv.o -a - physics/GFS_debug.o -a - physics/module_mp_radar.o -a - physics/module_mp_thompson_gfs.o -a - physics/module_mp_wsm6_fv3.o -a - physics/physcons.o -a - physics/surface_perturbation.o -a - GFS_layer/GFS_abstraction_layer.o -a - GFS_layer/GFS_diagnostics.o -a - GFS_layer/GFS_driver.o -a - GFS_layer/GFS_physics_driver.o -a - GFS_layer/GFS_radiation_driver.o -a - GFS_layer/GFS_restart.o -a - GFS_layer/GFS_typedefs.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -gmake -C ipd FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit - -Build standalone FV3 gfsphysics ... - -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -makefile:54: depend: No such file or directory -Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' - -Build standalone FV3 gfsphysics ... - -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o -ar rv libipd.a IPD_driver.o IPD_typedefs.o -ar: creating libipd.a -a - IPD_driver.o -a - IPD_typedefs.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -gmake -C io FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL - -Build standalone FV3 io ... - -$ESMF_INC is [-I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include] -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' - -Build standalone FV3 io ... - -$ESMF_INC is [-I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include] -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c FV3GFS_io.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_internal_state.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_netcdf.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_netcdf_parallel.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.5_4 -c post_gfs.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_wrt_grid_comp.F90 -ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o -ar: creating libfv3io.a -a - ffsync.o -a - FV3GFS_io.o -a - post_gfs.o -a - post_nems_routines.o -a - module_write_nemsio.o -a - module_write_netcdf.o -a - module_write_netcdf_parallel.o -a - module_fv3_io_def.o -a - module_write_internal_state.o -a - module_wrt_grid_comp.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL - -Build standalone FV3 fv3core ... - -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' - -Build standalone FV3 fv3core ... - -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o +[ 19%] 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. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o +[ 23%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 24%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.o +[ 25%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 26%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_main.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ar rv libfv3core.a model/a2b_edge.o model/multi_gases.o model/boundary.o model/dyn_core.o model/fv_arrays.o model/fv_cmp.o model/fv_control.o model/fv_dynamics.o model/fv_fill.o model/fv_grid_utils.o model/fv_mapz.o model/fv_nesting.o model/fv_regional_bc.o model/fv_sg.o model/fv_tracer2d.o model/fv_update_phys.o model/sw_core.o model/tp_core.o model/nh_core.o model/nh_utils.o tools/external_ic.o tools/external_sst.o tools/fv_diagnostics.o tools/fv_eta.o tools/fv_grid_tools.o tools/fv_io.o tools/fv_mp_mod.o tools/fv_nudge.o tools/fv_treat_da_inc.o tools/fv_iau_mod.o tools/fv_restart.o tools/fv_surf_map.o tools/fv_timing.o tools/init_hydro.o tools/sim_nc_mod.o tools/sorted_index.o tools/test_cases.o driver/fvGFS/DYCORE_typedefs.o driver/fvGFS/fv_nggps_diag.o driver/fvGFS/atmosphere.o -ar: creating libfv3core.a -a - model/a2b_edge.o -a - model/multi_gases.o -a - model/boundary.o -a - model/dyn_core.o -a - model/fv_arrays.o -a - model/fv_cmp.o -a - model/fv_control.o -a - model/fv_dynamics.o -a - model/fv_fill.o -a - model/fv_grid_utils.o -a - model/fv_mapz.o -a - model/fv_nesting.o -a - model/fv_regional_bc.o -a - model/fv_sg.o -a - model/fv_tracer2d.o -a - model/fv_update_phys.o -a - model/sw_core.o -a - model/tp_core.o -a - model/nh_core.o -a - model/nh_utils.o -a - tools/external_ic.o -a - tools/external_sst.o -a - tools/fv_diagnostics.o -a - tools/fv_eta.o -a - tools/fv_grid_tools.o -a - tools/fv_io.o -a - tools/fv_mp_mod.o -a - tools/fv_nudge.o -a - tools/fv_treat_da_inc.o -a - tools/fv_iau_mod.o -a - tools/fv_restart.o -a - tools/fv_surf_map.o -a - tools/fv_timing.o -a - tools/init_hydro.o -a - tools/sim_nc_mod.o -a - tools/sorted_index.o -a - tools/test_cases.o -a - driver/fvGFS/DYCORE_typedefs.o -a - driver/fvGFS/fv_nggps_diag.o -a - driver/fvGFS/atmosphere.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit - -Build standalone FV3 stochastic_physics ... - -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -makefile:86: depend: No such file or directory -Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' - -Build standalone FV3 stochastic_physics ... - -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o -ar: creating libstochastic_physics.a -a - stochy_gg_def.o -a - stochy_resol_def.o -a - stochy_layout_lag.o -a - four_to_grid_stochy.o -a - glats_stochy.o -a - sumfln_stochy.o -a - gozrineo_stochy.o -a - num_parthds_stochy.o -a - get_ls_node_stochy.o -a - get_lats_node_a_stochy.o -a - setlats_a_stochy.o -a - setlats_lag_stochy.o -a - epslon_stochy.o -a - getcon_lag_stochy.o -a - pln2eo_stochy.o -a - dozeuv_stochy.o -a - dezouv_stochy.o -a - cellular_automata.o -a - update_ca.o -a - plumes.o -a - spectral_layout.o -a - getcon_spectral.o -a - stochy_namelist_def.o -a - compns_stochy.o -a - stochy_internal_state_mod.o -a - stochastic_physics.o -a - stochy_patterngenerator.o -a - stochy_data_mod.o -a - get_stochy_pattern.o -a - initialize_spectral_mod.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fv3_config.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c time_utils.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c atmos_model.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fcst_grid_comp.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c fv3_cap.F90 -ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o -ar: creating libfv3cap.a -a - atmos_model.o -a - module_fv3_config.o -a - module_fcst_grid_comp.o -a - time_utils.o -a - fv3_cap.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -gmake esmf_make_fragment FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -# additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/nems_dir" >> fv3.mk - -Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk - -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Installation into "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL" complete! - -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -test -d /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -( \ - echo "# Do not edit this file. It is automatically generated." ; \ - echo "# Edit the component list or /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ - echo ; cat "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ - echo fms_mk="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ - set -e ; \ - for m in /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ - test -s $m ; \ - done ; \ - echo build NEMS after /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ - cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src ; \ - gmake nems \ - COMPONENTS="FMS FV3" \ - FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x" ; \ - test -x /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x - -IMPORTANT: You are in more than one group account. You must manually set -the ECF_PORT environment variable to the appropriate port number: - - Group Account ECF_PORT - ============= ======== - emc.glopara 31487 - emc.climpara 31463 - emc.nomad 31523 -Additional ports are listed in /usrx/local/sys/ecflow/assigned_ports.txt +[ 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_radiation_driver.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 29%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 29%] 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. +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.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/time_manager/time_manager.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/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. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.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/time_interp/time_interp.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 33%] 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. +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.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 CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 35%] 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. +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +[ 35%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.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 CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 36%] 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. +[ 36%] 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. +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.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/idea_solar_heating.f.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_tracer.f.o +[ 38%] 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 +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 41%] 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 FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.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/coupler/atmos_ocean_fluxes.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.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. +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.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 +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 49%] 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. +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 54%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o +[ 54%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 55%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 56%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 57%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 58%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 59%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 60%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 60%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 67%] 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 Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o +[ 68%] 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 +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o +[ 69%] Linking Fortran static library libgfsphysics.a +[ 69%] Built target gfsphysics +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 +[ 69%] Linking Fortran static library libipd.a +[ 69%] Built target ipd +[ 69%] Linking Fortran static library FMS/libfms.a +[ 69%] Built target fms +Scanning dependencies of target io +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +Scanning dependencies of target fv3core +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 74%] 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. +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.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/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 +[ 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/driver/fvGFS/fv_nggps_diag.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 81%] 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_update_phys.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 82%] 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_nesting.F90.o +[ 83%] 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. +Using allocatable derived type array members. +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/update_ca.f90.o +[ 86%] 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_layout_lag.f.o +[ 87%] 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/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/setlats_lag_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/epslon_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 +[ 90%] 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/stochy_internal_state_mod.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 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 +[ 92%] 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 +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 +[ 96%] Built target ww3_nems +[ 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%] 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/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/module_EARTH_INTERNAL_STATE.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_Rusage.F90.o +[ 97%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.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 +[ 99%] 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 +/opt/cray/hdf5/1.8.14/INTEL/14.0/lib/libhdf5.a(H5PL.o): In function `H5PL_load': +H5PL.c:(.text+0x3b7): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking +/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': +/usrx/local/prod/jasper/1.900.1/gnu/sandybridge/sorc/jasper-1.900.1/src/libjasper/base/jas_stream.c:368: warning: the use of `tmpnam' is dangerous, better use `mkstemp' +/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/libesmf.a(ESMCI_VMKernel.o): In function `ESMCI::socketClient()': +ESMCI_VMKernel.C:(.text+0x14ad1): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_2.exe ++ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray/fv3 ../modules.fv3_2 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_2 ++ elapsed=661 ++ echo 'Elapsed time 661 seconds. Compiling WW3=Y finished' +Elapsed time 661 seconds. Compiling WW3=Y finished ++ SECONDS=0 ++++ readlink -f /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ MYDIR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ MACHINE_ID=wcoss_cray ++ MAKE_OPT=32BIT=Y ++ BUILD_NAME=fv3_3 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_3 ++ [[ wcoss_cray == cheyenne.* ]] ++ [[ wcoss_cray == wcoss_dell_p3 ]] ++ MAKE_THREADS=8 ++ hostname +slogin2 ++ cd /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ echo 'Compiling 32BIT=Y into fv3_3.exe on wcoss_cray' +Compiling 32BIT=Y into fv3_3.exe on wcoss_cray ++ '[' YES = YES ']' ++ rm -rf build_fv3_3 ++ mkdir -p build_fv3_3 ++ CCPP_CMAKE_FLAGS= ++ [[ 32BIT=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ 32BIT=Y == *\R\E\P\R\O\=\Y* ]] ++ [[ 32BIT=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y' ++ [[ 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ 32BIT=Y == *\C\C\P\P\=\Y* ]] ++ [[ 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ 32BIT=Y == *\W\W\3\=\Y* ]] +++ trim ' -D32BIT=Y' +++ local 'var= -D32BIT=Y' +++ var=-D32BIT=Y +++ var=-D32BIT=Y +++ echo -n -D32BIT=Y ++ CCPP_CMAKE_FLAGS=-D32BIT=Y ++ source /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__38221 +++ eval 'setup__test_function__38221() { /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__38221 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ -d /gpfs/hps ]] +++ [[ -e /etc/SuSE-release ]] +++ eval module help +++ module purge ++++ /opt/modules/3.2.10.3/bin/modulecmd bash purge intel(3):ERROR:105: Unable to locate a modulefile for 'intel/16.0.3.210' fv3(65):ERROR:105: Unable to locate a modulefile for 'g2/3.1.1' fv3(66):ERROR:105: Unable to locate a modulefile for 'g2tmpl/1.6.0' @@ -1300,6 +3322,968 @@ fv3(74):ERROR:105: Unable to locate a modulefile for 'w3emc/2.3.1' fv3(75):ERROR:105: Unable to locate a modulefile for 'nemsio/2.2.4' fv3(78):ERROR:105: Unable to locate a modulefile for 'post/8.0.5' fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' +++ eval INFOPATH=/usr/local/info:/usr/share/info:/usr/info ';export' 'INFOPATH;MANPATH=/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man' ';export' 'MANPATH;MODULEPATH=/usrx/local/emc_rocoto/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles' ';export' 'MODULEPATH;PATH=/gpfs/hps3/emc/da/noscrub/Rahul.Mahajan/EXT/anaconda/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/usrx/local/emc_rocoto/1.2.3/bin' ';export' 'PATH;PE_HDF5_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_HDF5_DEFAULT_REQUIRED_PRODUCTS;unset' 'ATP_HOME;unset' 'ATP_MRNET_COMM_PATH;unset' 'ATP_POST_LINK_OPTS;unset' 'BACIO_LIB4;unset' 'BACIO_LIB8;unset' 'BACIO_SRC;unset' 'BACIO_VER;unset' 'CMAKE_CXX_COMPILER;unset' 'CMAKE_C_COMPILER;unset' 'CMAKE_Fortran_COMPILER;unset' 'CMAKE_Platform;unset' 'COMP;unset' 'CPATH;unset' 'CRAYOS_VERSION;unset' 'CRAYPE_DIR;unset' 'CRAYPE_NETWORK_TARGET;unset' 'CRAYPE_VERSION;unset' 'CRAY_ALPS_INCLUDE_OPTS;unset' 'CRAY_ALPS_POST_LINK_OPTS;unset' 'CRAY_CPU_TARGET;unset' 'CRAY_DMAPP_INCLUDE_OPTS;unset' 'CRAY_DMAPP_POST_LINK_OPTS;unset' 'CRAY_GNI_HEADERS_INCLUDE_OPTS;unset' 'CRAY_HDF5_DIR;unset' 'CRAY_HDF5_VERSION;unset' 'CRAY_LD_LIBRARY_PATH;unset' 'CRAY_LIBSCI_BASE_DIR;unset' 'CRAY_LIBSCI_DIR;unset' 'CRAY_LIBSCI_PREFIX_DIR;unset' 'CRAY_LIBSCI_VERSION;unset' 'CRAY_NETCDF_VERSION;unset' 'CRAY_PE_MODULES;unset' 'CRAY_PMI_INCLUDE_OPTS;unset' 'CRAY_PMI_POST_LINK_OPTS;unset' 'CRAY_PRE_COMPILE_OPTS;unset' 'CRAY_PRGENVINTEL;unset' 'CRAY_RCA_INCLUDE_OPTS;unset' 'CRAY_RCA_POST_LINK_OPTS;unset' 'CRAY_UDREG_INCLUDE_OPTS;unset' 'CRAY_UDREG_POST_LINK_OPTS;unset' 'CRAY_UGNI_INCLUDE_OPTS;unset' 'CRAY_UGNI_POST_LINK_OPTS;unset' 'CRAY_XPMEM_INCLUDE_OPTS;unset' 'CRAY_XPMEM_POST_LINK_OPTS;unset' 'CRTM_FIX;unset' 'CRTM_INC;unset' 'CRTM_LIB;unset' 'CRTM_SRC;unset' 'CRTM_VER;unset' 'DMAPP_ABORT_ON_ERROR;unset' 'DVS_INCLUDE_OPTS;unset' 'DVS_VERSION;unset' 'ECF_HOSTFILE;unset' 'ECF_PORT;unset' 'ECF_ROOT;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' 'GCC_PATH;unset' 'GCC_VERSION;unset' 'GDBSERVER_MIC;unset' 'GDB_CROSS;unset' 'GDB_HOST;unset' 'GNU_VERSION;unset' 'HDF5_DIR;unset' 'HDF5_INCLUDE_OPTS;unset' 'HDF5_ROOT;unset' 'INTEL_LICENSE_FILE;unset' 'INTEL_MAJOR_VERSION;unset' 'INTEL_MINOR_VERSION;unset' 'INTEL_PATH;unset' 'INTEL_PYTHONHOME;unset' 'INTEL_VERSION;unset' 'IPPROOT;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' 'JASPER_INC;unset' 'JASPER_LIB;unset' 'JASPER_LIBDIR;unset' 'JASPER_LIBl;unset' 'JASPER_SRC;unset' 'JASPER_VER;unset' 'LD_LIBRARY_PATH;unset' 'LIBRARY_PATH;unset' 'LIBSCI_BASE_DIR;unset' 'LIBSCI_VERSION;unset' 'LIB_NAME;unset' 'LOADEDMODULES;unset' 'LSF_BINDIR;unset' 'LSF_ENVDIR;unset' 'LSF_LIBDIR;unset' 'LSF_SERVERDIR;unset' 'MIC_LD_LIBRARY_PATH;unset' 'MIC_LIBRARY_PATH;unset' 'MKLROOT;unset' 'MPICH_ABORT_ON_ERROR;unset' 'MPM_LAUNCHER;unset' 'NEMSIO_INC;unset' 'NEMSIO_LIB;unset' 'NEMSIO_SRC;unset' 'NEMSIO_VER;unset' 'NETCDF_DIR;unset' 'NLSPATH;unset' 'PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH;unset' 'PE_CRAY_FIXED_PKGCONFIG_PATH;unset' 'PE_CXX_PKGCONFIG_LIBS;unset' 'PE_ENV;unset' 'PE_FFTW_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_FFTW_DEFAULT_TARGET_haswell;unset' 'PE_FFTW_DEFAULT_TARGET_interlagos;unset' 'PE_FFTW_DEFAULT_TARGET_sandybridge;unset' 'PE_FFTW_DEFAULT_TARGET_x86_64;unset' 'PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_GA_DEFAULT_FIXED_PRGENV;unset' 'PE_GA_DEFAULT_GENCOMPS_GNU;unset' 'PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_GA_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_CXX_PKGCONFIG_LIBS;unset' 'PE_HDF5_DEFAULT_FIXED_PRGENV;unset' 'PE_HDF5_DEFAULT_GENCOMPS_GNU;unset' 'PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_DIR;unset' 'PE_HDF5_FIXED_PRGENV;unset' 'PE_HDF5_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_HDF5_GENCOMPILERS_GNU;unset' 'PE_HDF5_GENCOMPS_GNU;unset' 'PE_HDF5_MODULE_NAME;unset' 'PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV;unset' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU;unset' 'PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_HDF5_PKGCONFIG_LIBS;unset' 'PE_HDF5_VOLATILE_PKGCONFIG_PATH;unset' 'PE_HDF5_VOLATILE_PRGENV;unset' 'PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH;unset' 'PE_INTEL_FIXED_PKGCONFIG_PATH;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES;unset' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp;unset' 'PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES;unset' 'PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_LIBSCI_DEFAULT_VOLATILE_PRGENV;unset' 'PE_LIBSCI_GENCOMPS_CRAY_x86_64;unset' 'PE_LIBSCI_GENCOMPS_GNU_x86_64;unset' 'PE_LIBSCI_GENCOMPS_INTEL_x86_64;unset' 'PE_LIBSCI_MODULE_NAME;unset' 'PE_LIBSCI_OMP_REQUIRES;unset' 'PE_LIBSCI_OMP_REQUIRES_openmp;unset' 'PE_LIBSCI_PKGCONFIG_LIBS;unset' 'PE_LIBSCI_PKGCONFIG_VARIABLES;unset' 'PE_LIBSCI_REQUIRED_PRODUCTS;unset' 'PE_LIBSCI_VOLATILE_PKGCONFIG_PATH;unset' 'PE_LIBSCI_VOLATILE_PRGENV;unset' 'PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64;unset' 'PE_MPICH_DEFAULT_FIXED_PRGENV;unset' 'PE_MPICH_DEFAULT_GENCOMPS_CRAY;unset' 'PE_MPICH_DEFAULT_GENCOMPS_GNU;unset' 'PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_MPICH_DEFAULT_VOLATILE_PRGENV;unset' 'PE_MPICH_MULTITHREADED_LIBS_multithreaded;unset' 'PE_MPICH_NV_LIBS;unset' 'PE_MPICH_NV_LIBS_nvidia20;unset' 'PE_MPICH_NV_LIBS_nvidia35;unset' 'PE_MPICH_PKGCONFIG_VARIABLES;unset' 'PE_MPICH_TARGET_VAR_nvidia20;unset' 'PE_MPICH_TARGET_VAR_nvidia35;unset' 'PE_NETCDF_BASEDIR;unset' 'PE_NETCDF_CXX_PKGCONFIG_LIBS;unset' 'PE_NETCDF_DEFAULT_FIXED_PRGENV;unset' 'PE_NETCDF_DEFAULT_GENCOMPS_GNU;unset' 'PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_DEFAULT_VOLATILE_PRGENV;unset' 'PE_NETCDF_FIXED_PRGENV;unset' 'PE_NETCDF_FORTRAN_PKGCONFIG_LIBS;unset' 'PE_NETCDF_GENCOMPILERS_GNU;unset' 'PE_NETCDF_GENCOMPS_GNU;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_NETCDF_MODULE_NAME;unset' 'PE_NETCDF_PKGCONFIG_LIBS;unset' 'PE_NETCDF_REQUIRED_PRODUCTS;unset' 'PE_NETCDF_VOLATILE_PKGCONFIG_PATH;unset' 'PE_NETCDF_VOLATILE_PRGENV;unset' 'PE_PAPI_DEFAULT_ACCEL_LIBS;unset' 'PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35;unset' 'PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES;unset' 'PE_PAPI_DEFAULT_TARGET_VAR_nvidia35;unset' 'PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV;unset' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU;unset' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU;unset' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge;unset' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_PETSC_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_PETSC_DEFAULT_VOLATILE_PRGENV;unset' 'PE_PKGCONFIG_DEFAULT_PRODUCTS;unset' 'PE_PKGCONFIG_LIBS;unset' 'PE_PKGCONFIG_PRODUCTS;unset' 'PE_PKGCONFIG_PRODUCTS_DEFAULT;unset' 'PE_PKG_CONFIG_PATH;unset' 'PE_PRODUCT_LIST;unset' 'PE_SMA_DIR_CRAY_DEFAULT64;unset' 'PE_SMA_DIR_PGI_DEFAULT64;unset' 'PE_SMA_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge;unset' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_TPSL_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TPSL_DEFAULT_VOLATILE_PRGENV;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64;unset' 'PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64;unset' 'PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS;unset' 'PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH;unset' 'PE_TRILINOS_DEFAULT_VOLATILE_PRGENV;unset' 'PKGCONFIG_ENABLED;unset' 'PKG_CONFIG_PATH;unset' 'PKG_CONFIG_PATH_DEFAULT;unset' 'PNG_INC;unset' 'PNG_LIB;unset' 'PNG_LIB12;unset' 'PNG_LIBDIR;unset' 'PNG_LIBso;unset' 'PNG_SRC;unset' 'PNG_VER;unset' 'POST_INC;unset' 'POST_LIB;unset' 'POST_SRC;unset' 'POST_VER;unset' 'PYTHONPATH;unset' 'QT_PLUGIN_PATH;unset' 'SHMEM_ABORT_ON_ERROR;unset' 'SLURM_PROLOG;unset' 'SP_LIB4;unset' 'SP_LIB8;unset' 'SP_LIBd;unset' 'SP_SRC;unset' 'SP_VER;unset' 'TBBROOT;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' 'XLSF_UIDDIR;unset' 'XTOS_VERSION;unset' 'XTPE_NETWORK_TARGET;unset' 'Z_INC;unset' 'Z_LIB;unset' 'Z_SRC;unset' 'Z_VER;unset' '_LMFILES_;' ++++ INFOPATH=/usr/local/info:/usr/share/info:/usr/info ++++ export INFOPATH ++++ MANPATH=/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man ++++ export MANPATH ++++ MODULEPATH=/usrx/local/emc_rocoto/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles ++++ export MODULEPATH ++++ PATH=/gpfs/hps3/emc/da/noscrub/Rahul.Mahajan/EXT/anaconda/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/usrx/local/emc_rocoto/1.2.3/bin ++++ export PATH ++++ PE_HDF5_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH ++++ export PE_HDF5_DEFAULT_REQUIRED_PRODUCTS ++++ unset ATP_HOME ++++ unset ATP_MRNET_COMM_PATH ++++ unset ATP_POST_LINK_OPTS ++++ unset BACIO_LIB4 ++++ unset BACIO_LIB8 ++++ unset BACIO_SRC ++++ unset BACIO_VER ++++ unset CMAKE_CXX_COMPILER ++++ unset CMAKE_C_COMPILER ++++ unset CMAKE_Fortran_COMPILER ++++ unset CMAKE_Platform ++++ unset COMP ++++ unset CPATH ++++ unset CRAYOS_VERSION ++++ unset CRAYPE_DIR ++++ unset CRAYPE_NETWORK_TARGET ++++ unset CRAYPE_VERSION ++++ unset CRAY_ALPS_INCLUDE_OPTS ++++ unset CRAY_ALPS_POST_LINK_OPTS ++++ unset CRAY_CPU_TARGET ++++ unset CRAY_DMAPP_INCLUDE_OPTS ++++ unset CRAY_DMAPP_POST_LINK_OPTS ++++ unset CRAY_GNI_HEADERS_INCLUDE_OPTS ++++ unset CRAY_HDF5_DIR ++++ unset CRAY_HDF5_VERSION ++++ unset CRAY_LD_LIBRARY_PATH ++++ unset CRAY_LIBSCI_BASE_DIR ++++ unset CRAY_LIBSCI_DIR ++++ unset CRAY_LIBSCI_PREFIX_DIR ++++ unset CRAY_LIBSCI_VERSION ++++ unset CRAY_NETCDF_VERSION ++++ unset CRAY_PE_MODULES ++++ unset CRAY_PMI_INCLUDE_OPTS ++++ unset CRAY_PMI_POST_LINK_OPTS ++++ unset CRAY_PRE_COMPILE_OPTS ++++ unset CRAY_PRGENVINTEL ++++ unset CRAY_RCA_INCLUDE_OPTS ++++ unset CRAY_RCA_POST_LINK_OPTS ++++ unset CRAY_UDREG_INCLUDE_OPTS ++++ unset CRAY_UDREG_POST_LINK_OPTS ++++ unset CRAY_UGNI_INCLUDE_OPTS ++++ unset CRAY_UGNI_POST_LINK_OPTS ++++ unset CRAY_XPMEM_INCLUDE_OPTS ++++ unset CRAY_XPMEM_POST_LINK_OPTS ++++ unset CRTM_FIX ++++ unset CRTM_INC ++++ unset CRTM_LIB ++++ unset CRTM_SRC ++++ unset CRTM_VER ++++ unset DMAPP_ABORT_ON_ERROR ++++ unset DVS_INCLUDE_OPTS ++++ unset DVS_VERSION ++++ unset ECF_HOSTFILE ++++ unset ECF_PORT ++++ unset ECF_ROOT ++++ 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 GCC_PATH ++++ unset GCC_VERSION ++++ unset GDBSERVER_MIC ++++ unset GDB_CROSS ++++ unset GDB_HOST ++++ unset GNU_VERSION ++++ unset HDF5_DIR ++++ unset HDF5_INCLUDE_OPTS ++++ unset HDF5_ROOT ++++ unset INTEL_LICENSE_FILE ++++ unset INTEL_MAJOR_VERSION ++++ unset INTEL_MINOR_VERSION ++++ unset INTEL_PATH ++++ unset INTEL_PYTHONHOME ++++ unset INTEL_VERSION ++++ unset IPPROOT ++++ 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 JASPER_INC ++++ unset JASPER_LIB ++++ unset JASPER_LIBDIR ++++ unset JASPER_LIBl ++++ unset JASPER_SRC ++++ unset JASPER_VER ++++ unset LD_LIBRARY_PATH ++++ unset LIBRARY_PATH ++++ unset LIBSCI_BASE_DIR ++++ unset LIBSCI_VERSION ++++ unset LIB_NAME ++++ unset LOADEDMODULES ++++ unset LSF_BINDIR ++++ unset LSF_ENVDIR ++++ unset LSF_LIBDIR ++++ unset LSF_SERVERDIR ++++ unset MIC_LD_LIBRARY_PATH ++++ unset MIC_LIBRARY_PATH ++++ unset MKLROOT ++++ unset MPICH_ABORT_ON_ERROR ++++ unset MPM_LAUNCHER ++++ unset NEMSIO_INC ++++ unset NEMSIO_LIB ++++ unset NEMSIO_SRC ++++ unset NEMSIO_VER ++++ unset NETCDF_DIR ++++ unset NLSPATH ++++ unset PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH ++++ unset PE_CRAY_FIXED_PKGCONFIG_PATH ++++ unset PE_CXX_PKGCONFIG_LIBS ++++ unset PE_ENV ++++ unset PE_FFTW_DEFAULT_REQUIRED_PRODUCTS ++++ unset PE_FFTW_DEFAULT_TARGET_haswell ++++ unset PE_FFTW_DEFAULT_TARGET_interlagos ++++ unset PE_FFTW_DEFAULT_TARGET_sandybridge ++++ unset PE_FFTW_DEFAULT_TARGET_x86_64 ++++ unset PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_FORTRAN_PKGCONFIG_LIBS ++++ unset PE_GA_DEFAULT_FIXED_PRGENV ++++ unset PE_GA_DEFAULT_GENCOMPS_GNU ++++ unset PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_GA_DEFAULT_VOLATILE_PRGENV ++++ unset PE_HDF5_CXX_PKGCONFIG_LIBS ++++ unset PE_HDF5_DEFAULT_FIXED_PRGENV ++++ unset PE_HDF5_DEFAULT_GENCOMPS_GNU ++++ unset PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_HDF5_DEFAULT_VOLATILE_PRGENV ++++ unset PE_HDF5_DIR ++++ unset PE_HDF5_FIXED_PRGENV ++++ unset PE_HDF5_FORTRAN_PKGCONFIG_LIBS ++++ unset PE_HDF5_GENCOMPILERS_GNU ++++ unset PE_HDF5_GENCOMPS_GNU ++++ unset PE_HDF5_MODULE_NAME ++++ unset PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV ++++ unset PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU ++++ unset PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS ++++ unset PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV ++++ unset PE_HDF5_PKGCONFIG_LIBS ++++ unset PE_HDF5_VOLATILE_PKGCONFIG_PATH ++++ unset PE_HDF5_VOLATILE_PRGENV ++++ unset PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH ++++ unset PE_INTEL_FIXED_PKGCONFIG_PATH ++++ unset PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64 ++++ unset PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64 ++++ unset PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64 ++++ unset PE_LIBSCI_DEFAULT_OMP_REQUIRES ++++ unset PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp ++++ unset PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES ++++ unset PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS ++++ unset PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_LIBSCI_DEFAULT_VOLATILE_PRGENV ++++ unset PE_LIBSCI_GENCOMPS_CRAY_x86_64 ++++ unset PE_LIBSCI_GENCOMPS_GNU_x86_64 ++++ unset PE_LIBSCI_GENCOMPS_INTEL_x86_64 ++++ unset PE_LIBSCI_MODULE_NAME ++++ unset PE_LIBSCI_OMP_REQUIRES ++++ unset PE_LIBSCI_OMP_REQUIRES_openmp ++++ unset PE_LIBSCI_PKGCONFIG_LIBS ++++ unset PE_LIBSCI_PKGCONFIG_VARIABLES ++++ unset PE_LIBSCI_REQUIRED_PRODUCTS ++++ unset PE_LIBSCI_VOLATILE_PKGCONFIG_PATH ++++ unset PE_LIBSCI_VOLATILE_PRGENV ++++ unset PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64 ++++ unset PE_MPICH_DEFAULT_FIXED_PRGENV ++++ unset PE_MPICH_DEFAULT_GENCOMPS_CRAY ++++ unset PE_MPICH_DEFAULT_GENCOMPS_GNU ++++ unset PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_MPICH_DEFAULT_VOLATILE_PRGENV ++++ unset PE_MPICH_MULTITHREADED_LIBS_multithreaded ++++ unset PE_MPICH_NV_LIBS ++++ unset PE_MPICH_NV_LIBS_nvidia20 ++++ unset PE_MPICH_NV_LIBS_nvidia35 ++++ unset PE_MPICH_PKGCONFIG_VARIABLES ++++ unset PE_MPICH_TARGET_VAR_nvidia20 ++++ unset PE_MPICH_TARGET_VAR_nvidia35 ++++ unset PE_NETCDF_BASEDIR ++++ unset PE_NETCDF_CXX_PKGCONFIG_LIBS ++++ unset PE_NETCDF_DEFAULT_FIXED_PRGENV ++++ unset PE_NETCDF_DEFAULT_GENCOMPS_GNU ++++ unset PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS ++++ unset PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_NETCDF_DEFAULT_VOLATILE_PRGENV ++++ unset PE_NETCDF_FIXED_PRGENV ++++ unset PE_NETCDF_FORTRAN_PKGCONFIG_LIBS ++++ unset PE_NETCDF_GENCOMPILERS_GNU ++++ unset PE_NETCDF_GENCOMPS_GNU ++++ unset PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV ++++ unset PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU ++++ unset PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS ++++ unset PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV ++++ unset PE_NETCDF_MODULE_NAME ++++ unset PE_NETCDF_PKGCONFIG_LIBS ++++ unset PE_NETCDF_REQUIRED_PRODUCTS ++++ unset PE_NETCDF_VOLATILE_PKGCONFIG_PATH ++++ unset PE_NETCDF_VOLATILE_PRGENV ++++ unset PE_PAPI_DEFAULT_ACCEL_LIBS ++++ unset PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35 ++++ unset PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES ++++ unset PE_PAPI_DEFAULT_TARGET_VAR_nvidia35 ++++ unset PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV ++++ unset PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU ++++ unset PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU ++++ unset PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV ++++ unset PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell ++++ unset PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos ++++ unset PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge ++++ unset PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64 ++++ unset PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell ++++ unset PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos ++++ unset PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge ++++ unset PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64 ++++ unset PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell ++++ unset PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos ++++ unset PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge ++++ unset PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64 ++++ unset PE_PETSC_DEFAULT_REQUIRED_PRODUCTS ++++ unset PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_PETSC_DEFAULT_VOLATILE_PRGENV ++++ unset PE_PKGCONFIG_DEFAULT_PRODUCTS ++++ unset PE_PKGCONFIG_LIBS ++++ unset PE_PKGCONFIG_PRODUCTS ++++ unset PE_PKGCONFIG_PRODUCTS_DEFAULT ++++ unset PE_PKG_CONFIG_PATH ++++ unset PE_PRODUCT_LIST ++++ unset PE_SMA_DIR_CRAY_DEFAULT64 ++++ unset PE_SMA_DIR_PGI_DEFAULT64 ++++ unset PE_SMA_VOLATILE_PKGCONFIG_PATH ++++ unset PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell ++++ unset PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos ++++ unset PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge ++++ unset PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64 ++++ unset PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell ++++ unset PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos ++++ unset PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge ++++ unset PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64 ++++ unset PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell ++++ unset PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos ++++ unset PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge ++++ unset PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64 ++++ unset PE_TPSL_DEFAULT_REQUIRED_PRODUCTS ++++ unset PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_TPSL_DEFAULT_VOLATILE_PRGENV ++++ unset PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64 ++++ unset PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64 ++++ unset PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64 ++++ unset PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS ++++ unset PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH ++++ unset PE_TRILINOS_DEFAULT_VOLATILE_PRGENV ++++ unset PKGCONFIG_ENABLED ++++ unset PKG_CONFIG_PATH ++++ unset PKG_CONFIG_PATH_DEFAULT ++++ unset PNG_INC ++++ unset PNG_LIB ++++ unset PNG_LIB12 ++++ unset PNG_LIBDIR ++++ unset PNG_LIBso ++++ unset PNG_SRC ++++ unset PNG_VER ++++ unset POST_INC ++++ unset POST_LIB ++++ unset POST_SRC ++++ unset POST_VER ++++ unset PYTHONPATH ++++ unset QT_PLUGIN_PATH ++++ unset SHMEM_ABORT_ON_ERROR ++++ unset SLURM_PROLOG ++++ unset SP_LIB4 ++++ unset SP_LIB8 ++++ unset SP_LIBd ++++ unset SP_SRC ++++ unset SP_VER ++++ unset TBBROOT ++++ 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 XLSF_UIDDIR ++++ unset XTOS_VERSION ++++ unset XTPE_NETWORK_TARGET ++++ unset Z_INC ++++ unset Z_LIB ++++ unset Z_SRC ++++ unset Z_VER ++++ unset _LMFILES_ +++ module purge ++++ /opt/modules/3.2.10.3/bin/modulecmd bash purge +++ eval +++ unset _LMFILES_ +++ unset LOADEDMODULES +++ module use /opt/modulefiles ++++ /opt/modules/3.2.10.3/bin/modulecmd bash use /opt/modulefiles +++ eval +++ module use /opt/cray/ari/modulefiles ++++ /opt/modules/3.2.10.3/bin/modulecmd bash use /opt/cray/ari/modulefiles +++ eval MODULEPATH=/opt/cray/ari/modulefiles:/usrx/local/emc_rocoto/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles ';export' 'MODULEPATH;' ++++ MODULEPATH=/opt/cray/ari/modulefiles:/usrx/local/emc_rocoto/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles ++++ export MODULEPATH +++ module use /opt/cray/craype/default/alt-modulefiles ++++ /opt/modules/3.2.10.3/bin/modulecmd bash use /opt/cray/craype/default/alt-modulefiles +++ eval +++ module use /opt/cray/alt-modulefiles ++++ /opt/modules/3.2.10.3/bin/modulecmd bash use /opt/cray/alt-modulefiles +++ eval +++ module use /gpfs/hps/nco/ops/nwprod/modulefiles ++++ /opt/modules/3.2.10.3/bin/modulecmd bash use /gpfs/hps/nco/ops/nwprod/modulefiles +++ eval +++ module use /gpfs/hps/nco/ops/nwprod/lib/modulefiles ++++ /opt/modules/3.2.10.3/bin/modulecmd bash use /gpfs/hps/nco/ops/nwprod/lib/modulefiles +++ eval +++ module use /usrx/local/prod/modulefiles ++++ /opt/modules/3.2.10.3/bin/modulecmd bash use /usrx/local/prod/modulefiles +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__38221 +++ unset __ms_function_name ++ [[ wcoss_cray == macosx.* ]] ++ [[ wcoss_cray == linux.* ]] ++ module use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray +++ /opt/modules/3.2.10.3/bin/modulecmd bash use /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray ++ eval ++ module load fv3 +++ /opt/modules/3.2.10.3/bin/modulecmd bash load fv3 ++ eval ATP_HOME=/opt/cray/atp/1.8.1 ';export' 'ATP_HOME;ATP_MRNET_COMM_PATH=/opt/cray/atp/1.8.1/libexec/atp_mrnet_commnode_wrapper' ';export' 'ATP_MRNET_COMM_PATH;ATP_POST_LINK_OPTS=-Wl,-L/opt/cray/atp/1.8.1/libApp/\' ';export' 'ATP_POST_LINK_OPTS;BACIO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a' ';export' 'BACIO_LIB4;BACIO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_8.a' ';export' 'BACIO_LIB8;BACIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/bacio_v2.0.3' ';export' 'BACIO_SRC;BACIO_VER=v2.0.3' ';export' 'BACIO_VER;CMAKE_CXX_COMPILER=CC' ';export' 'CMAKE_CXX_COMPILER;CMAKE_C_COMPILER=cc' ';export' 'CMAKE_C_COMPILER;CMAKE_Fortran_COMPILER=ftn' ';export' 'CMAKE_Fortran_COMPILER;CMAKE_Platform=wcoss_cray' ';export' 'CMAKE_Platform;COMP=intel' ';export' 'COMP;CPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/include' ';export' 'CPATH;CRAYOS_VERSION=5.2.82' ';export' 'CRAYOS_VERSION;CRAYPE_DIR=/opt/cray/craype/2.3.0' ';export' 'CRAYPE_DIR;CRAYPE_NETWORK_TARGET=aries' ';export' 'CRAYPE_NETWORK_TARGET;CRAYPE_VERSION=2.3.0' ';export' 'CRAYPE_VERSION;CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include' ';export' 'CRAY_ALPS_INCLUDE_OPTS;CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64' ';export' 'CRAY_ALPS_POST_LINK_OPTS;CRAY_CPU_TARGET=haswell' ';export' 'CRAY_CPU_TARGET;CRAY_DMAPP_INCLUDE_OPTS=-I/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/include\' '-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include\' ';export' 'CRAY_DMAPP_INCLUDE_OPTS;CRAY_DMAPP_POST_LINK_OPTS=-L/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64' ';export' 'CRAY_DMAPP_POST_LINK_OPTS;CRAY_GNI_HEADERS_INCLUDE_OPTS=-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include' ';export' 'CRAY_GNI_HEADERS_INCLUDE_OPTS;CRAY_HDF5_DIR=/opt/cray/hdf5/1.8.14' ';export' 'CRAY_HDF5_DIR;CRAY_HDF5_VERSION=1.8.14' ';export' 'CRAY_HDF5_VERSION;CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64:/opt/cray/hdf5/1.8.14/INTEL/14.0/lib:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64:/opt/cray/pmi/5.0.11/lib64:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64:/opt/cray/libsci/13.0.3/INTEL/140/x86_64/lib' ';export' 'CRAY_LD_LIBRARY_PATH;CRAY_LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3' ';export' 'CRAY_LIBSCI_BASE_DIR;CRAY_LIBSCI_DIR=/opt/cray/libsci/13.0.3' ';export' 'CRAY_LIBSCI_DIR;CRAY_LIBSCI_PREFIX_DIR=/opt/cray/libsci/13.0.3/INTEL/140/x86_64' ';export' 'CRAY_LIBSCI_PREFIX_DIR;CRAY_LIBSCI_VERSION=13.0.3' ';export' 'CRAY_LIBSCI_VERSION;CRAY_NETCDF_VERSION=4.3.3.1' ';export' 'CRAY_NETCDF_VERSION;CRAY_PE_MODULES=cray-hdf5:cray-netcdf' ';export' 'CRAY_PE_MODULES;CRAY_PMI_INCLUDE_OPTS=-I/opt/cray/pmi/5.0.11/include' ';export' 'CRAY_PMI_INCLUDE_OPTS;CRAY_PMI_POST_LINK_OPTS=-L/opt/cray/pmi/5.0.11/lib64' ';export' 'CRAY_PMI_POST_LINK_OPTS;CRAY_PRE_COMPILE_OPTS=-hnetwork=aries' ';export' 'CRAY_PRE_COMPILE_OPTS;CRAY_PRGENVINTEL=loaded' ';export' 'CRAY_PRGENVINTEL;CRAY_RCA_INCLUDE_OPTS=-I/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/include\' '-I/opt/cray/krca/1.0.0-2.0502.67049.8.22.ari/include\' '-I/opt/cray-hss-devel/7.2.0/include\' ';export' 'CRAY_RCA_INCLUDE_OPTS;CRAY_RCA_POST_LINK_OPTS=-L/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64\' '-lrca\' ';export' 'CRAY_RCA_POST_LINK_OPTS;CRAY_UDREG_INCLUDE_OPTS=-I/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/include' ';export' 'CRAY_UDREG_INCLUDE_OPTS;CRAY_UDREG_POST_LINK_OPTS=-L/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64' ';export' 'CRAY_UDREG_POST_LINK_OPTS;CRAY_UGNI_INCLUDE_OPTS=-I/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/include' ';export' 'CRAY_UGNI_INCLUDE_OPTS;CRAY_UGNI_POST_LINK_OPTS=-L/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64' ';export' 'CRAY_UGNI_POST_LINK_OPTS;CRAY_XPMEM_INCLUDE_OPTS=-I/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/include' ';export' 'CRAY_XPMEM_INCLUDE_OPTS;CRAY_XPMEM_POST_LINK_OPTS=-L/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64' ';export' 'CRAY_XPMEM_POST_LINK_OPTS;CRTM_FIX=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/fix' ';export' 'CRTM_FIX;CRTM_INC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/include/crtm_v2.2.6' ';export' 'CRTM_INC;CRTM_LIB=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a' ';export' 'CRTM_LIB;CRTM_SRC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/src' ';export' 'CRTM_SRC;CRTM_VER=v2.2.6' ';export' 'CRTM_VER;DMAPP_ABORT_ON_ERROR=1' ';export' 'DMAPP_ABORT_ON_ERROR;DVS_INCLUDE_OPTS=-I/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/include' ';export' 'DVS_INCLUDE_OPTS;DVS_VERSION=0.9.0' ';export' 'DVS_VERSION;ESMFMKFILE=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk' ';export' 'ESMFMKFILE;G2TMPL_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2tmpl_v1.6.0' ';export' 'G2TMPL_INC;G2TMPL_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a' ';export' 'G2TMPL_LIB;G2TMPL_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2tmpl_v1.6.0/src' ';export' 'G2TMPL_SRC;G2TMPL_VER=v1.6.0' ';export' 'G2TMPL_VER;G2_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_4' ';export' 'G2_INC4;G2_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_d' ';export' 'G2_INCd;G2_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a' ';export' 'G2_LIB4;G2_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_d.a' ';export' 'G2_LIBd;G2_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2_v3.1.1' ';export' 'G2_SRC;G2_VER=v3.1.1' ';export' 'G2_VER;GCC_PATH=/opt/gcc/4.9.2' ';export' 'GCC_PATH;GCC_VERSION=4.9.2' ';export' 'GCC_VERSION;GDBSERVER_MIC=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/target/mic/bin/gdbserver' ';export' 'GDBSERVER_MIC;GDB_CROSS=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-mic' ';export' 'GDB_CROSS;GDB_HOST=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-ia-mic' ';export' 'GDB_HOST;GNU_VERSION=4.9.2' ';export' 'GNU_VERSION;HDF5_DIR=/opt/cray/hdf5/1.8.14/INTEL/14.0' ';export' 'HDF5_DIR;HDF5_INCLUDE_OPTS=/opt/cray/hdf5/1.8.14/INTEL/14.0/include' ';export' 'HDF5_INCLUDE_OPTS;HDF5_ROOT=/opt/cray/hdf5/1.8.14/INTEL/14.0' ';export' 'HDF5_ROOT;INFOPATH=/opt/gcc/4.9.2/snos/share/info:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/info/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/info/:/usr/local/info:/usr/share/info:/usr/info' ';export' 'INFOPATH;INTEL_LICENSE_FILE=/opt/intel/compilers_and_libraries_2016.3.210/linux/licenses:/opt/intel/licenses:/intel/licenses' ';export' 'INTEL_LICENSE_FILE;INTEL_MAJOR_VERSION=16.0' ';export' 'INTEL_MAJOR_VERSION;INTEL_MINOR_VERSION=3.210' ';export' 'INTEL_MINOR_VERSION;INTEL_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux' ';export' 'INTEL_PATH;INTEL_PYTHONHOME=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/python/intel64/' ';export' 'INTEL_PYTHONHOME;INTEL_VERSION=16.0.3.210' ';export' 'INTEL_VERSION;IPPROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp' ';export' 'IPPROOT;IP_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_4' ';export' 'IP_INC4;IP_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_8' ';export' 'IP_INC8;IP_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_d' ';export' 'IP_INCd;IP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_4.a' ';export' 'IP_LIB4;IP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_8.a' ';export' 'IP_LIB8;IP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_d.a' ';export' 'IP_LIBd;IP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/ip_v3.0.2' ';export' 'IP_SRC;IP_VER=v3.0.2' ';export' 'IP_VER;JASPER_INC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/include' ';export' 'JASPER_INC;JASPER_LIB=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a' ';export' 'JASPER_LIB;JASPER_LIBDIR=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib' ';export' 'JASPER_LIBDIR;JASPER_LIBl=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.la' ';export' 'JASPER_LIBl;JASPER_SRC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/sorc/jasper_v1.900.1' ';export' 'JASPER_SRC;JASPER_VER=1.900.1' ';export' 'JASPER_VER;LD_LIBRARY_PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib:/opt/gcc/4.9.2/snos/lib64:/usrx/local/dev/python/2.7.14/lib:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/tools/intel64/perfsys:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/libipt/intel64/lib' ';export' 'LD_LIBRARY_PATH;LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1' ';export' 'LIBRARY_PATH;LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3' ';export' 'LIBSCI_BASE_DIR;LIBSCI_VERSION=13.0.3' ';export' 'LIBSCI_VERSION;LIB_NAME=POST' ';export' 'LIB_NAME;LOADEDMODULES=craype-network-aries:craype/2.3.0:cray-libsci/13.0.3:udreg/2.3.2-1.0502.10518.2.17.ari:ugni/6.0-1.0502.10863.8.29.ari:pmi/5.0.11:dmapp/7.0.1-1.0502.11080.8.76.ari:gni-headers/4.0-1.0502.10859.7.8.ari:xpmem/0.1-2.0502.64982.5.3.ari:dvs/2.5_0.9.0-1.0502.2188.1.116.ari:alps/5.2.4-2.0502.9774.31.11.ari:rca/1.0.0-2.0502.60530.1.62.ari:atp/1.8.1:PrgEnv-intel/5.2.82:intel/16.3.210:cray-netcdf/4.3.3.1:cray-hdf5/1.8.14:xt-lsfhpc/9.1.3:craype-haswell:python/2.7.14:cmake/3.6.2:gcc/4.9.2:jasper-gnu-sandybridge/1.900.1:png-intel-sandybridge/1.2.49:zlib-intel-sandybridge/1.2.7:crtm-intel/2.2.6:g2/3.1.1:g2tmpl/1.6.0:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:post/8.0.5:alps/5.2.4-2.0502.9822.32.1.ari:esmf/8.0.0:fv3' ';export' 'LOADEDMODULES;LSF_BINDIR=/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin' ';export' 'LSF_BINDIR;LSF_ENVDIR=/gpfs/slsf/xt-lsfhpc/conf' ';export' 'LSF_ENVDIR;LSF_LIBDIR=/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib' ';export' 'LSF_LIBDIR;LSF_SERVERDIR=/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc' ';export' 'LSF_SERVERDIR;MANPATH=/opt/cray/pmi/5.0.11/man:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/share/man:/opt/gcc/4.9.2/snos/share/man:/usrx/local/dev/cmake/3.6.2/share/man:/usrx/local/dev/python/2.7.14/share/man:/gpfs/slsf/xt-lsfhpc/9.1/man:/opt/cray/netcdf/4.3.3.1/share/man:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/common:/opt/cray/atp/1.8.1/man:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/man:/opt/cray/libsci/13.0.3/man:/opt/cray/man/csmlversion:/opt/cray/craype/2.3.0/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man:/opt/cray/man' ';export' 'MANPATH;MIC_LD_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic' ';export' 'MIC_LD_LIBRARY_PATH;MIC_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic' ';export' 'MIC_LIBRARY_PATH;MKLROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl' ';export' 'MKLROOT;MODULEPATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles:/opt/cray/ari/modulefiles:/usrx/local/emc_rocoto/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles' ';export' 'MODULEPATH;MPICH_ABORT_ON_ERROR=1' ';export' 'MPICH_ABORT_ON_ERROR;MPM_LAUNCHER=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/mpm/bin/start_mpm.sh' ';export' 'MPM_LAUNCHER;NEMSIO_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4' ';export' 'NEMSIO_INC;NEMSIO_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a' ';export' 'NEMSIO_LIB;NEMSIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/nemsio_v2.2.4' ';export' 'NEMSIO_SRC;NEMSIO_VER=v2.2.4' ';export' 'NEMSIO_VER;NETCDF_DIR=/opt/cray/netcdf/4.3.3.1/INTEL/14.0' ';export' 'NETCDF_DIR;NLSPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/locale/%l_%t/%N' ';export' 'NLSPATH;PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/opt/gcc/4.9.2/bin:/usrx/local/dev/cmake/3.6.2/bin:/usrx/local/dev/python/2.7.14/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/opt/cray/hdf5/1.8.14/bin:/opt/cray/netcdf/4.3.3.1/bin:/opt/intel/compilers_and_libraries_2016.3.210/linux/bin/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/sbin:/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/bin:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/bin:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/bin:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/bin:/opt/cray/craype/2.3.0/bin:/gpfs/hps3/emc/da/noscrub/Rahul.Mahajan/EXT/anaconda/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/usrx/local/emc_rocoto/1.2.3/bin:/opt/cray/bin:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include' ';export' 'PATH;PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/ga/5.3.0.1/CRAY/83/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/CRAY/83/lib/pkgconfig:/opt/cray/hdf5/1.8.13/CRAY/83/lib/pkgconfig' ';export' 'PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH;PE_CRAY_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/CRAY/8.3/lib/pkgconfig' ';export' 'PE_CRAY_FIXED_PKGCONFIG_PATH;PE_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp:netcdf_c++4' ';export' 'PE_CXX_PKGCONFIG_LIBS;PE_ENV=INTEL' ';export' 'PE_ENV;PE_FFTW_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_FFTW_DEFAULT_REQUIRED_PRODUCTS;PE_FFTW_DEFAULT_TARGET_haswell=haswell' ';export' 'PE_FFTW_DEFAULT_TARGET_haswell;PE_FFTW_DEFAULT_TARGET_interlagos=interlagos' ';export' 'PE_FFTW_DEFAULT_TARGET_interlagos;PE_FFTW_DEFAULT_TARGET_sandybridge=sandybridge' ';export' 'PE_FFTW_DEFAULT_TARGET_sandybridge;PE_FFTW_DEFAULT_TARGET_x86_64=x86_64' ';export' 'PE_FFTW_DEFAULT_TARGET_x86_64;PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/fftw/3.3.4.2/@PE_FFTW_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran:netcdff' ';export' 'PE_FORTRAN_PKGCONFIG_LIBS;PE_GA_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_GA_DEFAULT_FIXED_PRGENV;PE_GA_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_GA_DEFAULT_GENCOMPS_GNU;PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/ga/5.3.0.1/@PRGENV@/@PE_GA_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_GA_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_GA_DEFAULT_VOLATILE_PRGENV;PE_HDF5_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp' ';export' 'PE_HDF5_CXX_PKGCONFIG_LIBS;PE_HDF5_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_DEFAULT_FIXED_PRGENV;PE_HDF5_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_HDF5_DEFAULT_GENCOMPS_GNU;PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.13/@PRGENV@/@PE_HDF5_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_DEFAULT_VOLATILE_PRGENV;PE_HDF5_DIR=/opt/cray/hdf5/1.8.14' ';export' 'PE_HDF5_DIR;PE_HDF5_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_FIXED_PRGENV;PE_HDF5_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran' ';export' 'PE_HDF5_FORTRAN_PKGCONFIG_LIBS;PE_HDF5_GENCOMPILERS_GNU=5.1\' '4.9\' 4.8 ';export' 'PE_HDF5_GENCOMPILERS_GNU;PE_HDF5_GENCOMPS_GNU=51\' '49\' 48 ';export' 'PE_HDF5_GENCOMPS_GNU;PE_HDF5_MODULE_NAME=cray-hdf5' ';export' 'PE_HDF5_MODULE_NAME;PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV;PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU;PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5-parallel/1.8.13/@PRGENV@/@PE_HDF5_PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_HDF5_PKGCONFIG_LIBS=hdf5_hl:hdf5' ';export' 'PE_HDF5_PKGCONFIG_LIBS;PE_HDF5_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/@PRGENV@/@PE_HDF5_GENCOMPS@/lib/pkgconfig' ';export' 'PE_HDF5_VOLATILE_PKGCONFIG_PATH;PE_HDF5_VOLATILE_PRGENV=GNU' ';export' 'PE_HDF5_VOLATILE_PRGENV;PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/INTEL/14.0/lib/pkgconfig:/opt/cray/netcdf/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/ga/5.3.0.1/INTEL/140/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/INTEL/140/lib/pkgconfig:/opt/cray/hdf5/1.8.13/INTEL/140/lib/pkgconfig:/opt/cray/mpt/7.2.0/gni/mpich2-intel/140/lib/pkgconfig' ';export' 'PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH;PE_INTEL_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/INTEL/14.0/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib/pkgconfig' ';export' 'PE_INTEL_FIXED_PKGCONFIG_PATH;PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64;PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64;PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp=_mp' ';export' 'PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp;PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES=PE_LIBSCI_DEFAULT_OMP_REQUIRES_@openmp@' ';export' 'PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES;PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS;PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_DEFAULT_GENCOMPS@/@PE_LIBSCI_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_LIBSCI_DEFAULT_VOLATILE_PRGENV;PE_LIBSCI_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_LIBSCI_GENCOMPS_CRAY_x86_64;PE_LIBSCI_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_LIBSCI_GENCOMPS_GNU_x86_64;PE_LIBSCI_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_LIBSCI_GENCOMPS_INTEL_x86_64;PE_LIBSCI_MODULE_NAME=cray-libsci/13.0.3' ';export' 'PE_LIBSCI_MODULE_NAME;PE_LIBSCI_OMP_REQUIRES_openmp=_mp' ';export' 'PE_LIBSCI_OMP_REQUIRES_openmp;PE_LIBSCI_PKGCONFIG_LIBS=libsci_mpi:libsci' ';export' 'PE_LIBSCI_PKGCONFIG_LIBS;PE_LIBSCI_PKGCONFIG_VARIABLES=PE_LIBSCI_OMP_REQUIRES_@openmp@' ';export' 'PE_LIBSCI_PKGCONFIG_VARIABLES;PE_LIBSCI_REQUIRED_PRODUCTS=PE_MPICH' ';export' 'PE_LIBSCI_REQUIRED_PRODUCTS;PE_LIBSCI_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_GENCOMPS@/@PE_LIBSCI_TARGET@/lib/pkgconfig' ';export' 'PE_LIBSCI_VOLATILE_PKGCONFIG_PATH;PE_LIBSCI_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_LIBSCI_VOLATILE_PRGENV;PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64=64' ';export' 'PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64;PE_MPICH_DEFAULT_FIXED_PRGENV=INTEL' ';export' 'PE_MPICH_DEFAULT_FIXED_PRGENV;PE_MPICH_DEFAULT_GENCOMPS_CRAY=83' ';export' 'PE_MPICH_DEFAULT_GENCOMPS_CRAY;PE_MPICH_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_MPICH_DEFAULT_GENCOMPS_GNU;PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/mpich2-@PRGENV@@PE_MPICH_DEFAULT_DIR_DEFAULT64@/@PE_MPICH_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_MPICH_DEFAULT_VOLATILE_PRGENV=CRAY\' GNU ';export' 'PE_MPICH_DEFAULT_VOLATILE_PRGENV;PE_MPICH_MULTITHREADED_LIBS_multithreaded=_mt' ';export' 'PE_MPICH_MULTITHREADED_LIBS_multithreaded;PE_MPICH_NV_LIBS_nvidia20=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia20;PE_MPICH_NV_LIBS_nvidia35=-lcudart' ';export' 'PE_MPICH_NV_LIBS_nvidia35;PE_MPICH_PKGCONFIG_VARIABLES=PE_MPICH_NV_LIBS_@accelerator@:PE_MPICH_MULTITHREADED_LIBS_@multithreaded@' ';export' 'PE_MPICH_PKGCONFIG_VARIABLES;PE_MPICH_TARGET_VAR_nvidia20=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia20;PE_MPICH_TARGET_VAR_nvidia35=-lcudart' ';export' 'PE_MPICH_TARGET_VAR_nvidia35;PE_NETCDF_BASEDIR=/opt/cray/netcdf/4.3.3.1' ';export' 'PE_NETCDF_BASEDIR;PE_NETCDF_CXX_PKGCONFIG_LIBS=netcdf_c++4' ';export' 'PE_NETCDF_CXX_PKGCONFIG_LIBS;PE_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_DEFAULT_FIXED_PRGENV;PE_NETCDF_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_NETCDF_DEFAULT_GENCOMPS_GNU;PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5' ';export' 'PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.2/@PRGENV@/@PE_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_NETCDF_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_FIXED_PRGENV;PE_NETCDF_FORTRAN_PKGCONFIG_LIBS=netcdff' ';export' 'PE_NETCDF_FORTRAN_PKGCONFIG_LIBS;PE_NETCDF_GENCOMPILERS_GNU=5.1\' '4.9\' 4.8 ';export' 'PE_NETCDF_GENCOMPILERS_GNU;PE_NETCDF_GENCOMPS_GNU=51\' '49\' 48 ';export' 'PE_NETCDF_GENCOMPS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV;PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU;PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5_PARALLEL\' PE_MPICH ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf-hdf5parallel/4.3.2/@PRGENV@/@PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV;PE_NETCDF_MODULE_NAME=cray-netcdf' ';export' 'PE_NETCDF_MODULE_NAME;PE_NETCDF_PKGCONFIG_LIBS=netcdf' ';export' 'PE_NETCDF_PKGCONFIG_LIBS;PE_NETCDF_REQUIRED_PRODUCTS=PE_HDF5' ';export' 'PE_NETCDF_REQUIRED_PRODUCTS;PE_NETCDF_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.3.1/@PRGENV@/@PE_NETCDF_GENCOMPS@/lib/pkgconfig' ';export' 'PE_NETCDF_VOLATILE_PKGCONFIG_PATH;PE_NETCDF_VOLATILE_PRGENV=GNU' ';export' 'PE_NETCDF_VOLATILE_PRGENV;PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35;PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES=PE_PAPI_ACCEL_LIBS_@accelerator@' ';export' 'PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES;PE_PAPI_DEFAULT_TARGET_VAR_nvidia35=,-lcupti,-lcudart,-lcuda' ';export' 'PE_PAPI_DEFAULT_TARGET_VAR_nvidia35;PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV=CRAY\' INTEL ';export' 'PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU=4.9\' 4.8 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU;PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU=49\' 48 ';export' 'PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/@PRGENV@/@PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU' ';export' 'PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV;PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell;PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos;PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64;PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell;PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos;PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64;PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell;PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos;PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64;PE_PETSC_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI:PE_TPSL' ';export' 'PE_PETSC_DEFAULT_REQUIRED_PRODUCTS;PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/petsc/3.5.3.0/complex/@PRGENV@/@PE_PETSC_DEFAULT_GENCOMPS@/@PE_PETSC_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_PETSC_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_PETSC_DEFAULT_VOLATILE_PRGENV;PE_PKGCONFIG_DEFAULT_PRODUCTS=PE_LIBSCI:PE_PARALLEL_NETCDF:PE_NETCDF:PE_GA:PE_TPSL:PE_NETCDF_HDF5PARALLEL:PE_HDF5_PARALLEL:PE_TRILINOS:PE_FFTW:PE_HDF5:PE_PETSC:PE_MPICH' ';export' 'PE_PKGCONFIG_DEFAULT_PRODUCTS;PE_PKGCONFIG_LIBS=hdf5_hl:hdf5:netcdf:AtpSigHandler:cray-rca:libsci_mpi:libsci' ';export' 'PE_PKGCONFIG_LIBS;PE_PKGCONFIG_PRODUCTS=PE_HDF5:PE_NETCDF:PE_LIBSCI' ';export' 'PE_PKGCONFIG_PRODUCTS;PE_PKGCONFIG_PRODUCTS_DEFAULT=PE_PAPI' ';export' 'PE_PKGCONFIG_PRODUCTS_DEFAULT;PE_PKG_CONFIG_PATH=/opt/cray/cti/1.0.2/lib/pkgconfig' ';export' 'PE_PKG_CONFIG_PATH;PE_PRODUCT_LIST=CRAYPE_HASWELL:CRAY_RCA:CRAY_ALPS:DVS:CRAY_XPMEM:CRAY_DMAPP:CRAY_PMI:CRAY_UGNI:CRAY_UDREG:CRAY_LIBSCI:CRAYPE:INTEL' ';export' 'PE_PRODUCT_LIST;PE_SMA_DIR_CRAY_DEFAULT64=64' ';export' 'PE_SMA_DIR_CRAY_DEFAULT64;PE_SMA_DIR_PGI_DEFAULT64=64' ';export' 'PE_SMA_DIR_PGI_DEFAULT64;PE_SMA_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/sma@PE_SMA_DIR_DEFAULT64@/lib64/pkgconfig' ';export' 'PE_SMA_VOLATILE_PKGCONFIG_PATH;PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell;PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos;PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell;PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos;PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64;PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell;PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos;PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge;PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TPSL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI' ';export' 'PE_TPSL_DEFAULT_REQUIRED_PRODUCTS;PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/tpsl/1.4.4/@PRGENV@/@PE_TPSL_DEFAULT_GENCOMPS@/@PE_TPSL_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TPSL_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_TPSL_DEFAULT_VOLATILE_PRGENV;PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64=83' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64=49\' 48 ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64;PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64=140' ';export' 'PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64;PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_HDF5_PARALLEL:PE_NETCDF_HDF5PARALLEL:PE_LIBSCI:PE_TPSL' ';export' 'PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS;PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/trilinos/11.12.1.2/@PRGENV@/@PE_TRILINOS_DEFAULT_GENCOMPS@/@PE_TRILINOS_DEFAULT_TARGET@/lib/pkgconfig' ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH;PE_TRILINOS_DEFAULT_VOLATILE_PRGENV=CRAY\' 'GNU\' INTEL ';export' 'PE_TRILINOS_DEFAULT_VOLATILE_PRGENV;PKGCONFIG_ENABLED=1' ';export' 'PKGCONFIG_ENABLED;PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64/pkgconfig:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64/pkgconfig:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64/pkgconfig:/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/lib64/pkgconfig:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64/pkgconfig:/opt/cray/pmi/5.0.11/lib64/pkgconfig:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64/pkgconfig:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64/pkgconfig:/opt/cray/craype/2.3.0/pkg-config:/opt/cray/atp/1.8.1/lib/pkgconfig' ';export' 'PKG_CONFIG_PATH;PKG_CONFIG_PATH_DEFAULT=/opt/cray/papi/5.4.0.1/lib64/pkgconfig' ';export' 'PKG_CONFIG_PATH_DEFAULT;PNG_INC=/usrx/local/prod//png/1.2.49/intel/sandybridge/include' ';export' 'PNG_INC;PNG_LIB=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a' ';export' 'PNG_LIB;PNG_LIB12=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng12.a' ';export' 'PNG_LIB12;PNG_LIBDIR=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib' ';export' 'PNG_LIBDIR;PNG_LIBso=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.so' ';export' 'PNG_LIBso;PNG_SRC=/usrx/local/prod//png/1.2.49/intel/sandybridge/src' ';export' 'PNG_SRC;PNG_VER=1.2.49' ';export' 'PNG_VER;POST_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.5_4' ';export' 'POST_INC;POST_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a' ';export' 'POST_LIB;POST_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/post_v8.0.5' ';export' 'POST_SRC;POST_VER=v8.0.5' ';export' 'POST_VER;SHMEM_ABORT_ON_ERROR=1' ';export' 'SHMEM_ABORT_ON_ERROR;SLURM_PROLOG=/opt/cray/atp/1.8.1/libexec/slurm_prolog.ksh' ';export' 'SLURM_PROLOG;SP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_4.a' ';export' 'SP_LIB4;SP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_8.a' ';export' 'SP_LIB8;SP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a' ';export' 'SP_LIBd;SP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/sp_v2.0.3' ';export' 'SP_SRC;SP_VER=v2.0.3' ';export' 'SP_VER;TBBROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb' ';export' 'TBBROOT;W3EMC_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_4' ';export' 'W3EMC_INC4;W3EMC_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_8' ';export' 'W3EMC_INC8;W3EMC_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_d' ';export' 'W3EMC_INCd;W3EMC_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_4.a' ';export' 'W3EMC_LIB4;W3EMC_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_8.a' ';export' 'W3EMC_LIB8;W3EMC_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a' ';export' 'W3EMC_LIBd;W3EMC_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3emc_v2.3.1' ';export' 'W3EMC_SRC;W3EMC_VER=v2.3.1' ';export' 'W3EMC_VER;W3NCO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_4.a' ';export' 'W3NCO_LIB4;W3NCO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_8.a' ';export' 'W3NCO_LIB8;W3NCO_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a' ';export' 'W3NCO_LIBd;W3NCO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3nco_v2.0.7' ';export' 'W3NCO_SRC;W3NCO_VER=v2.0.7' ';export' 'W3NCO_VER;XLSF_UIDDIR=/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib/uid' ';export' 'XLSF_UIDDIR;XTOS_VERSION=5.2.82' ';export' 'XTOS_VERSION;XTPE_NETWORK_TARGET=aries' ';export' 'XTPE_NETWORK_TARGET;Z_INC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include' ';export' 'Z_INC;Z_LIB=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a' ';export' 'Z_LIB;Z_SRC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/src' ';export' 'Z_SRC;Z_VER=1.2.7' ';export' 'Z_VER;_LMFILES_=/opt/cray/craype/default/alt-modulefiles/craype-network-aries:/opt/cray/alt-modulefiles/craype/2.3.0:/opt/cray/alt-modulefiles/cray-libsci/13.0.3:/opt/cray/ari/modulefiles/udreg/2.3.2-1.0502.10518.2.17.ari:/opt/cray/ari/modulefiles/ugni/6.0-1.0502.10863.8.29.ari:/opt/cray/ari/modulefiles/pmi/5.0.11:/opt/cray/ari/modulefiles/dmapp/7.0.1-1.0502.11080.8.76.ari:/opt/cray/ari/modulefiles/gni-headers/4.0-1.0502.10859.7.8.ari:/opt/cray/ari/modulefiles/xpmem/0.1-2.0502.64982.5.3.ari:/opt/cray/ari/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.116.ari:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9774.31.11.ari:/opt/cray/ari/modulefiles/rca/1.0.0-2.0502.60530.1.62.ari:/opt/cray/alt-modulefiles/atp/1.8.1:/opt/cray/alt-modulefiles/PrgEnv-intel/5.2.82:/opt/modulefiles/intel/16.3.210:/opt/cray/alt-modulefiles/cray-netcdf/4.3.3.1:/opt/cray/alt-modulefiles/cray-hdf5/1.8.14:/opt/modulefiles/xt-lsfhpc/9.1.3:/opt/cray/craype/default/alt-modulefiles/craype-haswell:/usrx/local/dev/modulefiles/python/2.7.14:/usrx/local/dev/modulefiles/cmake/3.6.2:/opt/modulefiles/gcc/4.9.2:/usrx/local/prod/modulefiles/jasper-gnu-sandybridge/1.900.1:/usrx/local/prod/modulefiles/png-intel-sandybridge/1.2.49:/usrx/local/dev/modulefiles/zlib-intel-sandybridge/1.2.7:/gpfs/hps/nco/ops/nwprod/lib/modulefiles/crtm-intel/2.2.6:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/bacio/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/ip/3.0.2:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/sp/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3nco/2.0.7:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3emc/2.3.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/nemsio/2.2.4:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/post/8.0.5:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari:/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray/fv3' ';export' '_LMFILES_;' +++ ATP_HOME=/opt/cray/atp/1.8.1 +++ export ATP_HOME +++ ATP_MRNET_COMM_PATH=/opt/cray/atp/1.8.1/libexec/atp_mrnet_commnode_wrapper +++ export ATP_MRNET_COMM_PATH +++ ATP_POST_LINK_OPTS='-Wl,-L/opt/cray/atp/1.8.1/libApp/ ' +++ export ATP_POST_LINK_OPTS +++ BACIO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a +++ export BACIO_LIB4 +++ BACIO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_8.a +++ export BACIO_LIB8 +++ BACIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/bacio_v2.0.3 +++ export BACIO_SRC +++ BACIO_VER=v2.0.3 +++ export BACIO_VER +++ CMAKE_CXX_COMPILER=CC +++ export CMAKE_CXX_COMPILER +++ CMAKE_C_COMPILER=cc +++ export CMAKE_C_COMPILER +++ CMAKE_Fortran_COMPILER=ftn +++ export CMAKE_Fortran_COMPILER +++ CMAKE_Platform=wcoss_cray +++ export CMAKE_Platform +++ COMP=intel +++ export COMP +++ CPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/include:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/include +++ export CPATH +++ CRAYOS_VERSION=5.2.82 +++ export CRAYOS_VERSION +++ CRAYPE_DIR=/opt/cray/craype/2.3.0 +++ export CRAYPE_DIR +++ CRAYPE_NETWORK_TARGET=aries +++ export CRAYPE_NETWORK_TARGET +++ CRAYPE_VERSION=2.3.0 +++ export CRAYPE_VERSION +++ CRAY_ALPS_INCLUDE_OPTS=-I/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/include +++ export CRAY_ALPS_INCLUDE_OPTS +++ CRAY_ALPS_POST_LINK_OPTS=-L/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64 +++ export CRAY_ALPS_POST_LINK_OPTS +++ CRAY_CPU_TARGET=haswell +++ export CRAY_CPU_TARGET +++ CRAY_DMAPP_INCLUDE_OPTS='-I/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/include -I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include ' +++ export CRAY_DMAPP_INCLUDE_OPTS +++ CRAY_DMAPP_POST_LINK_OPTS=-L/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64 +++ export CRAY_DMAPP_POST_LINK_OPTS +++ CRAY_GNI_HEADERS_INCLUDE_OPTS=-I/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/include +++ export CRAY_GNI_HEADERS_INCLUDE_OPTS +++ CRAY_HDF5_DIR=/opt/cray/hdf5/1.8.14 +++ export CRAY_HDF5_DIR +++ CRAY_HDF5_VERSION=1.8.14 +++ export CRAY_HDF5_VERSION +++ CRAY_LD_LIBRARY_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64:/opt/cray/hdf5/1.8.14/INTEL/14.0/lib:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64:/opt/cray/pmi/5.0.11/lib64:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64:/opt/cray/libsci/13.0.3/INTEL/140/x86_64/lib +++ export CRAY_LD_LIBRARY_PATH +++ CRAY_LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3 +++ export CRAY_LIBSCI_BASE_DIR +++ CRAY_LIBSCI_DIR=/opt/cray/libsci/13.0.3 +++ export CRAY_LIBSCI_DIR +++ CRAY_LIBSCI_PREFIX_DIR=/opt/cray/libsci/13.0.3/INTEL/140/x86_64 +++ export CRAY_LIBSCI_PREFIX_DIR +++ CRAY_LIBSCI_VERSION=13.0.3 +++ export CRAY_LIBSCI_VERSION +++ CRAY_NETCDF_VERSION=4.3.3.1 +++ export CRAY_NETCDF_VERSION +++ CRAY_PE_MODULES=cray-hdf5:cray-netcdf +++ export CRAY_PE_MODULES +++ CRAY_PMI_INCLUDE_OPTS=-I/opt/cray/pmi/5.0.11/include +++ export CRAY_PMI_INCLUDE_OPTS +++ CRAY_PMI_POST_LINK_OPTS=-L/opt/cray/pmi/5.0.11/lib64 +++ export CRAY_PMI_POST_LINK_OPTS +++ CRAY_PRE_COMPILE_OPTS=-hnetwork=aries +++ export CRAY_PRE_COMPILE_OPTS +++ CRAY_PRGENVINTEL=loaded +++ export CRAY_PRGENVINTEL +++ CRAY_RCA_INCLUDE_OPTS='-I/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/include -I/opt/cray/krca/1.0.0-2.0502.67049.8.22.ari/include -I/opt/cray-hss-devel/7.2.0/include ' +++ export CRAY_RCA_INCLUDE_OPTS +++ CRAY_RCA_POST_LINK_OPTS='-L/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64 -lrca ' +++ export CRAY_RCA_POST_LINK_OPTS +++ CRAY_UDREG_INCLUDE_OPTS=-I/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/include +++ export CRAY_UDREG_INCLUDE_OPTS +++ CRAY_UDREG_POST_LINK_OPTS=-L/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64 +++ export CRAY_UDREG_POST_LINK_OPTS +++ CRAY_UGNI_INCLUDE_OPTS=-I/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/include +++ export CRAY_UGNI_INCLUDE_OPTS +++ CRAY_UGNI_POST_LINK_OPTS=-L/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64 +++ export CRAY_UGNI_POST_LINK_OPTS +++ CRAY_XPMEM_INCLUDE_OPTS=-I/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/include +++ export CRAY_XPMEM_INCLUDE_OPTS +++ CRAY_XPMEM_POST_LINK_OPTS=-L/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64 +++ export CRAY_XPMEM_POST_LINK_OPTS +++ CRTM_FIX=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/fix +++ export CRTM_FIX +++ CRTM_INC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/include/crtm_v2.2.6 +++ export CRTM_INC +++ CRTM_LIB=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a +++ export CRTM_LIB +++ CRTM_SRC=/gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/src +++ export CRTM_SRC +++ CRTM_VER=v2.2.6 +++ export CRTM_VER +++ DMAPP_ABORT_ON_ERROR=1 +++ export DMAPP_ABORT_ON_ERROR +++ DVS_INCLUDE_OPTS=-I/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/include +++ export DVS_INCLUDE_OPTS +++ DVS_VERSION=0.9.0 +++ export DVS_VERSION +++ ESMFMKFILE=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2tmpl_v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ export G2TMPL_VER +++ G2_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_4 +++ export G2_INC4 +++ G2_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/g2_v3.1.1_d +++ export G2_INCd +++ G2_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a +++ export G2_LIB4 +++ G2_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_d.a +++ export G2_LIBd +++ G2_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/g2_v3.1.1 +++ export G2_SRC +++ G2_VER=v3.1.1 +++ export G2_VER +++ GCC_PATH=/opt/gcc/4.9.2 +++ export GCC_PATH +++ GCC_VERSION=4.9.2 +++ export GCC_VERSION +++ GDBSERVER_MIC=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/target/mic/bin/gdbserver +++ export GDBSERVER_MIC +++ GDB_CROSS=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-mic +++ export GDB_CROSS +++ GDB_HOST=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin/gdb-ia-mic +++ export GDB_HOST +++ GNU_VERSION=4.9.2 +++ export GNU_VERSION +++ HDF5_DIR=/opt/cray/hdf5/1.8.14/INTEL/14.0 +++ export HDF5_DIR +++ HDF5_INCLUDE_OPTS=/opt/cray/hdf5/1.8.14/INTEL/14.0/include +++ export HDF5_INCLUDE_OPTS +++ HDF5_ROOT=/opt/cray/hdf5/1.8.14/INTEL/14.0 +++ export HDF5_ROOT +++ INFOPATH=/opt/gcc/4.9.2/snos/share/info:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/info/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/info/:/usr/local/info:/usr/share/info:/usr/info +++ export INFOPATH +++ INTEL_LICENSE_FILE=/opt/intel/compilers_and_libraries_2016.3.210/linux/licenses:/opt/intel/licenses:/intel/licenses +++ export INTEL_LICENSE_FILE +++ INTEL_MAJOR_VERSION=16.0 +++ export INTEL_MAJOR_VERSION +++ INTEL_MINOR_VERSION=3.210 +++ export INTEL_MINOR_VERSION +++ INTEL_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux +++ export INTEL_PATH +++ INTEL_PYTHONHOME=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/python/intel64/ +++ export INTEL_PYTHONHOME +++ INTEL_VERSION=16.0.3.210 +++ export INTEL_VERSION +++ IPPROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp +++ export IPPROOT +++ IP_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_4 +++ export IP_INC4 +++ IP_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_8 +++ export IP_INC8 +++ IP_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ip_v3.0.2_d +++ export IP_INCd +++ IP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_4.a +++ export IP_LIB4 +++ IP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_8.a +++ export IP_LIB8 +++ IP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libip_v3.0.2_d.a +++ export IP_LIBd +++ IP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/ip_v3.0.2 +++ export IP_SRC +++ IP_VER=v3.0.2 +++ export IP_VER +++ JASPER_INC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/include +++ export JASPER_INC +++ JASPER_LIB=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a +++ export JASPER_LIB +++ JASPER_LIBDIR=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib +++ export JASPER_LIBDIR +++ JASPER_LIBl=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.la +++ export JASPER_LIBl +++ JASPER_SRC=/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/sorc/jasper_v1.900.1 +++ export JASPER_SRC +++ JASPER_VER=1.900.1 +++ export JASPER_VER +++ LD_LIBRARY_PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib:/opt/gcc/4.9.2/snos/lib64:/usrx/local/dev/python/2.7.14/lib:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/tools/intel64/perfsys:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/libipt/intel64/lib +++ export LD_LIBRARY_PATH +++ LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/../compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/intel64/gcc4.1 +++ export LIBRARY_PATH +++ LIBSCI_BASE_DIR=/opt/cray/libsci/13.0.3 +++ export LIBSCI_BASE_DIR +++ LIBSCI_VERSION=13.0.3 +++ export LIBSCI_VERSION +++ LIB_NAME=POST +++ export LIB_NAME +++ LOADEDMODULES=craype-network-aries:craype/2.3.0:cray-libsci/13.0.3:udreg/2.3.2-1.0502.10518.2.17.ari:ugni/6.0-1.0502.10863.8.29.ari:pmi/5.0.11:dmapp/7.0.1-1.0502.11080.8.76.ari:gni-headers/4.0-1.0502.10859.7.8.ari:xpmem/0.1-2.0502.64982.5.3.ari:dvs/2.5_0.9.0-1.0502.2188.1.116.ari:alps/5.2.4-2.0502.9774.31.11.ari:rca/1.0.0-2.0502.60530.1.62.ari:atp/1.8.1:PrgEnv-intel/5.2.82:intel/16.3.210:cray-netcdf/4.3.3.1:cray-hdf5/1.8.14:xt-lsfhpc/9.1.3:craype-haswell:python/2.7.14:cmake/3.6.2:gcc/4.9.2:jasper-gnu-sandybridge/1.900.1:png-intel-sandybridge/1.2.49:zlib-intel-sandybridge/1.2.7:crtm-intel/2.2.6:g2/3.1.1:g2tmpl/1.6.0:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:post/8.0.5:alps/5.2.4-2.0502.9822.32.1.ari:esmf/8.0.0:fv3 +++ export LOADEDMODULES +++ LSF_BINDIR=/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin +++ export LSF_BINDIR +++ LSF_ENVDIR=/gpfs/slsf/xt-lsfhpc/conf +++ export LSF_ENVDIR +++ LSF_LIBDIR=/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib +++ export LSF_LIBDIR +++ LSF_SERVERDIR=/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc +++ export LSF_SERVERDIR +++ MANPATH=/opt/cray/pmi/5.0.11/man:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/man:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/share/man:/opt/gcc/4.9.2/snos/share/man:/usrx/local/dev/cmake/3.6.2/share/man:/usrx/local/dev/python/2.7.14/share/man:/gpfs/slsf/xt-lsfhpc/9.1/man:/opt/cray/netcdf/4.3.3.1/share/man:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/en_US:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/man/:/opt/intel/compilers_and_libraries_2016.3.210/linux/man/common:/opt/cray/atp/1.8.1/man:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/man:/opt/cray/libsci/13.0.3/man:/opt/cray/man/csmlversion:/opt/cray/craype/2.3.0/man:/opt/cray/share/man:/usr/local/man:/usr/share/man:/opt/cray/share/man:/cm/local/apps/environment-modules/current/share/man:/opt/cray/man +++ export MANPATH +++ MIC_LD_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic +++ export MIC_LD_LIBRARY_PATH +++ MIC_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/mpirt/lib/mic:/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb/lib/mic +++ export MIC_LIBRARY_PATH +++ MKLROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl +++ export MKLROOT +++ MODULEPATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles:/opt/cray/ari/modulefiles:/usrx/local/emc_rocoto/modulefiles:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles:/gpfs/hps/nco/ops/nwprod/lib/modulefiles:/gpfs/hps/nco/ops/nwprod/modulefiles:/opt/cray/alt-modulefiles:/opt/cray/craype/default/alt-modulefiles:/opt/modulefiles +++ export MODULEPATH +++ MPICH_ABORT_ON_ERROR=1 +++ export MPICH_ABORT_ON_ERROR +++ MPM_LAUNCHER=/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/mpm/bin/start_mpm.sh +++ export MPM_LAUNCHER +++ NEMSIO_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 +++ export NEMSIO_INC +++ NEMSIO_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a +++ export NEMSIO_LIB +++ NEMSIO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/nemsio_v2.2.4 +++ export NEMSIO_SRC +++ NEMSIO_VER=v2.2.4 +++ export NEMSIO_VER +++ NETCDF_DIR=/opt/cray/netcdf/4.3.3.1/INTEL/14.0 +++ export NETCDF_DIR +++ NLSPATH=/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/ipp/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/share/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64/share/locale/%l_%t/%N +++ export NLSPATH +++ PATH=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/bin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/sbin:/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/bin:/opt/gcc/4.9.2/bin:/usrx/local/dev/cmake/3.6.2/bin:/usrx/local/dev/python/2.7.14/bin:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/etc:/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/bin:/opt/cray/hdf5/1.8.14/bin:/opt/cray/netcdf/4.3.3.1/bin:/opt/intel/compilers_and_libraries_2016.3.210/linux/bin/intel64:/opt/intel/compilers_and_libraries_2016.3.210/linux/debugger/gdb/intel64_mic/bin:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/bin:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/sbin:/opt/cray/dvs/2.5_0.9.0-1.0502.2188.1.116.ari/bin:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/bin:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/bin:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/bin:/opt/cray/craype/2.3.0/bin:/gpfs/hps3/emc/da/noscrub/Rahul.Mahajan/EXT/anaconda/bin:/u/Dusan.Jovic/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin:/usr/sbin:.:/usr/lib/qt3/bin:/u/Dusan.Jovic/bin:/gpfs/hps3/emc/meso/noscrub/Dusan.Jovic/dbrowse:/usrx/local/emc_rocoto/1.2.3/bin:/opt/cray/bin:/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include +++ export PATH +++ PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/ga/5.3.0.1/CRAY/83/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/CRAY/83/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/CRAY/83/lib/pkgconfig:/opt/cray/hdf5/1.8.13/CRAY/83/lib/pkgconfig +++ export PE_CRAY_DEFAULT_FIXED_PKGCONFIG_PATH +++ PE_CRAY_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/CRAY/8.3/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/CRAY/8.3/lib/pkgconfig +++ export PE_CRAY_FIXED_PKGCONFIG_PATH +++ PE_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp:netcdf_c++4 +++ export PE_CXX_PKGCONFIG_LIBS +++ PE_ENV=INTEL +++ export PE_ENV +++ PE_FFTW_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH +++ export PE_FFTW_DEFAULT_REQUIRED_PRODUCTS +++ PE_FFTW_DEFAULT_TARGET_haswell=haswell +++ export PE_FFTW_DEFAULT_TARGET_haswell +++ PE_FFTW_DEFAULT_TARGET_interlagos=interlagos +++ export PE_FFTW_DEFAULT_TARGET_interlagos +++ PE_FFTW_DEFAULT_TARGET_sandybridge=sandybridge +++ export PE_FFTW_DEFAULT_TARGET_sandybridge +++ PE_FFTW_DEFAULT_TARGET_x86_64=x86_64 +++ export PE_FFTW_DEFAULT_TARGET_x86_64 +++ PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/fftw/3.3.4.2/@PE_FFTW_DEFAULT_TARGET@/lib/pkgconfig +++ export PE_FFTW_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran:netcdff +++ export PE_FORTRAN_PKGCONFIG_LIBS +++ PE_GA_DEFAULT_FIXED_PRGENV='CRAY INTEL' +++ export PE_GA_DEFAULT_FIXED_PRGENV +++ PE_GA_DEFAULT_GENCOMPS_GNU='49 48' +++ export PE_GA_DEFAULT_GENCOMPS_GNU +++ PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/ga/5.3.0.1/@PRGENV@/@PE_GA_DEFAULT_GENCOMPS@/lib/pkgconfig +++ export PE_GA_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_GA_DEFAULT_VOLATILE_PRGENV=GNU +++ export PE_GA_DEFAULT_VOLATILE_PRGENV +++ PE_HDF5_CXX_PKGCONFIG_LIBS=hdf5_hl_cpp:hdf5_cpp +++ export PE_HDF5_CXX_PKGCONFIG_LIBS +++ PE_HDF5_DEFAULT_FIXED_PRGENV='CRAY INTEL' +++ export PE_HDF5_DEFAULT_FIXED_PRGENV +++ PE_HDF5_DEFAULT_GENCOMPS_GNU='49 48' +++ export PE_HDF5_DEFAULT_GENCOMPS_GNU +++ PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.13/@PRGENV@/@PE_HDF5_DEFAULT_GENCOMPS@/lib/pkgconfig +++ export PE_HDF5_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_HDF5_DEFAULT_VOLATILE_PRGENV=GNU +++ export PE_HDF5_DEFAULT_VOLATILE_PRGENV +++ PE_HDF5_DIR=/opt/cray/hdf5/1.8.14 +++ export PE_HDF5_DIR +++ PE_HDF5_FIXED_PRGENV='CRAY INTEL' +++ export PE_HDF5_FIXED_PRGENV +++ PE_HDF5_FORTRAN_PKGCONFIG_LIBS=hdf5hl_fortran:hdf5_fortran +++ export PE_HDF5_FORTRAN_PKGCONFIG_LIBS +++ PE_HDF5_GENCOMPILERS_GNU='5.1 4.9 4.8' +++ export PE_HDF5_GENCOMPILERS_GNU +++ PE_HDF5_GENCOMPS_GNU='51 49 48' +++ export PE_HDF5_GENCOMPS_GNU +++ PE_HDF5_MODULE_NAME=cray-hdf5 +++ export PE_HDF5_MODULE_NAME +++ PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV='CRAY INTEL' +++ export PE_HDF5_PARALLEL_DEFAULT_FIXED_PRGENV +++ PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU='49 48' +++ export PE_HDF5_PARALLEL_DEFAULT_GENCOMPS_GNU +++ PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH +++ export PE_HDF5_PARALLEL_DEFAULT_REQUIRED_PRODUCTS +++ PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5-parallel/1.8.13/@PRGENV@/@PE_HDF5_PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig +++ export PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU +++ export PE_HDF5_PARALLEL_DEFAULT_VOLATILE_PRGENV +++ PE_HDF5_PKGCONFIG_LIBS=hdf5_hl:hdf5 +++ export PE_HDF5_PKGCONFIG_LIBS +++ PE_HDF5_VOLATILE_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/@PRGENV@/@PE_HDF5_GENCOMPS@/lib/pkgconfig +++ export PE_HDF5_VOLATILE_PKGCONFIG_PATH +++ PE_HDF5_VOLATILE_PRGENV=GNU +++ export PE_HDF5_VOLATILE_PRGENV +++ PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/INTEL/14.0/lib/pkgconfig:/opt/cray/netcdf/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/ga/5.3.0.1/INTEL/140/lib/pkgconfig:/opt/cray/netcdf-hdf5parallel/4.3.2/INTEL/140/lib/pkgconfig:/opt/cray/hdf5-parallel/1.8.13/INTEL/140/lib/pkgconfig:/opt/cray/hdf5/1.8.13/INTEL/140/lib/pkgconfig:/opt/cray/mpt/7.2.0/gni/mpich2-intel/140/lib/pkgconfig +++ export PE_INTEL_DEFAULT_FIXED_PKGCONFIG_PATH +++ PE_INTEL_FIXED_PKGCONFIG_PATH=/opt/cray/hdf5/1.8.14/INTEL/14.0/lib/pkgconfig:/opt/cray/netcdf/4.3.3.1/INTEL/14.0/lib/pkgconfig +++ export PE_INTEL_FIXED_PKGCONFIG_PATH +++ PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64=83 +++ export PE_LIBSCI_DEFAULT_GENCOMPS_CRAY_x86_64 +++ PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64='49 48' +++ export PE_LIBSCI_DEFAULT_GENCOMPS_GNU_x86_64 +++ PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64=140 +++ export PE_LIBSCI_DEFAULT_GENCOMPS_INTEL_x86_64 +++ PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp=_mp +++ export PE_LIBSCI_DEFAULT_OMP_REQUIRES_openmp +++ PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES=PE_LIBSCI_DEFAULT_OMP_REQUIRES_@openmp@ +++ export PE_LIBSCI_DEFAULT_PKGCONFIG_VARIABLES +++ PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH +++ export PE_LIBSCI_DEFAULT_REQUIRED_PRODUCTS +++ PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_DEFAULT_GENCOMPS@/@PE_LIBSCI_DEFAULT_TARGET@/lib/pkgconfig +++ export PE_LIBSCI_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_LIBSCI_DEFAULT_VOLATILE_PRGENV='CRAY GNU INTEL' +++ export PE_LIBSCI_DEFAULT_VOLATILE_PRGENV +++ PE_LIBSCI_GENCOMPS_CRAY_x86_64=83 +++ export PE_LIBSCI_GENCOMPS_CRAY_x86_64 +++ PE_LIBSCI_GENCOMPS_GNU_x86_64='49 48' +++ export PE_LIBSCI_GENCOMPS_GNU_x86_64 +++ PE_LIBSCI_GENCOMPS_INTEL_x86_64=140 +++ export PE_LIBSCI_GENCOMPS_INTEL_x86_64 +++ PE_LIBSCI_MODULE_NAME=cray-libsci/13.0.3 +++ export PE_LIBSCI_MODULE_NAME +++ PE_LIBSCI_OMP_REQUIRES_openmp=_mp +++ export PE_LIBSCI_OMP_REQUIRES_openmp +++ PE_LIBSCI_PKGCONFIG_LIBS=libsci_mpi:libsci +++ export PE_LIBSCI_PKGCONFIG_LIBS +++ PE_LIBSCI_PKGCONFIG_VARIABLES=PE_LIBSCI_OMP_REQUIRES_@openmp@ +++ export PE_LIBSCI_PKGCONFIG_VARIABLES +++ PE_LIBSCI_REQUIRED_PRODUCTS=PE_MPICH +++ export PE_LIBSCI_REQUIRED_PRODUCTS +++ PE_LIBSCI_VOLATILE_PKGCONFIG_PATH=/opt/cray/libsci/13.0.3/@PRGENV@/@PE_LIBSCI_GENCOMPS@/@PE_LIBSCI_TARGET@/lib/pkgconfig +++ export PE_LIBSCI_VOLATILE_PKGCONFIG_PATH +++ PE_LIBSCI_VOLATILE_PRGENV='CRAY GNU INTEL' +++ export PE_LIBSCI_VOLATILE_PRGENV +++ PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64=64 +++ export PE_MPICH_DEFAULT_DIR_CRAY_DEFAULT64 +++ PE_MPICH_DEFAULT_FIXED_PRGENV=INTEL +++ export PE_MPICH_DEFAULT_FIXED_PRGENV +++ PE_MPICH_DEFAULT_GENCOMPS_CRAY=83 +++ export PE_MPICH_DEFAULT_GENCOMPS_CRAY +++ PE_MPICH_DEFAULT_GENCOMPS_GNU='49 48' +++ export PE_MPICH_DEFAULT_GENCOMPS_GNU +++ PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/mpich2-@PRGENV@@PE_MPICH_DEFAULT_DIR_DEFAULT64@/@PE_MPICH_DEFAULT_GENCOMPS@/lib/pkgconfig +++ export PE_MPICH_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_MPICH_DEFAULT_VOLATILE_PRGENV='CRAY GNU' +++ export PE_MPICH_DEFAULT_VOLATILE_PRGENV +++ PE_MPICH_MULTITHREADED_LIBS_multithreaded=_mt +++ export PE_MPICH_MULTITHREADED_LIBS_multithreaded +++ PE_MPICH_NV_LIBS_nvidia20=-lcudart +++ export PE_MPICH_NV_LIBS_nvidia20 +++ PE_MPICH_NV_LIBS_nvidia35=-lcudart +++ export PE_MPICH_NV_LIBS_nvidia35 +++ PE_MPICH_PKGCONFIG_VARIABLES=PE_MPICH_NV_LIBS_@accelerator@:PE_MPICH_MULTITHREADED_LIBS_@multithreaded@ +++ export PE_MPICH_PKGCONFIG_VARIABLES +++ PE_MPICH_TARGET_VAR_nvidia20=-lcudart +++ export PE_MPICH_TARGET_VAR_nvidia20 +++ PE_MPICH_TARGET_VAR_nvidia35=-lcudart +++ export PE_MPICH_TARGET_VAR_nvidia35 +++ PE_NETCDF_BASEDIR=/opt/cray/netcdf/4.3.3.1 +++ export PE_NETCDF_BASEDIR +++ PE_NETCDF_CXX_PKGCONFIG_LIBS=netcdf_c++4 +++ export PE_NETCDF_CXX_PKGCONFIG_LIBS +++ PE_NETCDF_DEFAULT_FIXED_PRGENV='CRAY INTEL' +++ export PE_NETCDF_DEFAULT_FIXED_PRGENV +++ PE_NETCDF_DEFAULT_GENCOMPS_GNU='49 48' +++ export PE_NETCDF_DEFAULT_GENCOMPS_GNU +++ PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS=PE_HDF5 +++ export PE_NETCDF_DEFAULT_REQUIRED_PRODUCTS +++ PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.2/@PRGENV@/@PE_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig +++ export PE_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU +++ export PE_NETCDF_DEFAULT_VOLATILE_PRGENV +++ PE_NETCDF_FIXED_PRGENV='CRAY INTEL' +++ export PE_NETCDF_FIXED_PRGENV +++ PE_NETCDF_FORTRAN_PKGCONFIG_LIBS=netcdff +++ export PE_NETCDF_FORTRAN_PKGCONFIG_LIBS +++ PE_NETCDF_GENCOMPILERS_GNU='5.1 4.9 4.8' +++ export PE_NETCDF_GENCOMPILERS_GNU +++ PE_NETCDF_GENCOMPS_GNU='51 49 48' +++ export PE_NETCDF_GENCOMPS_GNU +++ PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV='CRAY INTEL' +++ export PE_NETCDF_HDF5PARALLEL_DEFAULT_FIXED_PRGENV +++ PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU='49 48' +++ export PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS_GNU +++ PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS='PE_HDF5_PARALLEL PE_MPICH' +++ export PE_NETCDF_HDF5PARALLEL_DEFAULT_REQUIRED_PRODUCTS +++ PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf-hdf5parallel/4.3.2/@PRGENV@/@PE_NETCDF_HDF5PARALLEL_DEFAULT_GENCOMPS@/lib/pkgconfig +++ export PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV=GNU +++ export PE_NETCDF_HDF5PARALLEL_DEFAULT_VOLATILE_PRGENV +++ PE_NETCDF_MODULE_NAME=cray-netcdf +++ export PE_NETCDF_MODULE_NAME +++ PE_NETCDF_PKGCONFIG_LIBS=netcdf +++ export PE_NETCDF_PKGCONFIG_LIBS +++ PE_NETCDF_REQUIRED_PRODUCTS=PE_HDF5 +++ export PE_NETCDF_REQUIRED_PRODUCTS +++ PE_NETCDF_VOLATILE_PKGCONFIG_PATH=/opt/cray/netcdf/4.3.3.1/@PRGENV@/@PE_NETCDF_GENCOMPS@/lib/pkgconfig +++ export PE_NETCDF_VOLATILE_PKGCONFIG_PATH +++ PE_NETCDF_VOLATILE_PRGENV=GNU +++ export PE_NETCDF_VOLATILE_PRGENV +++ PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35=,-lcupti,-lcudart,-lcuda +++ export PE_PAPI_DEFAULT_ACCEL_LIBS_nvidia35 +++ PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES=PE_PAPI_ACCEL_LIBS_@accelerator@ +++ export PE_PAPI_DEFAULT_PKGCONFIG_VARIABLES +++ PE_PAPI_DEFAULT_TARGET_VAR_nvidia35=,-lcupti,-lcudart,-lcuda +++ export PE_PAPI_DEFAULT_TARGET_VAR_nvidia35 +++ PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV='CRAY INTEL' +++ export PE_PARALLEL_NETCDF_DEFAULT_FIXED_PRGENV +++ PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU='4.9 4.8' +++ export PE_PARALLEL_NETCDF_DEFAULT_GENCOMPILERS_GNU +++ PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU='49 48' +++ export PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS_GNU +++ PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/parallel-netcdf/1.6.0/@PRGENV@/@PE_PARALLEL_NETCDF_DEFAULT_GENCOMPS@/lib/pkgconfig +++ export PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV=GNU +++ export PE_PARALLEL_NETCDF_DEFAULT_VOLATILE_PRGENV +++ PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell=83 +++ export PE_PETSC_DEFAULT_GENCOMPS_CRAY_haswell +++ PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos=83 +++ export PE_PETSC_DEFAULT_GENCOMPS_CRAY_interlagos +++ PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge=83 +++ export PE_PETSC_DEFAULT_GENCOMPS_CRAY_sandybridge +++ PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64=83 +++ export PE_PETSC_DEFAULT_GENCOMPS_CRAY_x86_64 +++ PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell='49 48' +++ export PE_PETSC_DEFAULT_GENCOMPS_GNU_haswell +++ PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos='49 48' +++ export PE_PETSC_DEFAULT_GENCOMPS_GNU_interlagos +++ PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge='49 48' +++ export PE_PETSC_DEFAULT_GENCOMPS_GNU_sandybridge +++ PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64='49 48' +++ export PE_PETSC_DEFAULT_GENCOMPS_GNU_x86_64 +++ PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell=140 +++ export PE_PETSC_DEFAULT_GENCOMPS_INTEL_haswell +++ PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos=140 +++ export PE_PETSC_DEFAULT_GENCOMPS_INTEL_interlagos +++ PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge=140 +++ export PE_PETSC_DEFAULT_GENCOMPS_INTEL_sandybridge +++ PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64=140 +++ export PE_PETSC_DEFAULT_GENCOMPS_INTEL_x86_64 +++ PE_PETSC_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI:PE_TPSL +++ export PE_PETSC_DEFAULT_REQUIRED_PRODUCTS +++ PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/petsc/3.5.3.0/complex/@PRGENV@/@PE_PETSC_DEFAULT_GENCOMPS@/@PE_PETSC_DEFAULT_TARGET@/lib/pkgconfig +++ export PE_PETSC_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_PETSC_DEFAULT_VOLATILE_PRGENV='CRAY GNU INTEL' +++ export PE_PETSC_DEFAULT_VOLATILE_PRGENV +++ PE_PKGCONFIG_DEFAULT_PRODUCTS=PE_LIBSCI:PE_PARALLEL_NETCDF:PE_NETCDF:PE_GA:PE_TPSL:PE_NETCDF_HDF5PARALLEL:PE_HDF5_PARALLEL:PE_TRILINOS:PE_FFTW:PE_HDF5:PE_PETSC:PE_MPICH +++ export PE_PKGCONFIG_DEFAULT_PRODUCTS +++ PE_PKGCONFIG_LIBS=hdf5_hl:hdf5:netcdf:AtpSigHandler:cray-rca:libsci_mpi:libsci +++ export PE_PKGCONFIG_LIBS +++ PE_PKGCONFIG_PRODUCTS=PE_HDF5:PE_NETCDF:PE_LIBSCI +++ export PE_PKGCONFIG_PRODUCTS +++ PE_PKGCONFIG_PRODUCTS_DEFAULT=PE_PAPI +++ export PE_PKGCONFIG_PRODUCTS_DEFAULT +++ PE_PKG_CONFIG_PATH=/opt/cray/cti/1.0.2/lib/pkgconfig +++ export PE_PKG_CONFIG_PATH +++ PE_PRODUCT_LIST=CRAYPE_HASWELL:CRAY_RCA:CRAY_ALPS:DVS:CRAY_XPMEM:CRAY_DMAPP:CRAY_PMI:CRAY_UGNI:CRAY_UDREG:CRAY_LIBSCI:CRAYPE:INTEL +++ export PE_PRODUCT_LIST +++ PE_SMA_DIR_CRAY_DEFAULT64=64 +++ export PE_SMA_DIR_CRAY_DEFAULT64 +++ PE_SMA_DIR_PGI_DEFAULT64=64 +++ export PE_SMA_DIR_PGI_DEFAULT64 +++ PE_SMA_VOLATILE_PKGCONFIG_PATH=/opt/cray/mpt/7.2.0/gni/sma@PE_SMA_DIR_DEFAULT64@/lib64/pkgconfig +++ export PE_SMA_VOLATILE_PKGCONFIG_PATH +++ PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell=83 +++ export PE_TPSL_DEFAULT_GENCOMPS_CRAY_haswell +++ PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos=83 +++ export PE_TPSL_DEFAULT_GENCOMPS_CRAY_interlagos +++ PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge=83 +++ export PE_TPSL_DEFAULT_GENCOMPS_CRAY_sandybridge +++ PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64=83 +++ export PE_TPSL_DEFAULT_GENCOMPS_CRAY_x86_64 +++ PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell='49 48' +++ export PE_TPSL_DEFAULT_GENCOMPS_GNU_haswell +++ PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos='49 48' +++ export PE_TPSL_DEFAULT_GENCOMPS_GNU_interlagos +++ PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge='49 48' +++ export PE_TPSL_DEFAULT_GENCOMPS_GNU_sandybridge +++ PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64='49 48' +++ export PE_TPSL_DEFAULT_GENCOMPS_GNU_x86_64 +++ PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell=140 +++ export PE_TPSL_DEFAULT_GENCOMPS_INTEL_haswell +++ PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos=140 +++ export PE_TPSL_DEFAULT_GENCOMPS_INTEL_interlagos +++ PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge=140 +++ export PE_TPSL_DEFAULT_GENCOMPS_INTEL_sandybridge +++ PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64=140 +++ export PE_TPSL_DEFAULT_GENCOMPS_INTEL_x86_64 +++ PE_TPSL_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_LIBSCI +++ export PE_TPSL_DEFAULT_REQUIRED_PRODUCTS +++ PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/tpsl/1.4.4/@PRGENV@/@PE_TPSL_DEFAULT_GENCOMPS@/@PE_TPSL_DEFAULT_TARGET@/lib/pkgconfig +++ export PE_TPSL_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_TPSL_DEFAULT_VOLATILE_PRGENV='CRAY GNU INTEL' +++ export PE_TPSL_DEFAULT_VOLATILE_PRGENV +++ PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64=83 +++ export PE_TRILINOS_DEFAULT_GENCOMPS_CRAY_x86_64 +++ PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64='49 48' +++ export PE_TRILINOS_DEFAULT_GENCOMPS_GNU_x86_64 +++ PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64=140 +++ export PE_TRILINOS_DEFAULT_GENCOMPS_INTEL_x86_64 +++ PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS=PE_MPICH:PE_HDF5_PARALLEL:PE_NETCDF_HDF5PARALLEL:PE_LIBSCI:PE_TPSL +++ export PE_TRILINOS_DEFAULT_REQUIRED_PRODUCTS +++ PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH=/opt/cray/trilinos/11.12.1.2/@PRGENV@/@PE_TRILINOS_DEFAULT_GENCOMPS@/@PE_TRILINOS_DEFAULT_TARGET@/lib/pkgconfig +++ export PE_TRILINOS_DEFAULT_VOLATILE_PKGCONFIG_PATH +++ PE_TRILINOS_DEFAULT_VOLATILE_PRGENV='CRAY GNU INTEL' +++ export PE_TRILINOS_DEFAULT_VOLATILE_PRGENV +++ PKGCONFIG_ENABLED=1 +++ export PKGCONFIG_ENABLED +++ PKG_CONFIG_PATH=/opt/cray/alps/5.2.4-2.0502.9822.32.1.ari/lib64/pkgconfig:/opt/cray/rca/1.0.0-2.0502.60530.1.62.ari/lib64/pkgconfig:/opt/cray/alps/5.2.4-2.0502.9774.31.11.ari/lib64/pkgconfig:/opt/cray/xpmem/0.1-2.0502.64982.5.3.ari/lib64/pkgconfig:/opt/cray/gni-headers/4.0-1.0502.10859.7.8.ari/lib64/pkgconfig:/opt/cray/dmapp/7.0.1-1.0502.11080.8.76.ari/lib64/pkgconfig:/opt/cray/pmi/5.0.11/lib64/pkgconfig:/opt/cray/ugni/6.0-1.0502.10863.8.29.ari/lib64/pkgconfig:/opt/cray/udreg/2.3.2-1.0502.10518.2.17.ari/lib64/pkgconfig:/opt/cray/craype/2.3.0/pkg-config:/opt/cray/atp/1.8.1/lib/pkgconfig +++ export PKG_CONFIG_PATH +++ PKG_CONFIG_PATH_DEFAULT=/opt/cray/papi/5.4.0.1/lib64/pkgconfig +++ export PKG_CONFIG_PATH_DEFAULT +++ PNG_INC=/usrx/local/prod//png/1.2.49/intel/sandybridge/include +++ export PNG_INC +++ PNG_LIB=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a +++ export PNG_LIB +++ PNG_LIB12=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng12.a +++ export PNG_LIB12 +++ PNG_LIBDIR=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib +++ export PNG_LIBDIR +++ PNG_LIBso=/usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.so +++ export PNG_LIBso +++ PNG_SRC=/usrx/local/prod//png/1.2.49/intel/sandybridge/src +++ export PNG_SRC +++ PNG_VER=1.2.49 +++ export PNG_VER +++ POST_INC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.5_4 +++ export POST_INC +++ POST_LIB=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ export POST_VER +++ SHMEM_ABORT_ON_ERROR=1 +++ export SHMEM_ABORT_ON_ERROR +++ SLURM_PROLOG=/opt/cray/atp/1.8.1/libexec/slurm_prolog.ksh +++ export SLURM_PROLOG +++ SP_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_4.a +++ export SP_LIB4 +++ SP_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_8.a +++ export SP_LIB8 +++ SP_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a +++ export SP_LIBd +++ SP_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/sp_v2.0.3 +++ export SP_SRC +++ SP_VER=v2.0.3 +++ export SP_VER +++ TBBROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/tbb +++ export TBBROOT +++ W3EMC_INC4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_4 +++ export W3EMC_INC4 +++ W3EMC_INC8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_8 +++ export W3EMC_INC8 +++ W3EMC_INCd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/w3emc_v2.3.1_d +++ export W3EMC_INCd +++ W3EMC_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_4.a +++ export W3EMC_LIB4 +++ W3EMC_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_8.a +++ export W3EMC_LIB8 +++ W3EMC_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a +++ export W3EMC_LIBd +++ W3EMC_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3emc_v2.3.1 +++ export W3EMC_SRC +++ W3EMC_VER=v2.3.1 +++ export W3EMC_VER +++ W3NCO_LIB4=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_4.a +++ export W3NCO_LIB4 +++ W3NCO_LIB8=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_8.a +++ export W3NCO_LIB8 +++ W3NCO_LIBd=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a +++ export W3NCO_LIBd +++ W3NCO_SRC=/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/src/w3nco_v2.0.7 +++ export W3NCO_SRC +++ W3NCO_VER=v2.0.7 +++ export W3NCO_VER +++ XLSF_UIDDIR=/gpfs/slsf/xt-lsfhpc/9.1/linux2.6-glibc2.3-x86_64-cray/lib/uid +++ export XLSF_UIDDIR +++ XTOS_VERSION=5.2.82 +++ export XTOS_VERSION +++ XTPE_NETWORK_TARGET=aries +++ export XTPE_NETWORK_TARGET +++ Z_INC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/include +++ export Z_INC +++ Z_LIB=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/lib/libz.a +++ export Z_LIB +++ Z_SRC=/usrx/local/dev/zlib/1.2.7/intel/sandybridge/src +++ export Z_SRC +++ Z_VER=1.2.7 +++ export Z_VER +++ _LMFILES_=/opt/cray/craype/default/alt-modulefiles/craype-network-aries:/opt/cray/alt-modulefiles/craype/2.3.0:/opt/cray/alt-modulefiles/cray-libsci/13.0.3:/opt/cray/ari/modulefiles/udreg/2.3.2-1.0502.10518.2.17.ari:/opt/cray/ari/modulefiles/ugni/6.0-1.0502.10863.8.29.ari:/opt/cray/ari/modulefiles/pmi/5.0.11:/opt/cray/ari/modulefiles/dmapp/7.0.1-1.0502.11080.8.76.ari:/opt/cray/ari/modulefiles/gni-headers/4.0-1.0502.10859.7.8.ari:/opt/cray/ari/modulefiles/xpmem/0.1-2.0502.64982.5.3.ari:/opt/cray/ari/modulefiles/dvs/2.5_0.9.0-1.0502.2188.1.116.ari:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9774.31.11.ari:/opt/cray/ari/modulefiles/rca/1.0.0-2.0502.60530.1.62.ari:/opt/cray/alt-modulefiles/atp/1.8.1:/opt/cray/alt-modulefiles/PrgEnv-intel/5.2.82:/opt/modulefiles/intel/16.3.210:/opt/cray/alt-modulefiles/cray-netcdf/4.3.3.1:/opt/cray/alt-modulefiles/cray-hdf5/1.8.14:/opt/modulefiles/xt-lsfhpc/9.1.3:/opt/cray/craype/default/alt-modulefiles/craype-haswell:/usrx/local/dev/modulefiles/python/2.7.14:/usrx/local/dev/modulefiles/cmake/3.6.2:/opt/modulefiles/gcc/4.9.2:/usrx/local/prod/modulefiles/jasper-gnu-sandybridge/1.900.1:/usrx/local/prod/modulefiles/png-intel-sandybridge/1.2.49:/usrx/local/dev/modulefiles/zlib-intel-sandybridge/1.2.7:/gpfs/hps/nco/ops/nwprod/lib/modulefiles/crtm-intel/2.2.6:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/bacio/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/ip/3.0.2:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/sp/2.0.3:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3nco/2.0.7:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/w3emc/2.3.1:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/nemsio/2.2.4:/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/modulefiles/post/8.0.5:/opt/cray/ari/modulefiles/alps/5.2.4-2.0502.9822.32.1.ari:/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0:/gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray/fv3 +++ export _LMFILES_ ++ module list +++ /opt/modules/3.2.10.3/bin/modulecmd bash list Currently Loaded Modulefiles: 1) craype-network-aries 2) craype/2.3.0 @@ -1338,4525 +4322,203 @@ Currently Loaded Modulefiles: 35) post/8.0.5 36) alps/5.2.4-2.0502.9822.32.1.ari 37) esmf/8.0.0 - 38) modules.nems -build NEMS after /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -Components in linker order: FV3 FMS -FV3: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" -CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" -CPPFLAGS += ESMF_VERSION_MINOR="0" -CPPFLAGS += ESMF_VERSION_MAJOR="8" -CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" -CPPFLAGS += ESMF_VERSION_STRING="8.0.0" -CPPFLAGS += ESMF_VERSION_REVISION="0" -CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -cc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c ENS_CplComp_ESMFMod_STUB.f90 -ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o -ar: creating ENS_Cpl.a -a - ENS_CplComp_ESMFMod_STUB.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 13:51:37 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 -mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o -`module_NEMS_UTILS.tmp.o' -> `module_NEMS_UTILS.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 13:51:37 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 -mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o -`module_MEDIATOR_methods.tmp.o' -> `module_MEDIATOR_methods.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 13:51:37 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 -mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o -`module_MEDIATOR.tmp.o' -> `module_MEDIATOR.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 13:51:37 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 -mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o -`module_MEDIATOR_SpaceWeather.tmp.o' -> `module_MEDIATOR_SpaceWeather.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 13:51:37 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 -mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o -`module_EARTH_INTERNAL_STATE.tmp.o' -> `module_EARTH_INTERNAL_STATE.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 13:51:37 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 -mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o -`module_EARTH_GRID_COMP.tmp.o' -> `module_EARTH_GRID_COMP.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 13:51:37 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 -mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o -`module_NEMS_INTERNAL_STATE.tmp.o' -> `module_NEMS_INTERNAL_STATE.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 13:51:37 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 -mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o -`module_NEMS_GRID_COMP.tmp.o' -> `module_NEMS_GRID_COMP.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 13:51:37 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 -mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o -`module_NEMS_Rusage.tmp.o' -> `module_NEMS_Rusage.o' -cc -c nems_c_rusage.c -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 13:51:37 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 -mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o -`MAIN_NEMS.tmp.o' -> `MAIN_NEMS.o' -echo libgocart is -libgocart is -echo extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/prod/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/prod/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ftn -o /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/prod/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -/opt/cray/hdf5/1.8.14/INTEL/14.0/lib/libhdf5.a(H5PL.o): In function `H5PL_load': -H5PL.c:(.text+0x3b7): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking -/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': -/usrx/local/prod/jasper/1.900.1/gnu/sandybridge/sorc/jasper-1.900.1/src/libjasper/base/jas_stream.c:368: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/libesmf.a(ESMCI_VMKernel.o): In function `ESMCI::socketClient()': -ESMCI_VMKernel.C:(.text+0x14ad1): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -set -xe ; cp "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x" "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/tests/fv3_1.exe" -+ cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/tests/fv3_1.exe -+ '[' YES = YES ']' -+ gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3_1 BUILD_ENV=wcoss_cray FV3_MAKEOPT= NEMS_BUILDOPT= clean -Will copy modules.nems and NEMS.x as fv3_1 under tests/ -NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk" -Adding FV3 makeopts to FMS makeopts -cat /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs ; \ - exec gmake -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -Cleaning fms ... - -cd .. ; \ - ls -1 */*.a */*.o */*.mod */depend \ - | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ - rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 ; exec gmake \ - -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Cleaning ... - -(cd gfsphysics && make clean) - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -Cleaning gfsphysics ... - -rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -(cd ccpp/driver && make clean) - -Build CCPP layer ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -makefile:67: depend: No such file or directory -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' - -Build CCPP layer ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -Cleaning CCPP_layer ... - -rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -(cd ipd && make clean) - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -Cleaning ipd ... - -rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -(cd ../stochastic_physics && make clean) - -Build standalone FV3 stochastic_physics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -Cleaning stochastic_physics ... - -rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -(cd io && make clean) - -Build standalone FV3 io ... - -$ESMF_INC is [] -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -Cleaning io ... - -rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -(cd atmos_cubed_sphere && make clean) - -Build standalone FV3 fv3core ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -Cleaning fv3core ... - -rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -(cd cpl && make clean) - -Build standalone FV3 io ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -Cleaning io ... - -rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend -rm -f -rf nems_dir fv3.mk FV3_INSTALL -rm -f -f conf/modules.fv3 -rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/modules.fv3 -if ! test -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ - delete_nuopc=yes ; \ - fi ; \ - cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ - INCLUDES_ARE_OPTIONAL=YES clean ; \ - if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ - fi -Components in linker order: FV3 FMS -FV3: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -GNUmakefile:70: /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" -CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" -CPPFLAGS += ESMF_VERSION_MINOR="0" -CPPFLAGS += ESMF_VERSION_MAJOR="8" -CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" -CPPFLAGS += ESMF_VERSION_STRING="8.0.0" -CPPFLAGS += ESMF_VERSION_REVISION="0" -CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -rm -f -f *.tmp.f90 *.lst *.o *.mod lm map -cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -+ elapsed=734 -+ echo 'Elapsed time 734 seconds. Compiling finished' -Elapsed time 734 seconds. Compiling finished -+ SECONDS=0 -+ [[ 4 -lt 2 ]] -+ readonly PATHTR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -+ PATHTR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -+ readonly BUILD_TARGET=wcoss_cray -+ BUILD_TARGET=wcoss_cray -+ readonly MAKE_OPT=WW3=Y -+ MAKE_OPT=WW3=Y -+ readonly BUILD_NAME=fv3_2 -+ BUILD_NAME=fv3_2 -+ readonly clean_before=YES -+ clean_before=YES -+ readonly clean_after=YES -+ clean_after=YES -+ hostname -slogin1 -+ echo 'Compiling WW3=Y into fv3_2.exe on wcoss_cray' -Compiling WW3=Y into fv3_2.exe on wcoss_cray -+ gnu_make=gmake -+ which gmake -/usr/bin/gmake -+ [[ wcoss_cray == cheyenne.* ]] -+ [[ wcoss_cray == stampede.* ]] -+ MAKE_THREADS=8 -+ [[ 8 -gt 1 ]] -+ echo Using '$MAKE_THREADS=8' threads to build FV3 and FMS. -Using $MAKE_THREADS=8 threads to build FV3 and FMS. -+ echo Consider reducing '$MAKE_THREADS' if you hit memory or process limits. -Consider reducing $MAKE_THREADS if you hit memory or process limits. -+ gnu_make='gmake -j 8' -+ cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../NEMS -+ COMPONENTS=FMS,FV3 -+ [[ WW3=Y == *\C\C\P\P\=\Y* ]] -+ [[ WW3=Y == *\W\W\3\=\Y* ]] -+ COMPONENTS=WW3,FMS,FV3 -+ [[ WW3=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ WW3=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ WW3=Y == *\R\E\P\R\O\=\Y* ]] -+ NEMS_BUILDOPT= -+ '[' YES = YES ']' -+ gmake -j 8 -k COMPONENTS=WW3,FMS,FV3 TEST_BUILD_NAME=fv3_2 BUILD_ENV=wcoss_cray FV3_MAKEOPT=WW3=Y NEMS_BUILDOPT= distclean -Will copy modules.nems and NEMS.x as fv3_2 under tests/ -NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS WW3 FV3' > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk" -Adding FV3 makeopts to FMS makeopts -cat /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs ; \ - exec gmake WW3=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -Cleaning fms ... - -cd .. ; \ - ls -1 */*.a */*.o */*.mod */depend \ - | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ - rm -rf FMS_INSTALL || true -ls: cannot access */*.a: No such file or directory -ls: cannot access */*.o: No such file or directory -ls: cannot access */*.mod: No such file or directory -ls: cannot access */depend: No such file or directory -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -rm -rf /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/esmf ; \ - export COMP_SRCDIR="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model" COMP_BINDIR="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="wcoss_cray" ; \ - export ESMFMKFILE=/dev/null ; \ - exec gmake distclean - -IMPORTANT: You are in more than one group account. You must manually set -the ECF_PORT environment variable to the appropriate port number: - - Group Account ECF_PORT - ============= ======== - emc.glopara 31487 - emc.climpara 31463 - emc.nomad 31523 -Additional ports are listed in /usrx/local/sys/ecflow/assigned_ports.txt -intel(3):ERROR:105: Unable to locate a modulefile for 'intel/16.0.3.210' -fv3(65):ERROR:105: Unable to locate a modulefile for 'g2/3.1.1' -fv3(66):ERROR:105: Unable to locate a modulefile for 'g2tmpl/1.6.0' -fv3(70):ERROR:105: Unable to locate a modulefile for 'bacio/2.0.3' -fv3(71):ERROR:105: Unable to locate a modulefile for 'ip/3.0.2' -fv3(72):ERROR:105: Unable to locate a modulefile for 'sp/2.0.3' -fv3(73):ERROR:105: Unable to locate a modulefile for 'w3nco/2.0.7' -fv3(74):ERROR:105: Unable to locate a modulefile for 'w3emc/2.3.1' -fv3(75):ERROR:105: Unable to locate a modulefile for 'nemsio/2.2.4' -fv3(78):ERROR:105: Unable to locate a modulefile for 'post/8.0.5' -fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' -Currently Loaded Modulefiles: - 1) craype-network-aries - 2) craype/2.3.0 - 3) cray-libsci/13.0.3 - 4) udreg/2.3.2-1.0502.10518.2.17.ari - 5) ugni/6.0-1.0502.10863.8.29.ari - 6) pmi/5.0.11 - 7) dmapp/7.0.1-1.0502.11080.8.76.ari - 8) gni-headers/4.0-1.0502.10859.7.8.ari - 9) xpmem/0.1-2.0502.64982.5.3.ari - 10) dvs/2.5_0.9.0-1.0502.2188.1.116.ari - 11) alps/5.2.4-2.0502.9774.31.11.ari - 12) rca/1.0.0-2.0502.60530.1.62.ari - 13) atp/1.8.1 - 14) PrgEnv-intel/5.2.82 - 15) intel/16.3.210 - 16) cray-netcdf/4.3.3.1 - 17) cray-hdf5/1.8.14 - 18) xt-lsfhpc/9.1.3 - 19) craype-haswell - 20) python/2.7.14 - 21) cmake/3.6.2 - 22) gcc/4.9.2 - 23) jasper-gnu-sandybridge/1.900.1 - 24) png-intel-sandybridge/1.2.49 - 25) zlib-intel-sandybridge/1.2.7 - 26) crtm-intel/2.2.6 - 27) g2/3.1.1 - 28) g2tmpl/1.6.0 - 29) bacio/2.0.3 - 30) ip/3.0.2 - 31) sp/2.0.3 - 32) w3nco/2.0.7 - 33) w3emc/2.3.1 - 34) nemsio/2.2.4 - 35) post/8.0.5 - 36) alps/5.2.4-2.0502.9822.32.1.ari - 37) esmf/8.0.0 - 38) modules.nems -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/esmf' -\rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/exe/ww3_multi_esmf *.o *.mod -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3_clean -c - - ***************************** - *** WAVEWATCH III clean *** - ***************************** - - Clean up /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp - Clean up /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin - Clean up /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn - Clean up /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/aux - Clean up /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin - Clean up /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/../regtests -\rm -fr /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp -\rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/wwatch3.env -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/esmf' -cd "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model" ; \ - rm -rf exe mod* obj* tmp ftn/makefile ftn/makefile_DIST \ - ftn/makefile_SHRD esmf/wwatch3.env aux/makefile \ - bin/link bin/comp ; \ - find . -name '*.o' -o -name '*.mod' -o -name '*.a' \ - | xargs rm -f -rm -rf /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 ; exec gmake \ - -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Cleaning ... - -(cd gfsphysics && make clean) - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -makefile:278: depend: No such file or directory -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -Cleaning gfsphysics ... - -rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -(cd ccpp/driver && make clean) - -Build CCPP layer ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -makefile:67: depend: No such file or directory -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' - -Build CCPP layer ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -Cleaning CCPP_layer ... - -rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -(cd ipd && make clean) - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -makefile:54: depend: No such file or directory -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -Cleaning ipd ... - -rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -(cd ../stochastic_physics && make clean) - -Build standalone FV3 stochastic_physics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -makefile:86: depend: No such file or directory -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' - -Build standalone FV3 stochastic_physics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -Cleaning stochastic_physics ... - -rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -(cd io && make clean) - -Build standalone FV3 io ... - -$ESMF_INC is [] -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -Cleaning io ... - -rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -(cd atmos_cubed_sphere && make clean) - -Build standalone FV3 fv3core ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -Cleaning fv3core ... - -rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -(cd cpl && make clean) - -Build standalone FV3 io ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -Cleaning io ... - -rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend -rm -f -rf nems_dir fv3.mk FV3_INSTALL -rm -f -f conf/modules.fv3 -rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ - delete_nuopc=yes ; \ - fi ; \ - cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS WW3 FV3" \ - INCLUDES_ARE_OPTIONAL=YES clean ; \ - if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ - fi -Components in linker order: FV3 WW3 FMS -FV3: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -GNUmakefile:70: /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -WW3: include -GNUmakefile:70: : component WW3 makefile fragment is missing -FMS: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" -CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" -CPPFLAGS += ESMF_VERSION_MINOR="0" -CPPFLAGS += ESMF_VERSION_MAJOR="8" -CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" -CPPFLAGS += ESMF_VERSION_STRING="8.0.0" -CPPFLAGS += ESMF_VERSION_REVISION="0" -CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -rm -f -f *.tmp.f90 *.lst *.o *.mod lm map -cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test_results.mk -+ gmake -j 8 -k COMPONENTS=WW3,FMS,FV3 TEST_BUILD_NAME=fv3_2 BUILD_ENV=wcoss_cray FV3_MAKEOPT=WW3=Y NEMS_BUILDOPT= build -Will copy modules.nems and NEMS.x as fv3_2 under tests/ -NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS WW3 FV3' > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk" -Adding FV3 makeopts to FMS makeopts -cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/modulefiles/wcoss_cray/fv3 /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems -set -xe ; cp "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems" "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/tests/modules.fv3_2" -+ cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/tests/modules.fv3_2 -cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/conf/configure.fv3.wcoss_cray /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/externals.nems -cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ - echo 'module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf' ; \ - echo 'module load modules.nems' ) > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ - echo 'module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf' ; \ - echo 'module load modules.nems' ) > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS' -if [ -f "/modules.nems" ] ; then \ - . /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ - fi ; \ - ( \ - echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ - echo "CASELESS_FILESYSTEM=NO" ; \ - if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ - ) > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS' -. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs ; \ - exec gmake WW3=Y all - -IMPORTANT: You are in more than one group account. You must manually set -the ECF_PORT environment variable to the appropriate port number: - - Group Account ECF_PORT - ============= ======== - emc.glopara 31487 - emc.climpara 31463 - emc.nomad 31523 -Additional ports are listed in /usrx/local/sys/ecflow/assigned_ports.txt -intel(3):ERROR:105: Unable to locate a modulefile for 'intel/16.0.3.210' -fv3(65):ERROR:105: Unable to locate a modulefile for 'g2/3.1.1' -fv3(66):ERROR:105: Unable to locate a modulefile for 'g2tmpl/1.6.0' -fv3(70):ERROR:105: Unable to locate a modulefile for 'bacio/2.0.3' -fv3(71):ERROR:105: Unable to locate a modulefile for 'ip/3.0.2' -fv3(72):ERROR:105: Unable to locate a modulefile for 'sp/2.0.3' -fv3(73):ERROR:105: Unable to locate a modulefile for 'w3nco/2.0.7' -fv3(74):ERROR:105: Unable to locate a modulefile for 'w3emc/2.3.1' -fv3(75):ERROR:105: Unable to locate a modulefile for 'nemsio/2.2.4' -fv3(78):ERROR:105: Unable to locate a modulefile for 'post/8.0.5' -fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' -Currently Loaded Modulefiles: - 1) craype-network-aries - 2) craype/2.3.0 - 3) cray-libsci/13.0.3 - 4) udreg/2.3.2-1.0502.10518.2.17.ari - 5) ugni/6.0-1.0502.10863.8.29.ari - 6) pmi/5.0.11 - 7) dmapp/7.0.1-1.0502.11080.8.76.ari - 8) gni-headers/4.0-1.0502.10859.7.8.ari - 9) xpmem/0.1-2.0502.64982.5.3.ari - 10) dvs/2.5_0.9.0-1.0502.2188.1.116.ari - 11) alps/5.2.4-2.0502.9774.31.11.ari - 12) rca/1.0.0-2.0502.60530.1.62.ari - 13) atp/1.8.1 - 14) PrgEnv-intel/5.2.82 - 15) intel/16.3.210 - 16) cray-netcdf/4.3.3.1 - 17) cray-hdf5/1.8.14 - 18) xt-lsfhpc/9.1.3 - 19) craype-haswell - 20) python/2.7.14 - 21) cmake/3.6.2 - 22) gcc/4.9.2 - 23) jasper-gnu-sandybridge/1.900.1 - 24) png-intel-sandybridge/1.2.49 - 25) zlib-intel-sandybridge/1.2.7 - 26) crtm-intel/2.2.6 - 27) g2/3.1.1 - 28) g2tmpl/1.6.0 - 29) bacio/2.0.3 - 30) ip/3.0.2 - 31) sp/2.0.3 - 32) w3nco/2.0.7 - 33) w3emc/2.3.1 - 34) nemsio/2.2.4 - 35) post/8.0.5 - 36) alps/5.2.4-2.0502.9822.32.1.ari - 37) esmf/8.0.0 - 38) modules.nems -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -Building dependencies ... -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Compiling in MPI mode (with or without MPP) -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.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. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_manager.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_util.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_manager.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o -ar rv libfms.a ../oda_tools/xbt_drop_rate_adjust.o ../affinity/fms_affinity.o ../amip_interp/amip_interp.o ../astronomy/astronomy.o ../axis_utils/axis_utils.o ../block_control/block_control.o ../column_diagnostics/column_diagnostics.o ../constants/constants.o ../coupler/atmos_ocean_fluxes.o ../coupler/coupler_types.o ../coupler/ensemble_manager.o ../data_override/data_override.o ../diag_integral/diag_integral.o ../diag_manager/diag_axis.o ../diag_manager/diag_data.o ../diag_manager/diag_grid.o ../diag_manager/diag_manifest.o ../diag_manager/diag_manager.o ../diag_manager/diag_output.o ../diag_manager/diag_table.o ../diag_manager/diag_util.o ../drifters/cloud_interpolator.o ../drifters/drifters.o ../drifters/drifters_comm.o ../drifters/drifters_core.o ../drifters/drifters_input.o ../drifters/drifters_io.o ../drifters/quicksort.o ../exchange/stock_constants.o ../exchange/xgrid.o ../fft/fft.o ../fft/fft99.o ../field_manager/field_manager.o ../field_manager/fm_util.o ../fms/fms.o ../fms/fms_io.o ../horiz_interp/horiz_interp.o ../horiz_interp/horiz_interp_bicubic.o ../horiz_interp/horiz_interp_bilinear.o ../horiz_interp/horiz_interp_conserve.o ../horiz_interp/horiz_interp_spherical.o ../horiz_interp/horiz_interp_type.o ../interpolator/interpolator.o ../memutils/memutils.o ../monin_obukhov/monin_obukhov.o ../monin_obukhov/monin_obukhov_kernel.o ../mosaic/gradient.o ../mosaic/grid.o ../mosaic/mosaic.o ../mpp/mpp.o ../mpp/mpp_data.o ../mpp/mpp_domains.o ../mpp/mpp_efp.o ../mpp/mpp_io.o ../mpp/mpp_memutils.o ../mpp/mpp_parameter.o ../mpp/mpp_pset.o ../mpp/mpp_utilities.o ../oda_tools/oda_core.o ../oda_tools/oda_core_ecda.o ../oda_tools/oda_types.o ../oda_tools/write_ocean_data.o ../platform/platform.o ../random_numbers/MersenneTwister.o ../random_numbers/random_numbers.o ../sat_vapor_pres/sat_vapor_pres.o ../sat_vapor_pres/sat_vapor_pres_k.o ../station_data/station_data.o ../time_interp/time_interp.o ../time_interp/time_interp_external.o ../time_manager/get_cal_time.o ../time_manager/time_manager.o ../topography/gaussian_topog.o ../topography/topography.o ../tracer_manager/tracer_manager.o ../tridiagonal/tridiagonal.o ../affinity/affinity.o ../memutils/memuse.o ../mosaic/create_xgrid.o ../mosaic/gradient_c2l.o ../mosaic/interp.o ../mosaic/mosaic_util.o ../mosaic/read_mosaic.o ../mpp/nsclock.o ../mpp/threadloc.o -ar: creating libfms.a -a - ../oda_tools/xbt_drop_rate_adjust.o -a - ../affinity/fms_affinity.o -a - ../amip_interp/amip_interp.o -a - ../astronomy/astronomy.o -a - ../axis_utils/axis_utils.o -a - ../block_control/block_control.o -a - ../column_diagnostics/column_diagnostics.o -a - ../constants/constants.o -a - ../coupler/atmos_ocean_fluxes.o -a - ../coupler/coupler_types.o -a - ../coupler/ensemble_manager.o -a - ../data_override/data_override.o -a - ../diag_integral/diag_integral.o -a - ../diag_manager/diag_axis.o -a - ../diag_manager/diag_data.o -a - ../diag_manager/diag_grid.o -a - ../diag_manager/diag_manifest.o -a - ../diag_manager/diag_manager.o -a - ../diag_manager/diag_output.o -a - ../diag_manager/diag_table.o -a - ../diag_manager/diag_util.o -a - ../drifters/cloud_interpolator.o -a - ../drifters/drifters.o -a - ../drifters/drifters_comm.o -a - ../drifters/drifters_core.o -a - ../drifters/drifters_input.o -a - ../drifters/drifters_io.o -a - ../drifters/quicksort.o -a - ../exchange/stock_constants.o -a - ../exchange/xgrid.o -a - ../fft/fft.o -a - ../fft/fft99.o -a - ../field_manager/field_manager.o -a - ../field_manager/fm_util.o -a - ../fms/fms.o -a - ../fms/fms_io.o -a - ../horiz_interp/horiz_interp.o -a - ../horiz_interp/horiz_interp_bicubic.o -a - ../horiz_interp/horiz_interp_bilinear.o -a - ../horiz_interp/horiz_interp_conserve.o -a - ../horiz_interp/horiz_interp_spherical.o -a - ../horiz_interp/horiz_interp_type.o -a - ../interpolator/interpolator.o -a - ../memutils/memutils.o -a - ../monin_obukhov/monin_obukhov.o -a - ../monin_obukhov/monin_obukhov_kernel.o -a - ../mosaic/gradient.o -a - ../mosaic/grid.o -a - ../mosaic/mosaic.o -a - ../mpp/mpp.o -a - ../mpp/mpp_data.o -a - ../mpp/mpp_domains.o -a - ../mpp/mpp_efp.o -a - ../mpp/mpp_io.o -a - ../mpp/mpp_memutils.o -a - ../mpp/mpp_parameter.o -a - ../mpp/mpp_pset.o -a - ../mpp/mpp_utilities.o -a - ../oda_tools/oda_core.o -a - ../oda_tools/oda_core_ecda.o -a - ../oda_tools/oda_types.o -a - ../oda_tools/write_ocean_data.o -a - ../platform/platform.o -a - ../random_numbers/MersenneTwister.o -a - ../random_numbers/random_numbers.o -a - ../sat_vapor_pres/sat_vapor_pres.o -a - ../sat_vapor_pres/sat_vapor_pres_k.o -a - ../station_data/station_data.o -a - ../time_interp/time_interp.o -a - ../time_interp/time_interp_external.o -a - ../time_manager/get_cal_time.o -a - ../time_manager/time_manager.o -a - ../topography/gaussian_topog.o -a - ../topography/topography.o -a - ../tracer_manager/tracer_manager.o -a - ../tridiagonal/tridiagonal.o -a - ../affinity/affinity.o -a - ../memutils/memuse.o -a - ../mosaic/create_xgrid.o -a - ../mosaic/gradient_c2l.o -a - ../mosaic/interp.o -a - ../mosaic/mosaic_util.o -a - ../mosaic/read_mosaic.o -a - ../mpp/nsclock.o -a - ../mpp/threadloc.o -mkdir -p "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -test -d /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; set -x ; cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/esmf ; \ - export COMP_SRCDIR="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model" COMP_BINDIR="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="wcoss_cray" ; \ - exec gmake -j 1 WW3_COMP="wcoss_cray" ww3_nems - -IMPORTANT: You are in more than one group account. You must manually set -the ECF_PORT environment variable to the appropriate port number: - - Group Account ECF_PORT - ============= ======== - emc.glopara 31487 - emc.climpara 31463 - emc.nomad 31523 -Additional ports are listed in /usrx/local/sys/ecflow/assigned_ports.txt -intel(3):ERROR:105: Unable to locate a modulefile for 'intel/16.0.3.210' -fv3(65):ERROR:105: Unable to locate a modulefile for 'g2/3.1.1' -fv3(66):ERROR:105: Unable to locate a modulefile for 'g2tmpl/1.6.0' -fv3(70):ERROR:105: Unable to locate a modulefile for 'bacio/2.0.3' -fv3(71):ERROR:105: Unable to locate a modulefile for 'ip/3.0.2' -fv3(72):ERROR:105: Unable to locate a modulefile for 'sp/2.0.3' -fv3(73):ERROR:105: Unable to locate a modulefile for 'w3nco/2.0.7' -fv3(74):ERROR:105: Unable to locate a modulefile for 'w3emc/2.3.1' -fv3(75):ERROR:105: Unable to locate a modulefile for 'nemsio/2.2.4' -fv3(78):ERROR:105: Unable to locate a modulefile for 'post/8.0.5' -fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' -Currently Loaded Modulefiles: - 1) craype-network-aries - 2) craype/2.3.0 - 3) cray-libsci/13.0.3 - 4) udreg/2.3.2-1.0502.10518.2.17.ari - 5) ugni/6.0-1.0502.10863.8.29.ari - 6) pmi/5.0.11 - 7) dmapp/7.0.1-1.0502.11080.8.76.ari - 8) gni-headers/4.0-1.0502.10859.7.8.ari - 9) xpmem/0.1-2.0502.64982.5.3.ari - 10) dvs/2.5_0.9.0-1.0502.2188.1.116.ari - 11) alps/5.2.4-2.0502.9774.31.11.ari - 12) rca/1.0.0-2.0502.60530.1.62.ari - 13) atp/1.8.1 - 14) PrgEnv-intel/5.2.82 - 15) intel/16.3.210 - 16) cray-netcdf/4.3.3.1 - 17) cray-hdf5/1.8.14 - 18) xt-lsfhpc/9.1.3 - 19) craype-haswell - 20) python/2.7.14 - 21) cmake/3.6.2 - 22) gcc/4.9.2 - 23) jasper-gnu-sandybridge/1.900.1 - 24) png-intel-sandybridge/1.2.49 - 25) zlib-intel-sandybridge/1.2.7 - 26) crtm-intel/2.2.6 - 27) g2/3.1.1 - 28) g2tmpl/1.6.0 - 29) bacio/2.0.3 - 30) ip/3.0.2 - 31) sp/2.0.3 - 32) w3nco/2.0.7 - 33) w3emc/2.3.1 - 34) nemsio/2.2.4 - 35) post/8.0.5 - 36) alps/5.2.4-2.0502.9822.32.1.ari - 37) esmf/8.0.0 - 38) modules.nems -+ cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/esmf -+ export COMP_SRCDIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model COMP_BINDIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL WW3_COMP=wcoss_cray -+ COMP_SRCDIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model -+ COMP_BINDIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL -+ WW3_COMP=wcoss_cray -+ exec gmake -j 1 WW3_COMP=wcoss_cray ww3_nems -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/esmf' -gmake[1]: warning: -jN forced in submake: disabling jobserver mode. - - ***************************** - *** WAVEWATCH III setup *** - ***************************** - - -[INFO] local env file wwatch3.env found in /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/wwatch3.env - Setup file /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/wwatch3.env found - Printer (listings) : - auxiliary FORTRAN compiler : gfortran - auxiliary C compiler : gcc - Source directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model - Scratch directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp - Save source code : yes - Save listings : yes - - Setup makefile for auxiliary programs - - - Compile auxiliary programs -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/aux' -gfortran -o /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3adc w3adc.f -gfortran -o /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3list w3list.f -gfortran -o /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3prnt w3prnt.f -gfortran -o /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3split w3split.f -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/aux' - - - Setup comp & link files - sed /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/comp.tmpl => /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/comp - sed /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/link.tmpl => /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/link - - Create required model subdirectories - -Finished setting up WAVEWATCH III - -\rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/tempswitch -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3_make ww3_grid - - ***************************** - *** WAVEWATCH III make *** - ***************************** - -Main directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp -Save source codes : yes -Save listings : yes -Shared Object : No - -[INFO] list of the programs selected : ww3_grid -Making makefile ... - - ***************************** - *** WAVEWATCH III makefile *** - ***************************** - -switch = /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/switch - Checking all subroutines for modules (this may take a while) ... - -Processing ww3_grid ---------------------- -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' -ad3 : processing constants - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/constants.out -ad3 : processing w3servmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3servmd.out -ad3 : processing w3arrymd -ad3 : processing w3gsrumd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3arrymd.out - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3gsrumd.out -ad3 : processing w3gdatmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3gdatmd.out -ad3 : processing w3odatmd -ad3 : processing w3idatmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3idatmd.out - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3odatmd.out -ad3 : processing w3dispmd -ad3 : processing w3adatmd -ad3 : processing w3timemd -ad3 : processing w3nmlgridmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3dispmd.out -ad3 : processing wmmdatmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3timemd.out -ad3 : processing w3src4md - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/wmmdatmd.out - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3nmlgridmd.out - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3src4md.out - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3adatmd.out -ad3 : processing w3snl1md -ad3 : processing w3triamd -ad3 : processing w3parall - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3parall.out -ad3 : processing w3wdatmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3snl1md.out -ad3 : processing w3iogrmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3wdatmd.out - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3triamd.out - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3iogrmd.out -ad3 : processing ww3_grid - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/ww3_grid.out - Linking ww3_grid -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' - - - ********************** - *** end of compilation *** - ********************** - -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3_make ww3_outf - - ***************************** - *** WAVEWATCH III make *** - ***************************** - -Main directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp -Save source codes : yes -Save listings : yes -Shared Object : No - -[INFO] list of the programs selected : ww3_outf - -Processing ww3_outf ---------------------- -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' -ad3 : processing w3iogomd -ad3 : processing w3sdb1md -ad3 : processing w3sbt1md - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3sbt1md.out - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3sdb1md.out - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3iogomd.out -ad3 : processing ww3_outf - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/ww3_outf.out - Linking ww3_outf -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' - - - ********************** - *** end of compilation *** - ********************** - -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3_make ww3_outp - - ***************************** - *** WAVEWATCH III make *** - ***************************** - -Main directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp -Save source codes : yes -Save listings : yes -Shared Object : No - -[INFO] list of the programs selected : ww3_outp - -Processing ww3_outp ---------------------- -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' -ad3 : processing w3bullmd -ad3 : processing w3iopomd -ad3 : processing w3partmd -ad3 : processing w3flx1md - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3flx1md.out - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3bullmd.out - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3iopomd.out - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3partmd.out -ad3 : processing ww3_outp - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/ww3_outp.out - Linking ww3_outp -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' - - - ********************** - *** end of compilation *** - ********************** - -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3_make ww3_prep - - ***************************** - *** WAVEWATCH III make *** - ***************************** - -Main directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp -Save source codes : yes -Save listings : yes -Shared Object : No - -[INFO] list of the programs selected : ww3_prep - -Processing ww3_prep ---------------------- -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' -ad3 : processing w3fldsmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3fldsmd.out -ad3 : processing ww3_prep - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/ww3_prep.out - Linking ww3_prep -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' - - - ********************** - *** end of compilation *** - ********************** - -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3_make ww3_gint - - ***************************** - *** WAVEWATCH III make *** - ***************************** - -Main directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp -Save source codes : yes -Save listings : yes -Shared Object : No - -[INFO] list of the programs selected : ww3_gint - -Processing ww3_gint ---------------------- -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' -ad3 : processing ww3_gint - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/ww3_gint.out - Linking ww3_gint -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' - - - ********************** - *** end of compilation *** - ********************** - -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3_make ww3_prnc - - ***************************** - *** WAVEWATCH III make *** - ***************************** - -Main directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp -Save source codes : yes -Save listings : yes -Shared Object : No - -[INFO] list of the programs selected : ww3_prnc - -Processing ww3_prnc ---------------------- -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' -ad3 : processing w3nmlprncmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3nmlprncmd.out -ad3 : processing ww3_prnc - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/ww3_prnc.out - Linking ww3_prnc -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' - - - ********************** - *** end of compilation *** - ********************** - -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3_make ww3_ounf - - ***************************** - *** WAVEWATCH III make *** - ***************************** - -Main directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp -Save source codes : yes -Save listings : yes -Shared Object : No - -[INFO] list of the programs selected : ww3_ounf - -Processing ww3_ounf ---------------------- -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' -ad3 : processing w3iorsmd -ad3 : processing w3nmlounfmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3nmlounfmd.out - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3iorsmd.out -ad3 : processing w3initmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3initmd.out -ad3 : processing ww3_ounf - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/ww3_ounf.out - Linking ww3_ounf -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' - - - ********************** - *** end of compilation *** - ********************** - -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3_make ww3_ounp - - ***************************** - *** WAVEWATCH III make *** - ***************************** - -Main directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp -Save source codes : yes -Save listings : yes -Shared Object : No - -[INFO] list of the programs selected : ww3_ounp - -Processing ww3_ounp ---------------------- -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' -ad3 : processing w3nmlounpmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3nmlounpmd.out -ad3 : processing ww3_ounp - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/ww3_ounp.out - Linking ww3_ounp -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' - - - ********************** - *** end of compilation *** - ********************** - -\rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/tempswitch -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3_make ww3_grib - - ***************************** - *** WAVEWATCH III make *** - ***************************** - -Main directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp -Save source codes : yes -Save listings : yes -Shared Object : No - -[INFO] list of the programs selected : ww3_grib -Making makefile ... - - ***************************** - *** WAVEWATCH III makefile *** - ***************************** - -switch = /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/switch - new GRIB package - Checking all subroutines for modules (this may take a while) ... - -Processing ww3_grib ---------------------- -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' -ad3 : processing ww3_grib - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/ww3_grib.out - Linking ww3_grib -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' - - - ********************** - *** end of compilation *** - ********************** - -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3_make ww3_multi_esmf - - ***************************** - *** WAVEWATCH III make *** - ***************************** - -Main directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp -Save source codes : yes -Save listings : yes -Shared Object : No - -[INFO] list of the programs selected : ww3_multi_esmf -Making makefile ... - - ***************************** - *** WAVEWATCH III makefile *** - ***************************** - -switch = /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/switch - new shared / distributed memory - new message passing protocol - Checking all subroutines for modules (this may take a while) ... - -Processing ww3_multi_esmf ---------------------- -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' -ad3 : processing constants -ad3 : processing scrip_kindsmod [no w3adc] -ad3 : processing w3uqckmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/scrip_kindsmod.out -ad3 : processing scrip_constants [no w3adc] -ad3 : processing scrip_iounitsmod [no w3adc] - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/constants.out -ad3 : processing scrip_timers [no w3adc] - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3uqckmd.out -ad3 : processing w3servmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/scrip_iounitsmod.out - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/scrip_constants.out -ad3 : processing scrip_errormod [no w3adc] - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/scrip_timers.out - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/scrip_errormod.out -ad3 : processing scrip_netcdfmod [no w3adc] - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3servmd.out - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/scrip_netcdfmod.out -ad3 : processing w3gsrumd -ad3 : processing w3arrymd -ad3 : processing w3cspcmd -ad3 : processing wmunitmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/wmunitmd.out -ad3 : processing scrip_grids [no w3adc] - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3cspcmd.out - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3arrymd.out - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/scrip_grids.out -ad3 : processing scrip_remap_vars [no w3adc] - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/scrip_remap_vars.out -ad3 : processing scrip_remap_read [no w3adc] -ad3 : processing scrip_remap_conservative [no w3adc] - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/scrip_remap_read.out - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/scrip_remap_write.out - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/scrip_remap_conservative.out -ad3 : processing scrip_interface - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/scrip_interface.out - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3gsrumd.out -ad3 : processing w3gdatmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3gdatmd.out -ad3 : processing w3odatmd -ad3 : processing wmscrpmd -ad3 : processing w3idatmd -ad3 : processing w3sbt1md - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3sbt1md.out - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3idatmd.out - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3odatmd.out -ad3 : processing w3dispmd -ad3 : processing wmmdatmd -ad3 : processing w3timemd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3dispmd.out -ad3 : processing w3adatmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3timemd.out -ad3 : processing w3src4md - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/wmmdatmd.out -ad3 : processing w3fldsmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/wmscrpmd.out -ad3 : processing w3sdb1md - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3fldsmd.out -ad3 : processing w3flx1md - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3sdb1md.out -ad3 : processing w3partmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3flx1md.out -ad3 : processing w3nmlmultimd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3partmd.out -ad3 : processing wmfinlmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3src4md.out - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/wmfinlmd.out - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3nmlmultimd.out - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3adatmd.out -ad3 : processing w3snl1md -ad3 : processing w3triamd -ad3 : processing w3parall - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3parall.out -ad3 : processing w3wdatmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3snl1md.out -ad3 : processing w3iogrmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3wdatmd.out -ad3 : processing w3iogomd -ad3 : processing wmupdtmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3triamd.out -ad3 : processing w3iosfmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3iosfmd.out -ad3 : processing w3iotrmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3iotrmd.out -ad3 : processing w3pro3md - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/wmupdtmd.out -ad3 : processing w3profsmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3pro3md.out -ad3 : processing w3srcemd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3srcemd.out -ad3 : processing w3wdasmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3wdasmd.out -ad3 : processing w3updtmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3profsmd.out -ad3 : processing w3iopomd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3iogrmd.out -ad3 : processing w3iorsmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3updtmd.out -ad3 : processing wmgridmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3iopomd.out -ad3 : processing w3iobcmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3iobcmd.out -ad3 : processing wminiomd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3iorsmd.out - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/wminiomd.out - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3iogomd.out -ad3 : processing w3wavemd -ad3 : processing w3initmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3initmd.out -ad3 : processing wmiopomd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/wmiopomd.out - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/w3wavemd.out -ad3 : processing wmwavemd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/wmwavemd.out - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/wmgridmd.out -ad3 : processing wminitmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/wminitmd.out -ad3 : processing wmesmfmd - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/wmesmfmd.out -ar: creating libww3_multi_esmf.a -a - wmmdatmd.o -a - w3gdatmd.o -a - w3wdatmd.o -a - w3adatmd.o -a - w3idatmd.o -a - w3odatmd.o -a - wmesmfmd.o -a - wminitmd.o -a - wmwavemd.o -a - wmfinlmd.o -a - wmgridmd.o -a - wmupdtmd.o -a - wminiomd.o -a - w3fldsmd.o -a - w3initmd.o -a - w3wavemd.o -a - w3wdasmd.o -a - w3updtmd.o -a - w3profsmd.o -a - w3pro3md.o -a - w3uqckmd.o -a - w3parall.o -a - w3triamd.o -a - w3srcemd.o -a - w3flx1md.o -a - w3src4md.o -a - w3snl1md.o -a - w3sbt1md.o -a - w3sdb1md.o -a - w3iogrmd.o -a - w3iogomd.o -a - w3iopomd.o -a - wmiopomd.o -a - w3iotrmd.o -a - w3iorsmd.o -a - w3iobcmd.o -a - w3iosfmd.o -a - w3partmd.o -a - constants.o -a - w3servmd.o -a - w3timemd.o -a - w3arrymd.o -a - w3dispmd.o -a - w3cspcmd.o -a - w3gsrumd.o -a - wmunitmd.o -a - w3nmlmultimd.o -a - scrip_constants.o -a - scrip_grids.o -a - scrip_iounitsmod.o -a - scrip_remap_vars.o -a - scrip_timers.o -a - scrip_errormod.o -a - scrip_interface.o -a - scrip_kindsmod.o -a - scrip_remap_conservative.o -a - wmscrpmd.o -a - scrip_netcdfmod.o -a - scrip_remap_write.o -a - scrip_remap_read.o -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' - - - ********************** - *** end of compilation *** - ********************** - -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3_make ww3_multi - - ***************************** - *** WAVEWATCH III make *** - ***************************** - -Main directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model -Scratch directory : /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp -Save source codes : yes -Save listings : yes -Shared Object : No - -[INFO] list of the programs selected : ww3_multi - -Processing ww3_multi ---------------------- -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' -ad3 : processing ww3_multi - 1 warnings found, see /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp/ww3_multi.out - Linking ww3_multi -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn' - - - ********************** - *** end of compilation *** - ********************** - -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/esmf' -mkdir -p /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL -cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/nuopc.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL/. -test -d "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL" -Compiling WW3=Y into /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL on wcoss_cray -cp -fp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3"/conf/modules.fv3 -. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss_cray FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL WW3=Y nemsinstall - -IMPORTANT: You are in more than one group account. You must manually set -the ECF_PORT environment variable to the appropriate port number: - - Group Account ECF_PORT - ============= ======== - emc.glopara 31487 - emc.climpara 31463 - emc.nomad 31523 -Additional ports are listed in /usrx/local/sys/ecflow/assigned_ports.txt -intel(3):ERROR:105: Unable to locate a modulefile for 'intel/16.0.3.210' -fv3(65):ERROR:105: Unable to locate a modulefile for 'g2/3.1.1' -fv3(66):ERROR:105: Unable to locate a modulefile for 'g2tmpl/1.6.0' -fv3(70):ERROR:105: Unable to locate a modulefile for 'bacio/2.0.3' -fv3(71):ERROR:105: Unable to locate a modulefile for 'ip/3.0.2' -fv3(72):ERROR:105: Unable to locate a modulefile for 'sp/2.0.3' -fv3(73):ERROR:105: Unable to locate a modulefile for 'w3nco/2.0.7' -fv3(74):ERROR:105: Unable to locate a modulefile for 'w3emc/2.3.1' -fv3(75):ERROR:105: Unable to locate a modulefile for 'nemsio/2.2.4' -fv3(78):ERROR:105: Unable to locate a modulefile for 'post/8.0.5' -fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' -Currently Loaded Modulefiles: - 1) craype-network-aries - 2) craype/2.3.0 - 3) cray-libsci/13.0.3 - 4) udreg/2.3.2-1.0502.10518.2.17.ari - 5) ugni/6.0-1.0502.10863.8.29.ari - 6) pmi/5.0.11 - 7) dmapp/7.0.1-1.0502.11080.8.76.ari - 8) gni-headers/4.0-1.0502.10859.7.8.ari - 9) xpmem/0.1-2.0502.64982.5.3.ari - 10) dvs/2.5_0.9.0-1.0502.2188.1.116.ari - 11) alps/5.2.4-2.0502.9774.31.11.ari - 12) rca/1.0.0-2.0502.60530.1.62.ari - 13) atp/1.8.1 - 14) PrgEnv-intel/5.2.82 - 15) intel/16.3.210 - 16) cray-netcdf/4.3.3.1 - 17) cray-hdf5/1.8.14 - 18) xt-lsfhpc/9.1.3 - 19) craype-haswell - 20) python/2.7.14 - 21) cmake/3.6.2 - 22) gcc/4.9.2 - 23) jasper-gnu-sandybridge/1.900.1 - 24) png-intel-sandybridge/1.2.49 - 25) zlib-intel-sandybridge/1.2.7 - 26) crtm-intel/2.2.6 - 27) g2/3.1.1 - 28) g2tmpl/1.6.0 - 29) bacio/2.0.3 - 30) ip/3.0.2 - 31) sp/2.0.3 - 32) w3nco/2.0.7 - 33) w3emc/2.3.1 - 34) nemsio/2.2.4 - 35) post/8.0.5 - 36) alps/5.2.4-2.0502.9822.32.1.ari - 37) esmf/8.0.0 - 38) modules.nems -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Building dependencies ... -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -gmake -C cpl FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL - -Build standalone FV3 io ... - -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' - -Build standalone FV3 io ... - -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cplfields.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cap_cpl.F90 -ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o -ar: creating libfv3cpl.a -a - module_cplfields.o -a - module_cap_cpl.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit - -Build standalone FV3 gfsphysics ... - -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -makefile:278: depend: No such file or directory -Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' - -Build standalone FV3 gfsphysics ... - -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o -cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o -cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o -cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o -ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o -ar: creating libgfsphys.a -a - physics/cnvc90.o -a - physics/co2hc.o -a - physics/date_def.o -a - physics/dcyc2.o -a - physics/dcyc2.pre.rad.o -a - physics/efield.o -a - physics/get_prs.o -a - physics/gocart_tracer_config_stub.o -a - physics/gscond.o -a - physics/gscondp.o -a - physics/gwdc.o -a - physics/gwdps.o -a - physics/ugwp_driver_v0.o -a - physics/cires_orowam2017.o -a - physics/h2o_def.o -a - physics/h2oc.o -a - physics/h2ohdc.o -a - physics/h2ophys.o -a - physics/ideaca.o -a - physics/idea_co2.o -a - physics/idea_composition.o -a - physics/idea_dissipation.o -a - physics/idea_h2o.o -a - physics/idea_ion.o -a - physics/idea_o2_o3.o -a - physics/idea_phys.o -a - physics/idea_solar_heating.o -a - physics/idea_tracer.o -a - physics/iounitdef.o -a - physics/lrgsclr.o -a - physics/mersenne_twister.o -a - physics/mfpbl.o -a - physics/mfpblt.o -a - physics/mfpbltq.o -a - physics/mfscu.o -a - physics/mfscuq.o -a - physics/module_bfmicrophysics.o -a - physics/moninedmf.o -a - physics/moninedmf_hafs.o -a - physics/moninp.o -a - physics/moninp1.o -a - physics/moninq.o -a - physics/moninq1.o -a - physics/moninshoc.o -a - physics/mstadb.o -a - physics/mstadbtn.o -a - physics/mstadbtn2.o -a - physics/mstcnv.o -a - physics/namelist_soilveg.o -a - physics/ozne_def.o -a - physics/iccn_def.o -a - physics/aerclm_def.o -a - physics/ozphys.o -a - physics/ozphys_2015.o -a - physics/physparam.o -a - physics/precpd.o -a - physics/precpd_shoc.o -a - physics/precpdp.o -a - physics/progt2.o -a - physics/progtm_module.o -a - physics/rad_initialize.o -a - physics/radiation_aerosols.o -a - physics/radiation_astronomy.o -a - physics/radiation_clouds.o -a - physics/radiation_gases.o -a - physics/radiation_surface.o -a - physics/radlw_datatb.o -a - physics/radlw_main.o -a - physics/radlw_param.o -a - physics/radsw_datatb.o -a - physics/radsw_main.o -a - physics/radsw_param.o -a - physics/rascnvv2.o -a - physics/rayleigh_damp.o -a - physics/rayleigh_damp_mesopause.o -a - physics/samfaerosols.o -a - physics/samfdeepcnv.o -a - physics/samfshalcnv.o -a - physics/sascnv.o -a - physics/sascnvn.o -a - physics/satmedmfvdif.o -a - physics/satmedmfvdifq.o -a - physics/set_soilveg.o -a - physics/sfc_cice.o -a - physics/sfc_diag.o -a - physics/sfc_diff.o -a - physics/sfc_drv.o -a - physics/sfc_noahmp_drv.o -a - physics/sfc_nst.o -a - physics/sfc_ocean.o -a - physics/sfc_sice.o -a - physics/sflx.o -a - physics/shalcnv.o -a - physics/shalcv.o -a - physics/shalcv_1lyr.o -a - physics/shalcv_fixdp.o -a - physics/shalcv_opr.o -a - physics/tracer_const_h.o -a - physics/tridi2t3.o -a - physics/calpreciptype.o -a - physics/funcphys.o -a - physics/gcm_shoc.o -a - physics/get_prs_fv3.o -a - physics/h2ointerp.o -a - physics/module_nst_model.o -a - physics/module_nst_parameters.o -a - physics/module_nst_water_prop.o -a - physics/ozinterp.o -a - physics/module_wrf_utl.o -a - physics/noahmp_tables.o -a - physics/module_sf_noahmplsm.o -a - physics/module_sf_noahmp_glacier.o -a - physics/iccninterp.o -a - physics/aerinterp.o -a - physics/wam_f107_kp_mod.o -a - physics/aer_cloud.o -a - physics/cldmacro.o -a - physics/cldwat2m_micro.o -a - physics/gfs_phy_tracer_config.o -a - physics/machine.o -a - physics/num_parthds.o -a - physics/sfcsub.o -a - physics/wv_saturation.o -a - physics/GFDL_parse_tracers.o -a - physics/gcycle.o -a - physics/cires_ugwp_initialize.o -a - physics/cires_ugwp_module.o -a - physics/cires_ugwp_utils.o -a - physics/cires_ugwp_triggers.o -a - physics/cires_ugwp_solvers.o -a - physics/cires_vert_lsatdis.o -a - physics/cires_vert_orodis.o -a - physics/cires_vert_wmsdis.o -a - physics/gfdl_cloud_microphys.o -a - physics/micro_mg_utils.o -a - physics/micro_mg2_0.o -a - physics/micro_mg3_0.o -a - physics/m_micro_driver.o -a - physics/cs_conv.o -a - physics/GFS_debug.o -a - physics/module_mp_radar.o -a - physics/module_mp_thompson_gfs.o -a - physics/module_mp_wsm6_fv3.o -a - physics/physcons.o -a - physics/surface_perturbation.o -a - GFS_layer/GFS_abstraction_layer.o -a - GFS_layer/GFS_diagnostics.o -a - GFS_layer/GFS_driver.o -a - GFS_layer/GFS_physics_driver.o -a - GFS_layer/GFS_radiation_driver.o -a - GFS_layer/GFS_restart.o -a - GFS_layer/GFS_typedefs.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -gmake -C ipd FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit - -Build standalone FV3 gfsphysics ... - -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -makefile:54: depend: No such file or directory -Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' - -Build standalone FV3 gfsphysics ... - -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o -ar rv libipd.a IPD_driver.o IPD_typedefs.o -ar: creating libipd.a -a - IPD_driver.o -a - IPD_typedefs.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -gmake -C io FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL - -Build standalone FV3 io ... - -$ESMF_INC is [-I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include] -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' - -Build standalone FV3 io ... - -$ESMF_INC is [-I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include] -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c FV3GFS_io.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_internal_state.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_netcdf.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_netcdf_parallel.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.5_4 -c post_gfs.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_wrt_grid_comp.F90 -ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o -ar: creating libfv3io.a -a - ffsync.o -a - FV3GFS_io.o -a - post_gfs.o -a - post_nems_routines.o -a - module_write_nemsio.o -a - module_write_netcdf.o -a - module_write_netcdf_parallel.o -a - module_fv3_io_def.o -a - module_write_internal_state.o -a - module_wrt_grid_comp.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL - -Build standalone FV3 fv3core ... - -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' - -Build standalone FV3 fv3core ... - -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ar rv libfv3core.a model/a2b_edge.o model/multi_gases.o model/boundary.o model/dyn_core.o model/fv_arrays.o model/fv_cmp.o model/fv_control.o model/fv_dynamics.o model/fv_fill.o model/fv_grid_utils.o model/fv_mapz.o model/fv_nesting.o model/fv_regional_bc.o model/fv_sg.o model/fv_tracer2d.o model/fv_update_phys.o model/sw_core.o model/tp_core.o model/nh_core.o model/nh_utils.o tools/external_ic.o tools/external_sst.o tools/fv_diagnostics.o tools/fv_eta.o tools/fv_grid_tools.o tools/fv_io.o tools/fv_mp_mod.o tools/fv_nudge.o tools/fv_treat_da_inc.o tools/fv_iau_mod.o tools/fv_restart.o tools/fv_surf_map.o tools/fv_timing.o tools/init_hydro.o tools/sim_nc_mod.o tools/sorted_index.o tools/test_cases.o driver/fvGFS/DYCORE_typedefs.o driver/fvGFS/fv_nggps_diag.o driver/fvGFS/atmosphere.o -ar: creating libfv3core.a -a - model/a2b_edge.o -a - model/multi_gases.o -a - model/boundary.o -a - model/dyn_core.o -a - model/fv_arrays.o -a - model/fv_cmp.o -a - model/fv_control.o -a - model/fv_dynamics.o -a - model/fv_fill.o -a - model/fv_grid_utils.o -a - model/fv_mapz.o -a - model/fv_nesting.o -a - model/fv_regional_bc.o -a - model/fv_sg.o -a - model/fv_tracer2d.o -a - model/fv_update_phys.o -a - model/sw_core.o -a - model/tp_core.o -a - model/nh_core.o -a - model/nh_utils.o -a - tools/external_ic.o -a - tools/external_sst.o -a - tools/fv_diagnostics.o -a - tools/fv_eta.o -a - tools/fv_grid_tools.o -a - tools/fv_io.o -a - tools/fv_mp_mod.o -a - tools/fv_nudge.o -a - tools/fv_treat_da_inc.o -a - tools/fv_iau_mod.o -a - tools/fv_restart.o -a - tools/fv_surf_map.o -a - tools/fv_timing.o -a - tools/init_hydro.o -a - tools/sim_nc_mod.o -a - tools/sorted_index.o -a - tools/test_cases.o -a - driver/fvGFS/DYCORE_typedefs.o -a - driver/fvGFS/fv_nggps_diag.o -a - driver/fvGFS/atmosphere.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit - -Build standalone FV3 stochastic_physics ... - -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -makefile:86: depend: No such file or directory -Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' - -Build standalone FV3 stochastic_physics ... - -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o -ar: creating libstochastic_physics.a -a - stochy_gg_def.o -a - stochy_resol_def.o -a - stochy_layout_lag.o -a - four_to_grid_stochy.o -a - glats_stochy.o -a - sumfln_stochy.o -a - gozrineo_stochy.o -a - num_parthds_stochy.o -a - get_ls_node_stochy.o -a - get_lats_node_a_stochy.o -a - setlats_a_stochy.o -a - setlats_lag_stochy.o -a - epslon_stochy.o -a - getcon_lag_stochy.o -a - pln2eo_stochy.o -a - dozeuv_stochy.o -a - dezouv_stochy.o -a - cellular_automata.o -a - update_ca.o -a - plumes.o -a - spectral_layout.o -a - getcon_spectral.o -a - stochy_namelist_def.o -a - compns_stochy.o -a - stochy_internal_state_mod.o -a - stochastic_physics.o -a - stochy_patterngenerator.o -a - stochy_data_mod.o -a - get_stochy_pattern.o -a - initialize_spectral_mod.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fv3_config.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c time_utils.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c atmos_model.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fcst_grid_comp.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c fv3_cap.F90 -ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o -ar: creating libfv3cap.a -a - atmos_model.o -a - module_fv3_config.o -a - module_fcst_grid_comp.o -a - time_utils.o -a - fv3_cap.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -gmake esmf_make_fragment FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -# additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/nems_dir" >> fv3.mk - -Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk - -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Installation into "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL" complete! - -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -test -d /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -( \ - echo "# Do not edit this file. It is automatically generated." ; \ - echo "# Edit the component list or /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ - echo ; cat "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ - echo fms_mk="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo ww3_mk="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk" ; echo fv3_mk="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ - set -e ; \ - for m in /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ - test -s $m ; \ - done ; \ - echo build NEMS after /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ - cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src ; \ - gmake nems \ - COMPONENTS="FMS WW3 FV3" \ - FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL WW3_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL FV3_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x" ; \ - test -x /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x - -IMPORTANT: You are in more than one group account. You must manually set -the ECF_PORT environment variable to the appropriate port number: - - Group Account ECF_PORT - ============= ======== - emc.glopara 31487 - emc.climpara 31463 - emc.nomad 31523 -Additional ports are listed in /usrx/local/sys/ecflow/assigned_ports.txt -intel(3):ERROR:105: Unable to locate a modulefile for 'intel/16.0.3.210' -fv3(65):ERROR:105: Unable to locate a modulefile for 'g2/3.1.1' -fv3(66):ERROR:105: Unable to locate a modulefile for 'g2tmpl/1.6.0' -fv3(70):ERROR:105: Unable to locate a modulefile for 'bacio/2.0.3' -fv3(71):ERROR:105: Unable to locate a modulefile for 'ip/3.0.2' -fv3(72):ERROR:105: Unable to locate a modulefile for 'sp/2.0.3' -fv3(73):ERROR:105: Unable to locate a modulefile for 'w3nco/2.0.7' -fv3(74):ERROR:105: Unable to locate a modulefile for 'w3emc/2.3.1' -fv3(75):ERROR:105: Unable to locate a modulefile for 'nemsio/2.2.4' -fv3(78):ERROR:105: Unable to locate a modulefile for 'post/8.0.5' -fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' -Currently Loaded Modulefiles: - 1) craype-network-aries - 2) craype/2.3.0 - 3) cray-libsci/13.0.3 - 4) udreg/2.3.2-1.0502.10518.2.17.ari - 5) ugni/6.0-1.0502.10863.8.29.ari - 6) pmi/5.0.11 - 7) dmapp/7.0.1-1.0502.11080.8.76.ari - 8) gni-headers/4.0-1.0502.10859.7.8.ari - 9) xpmem/0.1-2.0502.64982.5.3.ari - 10) dvs/2.5_0.9.0-1.0502.2188.1.116.ari - 11) alps/5.2.4-2.0502.9774.31.11.ari - 12) rca/1.0.0-2.0502.60530.1.62.ari - 13) atp/1.8.1 - 14) PrgEnv-intel/5.2.82 - 15) intel/16.3.210 - 16) cray-netcdf/4.3.3.1 - 17) cray-hdf5/1.8.14 - 18) xt-lsfhpc/9.1.3 - 19) craype-haswell - 20) python/2.7.14 - 21) cmake/3.6.2 - 22) gcc/4.9.2 - 23) jasper-gnu-sandybridge/1.900.1 - 24) png-intel-sandybridge/1.2.49 - 25) zlib-intel-sandybridge/1.2.7 - 26) crtm-intel/2.2.6 - 27) g2/3.1.1 - 28) g2tmpl/1.6.0 - 29) bacio/2.0.3 - 30) ip/3.0.2 - 31) sp/2.0.3 - 32) w3nco/2.0.7 - 33) w3emc/2.3.1 - 34) nemsio/2.2.4 - 35) post/8.0.5 - 36) alps/5.2.4-2.0502.9822.32.1.ari - 37) esmf/8.0.0 - 38) modules.nems -build NEMS after /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -Components in linker order: FV3 WW3 FMS -FV3: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -WW3: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk -FMS: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" -CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" -CPPFLAGS += ESMF_VERSION_MINOR="0" -CPPFLAGS += ESMF_VERSION_MAJOR="8" -CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" -CPPFLAGS += ESMF_VERSION_STRING="8.0.0" -CPPFLAGS += ESMF_VERSION_REVISION="0" -CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -cc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c ENS_CplComp_ESMFMod_STUB.f90 -ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o -ar: creating ENS_Cpl.a -a - ENS_CplComp_ESMFMod_STUB.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_WW3=WMESMFMD -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:20:15 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 -mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o -`module_NEMS_UTILS.tmp.o' -> `module_NEMS_UTILS.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_WW3=WMESMFMD -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:20:15 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 -mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o -`module_MEDIATOR_methods.tmp.o' -> `module_MEDIATOR_methods.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_WW3=WMESMFMD -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:20:15 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 -mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o -`module_MEDIATOR.tmp.o' -> `module_MEDIATOR.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_WW3=WMESMFMD -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:20:15 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 -mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o -`module_MEDIATOR_SpaceWeather.tmp.o' -> `module_MEDIATOR_SpaceWeather.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_WW3=WMESMFMD -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:20:15 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 -mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o -`module_EARTH_INTERNAL_STATE.tmp.o' -> `module_EARTH_INTERNAL_STATE.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_WW3=WMESMFMD -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:20:15 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 -mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o -`module_EARTH_GRID_COMP.tmp.o' -> `module_EARTH_GRID_COMP.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_WW3=WMESMFMD -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:20:15 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 -mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o -`module_NEMS_INTERNAL_STATE.tmp.o' -> `module_NEMS_INTERNAL_STATE.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_WW3=WMESMFMD -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:20:15 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 -mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o -`module_NEMS_GRID_COMP.tmp.o' -> `module_NEMS_GRID_COMP.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_WW3=WMESMFMD -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:20:15 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 -mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o -`module_NEMS_Rusage.tmp.o' -> `module_NEMS_Rusage.o' -cc -c nems_c_rusage.c -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_WW3=WMESMFMD -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:20:15 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 -mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o -`MAIN_NEMS.tmp.o' -> `MAIN_NEMS.o' -echo libgocart is -libgocart is -echo extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/prod/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/prod/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ftn -o /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/obj_HYB/libww3_multi_esmf.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/prod/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -/opt/cray/hdf5/1.8.14/INTEL/14.0/lib/libhdf5.a(H5PL.o): In function `H5PL_load': -H5PL.c:(.text+0x3b7): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking -/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': -/usrx/local/prod/jasper/1.900.1/gnu/sandybridge/sorc/jasper-1.900.1/src/libjasper/base/jas_stream.c:368: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/libesmf.a(ESMCI_VMKernel.o): In function `ESMCI::socketClient()': -ESMCI_VMKernel.C:(.text+0x14ad1): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -set -xe ; cp "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x" "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/tests/fv3_2.exe" -+ cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/tests/fv3_2.exe -+ '[' YES = YES ']' -+ gmake -j 8 -k COMPONENTS=WW3,FMS,FV3 TEST_BUILD_NAME=fv3_2 BUILD_ENV=wcoss_cray FV3_MAKEOPT=WW3=Y NEMS_BUILDOPT= clean -Will copy modules.nems and NEMS.x as fv3_2 under tests/ -NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS WW3 FV3' > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk" -Adding FV3 makeopts to FMS makeopts -cat /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs ; \ - exec gmake WW3=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -Cleaning fms ... - -cd .. ; \ - ls -1 */*.a */*.o */*.mod */depend \ - | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ - rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/esmf ; \ - export COMP_SRCDIR="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model" COMP_BINDIR="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="wcoss_cray" ; \ - export ESMFMKFILE=/dev/null ; \ - exec gmake distclean - -IMPORTANT: You are in more than one group account. You must manually set -the ECF_PORT environment variable to the appropriate port number: - - Group Account ECF_PORT - ============= ======== - emc.glopara 31487 - emc.climpara 31463 - emc.nomad 31523 -Additional ports are listed in /usrx/local/sys/ecflow/assigned_ports.txt -intel(3):ERROR:105: Unable to locate a modulefile for 'intel/16.0.3.210' -fv3(65):ERROR:105: Unable to locate a modulefile for 'g2/3.1.1' -fv3(66):ERROR:105: Unable to locate a modulefile for 'g2tmpl/1.6.0' -fv3(70):ERROR:105: Unable to locate a modulefile for 'bacio/2.0.3' -fv3(71):ERROR:105: Unable to locate a modulefile for 'ip/3.0.2' -fv3(72):ERROR:105: Unable to locate a modulefile for 'sp/2.0.3' -fv3(73):ERROR:105: Unable to locate a modulefile for 'w3nco/2.0.7' -fv3(74):ERROR:105: Unable to locate a modulefile for 'w3emc/2.3.1' -fv3(75):ERROR:105: Unable to locate a modulefile for 'nemsio/2.2.4' -fv3(78):ERROR:105: Unable to locate a modulefile for 'post/8.0.5' -fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' -Currently Loaded Modulefiles: - 1) craype-network-aries - 2) craype/2.3.0 - 3) cray-libsci/13.0.3 - 4) udreg/2.3.2-1.0502.10518.2.17.ari - 5) ugni/6.0-1.0502.10863.8.29.ari - 6) pmi/5.0.11 - 7) dmapp/7.0.1-1.0502.11080.8.76.ari - 8) gni-headers/4.0-1.0502.10859.7.8.ari - 9) xpmem/0.1-2.0502.64982.5.3.ari - 10) dvs/2.5_0.9.0-1.0502.2188.1.116.ari - 11) alps/5.2.4-2.0502.9774.31.11.ari - 12) rca/1.0.0-2.0502.60530.1.62.ari - 13) atp/1.8.1 - 14) PrgEnv-intel/5.2.82 - 15) intel/16.3.210 - 16) cray-netcdf/4.3.3.1 - 17) cray-hdf5/1.8.14 - 18) xt-lsfhpc/9.1.3 - 19) craype-haswell - 20) python/2.7.14 - 21) cmake/3.6.2 - 22) gcc/4.9.2 - 23) jasper-gnu-sandybridge/1.900.1 - 24) png-intel-sandybridge/1.2.49 - 25) zlib-intel-sandybridge/1.2.7 - 26) crtm-intel/2.2.6 - 27) g2/3.1.1 - 28) g2tmpl/1.6.0 - 29) bacio/2.0.3 - 30) ip/3.0.2 - 31) sp/2.0.3 - 32) w3nco/2.0.7 - 33) w3emc/2.3.1 - 34) nemsio/2.2.4 - 35) post/8.0.5 - 36) alps/5.2.4-2.0502.9822.32.1.ari - 37) esmf/8.0.0 - 38) modules.nems -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/esmf' -\rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/exe/ww3_multi_esmf *.o *.mod -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/w3_clean -c - - ***************************** - *** WAVEWATCH III clean *** - ***************************** - - Clean up /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp - Clean up /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin - Clean up /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/ftn - Clean up /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/aux - Remove /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/mod - Remove /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/mod_HYB - Remove /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/mod_SEQ - Remove /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/obj - Remove /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/obj_HYB - Remove /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/obj_SEQ - Remove /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp - Clean up /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin - Remove /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/exe - Clean up /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/../regtests -\rm -fr /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/tmp -\rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/bin/wwatch3.env -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model/esmf' -cd "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/model" ; \ - rm -rf exe mod* obj* tmp ftn/makefile ftn/makefile_DIST \ - ftn/makefile_SHRD esmf/wwatch3.env aux/makefile \ - bin/link bin/comp ; \ - find . -name '*.o' -o -name '*.mod' -o -name '*.a' \ - | xargs rm -f -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 ; exec gmake \ - -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Cleaning ... - -(cd gfsphysics && make clean) - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -Cleaning gfsphysics ... - -rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -(cd ccpp/driver && make clean) - -Build CCPP layer ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -makefile:67: depend: No such file or directory -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' - -Build CCPP layer ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -Cleaning CCPP_layer ... - -rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -(cd ipd && make clean) - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -Cleaning ipd ... - -rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -(cd ../stochastic_physics && make clean) - -Build standalone FV3 stochastic_physics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -Cleaning stochastic_physics ... - -rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -(cd io && make clean) - -Build standalone FV3 io ... - -$ESMF_INC is [] -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -Cleaning io ... - -rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -(cd atmos_cubed_sphere && make clean) - -Build standalone FV3 fv3core ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -Cleaning fv3core ... - -rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -(cd cpl && make clean) - -Build standalone FV3 io ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -Cleaning io ... - -rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend -rm -f -rf nems_dir fv3.mk FV3_INSTALL -rm -f -f conf/modules.fv3 -rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/modules.fv3 -if ! test -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ - delete_nuopc=yes ; \ - fi ; \ - cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS WW3 FV3" \ - INCLUDES_ARE_OPTIONAL=YES clean ; \ - if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ - fi -Components in linker order: FV3 WW3 FMS -FV3: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -GNUmakefile:70: /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -WW3: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk -FMS: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" -CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" -CPPFLAGS += ESMF_VERSION_MINOR="0" -CPPFLAGS += ESMF_VERSION_MAJOR="8" -CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" -CPPFLAGS += ESMF_VERSION_STRING="8.0.0" -CPPFLAGS += ESMF_VERSION_REVISION="0" -CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -rm -f -f *.tmp.f90 *.lst *.o *.mod lm map -cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -+ elapsed=1158 -+ echo 'Elapsed time 1158 seconds. Compiling WW3=Y finished' -Elapsed time 1158 seconds. Compiling WW3=Y finished -+ SECONDS=0 -+ [[ 3 -lt 2 ]] -+ readonly PATHTR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -+ PATHTR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -+ readonly APP=standaloneFV3 -+ APP=standaloneFV3 -+ readonly BUILD_NAME=fv3_3 -+ BUILD_NAME=fv3_3 -+ hostname -slogin1 -+ echo 'Compiling app standaloneFV3 into fv3_3.exe' -Compiling app standaloneFV3 into fv3_3.exe -+ cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/.. -+ rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../NEMS/exe/NEMS.x -+ rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../NEMS/src/conf/modules.nems -+ set +e -+ ./NEMS/NEMSAppBuilder app=standaloneFV3 -ls: cannot access ../conf/component_*.mk: No such file or directory -NEMSAppBuilder: make app=standaloneFV3 distclean -Convert /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/standaloneFV3.appBuilder -...into /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/standaloneFV3.appBuilder.mk -Include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/standaloneFV3.appBuilder.mk -echo 'FMS FV3' > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk" -Adding FV3 makeopts to FMS makeopts -cat /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs ; \ - exec make -f makefile.temp.clean clean -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -Cleaning fms ... - -cd .. ; \ - ls -1 */*.a */*.o */*.mod */depend \ - | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ - rm -rf FMS_INSTALL || true -ls: cannot access */*.a: No such file or directory -ls: cannot access */*.o: No such file or directory -ls: cannot access */*.mod: No such file or directory -ls: cannot access */depend: No such file or directory -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -rm -rf /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 ; exec make \ - -k cleanall FMS_DIR=/dev/null -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Cleaning ... - -(cd gfsphysics && make clean) - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -makefile:278: depend: No such file or directory -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -Cleaning gfsphysics ... - -rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -(cd ccpp/driver && make clean) - -Build CCPP layer ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -makefile:67: depend: No such file or directory -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' - -Build CCPP layer ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -Cleaning CCPP_layer ... - -rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -(cd ipd && make clean) - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -makefile:54: depend: No such file or directory -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -Cleaning ipd ... - -rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -(cd ../stochastic_physics && make clean) - -Build standalone FV3 stochastic_physics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -makefile:86: depend: No such file or directory -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' - -Build standalone FV3 stochastic_physics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -Cleaning stochastic_physics ... - -rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -(cd io && make clean) - -Build standalone FV3 io ... - -$ESMF_INC is [] -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -Cleaning io ... - -rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -(cd atmos_cubed_sphere && make clean) - -Build standalone FV3 fv3core ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -Cleaning fv3core ... - -rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -(cd cpl && make clean) - -Build standalone FV3 io ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -Cleaning io ... - -rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend -rm -f -rf nems_dir fv3.mk FV3_INSTALL -rm -f -f conf/modules.fv3 -rm -f -f conf/configure.fv3 -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ - delete_nuopc=yes ; \ - fi ; \ - cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3" \ - INCLUDES_ARE_OPTIONAL=YES clean ; \ - if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ - fi -Components in linker order: FV3 FMS -FV3: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -GNUmakefile:70: /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" -CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" -CPPFLAGS += ESMF_VERSION_MINOR="0" -CPPFLAGS += ESMF_VERSION_MAJOR="8" -CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" -CPPFLAGS += ESMF_VERSION_STRING="8.0.0" -CPPFLAGS += ESMF_VERSION_REVISION="0" -CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -rm -f -f *.tmp.f90 *.lst *.o *.mod lm map -cd ENS_Cpl ; make clean -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test_results.mk -NEMSAppBuilder: make app=standaloneFV3 build -Convert /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/standaloneFV3.appBuilder -...into /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/standaloneFV3.appBuilder.mk -Include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/standaloneFV3.appBuilder.mk -echo 'FMS FV3' > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk" -Adding FV3 makeopts to FMS makeopts -cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/conf/configure.fv3.wcoss_cray /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/externals.nems -cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/modulefiles/wcoss_cray/fv3 /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems -cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ - echo 'module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf' ; \ - echo 'module load modules.nems' ) > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ - echo 'module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf' ; \ - echo 'module load modules.nems' ) > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -make -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS' -if [ -f "/modules.nems" ] ; then \ - . /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ - fi ; \ - ( \ - echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ - echo "CASELESS_FILESYSTEM=NO" ; \ - if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ - ) > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk" -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS' -. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs ; \ - exec make all - -IMPORTANT: You are in more than one group account. You must manually set -the ECF_PORT environment variable to the appropriate port number: - - Group Account ECF_PORT - ============= ======== - emc.glopara 31487 - emc.climpara 31463 - emc.nomad 31523 -Additional ports are listed in /usrx/local/sys/ecflow/assigned_ports.txt -intel(3):ERROR:105: Unable to locate a modulefile for 'intel/16.0.3.210' -fv3(65):ERROR:105: Unable to locate a modulefile for 'g2/3.1.1' -fv3(66):ERROR:105: Unable to locate a modulefile for 'g2tmpl/1.6.0' -fv3(70):ERROR:105: Unable to locate a modulefile for 'bacio/2.0.3' -fv3(71):ERROR:105: Unable to locate a modulefile for 'ip/3.0.2' -fv3(72):ERROR:105: Unable to locate a modulefile for 'sp/2.0.3' -fv3(73):ERROR:105: Unable to locate a modulefile for 'w3nco/2.0.7' -fv3(74):ERROR:105: Unable to locate a modulefile for 'w3emc/2.3.1' -fv3(75):ERROR:105: Unable to locate a modulefile for 'nemsio/2.2.4' -fv3(78):ERROR:105: Unable to locate a modulefile for 'post/8.0.5' -fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' -Currently Loaded Modulefiles: - 1) craype-network-aries - 2) craype/2.3.0 - 3) cray-libsci/13.0.3 - 4) udreg/2.3.2-1.0502.10518.2.17.ari - 5) ugni/6.0-1.0502.10863.8.29.ari - 6) pmi/5.0.11 - 7) dmapp/7.0.1-1.0502.11080.8.76.ari - 8) gni-headers/4.0-1.0502.10859.7.8.ari - 9) xpmem/0.1-2.0502.64982.5.3.ari - 10) dvs/2.5_0.9.0-1.0502.2188.1.116.ari - 11) alps/5.2.4-2.0502.9774.31.11.ari - 12) rca/1.0.0-2.0502.60530.1.62.ari - 13) atp/1.8.1 - 14) PrgEnv-intel/5.2.82 - 15) intel/16.3.210 - 16) cray-netcdf/4.3.3.1 - 17) cray-hdf5/1.8.14 - 18) xt-lsfhpc/9.1.3 - 19) craype-haswell - 20) python/2.7.14 - 21) cmake/3.6.2 - 22) gcc/4.9.2 - 23) jasper-gnu-sandybridge/1.900.1 - 24) png-intel-sandybridge/1.2.49 - 25) zlib-intel-sandybridge/1.2.7 - 26) crtm-intel/2.2.6 - 27) g2/3.1.1 - 28) g2tmpl/1.6.0 - 29) bacio/2.0.3 - 30) ip/3.0.2 - 31) sp/2.0.3 - 32) w3nco/2.0.7 - 33) w3emc/2.3.1 - 34) nemsio/2.2.4 - 35) post/8.0.5 - 36) alps/5.2.4-2.0502.9822.32.1.ari - 37) esmf/8.0.0 - 38) modules.nems -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -Building dependencies ... -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_manager.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_util.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_manager.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.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. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.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. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o -ar rv libfms.a ../oda_tools/xbt_drop_rate_adjust.o ../affinity/fms_affinity.o ../amip_interp/amip_interp.o ../astronomy/astronomy.o ../axis_utils/axis_utils.o ../block_control/block_control.o ../column_diagnostics/column_diagnostics.o ../constants/constants.o ../coupler/atmos_ocean_fluxes.o ../coupler/coupler_types.o ../coupler/ensemble_manager.o ../data_override/data_override.o ../diag_integral/diag_integral.o ../diag_manager/diag_axis.o ../diag_manager/diag_data.o ../diag_manager/diag_grid.o ../diag_manager/diag_manifest.o ../diag_manager/diag_manager.o ../diag_manager/diag_output.o ../diag_manager/diag_table.o ../diag_manager/diag_util.o ../drifters/cloud_interpolator.o ../drifters/drifters.o ../drifters/drifters_comm.o ../drifters/drifters_core.o ../drifters/drifters_input.o ../drifters/drifters_io.o ../drifters/quicksort.o ../exchange/stock_constants.o ../exchange/xgrid.o ../fft/fft.o ../fft/fft99.o ../field_manager/field_manager.o ../field_manager/fm_util.o ../fms/fms.o ../fms/fms_io.o ../horiz_interp/horiz_interp.o ../horiz_interp/horiz_interp_bicubic.o ../horiz_interp/horiz_interp_bilinear.o ../horiz_interp/horiz_interp_conserve.o ../horiz_interp/horiz_interp_spherical.o ../horiz_interp/horiz_interp_type.o ../interpolator/interpolator.o ../memutils/memutils.o ../monin_obukhov/monin_obukhov.o ../monin_obukhov/monin_obukhov_kernel.o ../mosaic/gradient.o ../mosaic/grid.o ../mosaic/mosaic.o ../mpp/mpp.o ../mpp/mpp_data.o ../mpp/mpp_domains.o ../mpp/mpp_efp.o ../mpp/mpp_io.o ../mpp/mpp_memutils.o ../mpp/mpp_parameter.o ../mpp/mpp_pset.o ../mpp/mpp_utilities.o ../oda_tools/oda_core.o ../oda_tools/oda_core_ecda.o ../oda_tools/oda_types.o ../oda_tools/write_ocean_data.o ../platform/platform.o ../random_numbers/MersenneTwister.o ../random_numbers/random_numbers.o ../sat_vapor_pres/sat_vapor_pres.o ../sat_vapor_pres/sat_vapor_pres_k.o ../station_data/station_data.o ../time_interp/time_interp.o ../time_interp/time_interp_external.o ../time_manager/get_cal_time.o ../time_manager/time_manager.o ../topography/gaussian_topog.o ../topography/topography.o ../tracer_manager/tracer_manager.o ../tridiagonal/tridiagonal.o ../affinity/affinity.o ../memutils/memuse.o ../mosaic/create_xgrid.o ../mosaic/gradient_c2l.o ../mosaic/interp.o ../mosaic/mosaic_util.o ../mosaic/read_mosaic.o ../mpp/nsclock.o ../mpp/threadloc.o -ar: creating libfms.a -a - ../oda_tools/xbt_drop_rate_adjust.o -a - ../affinity/fms_affinity.o -a - ../amip_interp/amip_interp.o -a - ../astronomy/astronomy.o -a - ../axis_utils/axis_utils.o -a - ../block_control/block_control.o -a - ../column_diagnostics/column_diagnostics.o -a - ../constants/constants.o -a - ../coupler/atmos_ocean_fluxes.o -a - ../coupler/coupler_types.o -a - ../coupler/ensemble_manager.o -a - ../data_override/data_override.o -a - ../diag_integral/diag_integral.o -a - ../diag_manager/diag_axis.o -a - ../diag_manager/diag_data.o -a - ../diag_manager/diag_grid.o -a - ../diag_manager/diag_manifest.o -a - ../diag_manager/diag_manager.o -a - ../diag_manager/diag_output.o -a - ../diag_manager/diag_table.o -a - ../diag_manager/diag_util.o -a - ../drifters/cloud_interpolator.o -a - ../drifters/drifters.o -a - ../drifters/drifters_comm.o -a - ../drifters/drifters_core.o -a - ../drifters/drifters_input.o -a - ../drifters/drifters_io.o -a - ../drifters/quicksort.o -a - ../exchange/stock_constants.o -a - ../exchange/xgrid.o -a - ../fft/fft.o -a - ../fft/fft99.o -a - ../field_manager/field_manager.o -a - ../field_manager/fm_util.o -a - ../fms/fms.o -a - ../fms/fms_io.o -a - ../horiz_interp/horiz_interp.o -a - ../horiz_interp/horiz_interp_bicubic.o -a - ../horiz_interp/horiz_interp_bilinear.o -a - ../horiz_interp/horiz_interp_conserve.o -a - ../horiz_interp/horiz_interp_spherical.o -a - ../horiz_interp/horiz_interp_type.o -a - ../interpolator/interpolator.o -a - ../memutils/memutils.o -a - ../monin_obukhov/monin_obukhov.o -a - ../monin_obukhov/monin_obukhov_kernel.o -a - ../mosaic/gradient.o -a - ../mosaic/grid.o -a - ../mosaic/mosaic.o -a - ../mpp/mpp.o -a - ../mpp/mpp_data.o -a - ../mpp/mpp_domains.o -a - ../mpp/mpp_efp.o -a - ../mpp/mpp_io.o -a - ../mpp/mpp_memutils.o -a - ../mpp/mpp_parameter.o -a - ../mpp/mpp_pset.o -a - ../mpp/mpp_utilities.o -a - ../oda_tools/oda_core.o -a - ../oda_tools/oda_core_ecda.o -a - ../oda_tools/oda_types.o -a - ../oda_tools/write_ocean_data.o -a - ../platform/platform.o -a - ../random_numbers/MersenneTwister.o -a - ../random_numbers/random_numbers.o -a - ../sat_vapor_pres/sat_vapor_pres.o -a - ../sat_vapor_pres/sat_vapor_pres_k.o -a - ../station_data/station_data.o -a - ../time_interp/time_interp.o -a - ../time_interp/time_interp_external.o -a - ../time_manager/get_cal_time.o -a - ../time_manager/time_manager.o -a - ../topography/gaussian_topog.o -a - ../topography/topography.o -a - ../tracer_manager/tracer_manager.o -a - ../tridiagonal/tridiagonal.o -a - ../affinity/affinity.o -a - ../memutils/memuse.o -a - ../mosaic/create_xgrid.o -a - ../mosaic/gradient_c2l.o -a - ../mosaic/interp.o -a - ../mosaic/mosaic_util.o -a - ../mosaic/read_mosaic.o -a - ../mpp/nsclock.o -a - ../mpp/threadloc.o -mkdir -p "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL"/. -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -test -d /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Compiling into /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL on wcoss_cray -cp -fp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3"/conf/modules.fv3 -. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 ; \ - exec make COMP=FV3 COMP_SRCDIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss_cray FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL nemsinstall - -IMPORTANT: You are in more than one group account. You must manually set -the ECF_PORT environment variable to the appropriate port number: - - Group Account ECF_PORT - ============= ======== - emc.glopara 31487 - emc.climpara 31463 - emc.nomad 31523 -Additional ports are listed in /usrx/local/sys/ecflow/assigned_ports.txt -intel(3):ERROR:105: Unable to locate a modulefile for 'intel/16.0.3.210' -fv3(65):ERROR:105: Unable to locate a modulefile for 'g2/3.1.1' -fv3(66):ERROR:105: Unable to locate a modulefile for 'g2tmpl/1.6.0' -fv3(70):ERROR:105: Unable to locate a modulefile for 'bacio/2.0.3' -fv3(71):ERROR:105: Unable to locate a modulefile for 'ip/3.0.2' -fv3(72):ERROR:105: Unable to locate a modulefile for 'sp/2.0.3' -fv3(73):ERROR:105: Unable to locate a modulefile for 'w3nco/2.0.7' -fv3(74):ERROR:105: Unable to locate a modulefile for 'w3emc/2.3.1' -fv3(75):ERROR:105: Unable to locate a modulefile for 'nemsio/2.2.4' -fv3(78):ERROR:105: Unable to locate a modulefile for 'post/8.0.5' -fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' -Currently Loaded Modulefiles: - 1) craype-network-aries - 2) craype/2.3.0 - 3) cray-libsci/13.0.3 - 4) udreg/2.3.2-1.0502.10518.2.17.ari - 5) ugni/6.0-1.0502.10863.8.29.ari - 6) pmi/5.0.11 - 7) dmapp/7.0.1-1.0502.11080.8.76.ari - 8) gni-headers/4.0-1.0502.10859.7.8.ari - 9) xpmem/0.1-2.0502.64982.5.3.ari - 10) dvs/2.5_0.9.0-1.0502.2188.1.116.ari - 11) alps/5.2.4-2.0502.9774.31.11.ari - 12) rca/1.0.0-2.0502.60530.1.62.ari - 13) atp/1.8.1 - 14) PrgEnv-intel/5.2.82 - 15) intel/16.3.210 - 16) cray-netcdf/4.3.3.1 - 17) cray-hdf5/1.8.14 - 18) xt-lsfhpc/9.1.3 - 19) craype-haswell - 20) python/2.7.14 - 21) cmake/3.6.2 - 22) gcc/4.9.2 - 23) jasper-gnu-sandybridge/1.900.1 - 24) png-intel-sandybridge/1.2.49 - 25) zlib-intel-sandybridge/1.2.7 - 26) crtm-intel/2.2.6 - 27) g2/3.1.1 - 28) g2tmpl/1.6.0 - 29) bacio/2.0.3 - 30) ip/3.0.2 - 31) sp/2.0.3 - 32) w3nco/2.0.7 - 33) w3emc/2.3.1 - 34) nemsio/2.2.4 - 35) post/8.0.5 - 36) alps/5.2.4-2.0502.9822.32.1.ari - 37) esmf/8.0.0 - 38) modules.nems -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Building dependencies ... -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -make -C cpl FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL - -Build standalone FV3 io ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' - -Build standalone FV3 io ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cplfields.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cap_cpl.F90 -ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o -ar: creating libfv3cpl.a -a - module_cplfields.o -a - module_cap_cpl.o -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -make -C gfsphysics FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -makefile:278: depend: No such file or directory -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o -cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o -cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o -cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o -ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o -ar: creating libgfsphys.a -a - physics/cnvc90.o -a - physics/co2hc.o -a - physics/date_def.o -a - physics/dcyc2.o -a - physics/dcyc2.pre.rad.o -a - physics/efield.o -a - physics/get_prs.o -a - physics/gocart_tracer_config_stub.o -a - physics/gscond.o -a - physics/gscondp.o -a - physics/gwdc.o -a - physics/gwdps.o -a - physics/ugwp_driver_v0.o -a - physics/cires_orowam2017.o -a - physics/h2o_def.o -a - physics/h2oc.o -a - physics/h2ohdc.o -a - physics/h2ophys.o -a - physics/ideaca.o -a - physics/idea_co2.o -a - physics/idea_composition.o -a - physics/idea_dissipation.o -a - physics/idea_h2o.o -a - physics/idea_ion.o -a - physics/idea_o2_o3.o -a - physics/idea_phys.o -a - physics/idea_solar_heating.o -a - physics/idea_tracer.o -a - physics/iounitdef.o -a - physics/lrgsclr.o -a - physics/mersenne_twister.o -a - physics/mfpbl.o -a - physics/mfpblt.o -a - physics/mfpbltq.o -a - physics/mfscu.o -a - physics/mfscuq.o -a - physics/module_bfmicrophysics.o -a - physics/moninedmf.o -a - physics/moninedmf_hafs.o -a - physics/moninp.o -a - physics/moninp1.o -a - physics/moninq.o -a - physics/moninq1.o -a - physics/moninshoc.o -a - physics/mstadb.o -a - physics/mstadbtn.o -a - physics/mstadbtn2.o -a - physics/mstcnv.o -a - physics/namelist_soilveg.o -a - physics/ozne_def.o -a - physics/iccn_def.o -a - physics/aerclm_def.o -a - physics/ozphys.o -a - physics/ozphys_2015.o -a - physics/physparam.o -a - physics/precpd.o -a - physics/precpd_shoc.o -a - physics/precpdp.o -a - physics/progt2.o -a - physics/progtm_module.o -a - physics/rad_initialize.o -a - physics/radiation_aerosols.o -a - physics/radiation_astronomy.o -a - physics/radiation_clouds.o -a - physics/radiation_gases.o -a - physics/radiation_surface.o -a - physics/radlw_datatb.o -a - physics/radlw_main.o -a - physics/radlw_param.o -a - physics/radsw_datatb.o -a - physics/radsw_main.o -a - physics/radsw_param.o -a - physics/rascnvv2.o -a - physics/rayleigh_damp.o -a - physics/rayleigh_damp_mesopause.o -a - physics/samfaerosols.o -a - physics/samfdeepcnv.o -a - physics/samfshalcnv.o -a - physics/sascnv.o -a - physics/sascnvn.o -a - physics/satmedmfvdif.o -a - physics/satmedmfvdifq.o -a - physics/set_soilveg.o -a - physics/sfc_cice.o -a - physics/sfc_diag.o -a - physics/sfc_diff.o -a - physics/sfc_drv.o -a - physics/sfc_noahmp_drv.o -a - physics/sfc_nst.o -a - physics/sfc_ocean.o -a - physics/sfc_sice.o -a - physics/sflx.o -a - physics/shalcnv.o -a - physics/shalcv.o -a - physics/shalcv_1lyr.o -a - physics/shalcv_fixdp.o -a - physics/shalcv_opr.o -a - physics/tracer_const_h.o -a - physics/tridi2t3.o -a - physics/calpreciptype.o -a - physics/funcphys.o -a - physics/gcm_shoc.o -a - physics/get_prs_fv3.o -a - physics/h2ointerp.o -a - physics/module_nst_model.o -a - physics/module_nst_parameters.o -a - physics/module_nst_water_prop.o -a - physics/ozinterp.o -a - physics/module_wrf_utl.o -a - physics/noahmp_tables.o -a - physics/module_sf_noahmplsm.o -a - physics/module_sf_noahmp_glacier.o -a - physics/iccninterp.o -a - physics/aerinterp.o -a - physics/wam_f107_kp_mod.o -a - physics/aer_cloud.o -a - physics/cldmacro.o -a - physics/cldwat2m_micro.o -a - physics/gfs_phy_tracer_config.o -a - physics/machine.o -a - physics/num_parthds.o -a - physics/sfcsub.o -a - physics/wv_saturation.o -a - physics/GFDL_parse_tracers.o -a - physics/gcycle.o -a - physics/cires_ugwp_initialize.o -a - physics/cires_ugwp_module.o -a - physics/cires_ugwp_utils.o -a - physics/cires_ugwp_triggers.o -a - physics/cires_ugwp_solvers.o -a - physics/cires_vert_lsatdis.o -a - physics/cires_vert_orodis.o -a - physics/cires_vert_wmsdis.o -a - physics/gfdl_cloud_microphys.o -a - physics/micro_mg_utils.o -a - physics/micro_mg2_0.o -a - physics/micro_mg3_0.o -a - physics/m_micro_driver.o -a - physics/cs_conv.o -a - physics/GFS_debug.o -a - physics/module_mp_radar.o -a - physics/module_mp_thompson_gfs.o -a - physics/module_mp_wsm6_fv3.o -a - physics/physcons.o -a - physics/surface_perturbation.o -a - GFS_layer/GFS_abstraction_layer.o -a - GFS_layer/GFS_diagnostics.o -a - GFS_layer/GFS_driver.o -a - GFS_layer/GFS_physics_driver.o -a - GFS_layer/GFS_radiation_driver.o -a - GFS_layer/GFS_restart.o -a - GFS_layer/GFS_typedefs.o -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -make -C ipd FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -makefile:54: depend: No such file or directory -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o -ar rv libipd.a IPD_driver.o IPD_typedefs.o -ar: creating libipd.a -a - IPD_driver.o -a - IPD_typedefs.o -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -make -C io FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL - -Build standalone FV3 io ... - -$ESMF_INC is [-I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include] -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' - -Build standalone FV3 io ... - -$ESMF_INC is [-I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include] -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c FV3GFS_io.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_internal_state.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.5_4 -c post_gfs.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_netcdf.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_netcdf_parallel.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_wrt_grid_comp.F90 -ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o -ar: creating libfv3io.a -a - ffsync.o -a - FV3GFS_io.o -a - post_gfs.o -a - post_nems_routines.o -a - module_write_nemsio.o -a - module_write_netcdf.o -a - module_write_netcdf_parallel.o -a - module_fv3_io_def.o -a - module_write_internal_state.o -a - module_wrt_grid_comp.o -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -make -C atmos_cubed_sphere FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL - -Build standalone FV3 fv3core ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' - -Build standalone FV3 fv3core ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ar rv libfv3core.a model/a2b_edge.o model/multi_gases.o model/boundary.o model/dyn_core.o model/fv_arrays.o model/fv_cmp.o model/fv_control.o model/fv_dynamics.o model/fv_fill.o model/fv_grid_utils.o model/fv_mapz.o model/fv_nesting.o model/fv_regional_bc.o model/fv_sg.o model/fv_tracer2d.o model/fv_update_phys.o model/sw_core.o model/tp_core.o model/nh_core.o model/nh_utils.o tools/external_ic.o tools/external_sst.o tools/fv_diagnostics.o tools/fv_eta.o tools/fv_grid_tools.o tools/fv_io.o tools/fv_mp_mod.o tools/fv_nudge.o tools/fv_treat_da_inc.o tools/fv_iau_mod.o tools/fv_restart.o tools/fv_surf_map.o tools/fv_timing.o tools/init_hydro.o tools/sim_nc_mod.o tools/sorted_index.o tools/test_cases.o driver/fvGFS/DYCORE_typedefs.o driver/fvGFS/fv_nggps_diag.o driver/fvGFS/atmosphere.o -ar: creating libfv3core.a -a - model/a2b_edge.o -a - model/multi_gases.o -a - model/boundary.o -a - model/dyn_core.o -a - model/fv_arrays.o -a - model/fv_cmp.o -a - model/fv_control.o -a - model/fv_dynamics.o -a - model/fv_fill.o -a - model/fv_grid_utils.o -a - model/fv_mapz.o -a - model/fv_nesting.o -a - model/fv_regional_bc.o -a - model/fv_sg.o -a - model/fv_tracer2d.o -a - model/fv_update_phys.o -a - model/sw_core.o -a - model/tp_core.o -a - model/nh_core.o -a - model/nh_utils.o -a - tools/external_ic.o -a - tools/external_sst.o -a - tools/fv_diagnostics.o -a - tools/fv_eta.o -a - tools/fv_grid_tools.o -a - tools/fv_io.o -a - tools/fv_mp_mod.o -a - tools/fv_nudge.o -a - tools/fv_treat_da_inc.o -a - tools/fv_iau_mod.o -a - tools/fv_restart.o -a - tools/fv_surf_map.o -a - tools/fv_timing.o -a - tools/init_hydro.o -a - tools/sim_nc_mod.o -a - tools/sorted_index.o -a - tools/test_cases.o -a - driver/fvGFS/DYCORE_typedefs.o -a - driver/fvGFS/fv_nggps_diag.o -a - driver/fvGFS/atmosphere.o -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -make -C ../stochastic_physics FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit - -Build standalone FV3 stochastic_physics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -makefile:86: depend: No such file or directory -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' - -Build standalone FV3 stochastic_physics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o -ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o -ar: creating libstochastic_physics.a -a - stochy_gg_def.o -a - stochy_resol_def.o -a - stochy_layout_lag.o -a - four_to_grid_stochy.o -a - glats_stochy.o -a - sumfln_stochy.o -a - gozrineo_stochy.o -a - num_parthds_stochy.o -a - get_ls_node_stochy.o -a - get_lats_node_a_stochy.o -a - setlats_a_stochy.o -a - setlats_lag_stochy.o -a - epslon_stochy.o -a - getcon_lag_stochy.o -a - pln2eo_stochy.o -a - dozeuv_stochy.o -a - dezouv_stochy.o -a - cellular_automata.o -a - update_ca.o -a - plumes.o -a - spectral_layout.o -a - getcon_spectral.o -a - stochy_namelist_def.o -a - compns_stochy.o -a - stochy_internal_state_mod.o -a - stochastic_physics.o -a - stochy_patterngenerator.o -a - stochy_data_mod.o -a - get_stochy_pattern.o -a - initialize_spectral_mod.o -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -make libfv3cap.a FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fv3_config.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c atmos_model.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fcst_grid_comp.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c time_utils.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c fv3_cap.F90 -ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o -ar: creating libfv3cap.a -a - atmos_model.o -a - module_fv3_config.o -a - module_fcst_grid_comp.o -a - time_utils.o -a - fv3_cap.o -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -make esmf_make_fragment FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -# additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/nems_dir" >> fv3.mk - -Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk - -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Installation into "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL" complete! - -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -test -d /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -( \ - echo "# Do not edit this file. It is automatically generated." ; \ - echo "# Edit the component list or /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ - echo ; cat "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ - echo fms_mk="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ - set -e ; \ - for m in /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ - test -s $m ; \ - done ; \ - echo build NEMS after /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ - cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src ; \ - make nems \ - COMPONENTS="FMS FV3" \ - FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x" ; \ - test -x /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x - -IMPORTANT: You are in more than one group account. You must manually set -the ECF_PORT environment variable to the appropriate port number: - - Group Account ECF_PORT - ============= ======== - emc.glopara 31487 - emc.climpara 31463 - emc.nomad 31523 -Additional ports are listed in /usrx/local/sys/ecflow/assigned_ports.txt -intel(3):ERROR:105: Unable to locate a modulefile for 'intel/16.0.3.210' -fv3(65):ERROR:105: Unable to locate a modulefile for 'g2/3.1.1' -fv3(66):ERROR:105: Unable to locate a modulefile for 'g2tmpl/1.6.0' -fv3(70):ERROR:105: Unable to locate a modulefile for 'bacio/2.0.3' -fv3(71):ERROR:105: Unable to locate a modulefile for 'ip/3.0.2' -fv3(72):ERROR:105: Unable to locate a modulefile for 'sp/2.0.3' -fv3(73):ERROR:105: Unable to locate a modulefile for 'w3nco/2.0.7' -fv3(74):ERROR:105: Unable to locate a modulefile for 'w3emc/2.3.1' -fv3(75):ERROR:105: Unable to locate a modulefile for 'nemsio/2.2.4' -fv3(78):ERROR:105: Unable to locate a modulefile for 'post/8.0.5' -fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' -Currently Loaded Modulefiles: - 1) craype-network-aries - 2) craype/2.3.0 - 3) cray-libsci/13.0.3 - 4) udreg/2.3.2-1.0502.10518.2.17.ari - 5) ugni/6.0-1.0502.10863.8.29.ari - 6) pmi/5.0.11 - 7) dmapp/7.0.1-1.0502.11080.8.76.ari - 8) gni-headers/4.0-1.0502.10859.7.8.ari - 9) xpmem/0.1-2.0502.64982.5.3.ari - 10) dvs/2.5_0.9.0-1.0502.2188.1.116.ari - 11) alps/5.2.4-2.0502.9774.31.11.ari - 12) rca/1.0.0-2.0502.60530.1.62.ari - 13) atp/1.8.1 - 14) PrgEnv-intel/5.2.82 - 15) intel/16.3.210 - 16) cray-netcdf/4.3.3.1 - 17) cray-hdf5/1.8.14 - 18) xt-lsfhpc/9.1.3 - 19) craype-haswell - 20) python/2.7.14 - 21) cmake/3.6.2 - 22) gcc/4.9.2 - 23) jasper-gnu-sandybridge/1.900.1 - 24) png-intel-sandybridge/1.2.49 - 25) zlib-intel-sandybridge/1.2.7 - 26) crtm-intel/2.2.6 - 27) g2/3.1.1 - 28) g2tmpl/1.6.0 - 29) bacio/2.0.3 - 30) ip/3.0.2 - 31) sp/2.0.3 - 32) w3nco/2.0.7 - 33) w3emc/2.3.1 - 34) nemsio/2.2.4 - 35) post/8.0.5 - 36) alps/5.2.4-2.0502.9822.32.1.ari - 37) esmf/8.0.0 - 38) modules.nems -build NEMS after /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -Components in linker order: FV3 FMS -FV3: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" -CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" -CPPFLAGS += ESMF_VERSION_MINOR="0" -CPPFLAGS += ESMF_VERSION_MAJOR="8" -CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" -CPPFLAGS += ESMF_VERSION_STRING="8.0.0" -CPPFLAGS += ESMF_VERSION_REVISION="0" -CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -cd ENS_Cpl && make stub -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -cc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c ENS_CplComp_ESMFMod_STUB.f90 -ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o -ar: creating ENS_Cpl.a -a - ENS_CplComp_ESMFMod_STUB.o -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:47:31 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 -mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o -`module_NEMS_UTILS.tmp.o' -> `module_NEMS_UTILS.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:47:31 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 -mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o -`module_MEDIATOR_methods.tmp.o' -> `module_MEDIATOR_methods.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:47:31 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 -mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o -`module_MEDIATOR.tmp.o' -> `module_MEDIATOR.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:47:31 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 -mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o -`module_MEDIATOR_SpaceWeather.tmp.o' -> `module_MEDIATOR_SpaceWeather.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:47:31 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 -mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o -`module_EARTH_INTERNAL_STATE.tmp.o' -> `module_EARTH_INTERNAL_STATE.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:47:31 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 -mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o -`module_EARTH_GRID_COMP.tmp.o' -> `module_EARTH_GRID_COMP.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:47:31 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 -mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o -`module_NEMS_INTERNAL_STATE.tmp.o' -> `module_NEMS_INTERNAL_STATE.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:47:31 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 -mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o -`module_NEMS_GRID_COMP.tmp.o' -> `module_NEMS_GRID_COMP.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:47:31 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 -mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o -`module_NEMS_Rusage.tmp.o' -> `module_NEMS_Rusage.o' -cc -c nems_c_rusage.c -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 15:47:31 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 -mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o -`MAIN_NEMS.tmp.o' -> `MAIN_NEMS.o' -echo libgocart is -libgocart is -echo extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/prod/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/prod/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ftn -o /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/prod/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -/opt/cray/hdf5/1.8.14/INTEL/14.0/lib/libhdf5.a(H5PL.o): In function `H5PL_load': -H5PL.c:(.text+0x3b7): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking -/usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': -/usrx/local/prod/jasper/1.900.1/gnu/sandybridge/sorc/jasper-1.900.1/src/libjasper/base/jas_stream.c:368: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/libesmf.a(ESMCI_VMKernel.o): In function `ESMCI::socketClient()': -ESMCI_VMKernel.C:(.text+0x14ad1): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x is created. -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -+ RC=0 -+ set -e -+ cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/.. -+ [[ 0 -ne 0 ]] -+ cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../NEMS/exe/NEMS.x /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../tests/fv3_3.exe -+ cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../NEMS/src/conf/modules.nems /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../tests/modules.fv3_3 -+ cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../NEMS/src -+ gmake clean -Components in linker order: -CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" -CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" -CPPFLAGS += ESMF_VERSION_MINOR="0" -CPPFLAGS += ESMF_VERSION_MAJOR="8" -CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" -CPPFLAGS += ESMF_VERSION_STRING="8.0.0" -CPPFLAGS += ESMF_VERSION_REVISION="0" -CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -rm -f -f *.tmp.f90 *.lst *.o *.mod lm map -cd ENS_Cpl ; gmake clean -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -+ cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -+ gmake cleanall -Cleaning ... - -(cd gfsphysics && make clean) - -Build standalone FV3 gfsphysics ... - -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -Cleaning gfsphysics ... - -rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -(cd ccpp/driver && make clean) - -Build CCPP layer ... - -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -makefile:67: depend: No such file or directory -Building dependencies ... -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' - -Build CCPP layer ... - -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -Cleaning CCPP_layer ... - -rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -(cd ipd && make clean) - -Build standalone FV3 gfsphysics ... - -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -Cleaning ipd ... - -rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -(cd ../stochastic_physics && make clean) - -Build standalone FV3 stochastic_physics ... - -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -Cleaning stochastic_physics ... - -rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -(cd io && make clean) - -Build standalone FV3 io ... - -$ESMF_INC is [-I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include] -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -Cleaning io ... - -rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -(cd atmos_cubed_sphere && make clean) - -Build standalone FV3 fv3core ... - -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -Cleaning fv3core ... - -rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -(cd cpl && make clean) - -Build standalone FV3 io ... - -make[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -Cleaning io ... - -rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend -rm -f -rf nems_dir fv3.mk FV3_INSTALL -rm -f -f conf/modules.fv3 -rm -f -f conf/configure.fv3 -+ rm -rf FV3_INSTALL -+ rm -rf nems_dir -+ elapsed=1263 -+ echo 'Elapsed time 1263 seconds. Compiling app standaloneFV3 finished' -Elapsed time 1263 seconds. Compiling app standaloneFV3 finished -+ SECONDS=0 -+ [[ 4 -lt 2 ]] -+ readonly PATHTR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -+ PATHTR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -+ readonly BUILD_TARGET=wcoss_cray -+ BUILD_TARGET=wcoss_cray -+ readonly MAKE_OPT=32BIT=Y -+ MAKE_OPT=32BIT=Y -+ readonly BUILD_NAME=fv3_4 -+ BUILD_NAME=fv3_4 -+ readonly clean_before=YES -+ clean_before=YES -+ readonly clean_after=YES -+ clean_after=YES -+ hostname -slogin1 -+ echo 'Compiling 32BIT=Y into fv3_4.exe on wcoss_cray' -Compiling 32BIT=Y into fv3_4.exe on wcoss_cray -+ gnu_make=gmake -+ which gmake -/usr/bin/gmake -+ [[ wcoss_cray == cheyenne.* ]] -+ [[ wcoss_cray == stampede.* ]] -+ MAKE_THREADS=8 -+ [[ 8 -gt 1 ]] -+ echo Using '$MAKE_THREADS=8' threads to build FV3 and FMS. -Using $MAKE_THREADS=8 threads to build FV3 and FMS. -+ echo Consider reducing '$MAKE_THREADS' if you hit memory or process limits. -Consider reducing $MAKE_THREADS if you hit memory or process limits. -+ gnu_make='gmake -j 8' -+ cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../NEMS -+ COMPONENTS=FMS,FV3 -+ [[ 32BIT=Y == *\C\C\P\P\=\Y* ]] -+ [[ 32BIT=Y == *\W\W\3\=\Y* ]] -+ [[ 32BIT=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ 32BIT=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ 32BIT=Y == *\R\E\P\R\O\=\Y* ]] -+ NEMS_BUILDOPT= -+ '[' YES = YES ']' -+ gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3_4 BUILD_ENV=wcoss_cray FV3_MAKEOPT=32BIT=Y NEMS_BUILDOPT= distclean -Will copy modules.nems and NEMS.x as fv3_4 under tests/ -NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk" -Adding FV3 makeopts to FMS makeopts -cat /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs ; \ - exec gmake 32BIT=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -Cleaning fms ... - -cd .. ; \ - ls -1 */*.a */*.o */*.mod */depend \ - | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ - rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -rm -rf /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 ; exec gmake \ - -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Cleaning ... - -(cd gfsphysics && make clean) - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -makefile:278: depend: No such file or directory -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -Cleaning gfsphysics ... - -rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -(cd ccpp/driver && make clean) - -Build CCPP layer ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -makefile:67: depend: No such file or directory -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' - -Build CCPP layer ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -Cleaning CCPP_layer ... - -rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -(cd ipd && make clean) - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -makefile:54: depend: No such file or directory -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -Cleaning ipd ... - -rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -(cd ../stochastic_physics && make clean) - -Build standalone FV3 stochastic_physics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -makefile:86: depend: No such file or directory -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' - -Build standalone FV3 stochastic_physics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -Cleaning stochastic_physics ... - -rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -(cd io && make clean) - -Build standalone FV3 io ... - -$ESMF_INC is [] -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -Cleaning io ... - -rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -(cd atmos_cubed_sphere && make clean) - -Build standalone FV3 fv3core ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -Cleaning fv3core ... - -rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -(cd cpl && make clean) - -Build standalone FV3 io ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -Cleaning io ... - -rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend -rm -f -rf nems_dir fv3.mk FV3_INSTALL -rm -f -f conf/modules.fv3 -rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ - delete_nuopc=yes ; \ - fi ; \ - cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ - INCLUDES_ARE_OPTIONAL=YES clean ; \ - if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ - fi -Components in linker order: FV3 FMS -FV3: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -GNUmakefile:70: /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" -CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" -CPPFLAGS += ESMF_VERSION_MINOR="0" -CPPFLAGS += ESMF_VERSION_MAJOR="8" -CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" -CPPFLAGS += ESMF_VERSION_STRING="8.0.0" -CPPFLAGS += ESMF_VERSION_REVISION="0" -CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -rm -f -f *.tmp.f90 *.lst *.o *.mod lm map -cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test_results.mk -+ gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3_4 BUILD_ENV=wcoss_cray FV3_MAKEOPT=32BIT=Y NEMS_BUILDOPT= build -Will copy modules.nems and NEMS.x as fv3_4 under tests/ -NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk" -Adding FV3 makeopts to FMS makeopts -cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/modulefiles/wcoss_cray/fv3 /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems -set -xe ; cp "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems" "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/tests/modules.fv3_4" -+ cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/tests/modules.fv3_4 -cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/conf/configure.fv3.wcoss_cray /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/externals.nems -cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ - echo 'module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf' ; \ - echo 'module load modules.nems' ) > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ - echo 'module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf' ; \ - echo 'module load modules.nems' ) > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS' -if [ -f "/modules.nems" ] ; then \ - . /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ - fi ; \ - ( \ - echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ - echo "CASELESS_FILESYSTEM=NO" ; \ - if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ - ) > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS' -. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs ; \ - exec gmake 32BIT=Y all - -IMPORTANT: You are in more than one group account. You must manually set -the ECF_PORT environment variable to the appropriate port number: - - Group Account ECF_PORT - ============= ======== - emc.glopara 31487 - emc.climpara 31463 - emc.nomad 31523 -Additional ports are listed in /usrx/local/sys/ecflow/assigned_ports.txt -intel(3):ERROR:105: Unable to locate a modulefile for 'intel/16.0.3.210' -fv3(65):ERROR:105: Unable to locate a modulefile for 'g2/3.1.1' -fv3(66):ERROR:105: Unable to locate a modulefile for 'g2tmpl/1.6.0' -fv3(70):ERROR:105: Unable to locate a modulefile for 'bacio/2.0.3' -fv3(71):ERROR:105: Unable to locate a modulefile for 'ip/3.0.2' -fv3(72):ERROR:105: Unable to locate a modulefile for 'sp/2.0.3' -fv3(73):ERROR:105: Unable to locate a modulefile for 'w3nco/2.0.7' -fv3(74):ERROR:105: Unable to locate a modulefile for 'w3emc/2.3.1' -fv3(75):ERROR:105: Unable to locate a modulefile for 'nemsio/2.2.4' -fv3(78):ERROR:105: Unable to locate a modulefile for 'post/8.0.5' -fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' -Currently Loaded Modulefiles: - 1) craype-network-aries - 2) craype/2.3.0 - 3) cray-libsci/13.0.3 - 4) udreg/2.3.2-1.0502.10518.2.17.ari - 5) ugni/6.0-1.0502.10863.8.29.ari - 6) pmi/5.0.11 - 7) dmapp/7.0.1-1.0502.11080.8.76.ari - 8) gni-headers/4.0-1.0502.10859.7.8.ari - 9) xpmem/0.1-2.0502.64982.5.3.ari - 10) dvs/2.5_0.9.0-1.0502.2188.1.116.ari - 11) alps/5.2.4-2.0502.9774.31.11.ari - 12) rca/1.0.0-2.0502.60530.1.62.ari - 13) atp/1.8.1 - 14) PrgEnv-intel/5.2.82 - 15) intel/16.3.210 - 16) cray-netcdf/4.3.3.1 - 17) cray-hdf5/1.8.14 - 18) xt-lsfhpc/9.1.3 - 19) craype-haswell - 20) python/2.7.14 - 21) cmake/3.6.2 - 22) gcc/4.9.2 - 23) jasper-gnu-sandybridge/1.900.1 - 24) png-intel-sandybridge/1.2.49 - 25) zlib-intel-sandybridge/1.2.7 - 26) crtm-intel/2.2.6 - 27) g2/3.1.1 - 28) g2tmpl/1.6.0 - 29) bacio/2.0.3 - 30) ip/3.0.2 - 31) sp/2.0.3 - 32) w3nco/2.0.7 - 33) w3emc/2.3.1 - 34) nemsio/2.2.4 - 35) post/8.0.5 - 36) alps/5.2.4-2.0502.9822.32.1.ari - 37) esmf/8.0.0 - 38) modules.nems -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -Building dependencies ... -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_input.F90 -o ../drifters/drifters_input.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_io.F90 -o ../drifters/drifters_io.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_core.F90 -o ../drifters/drifters_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/quicksort.F90 -o ../drifters/quicksort.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov_kernel.F90 -o ../monin_obukhov/monin_obukhov_kernel.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/gradient_c2l.c -o ../mosaic/gradient_c2l.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/interp.c -o ../mosaic/interp.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/mosaic_util.c -o ../mosaic/mosaic_util.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/read_mosaic.c -o ../mosaic/read_mosaic.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o -cc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -xCORE-AVX2 -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_memutils.F90 -o ../mpp/mpp_memutils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_pset.F90 -o ../mpp/mpp_pset.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_efp.F90 -o ../mpp/mpp_efp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_type.F90 -o ../horiz_interp/horiz_interp_type.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/gradient.F90 -o ../mosaic/gradient.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft99.F90 -o ../fft/fft99.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_utilities.F90 -o ../mpp/mpp_utilities.o + 38) fv3 ++ eval ++ cd build_fv3_3 ++ cmake /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model -D32BIT=Y +-- The C compiler identification is Intel 16.0.3.20160415 +-- The CXX compiler identification is Intel 16.0.3.20160415 +-- The Fortran compiler identification is Intel 16.0.3.20160415 +-- Cray Programming Environment 2.3.0 C +-- Check for working C compiler: /opt/cray/craype/2.3.0/bin/cc +-- Check for working C compiler: /opt/cray/craype/2.3.0/bin/cc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Cray Programming Environment 2.3.0 CXX +-- Check for working CXX compiler: /opt/cray/craype/2.3.0/bin/CC +-- Check for working CXX compiler: /opt/cray/craype/2.3.0/bin/CC -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Cray Programming Environment 2.3.0 Fortran +-- Check for working Fortran compiler: /opt/cray/craype/2.3.0/bin/ftn +-- Check for working Fortran compiler: /opt/cray/craype/2.3.0/bin/ftn -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /opt/cray/craype/2.3.0/bin/ftn supports Fortran 90 +-- Checking whether /opt/cray/craype/2.3.0/bin/ftn supports Fortran 90 -- yes +-- Found MPI_C: /opt/cray/craype/2.3.0/bin/cc +-- Found MPI_CXX: /opt/cray/craype/2.3.0/bin/CC +-- Found MPI_Fortran: /opt/cray/craype/2.3.0/bin/ftn +ESMFMKFILE: /gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include +ESMF_F90ESMFLINKRPATHS: -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod;/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include;/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include (found version "8.0.0") + +Setting configuration for wcoss_cray + +C compiler: Intel 16.0.3.20160415 (cc) +CXX compiler: Intel 16.0.3.20160415 (CC) +Fortran compiler: Intel 16.0.3.20160415 (ftn) + +DEBUG is disabled +REPRO is disabled +32BIT is ENABLED +OPENMP is ENABLED +AVX2 is ENABLED +INLINE_POST is ENABLED + + +Selected physics package: gfs + +Force 64 bits in gfsphysics +Force 64 bits in ipd +Force 64 bits in stochastic_physics +-- Configuring done +-- Generating done +-- Build files have been written to: /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_3 ++ make -j 8 +Scanning dependencies of target fv3cpl +[ 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 +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 2%] 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 +Scanning dependencies of target gfsphysics +[ 2%] 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. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +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 FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o +[ 4%] 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 +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 5%] Linking Fortran static library libfv3cpl.a +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 6%] Built target fv3cpl +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 6%] 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 +[ 8%] 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 +[ 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 +[ 10%] 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 +[ 11%] 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/iccn_def.f.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/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 +[ 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 CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 13%] 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/radiation_surface.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 13%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +[ 13%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_domains.F90 -o ../mpp/mpp_domains.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_model.f90.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldmacro.F.o +[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cldwat2m_micro.F.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg2_0.F90.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/micro_mg3_0.F90.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 21%] 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/sfc_nst.f.o +[ 22%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 22%] 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. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_io.F90 -o ../mpp/mpp_io.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../block_control/block_control.F90 -o ../block_control/block_control.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters_comm.F90 -o ../drifters/drifters_comm.o +[ 23%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 24%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 25%] 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. -Compiling in MPI mode (with or without MPP) +[ 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. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/drifters.F90 -o ../drifters/drifters.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_diagnostics.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_radiation_driver.F90.o +[ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 29%] 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. @@ -5866,1164 +4528,352 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../memutils/memutils.F90 -o ../memutils/memutils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms_io.F90 -o ../fms/fms_io.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fms/fms.F90 -o ../fms/fms.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/time_manager.F90 -o ../time_manager/time_manager.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../affinity/fms_affinity.F90 -o ../affinity/fms_affinity.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_conserve.F90 -o ../horiz_interp/horiz_interp_conserve.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bicubic.F90 -o ../horiz_interp/horiz_interp_bicubic.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_bilinear.F90 -o ../horiz_interp/horiz_interp_bilinear.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.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/memutils/memutils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/ensemble_manager.F90 -o ../coupler/ensemble_manager.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_manager/get_cal_time.F90 -o ../time_manager/get_cal_time.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp.F90 -o ../time_interp/time_interp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o +[ 29%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 29%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 30%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o +[ 30%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 30%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o +[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o +[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o +[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o +[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o +[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o +[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 38%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.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 CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 49%] 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. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 51%] 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. +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_util.F90 -o ../diag_manager/diag_util.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_table.F90 -o ../diag_manager/diag_table.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manager.F90 -o ../diag_manager/diag_manager.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../data_override/data_override.F90 -o ../data_override/data_override.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_orodis.F90.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_wmsdis.F90.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o +[ 59%] 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. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/coupler_types.F90 -o ../coupler/coupler_types.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/stock_constants.F90 -o ../exchange/stock_constants.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../interpolator/interpolator.F90 -o ../interpolator/interpolator.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../station_data/station_data.F90 -o ../station_data/station_data.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../exchange/xgrid.F90 -o ../exchange/xgrid.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 59%] 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. +[ 59%] 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. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../coupler/atmos_ocean_fluxes.F90 -o ../coupler/atmos_ocean_fluxes.o -ar rv libfms.a ../oda_tools/xbt_drop_rate_adjust.o ../affinity/fms_affinity.o ../amip_interp/amip_interp.o ../astronomy/astronomy.o ../axis_utils/axis_utils.o ../block_control/block_control.o ../column_diagnostics/column_diagnostics.o ../constants/constants.o ../coupler/atmos_ocean_fluxes.o ../coupler/coupler_types.o ../coupler/ensemble_manager.o ../data_override/data_override.o ../diag_integral/diag_integral.o ../diag_manager/diag_axis.o ../diag_manager/diag_data.o ../diag_manager/diag_grid.o ../diag_manager/diag_manifest.o ../diag_manager/diag_manager.o ../diag_manager/diag_output.o ../diag_manager/diag_table.o ../diag_manager/diag_util.o ../drifters/cloud_interpolator.o ../drifters/drifters.o ../drifters/drifters_comm.o ../drifters/drifters_core.o ../drifters/drifters_input.o ../drifters/drifters_io.o ../drifters/quicksort.o ../exchange/stock_constants.o ../exchange/xgrid.o ../fft/fft.o ../fft/fft99.o ../field_manager/field_manager.o ../field_manager/fm_util.o ../fms/fms.o ../fms/fms_io.o ../horiz_interp/horiz_interp.o ../horiz_interp/horiz_interp_bicubic.o ../horiz_interp/horiz_interp_bilinear.o ../horiz_interp/horiz_interp_conserve.o ../horiz_interp/horiz_interp_spherical.o ../horiz_interp/horiz_interp_type.o ../interpolator/interpolator.o ../memutils/memutils.o ../monin_obukhov/monin_obukhov.o ../monin_obukhov/monin_obukhov_kernel.o ../mosaic/gradient.o ../mosaic/grid.o ../mosaic/mosaic.o ../mpp/mpp.o ../mpp/mpp_data.o ../mpp/mpp_domains.o ../mpp/mpp_efp.o ../mpp/mpp_io.o ../mpp/mpp_memutils.o ../mpp/mpp_parameter.o ../mpp/mpp_pset.o ../mpp/mpp_utilities.o ../oda_tools/oda_core.o ../oda_tools/oda_core_ecda.o ../oda_tools/oda_types.o ../oda_tools/write_ocean_data.o ../platform/platform.o ../random_numbers/MersenneTwister.o ../random_numbers/random_numbers.o ../sat_vapor_pres/sat_vapor_pres.o ../sat_vapor_pres/sat_vapor_pres_k.o ../station_data/station_data.o ../time_interp/time_interp.o ../time_interp/time_interp_external.o ../time_manager/get_cal_time.o ../time_manager/time_manager.o ../topography/gaussian_topog.o ../topography/topography.o ../tracer_manager/tracer_manager.o ../tridiagonal/tridiagonal.o ../affinity/affinity.o ../memutils/memuse.o ../mosaic/create_xgrid.o ../mosaic/gradient_c2l.o ../mosaic/interp.o ../mosaic/mosaic_util.o ../mosaic/read_mosaic.o ../mpp/nsclock.o ../mpp/threadloc.o -ar: creating libfms.a -a - ../oda_tools/xbt_drop_rate_adjust.o -a - ../affinity/fms_affinity.o -a - ../amip_interp/amip_interp.o -a - ../astronomy/astronomy.o -a - ../axis_utils/axis_utils.o -a - ../block_control/block_control.o -a - ../column_diagnostics/column_diagnostics.o -a - ../constants/constants.o -a - ../coupler/atmos_ocean_fluxes.o -a - ../coupler/coupler_types.o -a - ../coupler/ensemble_manager.o -a - ../data_override/data_override.o -a - ../diag_integral/diag_integral.o -a - ../diag_manager/diag_axis.o -a - ../diag_manager/diag_data.o -a - ../diag_manager/diag_grid.o -a - ../diag_manager/diag_manifest.o -a - ../diag_manager/diag_manager.o -a - ../diag_manager/diag_output.o -a - ../diag_manager/diag_table.o -a - ../diag_manager/diag_util.o -a - ../drifters/cloud_interpolator.o -a - ../drifters/drifters.o -a - ../drifters/drifters_comm.o -a - ../drifters/drifters_core.o -a - ../drifters/drifters_input.o -a - ../drifters/drifters_io.o -a - ../drifters/quicksort.o -a - ../exchange/stock_constants.o -a - ../exchange/xgrid.o -a - ../fft/fft.o -a - ../fft/fft99.o -a - ../field_manager/field_manager.o -a - ../field_manager/fm_util.o -a - ../fms/fms.o -a - ../fms/fms_io.o -a - ../horiz_interp/horiz_interp.o -a - ../horiz_interp/horiz_interp_bicubic.o -a - ../horiz_interp/horiz_interp_bilinear.o -a - ../horiz_interp/horiz_interp_conserve.o -a - ../horiz_interp/horiz_interp_spherical.o -a - ../horiz_interp/horiz_interp_type.o -a - ../interpolator/interpolator.o -a - ../memutils/memutils.o -a - ../monin_obukhov/monin_obukhov.o -a - ../monin_obukhov/monin_obukhov_kernel.o -a - ../mosaic/gradient.o -a - ../mosaic/grid.o -a - ../mosaic/mosaic.o -a - ../mpp/mpp.o -a - ../mpp/mpp_data.o -a - ../mpp/mpp_domains.o -a - ../mpp/mpp_efp.o -a - ../mpp/mpp_io.o -a - ../mpp/mpp_memutils.o -a - ../mpp/mpp_parameter.o -a - ../mpp/mpp_pset.o -a - ../mpp/mpp_utilities.o -a - ../oda_tools/oda_core.o -a - ../oda_tools/oda_core_ecda.o -a - ../oda_tools/oda_types.o -a - ../oda_tools/write_ocean_data.o -a - ../platform/platform.o -a - ../random_numbers/MersenneTwister.o -a - ../random_numbers/random_numbers.o -a - ../sat_vapor_pres/sat_vapor_pres.o -a - ../sat_vapor_pres/sat_vapor_pres_k.o -a - ../station_data/station_data.o -a - ../time_interp/time_interp.o -a - ../time_interp/time_interp_external.o -a - ../time_manager/get_cal_time.o -a - ../time_manager/time_manager.o -a - ../topography/gaussian_topog.o -a - ../topography/topography.o -a - ../tracer_manager/tracer_manager.o -a - ../tridiagonal/tridiagonal.o -a - ../affinity/affinity.o -a - ../memutils/memuse.o -a - ../mosaic/create_xgrid.o -a - ../mosaic/gradient_c2l.o -a - ../mosaic/interp.o -a - ../mosaic/mosaic_util.o -a - ../mosaic/read_mosaic.o -a - ../mpp/nsclock.o -a - ../mpp/threadloc.o -mkdir -p "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -test -d /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Compiling 32BIT=Y into /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL on wcoss_cray -cp -fp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3"/conf/modules.fv3 -. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss_cray FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL 32BIT=Y nemsinstall - -IMPORTANT: You are in more than one group account. You must manually set -the ECF_PORT environment variable to the appropriate port number: - - Group Account ECF_PORT - ============= ======== - emc.glopara 31487 - emc.climpara 31463 - emc.nomad 31523 -Additional ports are listed in /usrx/local/sys/ecflow/assigned_ports.txt -intel(3):ERROR:105: Unable to locate a modulefile for 'intel/16.0.3.210' -fv3(65):ERROR:105: Unable to locate a modulefile for 'g2/3.1.1' -fv3(66):ERROR:105: Unable to locate a modulefile for 'g2tmpl/1.6.0' -fv3(70):ERROR:105: Unable to locate a modulefile for 'bacio/2.0.3' -fv3(71):ERROR:105: Unable to locate a modulefile for 'ip/3.0.2' -fv3(72):ERROR:105: Unable to locate a modulefile for 'sp/2.0.3' -fv3(73):ERROR:105: Unable to locate a modulefile for 'w3nco/2.0.7' -fv3(74):ERROR:105: Unable to locate a modulefile for 'w3emc/2.3.1' -fv3(75):ERROR:105: Unable to locate a modulefile for 'nemsio/2.2.4' -fv3(78):ERROR:105: Unable to locate a modulefile for 'post/8.0.5' -fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' -Currently Loaded Modulefiles: - 1) craype-network-aries - 2) craype/2.3.0 - 3) cray-libsci/13.0.3 - 4) udreg/2.3.2-1.0502.10518.2.17.ari - 5) ugni/6.0-1.0502.10863.8.29.ari - 6) pmi/5.0.11 - 7) dmapp/7.0.1-1.0502.11080.8.76.ari - 8) gni-headers/4.0-1.0502.10859.7.8.ari - 9) xpmem/0.1-2.0502.64982.5.3.ari - 10) dvs/2.5_0.9.0-1.0502.2188.1.116.ari - 11) alps/5.2.4-2.0502.9774.31.11.ari - 12) rca/1.0.0-2.0502.60530.1.62.ari - 13) atp/1.8.1 - 14) PrgEnv-intel/5.2.82 - 15) intel/16.3.210 - 16) cray-netcdf/4.3.3.1 - 17) cray-hdf5/1.8.14 - 18) xt-lsfhpc/9.1.3 - 19) craype-haswell - 20) python/2.7.14 - 21) cmake/3.6.2 - 22) gcc/4.9.2 - 23) jasper-gnu-sandybridge/1.900.1 - 24) png-intel-sandybridge/1.2.49 - 25) zlib-intel-sandybridge/1.2.7 - 26) crtm-intel/2.2.6 - 27) g2/3.1.1 - 28) g2tmpl/1.6.0 - 29) bacio/2.0.3 - 30) ip/3.0.2 - 31) sp/2.0.3 - 32) w3nco/2.0.7 - 33) w3emc/2.3.1 - 34) nemsio/2.2.4 - 35) post/8.0.5 - 36) alps/5.2.4-2.0502.9822.32.1.ari - 37) esmf/8.0.0 - 38) modules.nems -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Building dependencies ... -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -gmake -C cpl FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL - -Build standalone FV3 io ... - -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' - -Build standalone FV3 io ... - -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cplfields.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_cap_cpl.F90 -ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o -ar: creating libfv3cpl.a -a - module_cplfields.o -a - module_cap_cpl.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit - -Build standalone FV3 gfsphysics ... - -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -makefile:278: depend: No such file or directory -Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' - -Build standalone FV3 gfsphysics ... - -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -ifort: command line warning #10121: overriding '-xCORE-AVX2' with '-xCORE-AVX-I' -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o -cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o -cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o -cc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o -ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o -ar: creating libgfsphys.a -a - physics/cnvc90.o -a - physics/co2hc.o -a - physics/date_def.o -a - physics/dcyc2.o -a - physics/dcyc2.pre.rad.o -a - physics/efield.o -a - physics/get_prs.o -a - physics/gocart_tracer_config_stub.o -a - physics/gscond.o -a - physics/gscondp.o -a - physics/gwdc.o -a - physics/gwdps.o -a - physics/ugwp_driver_v0.o -a - physics/cires_orowam2017.o -a - physics/h2o_def.o -a - physics/h2oc.o -a - physics/h2ohdc.o -a - physics/h2ophys.o -a - physics/ideaca.o -a - physics/idea_co2.o -a - physics/idea_composition.o -a - physics/idea_dissipation.o -a - physics/idea_h2o.o -a - physics/idea_ion.o -a - physics/idea_o2_o3.o -a - physics/idea_phys.o -a - physics/idea_solar_heating.o -a - physics/idea_tracer.o -a - physics/iounitdef.o -a - physics/lrgsclr.o -a - physics/mersenne_twister.o -a - physics/mfpbl.o -a - physics/mfpblt.o -a - physics/mfpbltq.o -a - physics/mfscu.o -a - physics/mfscuq.o -a - physics/module_bfmicrophysics.o -a - physics/moninedmf.o -a - physics/moninedmf_hafs.o -a - physics/moninp.o -a - physics/moninp1.o -a - physics/moninq.o -a - physics/moninq1.o -a - physics/moninshoc.o -a - physics/mstadb.o -a - physics/mstadbtn.o -a - physics/mstadbtn2.o -a - physics/mstcnv.o -a - physics/namelist_soilveg.o -a - physics/ozne_def.o -a - physics/iccn_def.o -a - physics/aerclm_def.o -a - physics/ozphys.o -a - physics/ozphys_2015.o -a - physics/physparam.o -a - physics/precpd.o -a - physics/precpd_shoc.o -a - physics/precpdp.o -a - physics/progt2.o -a - physics/progtm_module.o -a - physics/rad_initialize.o -a - physics/radiation_aerosols.o -a - physics/radiation_astronomy.o -a - physics/radiation_clouds.o -a - physics/radiation_gases.o -a - physics/radiation_surface.o -a - physics/radlw_datatb.o -a - physics/radlw_main.o -a - physics/radlw_param.o -a - physics/radsw_datatb.o -a - physics/radsw_main.o -a - physics/radsw_param.o -a - physics/rascnvv2.o -a - physics/rayleigh_damp.o -a - physics/rayleigh_damp_mesopause.o -a - physics/samfaerosols.o -a - physics/samfdeepcnv.o -a - physics/samfshalcnv.o -a - physics/sascnv.o -a - physics/sascnvn.o -a - physics/satmedmfvdif.o -a - physics/satmedmfvdifq.o -a - physics/set_soilveg.o -a - physics/sfc_cice.o -a - physics/sfc_diag.o -a - physics/sfc_diff.o -a - physics/sfc_drv.o -a - physics/sfc_noahmp_drv.o -a - physics/sfc_nst.o -a - physics/sfc_ocean.o -a - physics/sfc_sice.o -a - physics/sflx.o -a - physics/shalcnv.o -a - physics/shalcv.o -a - physics/shalcv_1lyr.o -a - physics/shalcv_fixdp.o -a - physics/shalcv_opr.o -a - physics/tracer_const_h.o -a - physics/tridi2t3.o -a - physics/calpreciptype.o -a - physics/funcphys.o -a - physics/gcm_shoc.o -a - physics/get_prs_fv3.o -a - physics/h2ointerp.o -a - physics/module_nst_model.o -a - physics/module_nst_parameters.o -a - physics/module_nst_water_prop.o -a - physics/ozinterp.o -a - physics/module_wrf_utl.o -a - physics/noahmp_tables.o -a - physics/module_sf_noahmplsm.o -a - physics/module_sf_noahmp_glacier.o -a - physics/iccninterp.o -a - physics/aerinterp.o -a - physics/wam_f107_kp_mod.o -a - physics/aer_cloud.o -a - physics/cldmacro.o -a - physics/cldwat2m_micro.o -a - physics/gfs_phy_tracer_config.o -a - physics/machine.o -a - physics/num_parthds.o -a - physics/sfcsub.o -a - physics/wv_saturation.o -a - physics/GFDL_parse_tracers.o -a - physics/gcycle.o -a - physics/cires_ugwp_initialize.o -a - physics/cires_ugwp_module.o -a - physics/cires_ugwp_utils.o -a - physics/cires_ugwp_triggers.o -a - physics/cires_ugwp_solvers.o -a - physics/cires_vert_lsatdis.o -a - physics/cires_vert_orodis.o -a - physics/cires_vert_wmsdis.o -a - physics/gfdl_cloud_microphys.o -a - physics/micro_mg_utils.o -a - physics/micro_mg2_0.o -a - physics/micro_mg3_0.o -a - physics/m_micro_driver.o -a - physics/cs_conv.o -a - physics/GFS_debug.o -a - physics/module_mp_radar.o -a - physics/module_mp_thompson_gfs.o -a - physics/module_mp_wsm6_fv3.o -a - physics/physcons.o -a - physics/surface_perturbation.o -a - GFS_layer/GFS_abstraction_layer.o -a - GFS_layer/GFS_diagnostics.o -a - GFS_layer/GFS_driver.o -a - GFS_layer/GFS_physics_driver.o -a - GFS_layer/GFS_radiation_driver.o -a - GFS_layer/GFS_restart.o -a - GFS_layer/GFS_typedefs.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -gmake -C ipd FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit - -Build standalone FV3 gfsphysics ... - -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -makefile:54: depend: No such file or directory -Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' - -Build standalone FV3 gfsphysics ... - -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o -ar rv libipd.a IPD_driver.o IPD_typedefs.o -ar: creating libipd.a -a - IPD_driver.o -a - IPD_typedefs.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -gmake -C io FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL - -Build standalone FV3 io ... - -$ESMF_INC is [-I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include] -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' - -Build standalone FV3 io ... - -$ESMF_INC is [-I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include] -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c FV3GFS_io.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_internal_state.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_netcdf.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_write_netcdf_parallel.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/include/ncep_post_v8.0.5_4 -c post_gfs.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_wrt_grid_comp.F90 -ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o -ar: creating libfv3io.a -a - ffsync.o -a - FV3GFS_io.o -a - post_gfs.o -a - post_nems_routines.o -a - module_write_nemsio.o -a - module_write_netcdf.o -a - module_write_netcdf_parallel.o -a - module_fv3_io_def.o -a - module_write_internal_state.o -a - module_wrt_grid_comp.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL - -Build standalone FV3 fv3core ... - -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' - -Build standalone FV3 fv3core ... - -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o -Using 8-byte addressing -Using pure routines. -Using allocatable derived type array members. -Using cray pointers. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +[ 59%] Linking Fortran static library libgfsphysics.a +[ 59%] Built target gfsphysics +Scanning dependencies of target ipd +[ 59%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 59%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 59%] Linking Fortran static library libipd.a +[ 59%] Built target ipd +[ 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 +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.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 +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 63%] 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. -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.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. -ar rv libfv3core.a model/a2b_edge.o model/multi_gases.o model/boundary.o model/dyn_core.o model/fv_arrays.o model/fv_cmp.o model/fv_control.o model/fv_dynamics.o model/fv_fill.o model/fv_grid_utils.o model/fv_mapz.o model/fv_nesting.o model/fv_regional_bc.o model/fv_sg.o model/fv_tracer2d.o model/fv_update_phys.o model/sw_core.o model/tp_core.o model/nh_core.o model/nh_utils.o tools/external_ic.o tools/external_sst.o tools/fv_diagnostics.o tools/fv_eta.o tools/fv_grid_tools.o tools/fv_io.o tools/fv_mp_mod.o tools/fv_nudge.o tools/fv_treat_da_inc.o tools/fv_iau_mod.o tools/fv_restart.o tools/fv_surf_map.o tools/fv_timing.o tools/init_hydro.o tools/sim_nc_mod.o tools/sorted_index.o tools/test_cases.o driver/fvGFS/DYCORE_typedefs.o driver/fvGFS/fv_nggps_diag.o driver/fvGFS/atmosphere.o -ar: creating libfv3core.a -a - model/a2b_edge.o -a - model/multi_gases.o -a - model/boundary.o -a - model/dyn_core.o -a - model/fv_arrays.o -a - model/fv_cmp.o -a - model/fv_control.o -a - model/fv_dynamics.o -a - model/fv_fill.o -a - model/fv_grid_utils.o -a - model/fv_mapz.o -a - model/fv_nesting.o -a - model/fv_regional_bc.o -a - model/fv_sg.o -a - model/fv_tracer2d.o -a - model/fv_update_phys.o -a - model/sw_core.o -a - model/tp_core.o -a - model/nh_core.o -a - model/nh_utils.o -a - tools/external_ic.o -a - tools/external_sst.o -a - tools/fv_diagnostics.o -a - tools/fv_eta.o -a - tools/fv_grid_tools.o -a - tools/fv_io.o -a - tools/fv_mp_mod.o -a - tools/fv_nudge.o -a - tools/fv_treat_da_inc.o -a - tools/fv_iau_mod.o -a - tools/fv_restart.o -a - tools/fv_surf_map.o -a - tools/fv_timing.o -a - tools/init_hydro.o -a - tools/sim_nc_mod.o -a - tools/sorted_index.o -a - tools/test_cases.o -a - driver/fvGFS/DYCORE_typedefs.o -a - driver/fvGFS/fv_nggps_diag.o -a - driver/fvGFS/atmosphere.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit - -Build standalone FV3 stochastic_physics ... - -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -makefile:86: depend: No such file or directory -Building dependencies ... -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' - -Build standalone FV3 stochastic_physics ... - -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o -ar: creating libstochastic_physics.a -a - stochy_gg_def.o -a - stochy_resol_def.o -a - stochy_layout_lag.o -a - four_to_grid_stochy.o -a - glats_stochy.o -a - sumfln_stochy.o -a - gozrineo_stochy.o -a - num_parthds_stochy.o -a - get_ls_node_stochy.o -a - get_lats_node_a_stochy.o -a - setlats_a_stochy.o -a - setlats_lag_stochy.o -a - epslon_stochy.o -a - getcon_lag_stochy.o -a - pln2eo_stochy.o -a - dozeuv_stochy.o -a - dezouv_stochy.o -a - cellular_automata.o -a - update_ca.o -a - plumes.o -a - spectral_layout.o -a - getcon_spectral.o -a - stochy_namelist_def.o -a - compns_stochy.o -a - stochy_internal_state_mod.o -a - stochastic_physics.o -a - stochy_patterngenerator.o -a - stochy_data_mod.o -a - get_stochy_pattern.o -a - initialize_spectral_mod.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fv3_config.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c time_utils.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c atmos_model.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c module_fcst_grid_comp.F90 -ftn -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DNO_PARALLEL_NETCDF -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c fv3_cap.F90 -ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o -ar: creating libfv3cap.a -a - atmos_model.o -a - module_fv3_config.o -a - module_fcst_grid_comp.o -a - time_utils.o -a - fv3_cap.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -gmake esmf_make_fragment FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -# additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/nems_dir" >> fv3.mk - -Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk - -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Installation into "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL" complete! - -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -test -d /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -( \ - echo "# Do not edit this file. It is automatically generated." ; \ - echo "# Edit the component list or /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ - echo ; cat "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ - echo fms_mk="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ - set -e ; \ - for m in /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ - test -s $m ; \ - done ; \ - echo build NEMS after /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ - cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src ; \ - gmake nems \ - COMPONENTS="FMS FV3" \ - FMS_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x" ; \ - test -x /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x - -IMPORTANT: You are in more than one group account. You must manually set -the ECF_PORT environment variable to the appropriate port number: - - Group Account ECF_PORT - ============= ======== - emc.glopara 31487 - emc.climpara 31463 - emc.nomad 31523 -Additional ports are listed in /usrx/local/sys/ecflow/assigned_ports.txt -intel(3):ERROR:105: Unable to locate a modulefile for 'intel/16.0.3.210' -fv3(65):ERROR:105: Unable to locate a modulefile for 'g2/3.1.1' -fv3(66):ERROR:105: Unable to locate a modulefile for 'g2tmpl/1.6.0' -fv3(70):ERROR:105: Unable to locate a modulefile for 'bacio/2.0.3' -fv3(71):ERROR:105: Unable to locate a modulefile for 'ip/3.0.2' -fv3(72):ERROR:105: Unable to locate a modulefile for 'sp/2.0.3' -fv3(73):ERROR:105: Unable to locate a modulefile for 'w3nco/2.0.7' -fv3(74):ERROR:105: Unable to locate a modulefile for 'w3emc/2.3.1' -fv3(75):ERROR:105: Unable to locate a modulefile for 'nemsio/2.2.4' -fv3(78):ERROR:105: Unable to locate a modulefile for 'post/8.0.5' -fv3(19):ERROR:105: Unable to locate a modulefile for 'esmf/8.0.0' -Currently Loaded Modulefiles: - 1) craype-network-aries - 2) craype/2.3.0 - 3) cray-libsci/13.0.3 - 4) udreg/2.3.2-1.0502.10518.2.17.ari - 5) ugni/6.0-1.0502.10863.8.29.ari - 6) pmi/5.0.11 - 7) dmapp/7.0.1-1.0502.11080.8.76.ari - 8) gni-headers/4.0-1.0502.10859.7.8.ari - 9) xpmem/0.1-2.0502.64982.5.3.ari - 10) dvs/2.5_0.9.0-1.0502.2188.1.116.ari - 11) alps/5.2.4-2.0502.9774.31.11.ari - 12) rca/1.0.0-2.0502.60530.1.62.ari - 13) atp/1.8.1 - 14) PrgEnv-intel/5.2.82 - 15) intel/16.3.210 - 16) cray-netcdf/4.3.3.1 - 17) cray-hdf5/1.8.14 - 18) xt-lsfhpc/9.1.3 - 19) craype-haswell - 20) python/2.7.14 - 21) cmake/3.6.2 - 22) gcc/4.9.2 - 23) jasper-gnu-sandybridge/1.900.1 - 24) png-intel-sandybridge/1.2.49 - 25) zlib-intel-sandybridge/1.2.7 - 26) crtm-intel/2.2.6 - 27) g2/3.1.1 - 28) g2tmpl/1.6.0 - 29) bacio/2.0.3 - 30) ip/3.0.2 - 31) sp/2.0.3 - 32) w3nco/2.0.7 - 33) w3emc/2.3.1 - 34) nemsio/2.2.4 - 35) post/8.0.5 - 36) alps/5.2.4-2.0502.9822.32.1.ari - 37) esmf/8.0.0 - 38) modules.nems -build NEMS after /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -Components in linker order: FV3 FMS -FV3: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" -CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" -CPPFLAGS += ESMF_VERSION_MINOR="0" -CPPFLAGS += ESMF_VERSION_MAJOR="8" -CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" -CPPFLAGS += ESMF_VERSION_STRING="8.0.0" -CPPFLAGS += ESMF_VERSION_REVISION="0" -CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -cc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -c ENS_CplComp_ESMFMod_STUB.f90 -ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o -ar: creating ENS_Cpl.a -a - ENS_CplComp_ESMFMod_STUB.o -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 16:02:37 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 -mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o -`module_NEMS_UTILS.tmp.o' -> `module_NEMS_UTILS.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 16:02:37 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 -mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o -`module_MEDIATOR_methods.tmp.o' -> `module_MEDIATOR_methods.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 16:02:37 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 -mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o -`module_MEDIATOR.tmp.o' -> `module_MEDIATOR.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 16:02:37 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 -mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o -`module_MEDIATOR_SpaceWeather.tmp.o' -> `module_MEDIATOR_SpaceWeather.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 16:02:37 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 -mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o -`module_EARTH_INTERNAL_STATE.tmp.o' -> `module_EARTH_INTERNAL_STATE.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 16:02:37 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 -mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o -`module_EARTH_GRID_COMP.tmp.o' -> `module_EARTH_GRID_COMP.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 16:02:37 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 -mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o -`module_NEMS_INTERNAL_STATE.tmp.o' -> `module_NEMS_INTERNAL_STATE.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 16:02:37 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 -mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o -`module_NEMS_GRID_COMP.tmp.o' -> `module_NEMS_GRID_COMP.o' -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 16:02:37 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 -mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o -`module_NEMS_Rusage.tmp.o' -> `module_NEMS_Rusage.o' -cc -c nems_c_rusage.c -cc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Jun.Wang) Mon Mar 9 16:02:37 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=069' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -ftn -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -fno-alias -auto -safe-cray-ptr -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX2 -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/mod -I/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/include -I/opt/cray/netcdf/4.3.3.1/INTEL/14.0/include -IENS_Cpl -I. -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 -mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o -`MAIN_NEMS.tmp.o' -> `MAIN_NEMS.o' -echo libgocart is -libgocart is -echo extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/prod/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -extlibs is /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/prod/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz -ftn -o /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libncep_post_v8.0.5_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libnemsio_v2.2.4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2_v3.1.1_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libg2tmpl_v1.6.0.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libbacio_v2.0.3_4.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libsp_v2.0.3_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3emc_v2.3.1_d.a /gpfs/hps/usrx/local/nceplibs/NCEPLIBS/compilers/intel/16.3.210/lib/libw3nco_v2.0.7_d.a /gpfs/hps/nco/ops/nwprod/lib/crtm/v2.2.6/intel/libcrtm_v2.2.6.a /usrx/local/prod//png/1.2.49/intel/sandybridge/lib/libpng.a /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a /usrx/local/prod/zlib/1.2.7/intel/sandybridge/lib/libz.a -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -L/gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -qopenmp -L/opt/intel/compilers_and_libraries_2016.3.210/linux/16.0/3.210/lib/intel64 -lifcoremt -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lz +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 64%] 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. +[ 64%] 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. +[ 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 +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 64%] 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 +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 65%] 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 +[ 67%] 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 +[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 69%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 69%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 69%] Linking Fortran static library FMS/libfms.a +[ 69%] Built target fms +Scanning dependencies of target io +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +Scanning dependencies of target fv3core +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 74%] 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. +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 75%] 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/io/CMakeFiles/io.dir/ffsync.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.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/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 +[ 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/driver/fvGFS/fv_nggps_diag.F90.o +[ 81%] 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 +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 83%] 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. +Using allocatable derived type array members. +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/update_ca.f90.o +[ 85%] 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/spectral_layout.F90.o +[ 87%] 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/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/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 +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.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/stochy_internal_state_mod.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 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 +[ 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 +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 +[ 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%] 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/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/module_EARTH_INTERNAL_STATE.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 +[ 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 +[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 /opt/cray/hdf5/1.8.14/INTEL/14.0/lib/libhdf5.a(H5PL.o): In function `H5PL_load': H5PL.c:(.text+0x3b7): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usrx/local/prod//jasper/1.900.1/gnu/sandybridge/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /usrx/local/prod/jasper/1.900.1/gnu/sandybridge/sorc/jasper-1.900.1/src/libjasper/base/jas_stream.c:368: warning: the use of `tmpnam' is dangerous, better use `mkstemp' /gpfs/hps3/emc/nems/noscrub/emc.nemspara/soft/esmf/8.0.0/lib/libesmf.a(ESMCI_VMKernel.o): In function `ESMCI::socketClient()': ESMCI_VMKernel.C:(.text+0x14ad1): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking -/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -set -xe ; cp "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x" "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/tests/fv3_4.exe" -+ cp /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/tests/fv3_4.exe +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_3.exe ++ cp /gpfs/hps3/emc/meso/save/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_cray/fv3 ../modules.fv3_3 ++ cd .. + '[' YES = YES ']' -+ gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3_4 BUILD_ENV=wcoss_cray FV3_MAKEOPT=32BIT=Y NEMS_BUILDOPT= clean -Will copy modules.nems and NEMS.x as fv3_4 under tests/ -NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/components.mk" -Adding FV3 makeopts to FMS makeopts -cat /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs ; \ - exec gmake 32BIT=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -Cleaning fms ... - -cd .. ; \ - ls -1 */*.a */*.o */*.mod */depend \ - | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ - rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/fv3gfs' -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3 ; exec gmake \ - -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -Cleaning ... - -(cd gfsphysics && make clean) - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -Cleaning gfsphysics ... - -rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/gfsphysics' -(cd ccpp/driver && make clean) - -Build CCPP layer ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -makefile:67: depend: No such file or directory -Building dependencies ... -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' - -Build CCPP layer ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -Cleaning CCPP_layer ... - -rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ccpp/driver' -(cd ipd && make clean) - -Build standalone FV3 gfsphysics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -Cleaning ipd ... - -rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/ipd' -(cd ../stochastic_physics && make clean) - -Build standalone FV3 stochastic_physics ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -Cleaning stochastic_physics ... - -rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/stochastic_physics' -(cd io && make clean) - -Build standalone FV3 io ... - -$ESMF_INC is [] -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -Cleaning io ... - -rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/io' -(cd atmos_cubed_sphere && make clean) - -Build standalone FV3 fv3core ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -Cleaning fv3core ... - -rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/atmos_cubed_sphere' -(cd cpl && make clean) - -Build standalone FV3 io ... - -make[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -Cleaning io ... - -rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/cpl' -rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend -rm -f -rf nems_dir fv3.mk FV3_INSTALL -rm -f -f conf/modules.fv3 -rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/conf/modules.fv3 -if ! test -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ - delete_nuopc=yes ; \ - fi ; \ - cd /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ - INCLUDES_ARE_OPTIONAL=YES clean ; \ - if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ - fi -Components in linker order: FV3 FMS -FV3: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -GNUmakefile:70: /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing -CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" -CPPFLAGS += ESMF_VERSION_BETASNAPSHOT="'F'" -CPPFLAGS += ESMF_VERSION_MINOR="0" -CPPFLAGS += ESMF_VERSION_MAJOR="8" -CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" -CPPFLAGS += ESMF_VERSION_STRING="8.0.0" -CPPFLAGS += ESMF_VERSION_REVISION="0" -CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -rm -f -f *.tmp.f90 *.lst *.o *.mod lm map -cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/hps3/emc/global/noscrub/Jun.Wang/nems/vlab/20200308/ufs-weather-model/NEMS/src' -+ elapsed=761 -+ echo 'Elapsed time 761 seconds. Compiling 32BIT=Y finished' -Elapsed time 761 seconds. Compiling 32BIT=Y finished ++ rm -rf build_fv3_3 ++ elapsed=668 ++ echo 'Elapsed time 668 seconds. Compiling 32BIT=Y finished' +Elapsed time 668 seconds. Compiling 32BIT=Y finished diff --git a/tests/RegressionTests_wcoss_cray.log b/tests/RegressionTests_wcoss_cray.log index a87e5bc71c..6f845f251a 100644 --- a/tests/RegressionTests_wcoss_cray.log +++ b/tests/RegressionTests_wcoss_cray.log @@ -1,9 +1,9 @@ -Mon Mar 9 13:40:23 UTC 2020 +Tue Mar 17 17:55:05 UTC 2020 Start Regression test -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_control -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_5913/fv3_control +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_control +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_control Checking test 001 fv3_control results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -70,8 +70,8 @@ Checking test 001 fv3_control results .... Test 001 fv3_control PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_control -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_5913/fv3_decomp +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_control +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_decomp Checking test 002 fv3_decomp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -138,8 +138,8 @@ Checking test 002 fv3_decomp results .... Test 002 fv3_decomp PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_control -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_5913/fv3_2threads +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_control +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_2threads Checking test 003 fv3_2threads results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -206,8 +206,8 @@ Checking test 003 fv3_2threads results .... Test 003 fv3_2threads PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_restart -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_5913/fv3_restart +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_restart +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_restart Checking test 004 fv3_restart results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -274,8 +274,8 @@ Checking test 004 fv3_restart results .... Test 004 fv3_restart PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_read_inc -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_5913/fv3_read_inc +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_read_inc +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_read_inc Checking test 005 fv3_read_inc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -342,8 +342,8 @@ Checking test 005 fv3_read_inc results .... Test 005 fv3_read_inc PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_gfdlmp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_5913/fv3_gfdlmp +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmp +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_gfdlmp Checking test 006 fv3_gfdlmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -390,8 +390,8 @@ Checking test 006 fv3_gfdlmp results .... Test 006 fv3_gfdlmp PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_gfdlmprad_gwd -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_5913/fv3_gfdlmprad_gwd +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmprad_gwd +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_gfdlmprad_gwd Checking test 007 fv3_gfdlmprad_gwd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -438,8 +438,8 @@ Checking test 007 fv3_gfdlmprad_gwd results .... Test 007 fv3_gfdlmprad_gwd PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_gfdlmprad_noahmp -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_5913/fv3_gfdlmprad_noahmp +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmprad_noahmp +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_gfdlmprad_noahmp Checking test 008 fv3_gfdlmprad_noahmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -486,8 +486,8 @@ Checking test 008 fv3_gfdlmprad_noahmp results .... Test 008 fv3_gfdlmprad_noahmp PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_thompson -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_5913/fv3_thompson +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_thompson +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_thompson Checking test 009 fv3_thompson results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -554,8 +554,8 @@ Checking test 009 fv3_thompson results .... Test 009 fv3_thompson PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_wsm6 -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_5913/fv3_wsm6 +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_wsm6 +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_wsm6 Checking test 010 fv3_wsm6 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -622,8 +622,8 @@ Checking test 010 fv3_wsm6 results .... Test 010 fv3_wsm6 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_wrtGauss_netcdf_esmf -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_5913/fv3_wrtGauss_netcdf_esmf +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_wrtGauss_netcdf_esmf +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_wrtGauss_netcdf_esmf Checking test 011 fv3_wrtGauss_netcdf_esmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -670,8 +670,8 @@ Checking test 011 fv3_wrtGauss_netcdf_esmf results .... Test 011 fv3_wrtGauss_netcdf_esmf PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_wrtGauss_netcdf -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_5913/fv3_wrtGauss_netcdf +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_wrtGauss_netcdf +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_wrtGauss_netcdf Checking test 012 fv3_wrtGauss_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -718,8 +718,8 @@ Checking test 012 fv3_wrtGauss_netcdf results .... Test 012 fv3_wrtGauss_netcdf PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_wrtGauss_nemsio -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_5913/fv3_wrtGauss_nemsio +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_wrtGauss_nemsio +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_wrtGauss_nemsio Checking test 013 fv3_wrtGauss_nemsio results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -766,8 +766,8 @@ Checking test 013 fv3_wrtGauss_nemsio results .... Test 013 fv3_wrtGauss_nemsio PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_wrtGauss_nemsio_c192 -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_5913/fv3_wrtGauss_nemsio_c192 +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_wrtGauss_nemsio_c192 +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_wrtGauss_nemsio_c192 Checking test 014 fv3_wrtGauss_nemsio_c192 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -814,8 +814,8 @@ Checking test 014 fv3_wrtGauss_nemsio_c192 results .... Test 014 fv3_wrtGauss_nemsio_c192 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_stochy -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_5913/fv3_stochy +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_stochy +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_stochy Checking test 015 fv3_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -882,8 +882,8 @@ Checking test 015 fv3_stochy results .... Test 015 fv3_stochy PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_iau -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_5913/fv3_iau +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_iau +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_iau Checking test 016 fv3_iau results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -950,8 +950,8 @@ Checking test 016 fv3_iau results .... Test 016 fv3_iau PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_csawmgshoc -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_5913/fv3_csawmgshoc +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_csawmgshoc +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_csawmgshoc Checking test 017 fv3_csawmgshoc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -998,8 +998,8 @@ Checking test 017 fv3_csawmgshoc results .... Test 017 fv3_csawmgshoc PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_csawmg -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_5913/fv3_csawmg +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_csawmg +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_csawmg Checking test 018 fv3_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1046,8 +1046,8 @@ Checking test 018 fv3_csawmg results .... Test 018 fv3_csawmg PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_rasmgshoc -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_5913/fv3_rasmgshoc +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_rasmgshoc +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_rasmgshoc Checking test 019 fv3_rasmgshoc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1094,8 +1094,8 @@ Checking test 019 fv3_rasmgshoc results .... Test 019 fv3_rasmgshoc PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_csawmg3shoc127 -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_5913/fv3_csawmg3shoc127 +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_csawmg3shoc127 +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_csawmg3shoc127 Checking test 020 fv3_csawmg3shoc127 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1142,8 +1142,8 @@ Checking test 020 fv3_csawmg3shoc127 results .... Test 020 fv3_csawmg3shoc127 PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_satmedmf -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_5913/fv3_satmedmf +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_satmedmf +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_satmedmf Checking test 021 fv3_satmedmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1190,8 +1190,8 @@ Checking test 021 fv3_satmedmf results .... Test 021 fv3_satmedmf PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_lheatstrg -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_5913/fv3_lheatstrg +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_lheatstrg +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_lheatstrg Checking test 022 fv3_lheatstrg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1238,8 +1238,8 @@ Checking test 022 fv3_lheatstrg results .... Test 022 fv3_lheatstrg PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_gfdlmprad -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_5913/fv3_gfdlmprad +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmprad +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_gfdlmprad Checking test 023 fv3_gfdlmprad results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1287,8 +1287,8 @@ Checking test 023 fv3_gfdlmprad results .... Test 023 fv3_gfdlmprad PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_control -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_5913/fv3_appbuild +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_control +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_appbuild Checking test 024 fv3_appbuild results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1355,8 +1355,8 @@ Checking test 024 fv3_appbuild results .... Test 024 fv3_appbuild PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_control_32bit -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_5913/fv3_control_32bit +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_control_32bit +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_control_32bit Checking test 025 fv3_control_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1423,8 +1423,8 @@ Checking test 025 fv3_control_32bit results .... Test 025 fv3_control_32bit PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_gfdlmprad_32bit_post -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_5913/fv3_gfdlmprad_32bit_post +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmprad_32bit_post +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_gfdlmprad_32bit_post Checking test 026 fv3_gfdlmprad_32bit_post results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1475,8 +1475,8 @@ Checking test 026 fv3_gfdlmprad_32bit_post results .... Test 026 fv3_gfdlmprad_32bit_post PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_stretched -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_5913/fv3_stretched +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_stretched +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_stretched Checking test 027 fv3_stretched results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1531,8 +1531,8 @@ Checking test 027 fv3_stretched results .... Test 027 fv3_stretched PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_stretched_nest -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_5913/fv3_stretched_nest +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_stretched_nest +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_stretched_nest Checking test 028 fv3_stretched_nest results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1598,8 +1598,8 @@ Checking test 028 fv3_stretched_nest results .... Test 028 fv3_stretched_nest PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_stretched_nest_quilt -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_5913/fv3_stretched_nest_quilt +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_stretched_nest_quilt +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_stretched_nest_quilt Checking test 029 fv3_stretched_nest_quilt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -1663,8 +1663,8 @@ Checking test 029 fv3_stretched_nest_quilt results .... Test 029 fv3_stretched_nest_quilt PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_regional_control -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_5913/fv3_regional_control +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_regional_control +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_regional_control Checking test 030 fv3_regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1672,8 +1672,8 @@ Checking test 030 fv3_regional_control results .... Test 030 fv3_regional_control PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_regional_restart -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_5913/fv3_regional_restart +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_regional_restart +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_regional_restart Checking test 031 fv3_regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1681,8 +1681,8 @@ Checking test 031 fv3_regional_restart results .... Test 031 fv3_regional_restart PASS -baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_regional_quilt -working dir = /gpfs/hps3/stmp/Jun.Wang/FV3_RT/rt_5913/fv3_regional_quilt +baseline dir = /gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_regional_quilt +working dir = /gpfs/hps3/stmp/Dusan.Jovic/FV3_RT/rt_35288/fv3_regional_quilt Checking test 032 fv3_regional_quilt results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK @@ -1693,5 +1693,5 @@ Test 032 fv3_regional_quilt PASS REGRESSION TEST WAS SUCCESSFUL -Mon Mar 9 16:53:00 UTC 2020 -Elapsed time: 03h:12m:38s. Have a nice day! +Tue Mar 17 18:28:06 UTC 2020 +Elapsed time: 00h:33m:02s. Have a nice day! From dd693d03d233c95a7a7bb528609c116188859c08 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 18 Mar 2020 06:45:31 -0600 Subject: [PATCH 85/89] Revert .gitmodules changes for NEMS, and update submodule pointer for NEMS --- .gitmodules | 6 ++---- NEMS | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index ad10237367..4bd3fe02ee 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,10 +6,8 @@ branch = update_ncar_master_from_dtc_develop_20200317 [submodule "NEMS"] path = NEMS - #url = https://github.com/NOAA-EMC/NEMS - #branch = develop - url = https://github.com/climbfuji/NEMS - branch = final_pr_before_merging_to_develop_or_master_20200313 + url = https://github.com/NOAA-EMC/NEMS + branch = develop [submodule "FMS"] path = FMS url = https://github.com/NOAA-GFDL/FMS diff --git a/NEMS b/NEMS index cd9d88a3fd..6a4254b071 160000 --- a/NEMS +++ b/NEMS @@ -1 +1 @@ -Subproject commit cd9d88a3fdc7d3e9a4c58b2145b305d899fdfed5 +Subproject commit 6a4254b071a8b91706e9c0f2b97373d5655d6b79 From fcdbf0824f127220d0eb54a5e2683047b5f9fe38 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 18 Mar 2020 08:08:57 -0600 Subject: [PATCH 86/89] Remove fv3_thompson ron from compsets/all.input --- compsets/all.input | 1 - 1 file changed, 1 deletion(-) diff --git a/compsets/all.input b/compsets/all.input index c7a7598a17..03227ebc61 100644 --- a/compsets/all.input +++ b/compsets/all.input @@ -11,7 +11,6 @@ run fv3_gfdlmprad @ fv3, standard, baseline, ww3, plat==hera.intel run fv3_gfdlmprad_atmwav @ fv3, standard, baseline, ww3, plat==hera.intel,plat==wcoss_dell_p3,plat==wcoss.cray run fv3_gfdlmprad_gwd @ fv3, standard, baseline run fv3_gfdlmprad_noahmp @ fv3, standard, baseline -run fv3_thompson @ fv3, standard, baseline run fv3_wsm6 @ fv3, standard, baseline run fv3_csawmgshoc @ fv3, standard, baseline run fv3_rasmgshoc @ fv3, standard, baseline From aa9621c1a79ec811da57a17b36f6431c6f76075c Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 18 Mar 2020 11:25:42 -0600 Subject: [PATCH 87/89] Regression test logs for wcoss_dell using rt.sh and NEMSCompsetRun --- .../build_fv3.exe.log | 980 +- .../build_fv3_32bit.exe.log | 996 +- .../build_fv3_appbuilder.exe.log | 886 +- .../build_fv3_ww3.exe.log | 1126 +- log/report-wcoss_dell_p3-log/rtreport.txt | 433 +- tests/Compile_wcoss_dell_p3.log | 56250 +++++++++++++++- tests/RegressionTests_wcoss_dell_p3.log | 5309 +- 7 files changed, 62263 insertions(+), 3717 deletions(-) diff --git a/log/report-wcoss_dell_p3-log/build_fv3.exe.log b/log/report-wcoss_dell_p3-log/build_fv3.exe.log index 547ccf61d8..363de085ec 100644 --- a/log/report-wcoss_dell_p3-log/build_fv3.exe.log +++ b/log/report-wcoss_dell_p3-log/build_fv3.exe.log @@ -1,13 +1,13 @@ + [[ fv3.exe == fv3_ww3.exe ]] + [[ fv3.exe == fv3.exe ]] -+ rm -f /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec/fv3.exe -+ modules=/gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/include/modules.fv3 ++ rm -f /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec/fv3.exe ++ modules=/gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/include/modules.fv3 + BUILD_NR= -+ fv3=/gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec/fv3.exe ++ fv3=/gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec/fv3.exe + MAKE_OPTS=' ' -+ md5=/gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec/fv3.exe.md5 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/tests/ -+ rm -f /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec/fv3.exe /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/include/modules.fv3 ++ md5=/gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec/fv3.exe.md5 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/ ++ rm -f /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec/fv3.exe /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/include/modules.fv3 + which aprun which: no aprun in (/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/emc-utils-1.0.0/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-2.5.1/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin) + [[ wcoss_dell_p3 == hera* ]] @@ -16,11 +16,11 @@ which: no aprun in (/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/gpfs/dell3/us + [[ wcoss_dell_p3 == *jet* ]] ++ echo wcoss_dell_p3 ++ sed 's,\.,_,g' -+ ./compile.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 wcoss_dell_p3 ++ ./compile.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 wcoss_dell_p3 + SECONDS=0 + [[ 2 -lt 2 ]] -+ readonly PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 ++ readonly PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 + readonly BUILD_TARGET=wcoss_dell_p3 + BUILD_TARGET=wcoss_dell_p3 + readonly MAKE_OPT= @@ -32,7 +32,7 @@ which: no aprun in (/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/gpfs/dell3/us + readonly clean_after=YES + clean_after=YES + hostname -v71e9 +v71e6 + echo 'Compiling into fv3.exe on wcoss_dell_p3' Compiling into fv3.exe on wcoss_dell_p3 + gnu_make=gmake @@ -47,7 +47,7 @@ Using $MAKE_THREADS=8 threads to build FV3 and FMS. + echo Consider reducing '$MAKE_THREADS' if you hit memory or process limits. Consider reducing $MAKE_THREADS if you hit memory or process limits. + gnu_make='gmake -j 8' -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../NEMS ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../NEMS + COMPONENTS=FMS,FV3 + [[ '' == *\C\C\P\P\=\Y* ]] + [[ '' == *\W\W\3\=\Y* ]] @@ -59,171 +59,171 @@ Consider reducing $MAKE_THREADS if you hit memory or process limits. + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_dell_p3 FV3_MAKEOPT= NEMS_BUILDOPT= distclean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs ; \ exec gmake -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs' -rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' +rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/modules.fv3 +rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src' -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src' -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/test_results.mk +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/components.mk +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test_results.mk + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_dell_p3 FV3_MAKEOPT= NEMS_BUILDOPT= build Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/modules.nems -set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/modules.nems" "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/tests/modules.fv3" -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/tests/modules.fv3 -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/conf/configure.fv3.wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/externals.nems -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS' +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems +set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems" "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/modules.fv3" ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/modules.fv3 +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/conf/configure.fv3.wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/externals.nems +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ESMFVersionDefine.h +( echo '. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems.csh" +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +gmake -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ -) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS' -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs ; \ +) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk" +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS' +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs ; \ exec gmake all Currently Loaded Modules: @@ -237,10 +237,10 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' Building dependencies ... -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs' -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o @@ -267,6 +267,7 @@ Using allocatable derived type array members. Using cray pointers. mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -275,7 +276,6 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../affinity/affinity.c -o ../affinity/affinity.o mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../memutils/memuse.c -o ../memutils/memuse.o mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mosaic/create_xgrid.c -o ../mosaic/create_xgrid.o @@ -353,11 +353,11 @@ mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL6 mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp_spherical.F90 -o ../horiz_interp/horiz_interp_spherical.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../axis_utils/axis_utils.F90 -o ../axis_utils/axis_utils.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_grid.F90 -o ../diag_manager/diag_grid.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/field_manager.F90 -o ../field_manager/field_manager.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -378,28 +378,28 @@ mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL6 mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o @@ -531,18 +531,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs' -test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -Compiling into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL on wcoss -cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3"/conf/modules.fv3 -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL nemsinstall +mkdir -p "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL" +mv fms.mk "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL"/. +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' +test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL +Compiling into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL on wcoss +cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems \ + "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3"/conf/configure.fv3 +cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems \ + "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3"/conf/modules.fv3 +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 ; \ + exec gmake COMP=FV3 COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL nemsinstall Currently Loaded Modules: 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 @@ -555,195 +555,195 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' Building dependencies ... -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' -gmake -C cpl FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +gmake -C cpl FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' Build standalone FV3 io ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_cplfields.F90 mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' +gmake -C gfsphysics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -898,49 +898,49 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' -gmake -C ipd FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' +gmake -C ipd FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' -gmake -C io FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' +gmake -C io FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include] -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include] -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c FV3GFS_io.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_internal_state.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf_parallel.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 -c post_gfs.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_wrt_grid_comp.F90 +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c FV3GFS_io.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_internal_state.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf_parallel.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 -c post_gfs.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_wrt_grid_comp.F90 ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o @@ -953,66 +953,66 @@ a - module_write_netcdf_parallel.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' +gmake -C atmos_cubed_sphere FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1059,49 +1059,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake -C ../stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1134,14 +1134,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_fv3_config.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c time_utils.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c atmos_model.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_fcst_grid_comp.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c fv3_cap.F90 +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' +gmake libfv3cap.a FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_fv3_config.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c time_utils.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c atmos_model.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_fcst_grid_comp.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1149,35 +1149,35 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' -gmake esmf_make_fragment FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +gmake esmf_make_fragment FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' -Installation into "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL" complete! +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +Installation into "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL" complete! -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' -test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo fms_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo fms_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ +for m in /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src ; \ +echo build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src ; \ gmake nems \ COMPONENTS="FMS FV3" \ - FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/exe/NEMS.x" ; \ -test -x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x" ; \ +test -x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x Currently Loaded Modules: 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 @@ -1190,10 +1190,10 @@ Currently Loaded Modules: -build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk Components in linker order: FV3 FMS -FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_REVISION="0" @@ -1202,204 +1202,204 @@ CPPFLAGS += ESMF_VERSION_MINOR="0" CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 17:17:14 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 15:25:01 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o ‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 17:17:14 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 15:25:01 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o ‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 17:17:14 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 15:25:01 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o ‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 17:17:14 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 15:25:01 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o ‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 17:17:14 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 15:25:01 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o ‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 17:17:14 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 15:25:01 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o ‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 17:17:14 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 15:25:01 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o ‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 17:17:14 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 15:25:01 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o ‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 17:17:14 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 15:25:01 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o ‘module_NEMS_Rusage.tmp.o’ -> ‘module_NEMS_Rusage.o’ mpiicc -c nems_c_rusage.c -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 17:17:14 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 15:25:01 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o ‘MAIN_NEMS.tmp.o’ -> ‘MAIN_NEMS.o’ echo libgocart is libgocart is -echo extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf -extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf -mpiifort -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf +echo extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf +extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf +mpiifort -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src' -set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/exe/NEMS.x" "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/tests/fv3.exe" -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/tests/fv3.exe +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x is created. +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' +set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x" "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/fv3.exe" ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/fv3.exe + '[' YES = YES ']' + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_dell_p3 FV3_MAKEOPT= NEMS_BUILDOPT= clean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs ; \ exec gmake -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs' -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/conf/modules.fv3 -if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/modules.fv3 +if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src' -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src' -+ elapsed=1050 -+ echo 'Elapsed time 1050 seconds. Compiling finished' -Elapsed time 1050 seconds. Compiling finished -+ mkdir -p /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/include -+ cp -fp ./fv3.exe /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec/fv3.exe -+ cp -fp ./modules.fv3 /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/include/modules.fv3 +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' ++ elapsed=1072 ++ echo 'Elapsed time 1072 seconds. Compiling finished' +Elapsed time 1072 seconds. Compiling finished ++ mkdir -p /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/include ++ cp -fp ./fv3.exe /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec/fv3.exe ++ cp -fp ./modules.fv3 /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/include/modules.fv3 + md5sum ./fv3.exe + unset modules + unset BUILD_NR @@ -1408,43 +1408,43 @@ Elapsed time 1050 seconds. Compiling finished + unset md5 + set -xe + set -xe -+ test -s /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec/fv3.exe -+ test -x /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec/fv3.exe ++ test -s /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec/fv3.exe ++ test -x /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec/fv3.exe ------------------------------------------------------------ -Sender: LSF System -Subject: Job 18706639: in cluster Done +Sender: LSF System +Subject: Job 19079344: in cluster Done -Job was submitted from host by user in cluster at Wed Mar 11 17:00:20 2020 -Job was executed on host(s) , in queue , as user in cluster at Wed Mar 11 17:00:22 2020 +Job was submitted from host by user in cluster at Wed Mar 18 15:07:46 2020 +Job was executed on host(s) , in queue , as user in cluster at Wed Mar 18 15:07:48 2020 was used as the home directory. - was used as the working directory. -Started at Wed Mar 11 17:00:22 2020 -Terminated at Wed Mar 11 17:17:54 2020 -Results reported at Wed Mar 11 17:17:54 2020 + was used as the working directory. +Started at Wed Mar 18 15:07:48 2020 +Terminated at Wed Mar 18 15:25:41 2020 +Results reported at Wed Mar 18 15:25:41 2020 Your job looked like: ------------------------------------------------------------ # LSBATCH: User input -/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/sbin/lsfwrapper.sh sh -c "cd /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/src ; ./install.sh fv3.exe" +/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/sbin/lsfwrapper.sh sh -c "cd /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/src ; ./install.sh fv3.exe" ------------------------------------------------------------ Successfully completed. Resource usage summary: - CPU time : 1539.78 sec. - Max Memory : 5257 MB - Average Memory : 1002.03 MB + CPU time : 1554.20 sec. + Max Memory : 5258 MB + Average Memory : 1081.22 MB Total Requested Memory : 6144.00 MB - Delta Memory : 887.00 MB + Delta Memory : 886.00 MB Max Swap : - Max Processes : 33 Max Threads : 42 - Run time : 1060 sec. - Turnaround time : 1054 sec. + Run time : 1079 sec. + Turnaround time : 1075 sec. The output (if any) is above this job summary. -[Wed Mar 11 17:17:54 UTC 2020] /usrx/local/lsf/conf/scripts/ncep_post_exec_shared_ecflow.ksh: /var/lsf/ecflow_post_in.Dusan.Jovic.18706639 file not found or empty. Job is not eligible for ecflow abort notification. +[Wed Mar 18 15:25:41 UTC 2020] /usrx/local/lsf/conf/scripts/ncep_post_exec_shared_ecflow.ksh: /var/lsf/ecflow_post_in.Dusan.Jovic.19079344 file not found or empty. Job is not eligible for ecflow abort notification. diff --git a/log/report-wcoss_dell_p3-log/build_fv3_32bit.exe.log b/log/report-wcoss_dell_p3-log/build_fv3_32bit.exe.log index 30bf8a9c79..3a8f973cf9 100644 --- a/log/report-wcoss_dell_p3-log/build_fv3_32bit.exe.log +++ b/log/report-wcoss_dell_p3-log/build_fv3_32bit.exe.log @@ -1,14 +1,14 @@ + [[ fv3_32bit.exe == fv3_ww3.exe ]] + [[ fv3_32bit.exe == fv3.exe ]] + [[ fv3_32bit.exe == fv3_32bit.exe ]] -+ rm -f /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec/fv3_32bit.exe -+ modules=/gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/include/modules.fv3_32bit ++ rm -f /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec/fv3_32bit.exe ++ modules=/gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/include/modules.fv3_32bit + BUILD_NR= -+ fv3=/gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec/fv3_32bit.exe ++ fv3=/gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec/fv3_32bit.exe + MAKE_OPTS=32BIT=Y -+ md5=/gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec/fv3_32bit.exe.md5 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/tests/ -+ rm -f /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec/fv3_32bit.exe /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/include/modules.fv3_32bit ++ md5=/gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec/fv3_32bit.exe.md5 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/ ++ rm -f /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec/fv3_32bit.exe /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/include/modules.fv3_32bit + which aprun which: no aprun in (/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/emc-utils-1.0.0/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-2.5.1/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin) + [[ wcoss_dell_p3 == hera* ]] @@ -17,11 +17,11 @@ which: no aprun in (/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/gpfs/dell3/us + [[ wcoss_dell_p3 == *jet* ]] ++ echo wcoss_dell_p3 ++ sed 's,\.,_,g' -+ ./compile.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 wcoss_dell_p3 32BIT=Y ++ ./compile.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 wcoss_dell_p3 32BIT=Y + SECONDS=0 + [[ 3 -lt 2 ]] -+ readonly PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 ++ readonly PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 + readonly BUILD_TARGET=wcoss_dell_p3 + BUILD_TARGET=wcoss_dell_p3 + readonly MAKE_OPT=32BIT=Y @@ -33,7 +33,7 @@ which: no aprun in (/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/gpfs/dell3/us + readonly clean_after=YES + clean_after=YES + hostname -v71e12 +v71e14 + echo 'Compiling 32BIT=Y into fv3.exe on wcoss_dell_p3' Compiling 32BIT=Y into fv3.exe on wcoss_dell_p3 + gnu_make=gmake @@ -48,7 +48,7 @@ Using $MAKE_THREADS=8 threads to build FV3 and FMS. + echo Consider reducing '$MAKE_THREADS' if you hit memory or process limits. Consider reducing $MAKE_THREADS if you hit memory or process limits. + gnu_make='gmake -j 8' -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../NEMS ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../NEMS + COMPONENTS=FMS,FV3 + [[ 32BIT=Y == *\C\C\P\P\=\Y* ]] + [[ 32BIT=Y == *\W\W\3\=\Y* ]] @@ -60,13 +60,13 @@ Consider reducing $MAKE_THREADS if you hit memory or process limits. + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_dell_p3 FV3_MAKEOPT=32BIT=Y NEMS_BUILDOPT= distclean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs ; \ exec gmake 32BIT=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -77,179 +77,179 @@ ls: cannot access */*.a: No such file or directory ls: cannot access */*.o: No such file or directory ls: cannot access */*.mod: No such file or directory ls: cannot access */depend: No such file or directory -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs' -rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' +rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/modules.fv3 +rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src' -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src' -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/test_results.mk +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/components.mk +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test_results.mk + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_dell_p3 FV3_MAKEOPT=32BIT=Y NEMS_BUILDOPT= build Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/modules.nems -set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/modules.nems" "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/tests/modules.fv3" -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/tests/modules.fv3 -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/conf/configure.fv3.wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/externals.nems -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -gmake -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS' +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems +set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems" "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/modules.fv3" ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/modules.fv3 +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/conf/configure.fv3.wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/externals.nems +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ESMFVersionDefine.h +( echo '. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems.csh" +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +gmake -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ -) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/test-results.mk" -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS' -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs ; \ +) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk" +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS' +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs ; \ exec gmake 32BIT=Y all Currently Loaded Modules: @@ -263,10 +263,10 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' Building dependencies ... -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs' -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../platform/platform.F90 -o ../platform/platform.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../drifters/cloud_interpolator.F90 -o ../drifters/cloud_interpolator.o @@ -291,13 +291,13 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/MersenneTwister.F90 -o ../random_numbers/MersenneTwister.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres_k.F90 -o ../sat_vapor_pres/sat_vapor_pres_k.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tridiagonal/tridiagonal.F90 -o ../tridiagonal/tridiagonal.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -312,11 +312,11 @@ mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/nsclock.c -o ../mpp/nsclock.o mpiicc -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -xHOST -qno-opt-dynamic-align -D__IFC -sox -fp-model source -O2 -debug minimal -qopenmp -c ../mpp/threadloc.c -o ../mpp/threadloc.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_data.F90 -o ../mpp/mpp_data.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../constants/constants.F90 -o ../constants/constants.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp.F90 -o ../mpp/mpp.o Using 8-byte addressing Using pure routines. @@ -396,6 +396,7 @@ mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL6 mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/mosaic.F90 -o ../mosaic/mosaic.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../fft/fft.F90 -o ../fft/fft.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../monin_obukhov/monin_obukhov.F90 -o ../monin_obukhov/monin_obukhov.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../sat_vapor_pres/sat_vapor_pres.F90 -o ../sat_vapor_pres/sat_vapor_pres.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/gaussian_topog.F90 -o ../topography/gaussian_topog.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_types.F90 -o ../oda_tools/oda_types.o @@ -404,36 +405,35 @@ mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL6 mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../astronomy/astronomy.F90 -o ../astronomy/astronomy.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../column_diagnostics/column_diagnostics.F90 -o ../column_diagnostics/column_diagnostics.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_data.F90 -o ../diag_manager/diag_data.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_integral/diag_integral.F90 -o ../diag_integral/diag_integral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mosaic/grid.F90 -o ../mosaic/grid.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/write_ocean_data.F90 -o ../oda_tools/write_ocean_data.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../random_numbers/random_numbers.F90 -o ../random_numbers/random_numbers.o mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/xbt_drop_rate_adjust.f90 -o ../oda_tools/xbt_drop_rate_adjust.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_manifest.F90 -o ../diag_manager/diag_manifest.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_axis.F90 -o ../diag_manager/diag_axis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core_ecda.F90 -o ../oda_tools/oda_core_ecda.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../horiz_interp/horiz_interp.F90 -o ../horiz_interp/horiz_interp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../field_manager/fm_util.F90 -o ../field_manager/fm_util.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../oda_tools/oda_core.F90 -o ../oda_tools/oda_core.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../tracer_manager/tracer_manager.F90 -o ../tracer_manager/tracer_manager.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../diag_manager/diag_output.F90 -o ../diag_manager/diag_output.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../amip_interp/amip_interp.F90 -o ../amip_interp/amip_interp.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../time_interp/time_interp_external.F90 -o ../time_interp/time_interp_external.o mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../topography/topography.F90 -o ../topography/topography.o Using 8-byte addressing @@ -557,18 +557,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL"/. -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs' -test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -Compiling 32BIT=Y into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL on wcoss -cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3"/conf/modules.fv3 -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 ; \ - exec gmake COMP=FV3 COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL 32BIT=Y nemsinstall +mkdir -p "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL" +mv fms.mk "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL"/. +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' +test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL +Compiling 32BIT=Y into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL on wcoss +cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems \ + "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3"/conf/configure.fv3 +cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems \ + "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3"/conf/modules.fv3 +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 ; \ + exec gmake COMP=FV3 COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL 32BIT=Y nemsinstall Currently Loaded Modules: 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 @@ -581,195 +581,195 @@ Currently Loaded Modules: -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' Building dependencies ... -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' -gmake -C cpl FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +gmake -C cpl FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' Build standalone FV3 io ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_cplfields.F90 mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl' -gmake -C gfsphysics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' +gmake -C gfsphysics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -924,49 +924,49 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' -gmake -C ipd FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' +gmake -C ipd FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' -gmake -C io FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' +gmake -C io FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include] -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include] -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c FV3GFS_io.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_internal_state.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf_parallel.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 -c post_gfs.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_wrt_grid_comp.F90 +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c FV3GFS_io.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_internal_state.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf_parallel.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 -c post_gfs.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_wrt_grid_comp.F90 ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o @@ -979,66 +979,66 @@ a - module_write_netcdf_parallel.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io' -gmake -C atmos_cubed_sphere FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' +gmake -C atmos_cubed_sphere FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1085,49 +1085,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere' -gmake -C ../stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' +gmake -C ../stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1160,14 +1160,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' -gmake libfv3cap.a FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_fv3_config.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c time_utils.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c atmos_model.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_fcst_grid_comp.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c fv3_cap.F90 +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' +gmake libfv3cap.a FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_fv3_config.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c time_utils.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c atmos_model.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_fcst_grid_comp.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOVERLOAD_R4 -DOVERLOAD_R8 -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 32 -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1175,35 +1175,35 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' -gmake esmf_make_fragment FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +gmake esmf_make_fragment FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' -Installation into "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL" complete! +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +Installation into "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL" complete! -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' -test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo fms_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo fms_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ +for m in /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src ; \ +echo build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src ; \ gmake nems \ COMPONENTS="FMS FV3" \ - FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/exe/NEMS.x" ; \ -test -x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x" ; \ +test -x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x Currently Loaded Modules: 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 @@ -1216,10 +1216,10 @@ Currently Loaded Modules: -build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk Components in linker order: FV3 FMS -FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_REVISION="0" @@ -1228,204 +1228,204 @@ CPPFLAGS += ESMF_VERSION_MINOR="0" CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' cd ENS_Cpl && gmake stub -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 17:36:23 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 15:43:39 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o ‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 17:36:23 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 15:43:39 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o ‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 17:36:23 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 15:43:39 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o ‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 17:36:23 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 15:43:39 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o ‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 17:36:23 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 15:43:39 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o ‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 17:36:23 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 15:43:39 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o ‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 17:36:23 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 15:43:39 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o ‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 17:36:23 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 15:43:39 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o ‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 17:36:23 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 15:43:39 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o ‘module_NEMS_Rusage.tmp.o’ -> ‘module_NEMS_Rusage.o’ mpiicc -c nems_c_rusage.c -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 17:36:23 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 15:43:39 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o ‘MAIN_NEMS.tmp.o’ -> ‘MAIN_NEMS.o’ echo libgocart is libgocart is -echo extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf -extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf -mpiifort -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf +echo extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf +extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf +mpiifort -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/exe/NEMS.x is created. -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src' -set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/exe/NEMS.x" "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/tests/fv3.exe" -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/tests/fv3.exe +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x is created. +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' +set -xe ; cp "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x" "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/fv3.exe" ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/fv3.exe + '[' YES = YES ']' + gmake -j 8 -k COMPONENTS=FMS,FV3 TEST_BUILD_NAME=fv3 BUILD_ENV=wcoss_dell_p3 FV3_MAKEOPT=32BIT=Y NEMS_BUILDOPT= clean Will copy modules.nems and NEMS.x as fv3 under tests/ NOTE: Skipping appbuilder.mk creation; no appbuilder file in use. -echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/components.mk" +echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs ; \ exec gmake 32BIT=Y -f makefile.temp.clean clean -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ ls -1 */*.a */*.o */*.mod */depend \ | grep -vE 'INSTALL|\.git' | xargs rm -f || true ; \ rm -rf FMS_INSTALL || true -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs' -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 ; exec gmake \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 ; exec gmake \ -k cleanall FMS_DIR=/dev/null -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/conf/modules.fv3 -if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/modules.fv3 +if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src ; gmake "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src' -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +gmake[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; gmake clean -gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/ENS_Cpl' -gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src' -+ elapsed=1048 -+ echo 'Elapsed time 1048 seconds. Compiling 32BIT=Y finished' -Elapsed time 1048 seconds. Compiling 32BIT=Y finished -+ mkdir -p /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/include -+ cp -fp ./fv3.exe /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec/fv3_32bit.exe -+ cp -fp ./modules.fv3 /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/include/modules.fv3_32bit +gmake[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' +gmake[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' ++ elapsed=1042 ++ echo 'Elapsed time 1042 seconds. Compiling 32BIT=Y finished' +Elapsed time 1042 seconds. Compiling 32BIT=Y finished ++ mkdir -p /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/include ++ cp -fp ./fv3.exe /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec/fv3_32bit.exe ++ cp -fp ./modules.fv3 /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/include/modules.fv3_32bit + md5sum ./fv3.exe + unset modules + unset BUILD_NR @@ -1434,43 +1434,43 @@ Elapsed time 1048 seconds. Compiling 32BIT=Y finished + unset md5 + set -xe + set -xe -+ test -s /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec/fv3_32bit.exe -+ test -x /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec/fv3_32bit.exe ++ test -s /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec/fv3_32bit.exe ++ test -x /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec/fv3_32bit.exe ------------------------------------------------------------ -Sender: LSF System -Subject: Job 18707581: in cluster Done +Sender: LSF System +Subject: Job 19081886: in cluster Done -Job was submitted from host by user in cluster at Wed Mar 11 17:19:30 2020 -Job was executed on host(s) , in queue , as user in cluster at Wed Mar 11 17:19:32 2020 +Job was submitted from host by user in cluster at Wed Mar 18 15:26:51 2020 +Job was executed on host(s) , in queue , as user in cluster at Wed Mar 18 15:26:53 2020 was used as the home directory. - was used as the working directory. -Started at Wed Mar 11 17:19:32 2020 -Terminated at Wed Mar 11 17:37:01 2020 -Results reported at Wed Mar 11 17:37:01 2020 + was used as the working directory. +Started at Wed Mar 18 15:26:53 2020 +Terminated at Wed Mar 18 15:44:16 2020 +Results reported at Wed Mar 18 15:44:16 2020 Your job looked like: ------------------------------------------------------------ # LSBATCH: User input -/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/sbin/lsfwrapper.sh sh -c "cd /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/src ; ./install.sh fv3_32bit.exe" +/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/sbin/lsfwrapper.sh sh -c "cd /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/src ; ./install.sh fv3_32bit.exe" ------------------------------------------------------------ Successfully completed. Resource usage summary: - CPU time : 1527.03 sec. + CPU time : 1530.60 sec. Max Memory : 5259 MB - Average Memory : 894.26 MB + Average Memory : 831.81 MB Total Requested Memory : 6144.00 MB Delta Memory : 885.00 MB Max Swap : - Max Processes : 33 Max Threads : 42 - Run time : 1072 sec. - Turnaround time : 1051 sec. + Run time : 1044 sec. + Turnaround time : 1045 sec. The output (if any) is above this job summary. -[Wed Mar 11 17:37:01 UTC 2020] /usrx/local/lsf/conf/scripts/ncep_post_exec_shared_ecflow.ksh: /var/lsf/ecflow_post_in.Dusan.Jovic.18707581 file not found or empty. Job is not eligible for ecflow abort notification. +[Wed Mar 18 15:44:16 UTC 2020] /usrx/local/lsf/conf/scripts/ncep_post_exec_shared_ecflow.ksh: /var/lsf/ecflow_post_in.Dusan.Jovic.19081886 file not found or empty. Job is not eligible for ecflow abort notification. diff --git a/log/report-wcoss_dell_p3-log/build_fv3_appbuilder.exe.log b/log/report-wcoss_dell_p3-log/build_fv3_appbuilder.exe.log index 6dc77ce5d8..96a4e81bf6 100644 --- a/log/report-wcoss_dell_p3-log/build_fv3_appbuilder.exe.log +++ b/log/report-wcoss_dell_p3-log/build_fv3_appbuilder.exe.log @@ -2,27 +2,27 @@ + [[ fv3_appbuilder.exe == fv3.exe ]] + [[ fv3_appbuilder.exe == fv3_32bit.exe ]] + [[ fv3_appbuilder.exe == fv3_appbuilder.exe ]] -+ rm -f /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec/fv3_appbuilder.exe -+ md5sum=/gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec/fv3_appbuilder.exe.md5 ++ rm -f /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec/fv3_appbuilder.exe ++ md5sum=/gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec/fv3_appbuilder.exe.md5 + OPTS=app=standaloneFV3 -+ mkdir -p /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/include -+ rm -f /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec/fv3_appbuilder.exe /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/include/modules_appbuilder.fv3 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model ++ mkdir -p /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/include ++ rm -f /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec/fv3_appbuilder.exe /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/include/modules_appbuilder.fv3 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model + which aprun which: no aprun in (/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/emc-utils-1.0.0/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-2.5.1/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin) + ./NEMS/NEMSAppBuilder rebuild app=standaloneFV3 ls: cannot access ../conf/component_*.mk: No such file or directory NEMSAppBuilder: make app=standaloneFV3 distclean -Convert /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/standaloneFV3.appBuilder -...into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/standaloneFV3.appBuilder.mk -Include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/standaloneFV3.appBuilder.mk -echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/standaloneFV3.appBuilder +...into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/standaloneFV3.appBuilder.mk +Include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/standaloneFV3.appBuilder.mk +echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs ; \ exec make -f makefile.temp.clean clean -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -33,171 +33,171 @@ ls: cannot access */*.a: No such file or directory ls: cannot access */*.o: No such file or directory ls: cannot access */*.mod: No such file or directory ls: cannot access */depend: No such file or directory -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs' -rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 ; exec make \ +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' +rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 ; exec make \ -k cleanall FMS_DIR=/dev/null -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/modules.fv3 +rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3" \ +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi Components in linker order: FV3 FMS -FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src' -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing -FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk -GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing +FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk: component FV3 makefile fragment is missing +FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +GNUmakefile:70: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk: component FMS makefile fragment is missing rm -f -f *.tmp.f90 *.lst *.o *.mod lm map cd ENS_Cpl ; make clean -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' rm -f -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/ENS_Cpl' -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src' -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/test_results.mk +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/components.mk +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test_results.mk NEMSAppBuilder: make app=standaloneFV3 build -Convert /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/standaloneFV3.appBuilder -...into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/standaloneFV3.appBuilder.mk -Include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/standaloneFV3.appBuilder.mk -echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/standaloneFV3.appBuilder +...into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/standaloneFV3.appBuilder.mk +Include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/standaloneFV3.appBuilder.mk +echo 'FMS FV3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/conf/configure.fv3.wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/externals.nems -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/modules.nems -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -make -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS' +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/conf/configure.fv3.wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/externals.nems +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ESMFVersionDefine.h +( echo '. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems.csh" +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +make -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ -) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/test-results.mk" -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS' -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs ; \ +) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk" +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS' +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs ; \ exec make all Currently Loaded Modules: @@ -211,10 +211,10 @@ Currently Loaded Modules: -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' Building dependencies ... -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs' -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs' +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o Using 8-byte addressing Using pure routines. @@ -505,18 +505,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL"/. -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs' -test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -Compiling into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL on wcoss -cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3"/conf/modules.fv3 -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 ; \ - exec make COMP=FV3 COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL nemsinstall +mkdir -p "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL" +mv fms.mk "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL"/. +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' +test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL +Compiling into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL on wcoss +cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems \ + "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3"/conf/configure.fv3 +cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems \ + "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3"/conf/modules.fv3 +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 ; \ + exec make COMP=FV3 COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL nemsinstall Currently Loaded Modules: 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 @@ -529,195 +529,195 @@ Currently Loaded Modules: -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' Building dependencies ... -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' -make -C cpl FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +make -C cpl FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_cplfields.F90 mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl' -make -C gfsphysics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' +make -C gfsphysics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -872,49 +872,49 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' -make -C ipd FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' +make -C ipd FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' -make -C io FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' +make -C io FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c FV3GFS_io.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_internal_state.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 -c post_gfs.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf_parallel.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_wrt_grid_comp.F90 +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c FV3GFS_io.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_internal_state.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 -c post_gfs.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf_parallel.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_wrt_grid_comp.F90 ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o @@ -927,66 +927,66 @@ a - module_write_netcdf_parallel.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io' -make -C atmos_cubed_sphere FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' +make -C atmos_cubed_sphere FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1033,49 +1033,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere' -make -C ../stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' +make -C ../stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1108,14 +1108,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' -make libfv3cap.a FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_fv3_config.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c atmos_model.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_fcst_grid_comp.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c time_utils.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c fv3_cap.F90 +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' +make libfv3cap.a FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_fv3_config.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c atmos_model.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_fcst_grid_comp.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c time_utils.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1123,35 +1123,35 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' -make esmf_make_fragment FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +make esmf_make_fragment FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' -Installation into "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL" complete! +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +Installation into "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL" complete! -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' -test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo fms_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo fms_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ +for m in /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src ; \ +echo build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src ; \ make nems \ COMPONENTS="FMS FV3" \ - FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/exe/NEMS.x" ; \ -test -x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x" ; \ +test -x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x Currently Loaded Modules: 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 @@ -1164,10 +1164,10 @@ Currently Loaded Modules: -build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk Components in linker order: FV3 FMS -FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_REVISION="0" @@ -1176,110 +1176,110 @@ CPPFLAGS += ESMF_VERSION_MINOR="0" CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' cd ENS_Cpl && make stub -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 17:57:36 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 16:03:18 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o ‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 17:57:36 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 16:03:18 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o ‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 17:57:36 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 16:03:18 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o ‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 17:57:36 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 16:03:18 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o ‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 17:57:36 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 16:03:18 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o ‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 17:57:36 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 16:03:18 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o ‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 17:57:36 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 16:03:18 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o ‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 17:57:36 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 16:03:18 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o ‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 17:57:36 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 16:03:18 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o ‘module_NEMS_Rusage.tmp.o’ -> ‘module_NEMS_Rusage.o’ mpiicc -c nems_c_rusage.c -mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 17:57:36 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 16:03:18 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o ‘MAIN_NEMS.tmp.o’ -> ‘MAIN_NEMS.o’ echo libgocart is libgocart is -echo extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf -extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf -mpiifort -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf +echo extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf +extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf +mpiifort -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/exe/NEMS.x is created. -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src' -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src -+ cp -fp ../exe/NEMS.x /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec/fv3_appbuilder.exe -+ cp -fp conf/modules.nems /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/include/modules_appbuilder.fv3 -+ md5sum /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec/fv3_appbuilder.exe +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x is created. +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src ++ cp -fp ../exe/NEMS.x /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec/fv3_appbuilder.exe ++ cp -fp conf/modules.nems /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/include/modules_appbuilder.fv3 ++ md5sum /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec/fv3_appbuilder.exe + unset md5sum + unset OPTS + set -xe + set -xe -+ test -s /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec/fv3_appbuilder.exe -+ test -x /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec/fv3_appbuilder.exe ++ test -s /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec/fv3_appbuilder.exe ++ test -x /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec/fv3_appbuilder.exe ------------------------------------------------------------ -Sender: LSF System -Subject: Job 18708639: in cluster Done +Sender: LSF System +Subject: Job 19083719: in cluster Done -Job was submitted from host by user in cluster at Wed Mar 11 17:38:45 2020 -Job was executed on host(s) , in queue , as user in cluster at Wed Mar 11 17:38:45 2020 +Job was submitted from host by user in cluster at Wed Mar 18 15:44:19 2020 +Job was executed on host(s) , in queue , as user in cluster at Wed Mar 18 15:44:20 2020 was used as the home directory. - was used as the working directory. -Started at Wed Mar 11 17:38:45 2020 -Terminated at Wed Mar 11 17:58:14 2020 -Results reported at Wed Mar 11 17:58:14 2020 + was used as the working directory. +Started at Wed Mar 18 15:44:20 2020 +Terminated at Wed Mar 18 16:03:55 2020 +Results reported at Wed Mar 18 16:03:55 2020 Your job looked like: ------------------------------------------------------------ # LSBATCH: User input -/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/sbin/lsfwrapper.sh sh -c "cd /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/src ; ./install.sh fv3_appbuilder.exe" +/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/sbin/lsfwrapper.sh sh -c "cd /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/src ; ./install.sh fv3_appbuilder.exe" ------------------------------------------------------------ Successfully completed. Resource usage summary: - CPU time : 1144.81 sec. - Max Memory : 5259 MB - Average Memory : 681.18 MB + CPU time : 1150.26 sec. + Max Memory : 5260 MB + Average Memory : 772.19 MB Total Requested Memory : 6144.00 MB - Delta Memory : 885.00 MB + Delta Memory : 884.00 MB Max Swap : - Max Processes : 13 Max Threads : 14 - Run time : 1169 sec. - Turnaround time : 1169 sec. + Run time : 1191 sec. + Turnaround time : 1176 sec. The output (if any) is above this job summary. -[Wed Mar 11 17:58:14 UTC 2020] /usrx/local/lsf/conf/scripts/ncep_post_exec_shared_ecflow.ksh: /var/lsf/ecflow_post_in.Dusan.Jovic.18708639 file not found or empty. Job is not eligible for ecflow abort notification. +[Wed Mar 18 16:03:55 UTC 2020] /usrx/local/lsf/conf/scripts/ncep_post_exec_shared_ecflow.ksh: /var/lsf/ecflow_post_in.Dusan.Jovic.19083719 file not found or empty. Job is not eligible for ecflow abort notification. diff --git a/log/report-wcoss_dell_p3-log/build_fv3_ww3.exe.log b/log/report-wcoss_dell_p3-log/build_fv3_ww3.exe.log index 2b6485f82f..3b6d771588 100644 --- a/log/report-wcoss_dell_p3-log/build_fv3_ww3.exe.log +++ b/log/report-wcoss_dell_p3-log/build_fv3_ww3.exe.log @@ -1,25 +1,25 @@ + [[ fv3_ww3.exe == fv3_ww3.exe ]] -+ rm -f /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec/fv3_ww3.exe -+ md5sum=/gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec/fv3_ww3.exe.md5 ++ rm -f /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec/fv3_ww3.exe ++ md5sum=/gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec/fv3_ww3.exe.md5 + OPTS=app=coupledFV3_WW3 -+ mkdir -p /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/include -+ rm -f /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec/fv3_ww3.exe /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/include/modules_fv3_ww3 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model ++ mkdir -p /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/include ++ rm -f /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec/fv3_ww3.exe /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/include/modules_fv3_ww3 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model + which aprun which: no aprun in (/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/emc-utils-1.0.0/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-2.5.1/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin) + ./NEMS/NEMSAppBuilder rebuild app=coupledFV3_WW3 ls: cannot access ../conf/component_*.mk: No such file or directory NEMSAppBuilder: make app=coupledFV3_WW3 distclean -Convert /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/coupledFV3_WW3.appBuilder -...into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -Include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -echo 'FMS FV3 WW3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/coupledFV3_WW3.appBuilder +...into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/coupledFV3_WW3.appBuilder.mk +Include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/coupledFV3_WW3.appBuilder.mk +echo 'FMS FV3 WW3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ - > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs ; \ +cat /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs/makefile | sed 's,^include,#include,g' \ + > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs ; \ exec make -f makefile.temp.clean clean -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' Cleaning fms ... cd .. ; \ @@ -30,118 +30,118 @@ ls: cannot access */*.a: No such file or directory ls: cannot access */*.o: No such file or directory ls: cannot access */*.mod: No such file or directory ls: cannot access */depend: No such file or directory -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs' -rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/conf/configure.fv3 -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/conf/modules.fv3 -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 ; exec make \ +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' +rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs/makefile.temp.clean +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/configure.fv3 +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/modules.fv3 +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 ; exec make \ -k cleanall FMS_DIR=/dev/null -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' Cleaning ... (cd gfsphysics && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' Cleaning gfsphysics ... rm -f -f libgfsphys.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend */*.tmp.f90 -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' (cd ccpp/driver && make clean) Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' makefile:67: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' Build CCPP layer ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ccpp/driver' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' Cleaning CCPP_layer ... rm -f -f libccppdriver.a *__genmod.f90 *.tmp.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ccpp/driver' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/driver' (cd ipd && make clean) Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' Cleaning ipd ... rm -f -f libipd.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' (cd ../stochastic_physics && make clean) Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory cc -E four_to_grid_stochy.F > four_to_grid_stochy.f Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' Cleaning stochastic_physics ... rm -f -f libstochastic_physics.a *__genmod.f90 *.o */*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' (cd io && make clean) Build standalone FV3 io ... $ESMF_INC is [] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' Cleaning io ... rm -f -f libfv3io.a *__genmod.f90 *.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' (cd atmos_cubed_sphere && make clean) Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' Cleaning fv3core ... rm -f -f libfv3core.a *__genmod.f90 */*.o */*/*.o *.mod *.i90 *.lst *.i depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' (cd cpl && make clean) Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' Cleaning io ... rm -f -f libfv3cpl.a *.o *.mod *.lst *.i90 depend -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' rm -f -f fv3.exe libfv3cap.a *.o *.mod *.i90 *.lst depend rm -f -rf nems_dir fv3.mk FV3_INSTALL rm -f -f conf/modules.fv3 rm -f -f conf/configure.fv3 -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' -rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/conf/configure.fv3 \ - /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/conf/modules.fv3 -rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/esmf ; \ -export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="wcoss_dell_p3" ; \ +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +rm -rf nems_dir FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/configure.fv3 \ + /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/conf/modules.fv3 +rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/esmf ; \ +export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="wcoss_dell_p3" ; \ export ESMFMKFILE=/dev/null ; \ exec make distclean Lmod has detected the following error: The following module(s) are unknown: @@ -158,49 +158,41 @@ Also make sure that all modulefiles written in TCL start with the string No modules loaded which: no nc-config in (/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin) -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/esmf' -\rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/exe/ww3_multi_esmf *.o *.mod -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin/w3_clean -c +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/esmf' +\rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/exe/ww3_multi_esmf *.o *.mod +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3_clean -c ***************************** *** WAVEWATCH III clean *** ***************************** - Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/tmp - Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin - Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/ftn - Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/aux - Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/mod - Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/mod_HYB - Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/mod_SEQ - Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/obj - Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/obj_HYB - Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/obj_SEQ - Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/tmp - Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin - Remove /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/exe - Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/../regtests -\rm -fr /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/tmp -\rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin/wwatch3.env -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/esmf' -cd "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model" ; \ + Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/tmp + Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin + Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn + Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/aux + Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin + Clean up /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/../regtests +\rm -fr /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/tmp +\rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/wwatch3.env +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/esmf' +cd "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model" ; \ rm -rf exe mod* obj* tmp ftn/makefile ftn/makefile_DIST \ ftn/makefile_SHRD esmf/wwatch3.env aux/makefile \ bin/link bin/comp ; \ find . -name '*.o' -o -name '*.mod' -o -name '*.a' \ | xargs rm -f -rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/WW3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk -if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ - cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ +rm -rf /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/WW3_INSTALL /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk +if ! test -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; then \ + cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ delete_nuopc=yes ; \ fi ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3 WW3" \ +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src ; make "COMPONENTS=FMS FV3 WW3" \ INCLUDES_ARE_OPTIONAL=YES clean ; \ if [ "$delete_nuopc" = yes ] ; then \ - rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ + rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC ; \ fi -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src' -GNUmakefile:16: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' +GNUmakefile:16: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory Components in linker order: WW3 FV3 FMS WW3: include GNUmakefile:70: : component WW3 makefile fragment is missing @@ -208,43 +200,43 @@ FV3: include GNUmakefile:70: : component FV3 makefile fragment is missing FMS: include GNUmakefile:70: : component FMS makefile fragment is missing -make[1]: *** No rule to make target `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/test-results.mk'. Stop. -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src' -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/test-results.mk -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/components.mk -rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/test_results.mk +make[1]: *** No rule to make target `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk'. Stop. +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/externals.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ESMFVersionDefine.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems.sh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems.csh /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/components.mk +rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test_results.mk NEMSAppBuilder: make app=coupledFV3_WW3 build -Convert /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/coupledFV3_WW3.appBuilder -...into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -Include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/coupledFV3_WW3.appBuilder.mk -echo 'FMS FV3 WW3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/components.mk" +Convert /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/coupledFV3_WW3.appBuilder +...into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/coupledFV3_WW3.appBuilder.mk +Include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/coupledFV3_WW3.appBuilder.mk +echo 'FMS FV3 WW3' > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/components.mk" Adding FV3 makeopts to FMS makeopts -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/conf/configure.fv3.wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems -cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/externals.nems -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/modules.nems -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/ESMFVersionDefine.h -( echo '. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ -echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/modules.nems.sh" -( echo 'source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ -echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf' ; \ -echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/modules.nems.csh" -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory -make -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/incmake/tests.mk \ - MODULE_LOGIC=" . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ - TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS' +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/conf/configure.fv3.wcoss_dell_p3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems +cat /dev/null > /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/externals.nems +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ESMFVersionDefine_ESMF_NUOPC.h /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ESMFVersionDefine.h +( echo '. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc' ; \ +echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems.sh" +( echo 'source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.csh.inc' ; \ +echo 'module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf' ; \ +echo 'module load modules.nems' ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems.csh" +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/incmake/configure_rules.mk:3: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk: No such file or directory +make -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/incmake/tests.mk \ + MODULE_LOGIC=" . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack" \ + TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk" TEST +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS' if [ -f "/modules.nems" ] ; then \ - . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ + . /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=unlimited ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s ; \ fi ; \ ( \ echo "# Do not edit this file. It is automatically generated from tests.mk." ; \ echo "CASELESS_FILESYSTEM=NO" ; \ if [ "Q$ESMFMKFILE" != Q ] ; then egrep 'VERSION|^ESMF_[A-Z]*DIR' < "$ESMFMKFILE" ; fi ; \ -) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/test-results.mk" -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS' -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs ; \ +) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/test-results.mk" +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS' +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs ; \ exec make all Currently Loaded Modules: @@ -258,10 +250,10 @@ Currently Loaded Modules: -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' Building dependencies ... -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs' -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs' +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../include -I../mpp/include -I../fms -c ../mpp/mpp_parameter.F90 -o ../mpp/mpp_parameter.o Using 8-byte addressing Using pure routines. @@ -552,18 +544,18 @@ a - ../mosaic/mosaic_util.o a - ../mosaic/read_mosaic.o a - ../mpp/nsclock.o a - ../mpp/threadloc.o -mkdir -p "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL" -mv fms.mk "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/." -cp -fp *.a *.mod ../include/*.h "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL"/. -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/fv3gfs' -test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -Compiling into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL on wcoss -cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems \ - "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3"/conf/configure.fv3 -cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/modules.nems \ - "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3"/conf/modules.fv3 -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 ; \ - exec make COMP=FV3 COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL nemsinstall +mkdir -p "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL" +mv fms.mk "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/." +cp -fp *.a *.mod ../include/*.h "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL"/. +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/fv3gfs' +test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL +Compiling into /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL on wcoss +cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems \ + "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3"/conf/configure.fv3 +cp -fp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/modules.nems \ + "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3"/conf/modules.fv3 +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 ; \ + exec make COMP=FV3 COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL MACHINE_ID=wcoss FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL nemsinstall Currently Loaded Modules: 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 @@ -576,195 +568,195 @@ Currently Loaded Modules: -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' Building dependencies ... -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' -make -C cpl FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +make -C cpl FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' Build standalone FV3 io ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_cplfields.F90 mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_cap_cpl.F90 ar rv libfv3cpl.a module_cplfields.o module_cap_cpl.o ar: creating libfv3cpl.a a - module_cplfields.o a - module_cap_cpl.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl' -make -C gfsphysics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl' +make -C gfsphysics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' makefile:278: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/machine.F -o physics/machine.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cnvc90.f -o physics/cnvc90.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/co2hc.f -o physics/co2hc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/date_def.f -o physics/date_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physcons.F90 -o physics/physcons.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.f -o physics/dcyc2.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/dcyc2.pre.rad.f -o physics/dcyc2.pre.rad.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/efield.f -o physics/efield.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tracer_const_h.f -o physics/tracer_const_h.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs.f -o physics/get_prs.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gocart_tracer_config_stub.f -o physics/gocart_tracer_config_stub.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/funcphys.f90 -o physics/funcphys.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscond.f -o physics/gscond.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gscondp.f -o physics/gscondp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdc.f -o physics/gwdc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gwdps.f -o physics/gwdps.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_initialize.F90 -o physics/cires_ugwp_initialize.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_module.F90 -o physics/cires_ugwp_module.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ugwp_driver_v0.f -o physics/ugwp_driver_v0.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_orowam2017.f -o physics/cires_orowam2017.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2o_def.f -o physics/h2o_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2oc.f -o physics/h2oc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ohdc.f -o physics/h2ohdc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ophys.f -o physics/h2ophys.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ideaca.f -o physics/ideaca.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_composition.f -o physics/idea_composition.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_co2.f -o physics/idea_co2.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_dissipation.f -o physics/idea_dissipation.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_h2o.f -o physics/idea_h2o.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wam_f107_kp_mod.f90 -o physics/wam_f107_kp_mod.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_ion.f -o physics/idea_ion.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_o2_o3.f -o physics/idea_o2_o3.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_phys.f -o physics/idea_phys.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_solar_heating.f -o physics/idea_solar_heating.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/idea_tracer.f -o physics/idea_tracer.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iounitdef.f -o physics/iounitdef.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/lrgsclr.f -o physics/lrgsclr.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mersenne_twister.f -o physics/mersenne_twister.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbl.f -o physics/mfpbl.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpblt.f -o physics/mfpblt.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfpbltq.f -o physics/mfpbltq.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscu.f -o physics/mfscu.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mfscuq.f -o physics/mfscuq.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_bfmicrophysics.f -o physics/module_bfmicrophysics.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf.f -o physics/moninedmf.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninedmf_hafs.f -o physics/moninedmf_hafs.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp.f -o physics/moninp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninp1.f -o physics/moninp1.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq.f -o physics/moninq.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninq1.f -o physics/moninq1.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/moninshoc.f -o physics/moninshoc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadb.f -o physics/mstadb.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn.f -o physics/mstadbtn.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstadbtn2.f -o physics/mstadbtn2.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/mstcnv.f -o physics/mstcnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/namelist_soilveg.f -o physics/namelist_soilveg.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozne_def.f -o physics/ozne_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccn_def.f -o physics/iccn_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerclm_def.f -o physics/aerclm_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys.f -o physics/ozphys.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozphys_2015.f -o physics/ozphys_2015.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/physparam.f -o physics/physparam.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd.f -o physics/precpd.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpd_shoc.f -o physics/precpd_shoc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/precpdp.f -o physics/precpdp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progtm_module.f -o physics/progtm_module.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/progt2.f -o physics/progt2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/surface_perturbation.F90 -o physics/surface_perturbation.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_param.f -o physics/radlw_param.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_datatb.f -o physics/radlw_datatb.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radlw_main.f -o physics/radlw_main.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_param.f -o physics/radsw_param.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rascnvv2.f -o physics/rascnvv2.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFDL_parse_tracers.F90 -o physics/GFDL_parse_tracers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_typedefs.F90 -o GFS_layer/GFS_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfs_phy_tracer_config.F -o physics/gfs_phy_tracer_config.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xCORE-AVX-I -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_aerosols.f -o physics/radiation_aerosols.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_astronomy.f -o physics/radiation_astronomy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_surface.f -o physics/radiation_surface.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_datatb.f -o physics/radsw_datatb.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radsw_main.f -o physics/radsw_main.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_gases.f -o physics/radiation_gases.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/radiation_clouds.f -o physics/radiation_clouds.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_radiation_driver.F90 > GFS_layer/GFS_radiation_driver.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_radiation_driver.tmp.f90 -o GFS_layer/GFS_radiation_driver.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rad_initialize.f -o physics/rad_initialize.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp.f -o physics/rayleigh_damp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/rayleigh_damp_mesopause.f -o physics/rayleigh_damp_mesopause.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfaerosols.f -o physics/samfaerosols.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfdeepcnv.f -o physics/samfdeepcnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/samfshalcnv.f -o physics/samfshalcnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnv.f -o physics/sascnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sascnvn.f -o physics/sascnvn.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdif.f -o physics/satmedmfvdif.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/satmedmfvdifq.f -o physics/satmedmfvdifq.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/set_soilveg.f -o physics/set_soilveg.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_cice.f -o physics/sfc_cice.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diag.f -o physics/sfc_diag.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_diff.f -o physics/sfc_diff.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_drv.f -o physics/sfc_drv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_wrf_utl.f90 -o physics/module_wrf_utl.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmp_glacier.f90 -o physics/module_sf_noahmp_glacier.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/noahmp_tables.f90 -o physics/noahmp_tables.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_sf_noahmplsm.f90 -o physics/module_sf_noahmplsm.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_noahmp_drv.f -o physics/sfc_noahmp_drv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_parameters.f90 -o physics/module_nst_parameters.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_water_prop.f90 -o physics/module_nst_water_prop.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_nst_model.f90 -o physics/module_nst_model.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_nst.f -o physics/sfc_nst.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_ocean.f -o physics/sfc_ocean.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfc_sice.f -o physics/sfc_sice.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sflx.f -o physics/sflx.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcnv.f -o physics/shalcnv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv.f -o physics/shalcv.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_1lyr.f -o physics/shalcv_1lyr.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_fixdp.f -o physics/shalcv_fixdp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/shalcv_opr.f -o physics/shalcv_opr.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/tridi2t3.f -o physics/tridi2t3.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/calpreciptype.f90 -o physics/calpreciptype.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcm_shoc.f90 -o physics/gcm_shoc.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/get_prs_fv3.f90 -o physics/get_prs_fv3.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/h2ointerp.f90 -o physics/h2ointerp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/ozinterp.f90 -o physics/ozinterp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/iccninterp.f90 -o physics/iccninterp.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aerinterp.f90 -o physics/aerinterp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/aer_cloud.F -o physics/aer_cloud.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/wv_saturation.F -o physics/wv_saturation.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldmacro.F -o physics/cldmacro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cldwat2m_micro.F -o physics/cldwat2m_micro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/num_parthds.F -o physics/num_parthds.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/sfcsub.F -o physics/sfcsub.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gcycle.F90 -o physics/gcycle.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_utils.F90 -o physics/cires_ugwp_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_triggers.F90 -o physics/cires_ugwp_triggers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_ugwp_solvers.F90 -o physics/cires_ugwp_solvers.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_lsatdis.F90 -o physics/cires_vert_lsatdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_orodis.F90 -o physics/cires_vert_orodis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cires_vert_wmsdis.F90 -o physics/cires_vert_wmsdis.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_radar.F90 -o physics/module_mp_radar.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/gfdl_cloud_microphys.F90 -o physics/gfdl_cloud_microphys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg_utils.F90 -o physics/micro_mg_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg2_0.F90 -o physics/micro_mg2_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/micro_mg3_0.F90 -o physics/micro_mg3_0.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/m_micro_driver.F90 -o physics/m_micro_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/cs_conv.F90 -o physics/cs_conv.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/GFS_debug.F90 -o physics/GFS_debug.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_thompson_gfs.F90 -o physics/module_mp_thompson_gfs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c physics/module_mp_wsm6_fv3.F90 -o physics/module_mp_wsm6_fv3.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -O0 -c GFS_layer/GFS_diagnostics.F90 -o GFS_layer/GFS_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_restart.F90 -o GFS_layer/GFS_restart.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_physics_driver.F90 > GFS_layer/GFS_physics_driver.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_physics_driver.tmp.f90 -o GFS_layer/GFS_physics_driver.o mpiicc -E -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML GFS_layer/GFS_driver.F90 > GFS_layer/GFS_driver.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_driver.tmp.f90 -o GFS_layer/GFS_driver.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../cpl -c GFS_layer/GFS_abstraction_layer.F90 -o GFS_layer/GFS_abstraction_layer.o ar rv libgfsphys.a physics/cnvc90.o physics/co2hc.o physics/date_def.o physics/dcyc2.o physics/dcyc2.pre.rad.o physics/efield.o physics/get_prs.o physics/gocart_tracer_config_stub.o physics/gscond.o physics/gscondp.o physics/gwdc.o physics/gwdps.o physics/ugwp_driver_v0.o physics/cires_orowam2017.o physics/h2o_def.o physics/h2oc.o physics/h2ohdc.o physics/h2ophys.o physics/ideaca.o physics/idea_co2.o physics/idea_composition.o physics/idea_dissipation.o physics/idea_h2o.o physics/idea_ion.o physics/idea_o2_o3.o physics/idea_phys.o physics/idea_solar_heating.o physics/idea_tracer.o physics/iounitdef.o physics/lrgsclr.o physics/mersenne_twister.o physics/mfpbl.o physics/mfpblt.o physics/mfpbltq.o physics/mfscu.o physics/mfscuq.o physics/module_bfmicrophysics.o physics/moninedmf.o physics/moninedmf_hafs.o physics/moninp.o physics/moninp1.o physics/moninq.o physics/moninq1.o physics/moninshoc.o physics/mstadb.o physics/mstadbtn.o physics/mstadbtn2.o physics/mstcnv.o physics/namelist_soilveg.o physics/ozne_def.o physics/iccn_def.o physics/aerclm_def.o physics/ozphys.o physics/ozphys_2015.o physics/physparam.o physics/precpd.o physics/precpd_shoc.o physics/precpdp.o physics/progt2.o physics/progtm_module.o physics/rad_initialize.o physics/radiation_aerosols.o physics/radiation_astronomy.o physics/radiation_clouds.o physics/radiation_gases.o physics/radiation_surface.o physics/radlw_datatb.o physics/radlw_main.o physics/radlw_param.o physics/radsw_datatb.o physics/radsw_main.o physics/radsw_param.o physics/rascnvv2.o physics/rayleigh_damp.o physics/rayleigh_damp_mesopause.o physics/samfaerosols.o physics/samfdeepcnv.o physics/samfshalcnv.o physics/sascnv.o physics/sascnvn.o physics/satmedmfvdif.o physics/satmedmfvdifq.o physics/set_soilveg.o physics/sfc_cice.o physics/sfc_diag.o physics/sfc_diff.o physics/sfc_drv.o physics/sfc_noahmp_drv.o physics/sfc_nst.o physics/sfc_ocean.o physics/sfc_sice.o physics/sflx.o physics/shalcnv.o physics/shalcv.o physics/shalcv_1lyr.o physics/shalcv_fixdp.o physics/shalcv_opr.o physics/tracer_const_h.o physics/tridi2t3.o physics/calpreciptype.o physics/funcphys.o physics/gcm_shoc.o physics/get_prs_fv3.o physics/h2ointerp.o physics/module_nst_model.o physics/module_nst_parameters.o physics/module_nst_water_prop.o physics/ozinterp.o physics/module_wrf_utl.o physics/noahmp_tables.o physics/module_sf_noahmplsm.o physics/module_sf_noahmp_glacier.o physics/iccninterp.o physics/aerinterp.o physics/wam_f107_kp_mod.o physics/aer_cloud.o physics/cldmacro.o physics/cldwat2m_micro.o physics/gfs_phy_tracer_config.o physics/machine.o physics/num_parthds.o physics/sfcsub.o physics/wv_saturation.o physics/GFDL_parse_tracers.o physics/gcycle.o physics/cires_ugwp_initialize.o physics/cires_ugwp_module.o physics/cires_ugwp_utils.o physics/cires_ugwp_triggers.o physics/cires_ugwp_solvers.o physics/cires_vert_lsatdis.o physics/cires_vert_orodis.o physics/cires_vert_wmsdis.o physics/gfdl_cloud_microphys.o physics/micro_mg_utils.o physics/micro_mg2_0.o physics/micro_mg3_0.o physics/m_micro_driver.o physics/cs_conv.o physics/GFS_debug.o physics/module_mp_radar.o physics/module_mp_thompson_gfs.o physics/module_mp_wsm6_fv3.o physics/physcons.o physics/surface_perturbation.o GFS_layer/GFS_abstraction_layer.o GFS_layer/GFS_diagnostics.o GFS_layer/GFS_driver.o GFS_layer/GFS_physics_driver.o GFS_layer/GFS_radiation_driver.o GFS_layer/GFS_restart.o GFS_layer/GFS_typedefs.o ar: creating libgfsphys.a a - physics/cnvc90.o @@ -919,49 +911,49 @@ a - GFS_layer/GFS_physics_driver.o a - GFS_layer/GFS_radiation_driver.o a - GFS_layer/GFS_restart.o a - GFS_layer/GFS_typedefs.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics' -make -C ipd FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics' +make -C ipd FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' makefile:54: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' Build standalone FV3 gfsphysics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_typedefs.F90 -o IPD_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DNEW_TAUCTMAX -DSMALL_PE -DNEMS_GSM -DINTERNAL_FILE_NML -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../namphysics -c IPD_driver.F90 -o IPD_driver.o ar rv libipd.a IPD_driver.o IPD_typedefs.o ar: creating libipd.a a - IPD_driver.o a - IPD_typedefs.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd' -make -C io FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd' +make -C io FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' Build standalone FV3 io ... $ESMF_INC is [-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include] -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c FV3GFS_io.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_internal_state.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 -c post_gfs.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_nemsio.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf_parallel.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_wrt_grid_comp.F90 +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c ffsync.F90 -o ffsync.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c FV3GFS_io.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -c module_fv3_io_def.F90 -o module_fv3_io_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_internal_state.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 -c post_gfs.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 -c post_nems_routines.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 -c module_write_nemsio.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_write_netcdf_parallel.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_wrt_grid_comp.F90 ar rv libfv3io.a ffsync.o FV3GFS_io.o post_gfs.o post_nems_routines.o module_write_nemsio.o module_write_netcdf.o module_write_netcdf_parallel.o module_fv3_io_def.o module_write_internal_state.o module_wrt_grid_comp.o ar: creating libfv3io.a a - ffsync.o @@ -974,66 +966,66 @@ a - module_write_netcdf_parallel.o a - module_fv3_io_def.o a - module_write_internal_state.o a - module_wrt_grid_comp.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io' -make -C atmos_cubed_sphere FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io' +make -C atmos_cubed_sphere FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' Build standalone FV3 fv3core ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_arrays.F90 -o model/fv_arrays.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_mp_mod.F90 -o tools/fv_mp_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_timing.F90 -o tools/fv_timing.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_sst.F90 -o tools/external_sst.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_eta.F90 -o tools/fv_eta.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_grid_utils.F90 -o model/fv_grid_utils.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/a2b_edge.F90 -o model/a2b_edge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/multi_gases.F90 -o model/multi_gases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/boundary.F90 -o model/boundary.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_sg.F90 -o model/fv_sg.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_fill.F90 -o model/fv_fill.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_cmp.F90 -o model/fv_cmp.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/fv_mapz.F90 -o model/fv_mapz.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_surf_map.F90 -o tools/fv_surf_map.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_diagnostics.F90 -o tools/fv_diagnostics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/init_hydro.F90 -o tools/init_hydro.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sorted_index.F90 -o tools/sorted_index.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_grid_tools.F90 -o tools/fv_grid_tools.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/test_cases.F90 -o tools/test_cases.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/tp_core.F90 -o model/tp_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/sw_core.F90 -o model/sw_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/sim_nc_mod.F90 -o tools/sim_nc_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_nudge.F90 -o tools/fv_nudge.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_regional_bc.F90 -o model/fv_regional_bc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -fast-transcendentals -c model/nh_utils.F90 -o model/nh_utils.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/nh_core.F90 -o model/nh_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_update_phys.F90 -o model/fv_update_phys.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/dyn_core.F90 -o model/dyn_core.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_io.F90 -o tools/fv_io.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_treat_da_inc.F90 -o tools/fv_treat_da_inc.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/external_ic.F90 -o tools/external_ic.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_restart.F90 -o tools/fv_restart.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_control.F90 -o model/fv_control.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_tracer2d.F90 -o model/fv_tracer2d.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_nesting.F90 -o model/fv_nesting.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c model/fv_dynamics.F90 -o model/fv_dynamics.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c tools/fv_iau_mod.F90 -o tools/fv_iau_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -c driver/fvGFS/DYCORE_typedefs.F90 -o driver/fvGFS/DYCORE_typedefs.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/fv_nggps_diag.F90 -o driver/fvGFS/fv_nggps_diag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../gfsphysics -I../ipd -I../io -I../namphysics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c driver/fvGFS/atmosphere.F90 -o driver/fvGFS/atmosphere.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. @@ -1080,49 +1072,49 @@ a - tools/test_cases.o a - driver/fvGFS/DYCORE_typedefs.o a - driver/fvGFS/fv_nggps_diag.o a - driver/fvGFS/atmosphere.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere' -make -C ../stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere' +make -C ../stochastic_physics FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL 32BIT=N # force gfs physics to 64bit Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' makefile:86: depend: No such file or directory Building dependencies ... -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' Build standalone FV3 stochastic_physics ... -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_gg_def.f -o stochy_gg_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_resol_def.f -o stochy_resol_def.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_layout_lag.f -o stochy_layout_lag.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c spectral_layout.F90 -o spectral_layout.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c four_to_grid_stochy.F -o four_to_grid_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c glats_stochy.f -o glats_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c sumfln_stochy.f -o sumfln_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c gozrineo_stochy.f -o gozrineo_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c num_parthds_stochy.f -o num_parthds_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_ls_node_stochy.f -o get_ls_node_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_lats_node_a_stochy.f -o get_lats_node_a_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_a_stochy.f -o setlats_a_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c setlats_lag_stochy.f -o setlats_lag_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c epslon_stochy.f -o epslon_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_lag_stochy.f -o getcon_lag_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c pln2eo_stochy.f -o pln2eo_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dozeuv_stochy.f -o dozeuv_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c dezouv_stochy.f -o dezouv_stochy.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c update_ca.f90 -o update_ca.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c cellular_automata.f90 -o cellular_automata.o +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c plumes.f90 -o plumes.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_internal_state_mod.F90 -o stochy_internal_state_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c getcon_spectral.F90 -o getcon_spectral.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_namelist_def.F90 -o stochy_namelist_def.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c compns_stochy.F90 -o compns_stochy.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_patterngenerator.F90 -o stochy_patterngenerator.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c initialize_spectral_mod.F90 -o initialize_spectral_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochy_data_mod.F90 -o stochy_data_mod.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c get_stochy_pattern.F90 -o get_stochy_pattern.o +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I../FV3/gfsphysics/ -I../FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -I../FV3/namphysics -c stochastic_physics.F90 -o stochastic_physics.o ar rv libstochastic_physics.a stochy_gg_def.o stochy_resol_def.o stochy_layout_lag.o four_to_grid_stochy.o glats_stochy.o sumfln_stochy.o gozrineo_stochy.o num_parthds_stochy.o get_ls_node_stochy.o get_lats_node_a_stochy.o setlats_a_stochy.o setlats_lag_stochy.o epslon_stochy.o getcon_lag_stochy.o pln2eo_stochy.o dozeuv_stochy.o dezouv_stochy.o cellular_automata.o update_ca.o plumes.o spectral_layout.o getcon_spectral.o stochy_namelist_def.o compns_stochy.o stochy_internal_state_mod.o stochastic_physics.o stochy_patterngenerator.o stochy_data_mod.o get_stochy_pattern.o initialize_spectral_mod.o ar: creating libstochastic_physics.a a - stochy_gg_def.o @@ -1155,14 +1147,14 @@ a - stochy_patterngenerator.o a - stochy_data_mod.o a - get_stochy_pattern.o a - initialize_spectral_mod.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/stochastic_physics' -make libfv3cap.a FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_fv3_config.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c atmos_model.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_fcst_grid_comp.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c time_utils.F90 -mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c fv3_cap.F90 +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/stochastic_physics' +make libfv3cap.a FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_fv3_config.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c atmos_model.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c module_fcst_grid_comp.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c time_utils.F90 +mpiifort -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -DUSE_GFSL63 -DGFS_PHYS -Duse_WRTCOMP -DNEW_TAUCTMAX -DINTERNAL_FILE_NML -DMOIST_CAPPA -DUSE_COND -DOPENMP -DESMF_VERSION_MAJOR=8 -fpp -Wp,-w -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -Igfsphysics -Iipd -Icpl -Iio -Iatmos_cubed_sphere -Iccpp/driver -I../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c fv3_cap.F90 ar rv libfv3cap.a atmos_model.o module_fv3_config.o module_fcst_grid_comp.o time_utils.o fv3_cap.o ar: creating libfv3cap.a a - atmos_model.o @@ -1170,21 +1162,21 @@ a - module_fv3_config.o a - module_fcst_grid_comp.o a - time_utils.o a - fv3_cap.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' -make esmf_make_fragment FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +make esmf_make_fragment FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' # additional include files needed for PGI -#@echo "ESMF_DEP_INCPATH = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/nems_dir" >> fv3.mk +#@echo "ESMF_DEP_INCPATH = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/nems_dir" >> fv3.mk Finished generating ESMF self-describing build dependency makefile fragment: fv3.mk -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' -Installation into "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL" complete! +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +Installation into "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL" complete! -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3' -test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; set -x ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/esmf ; \ -export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="wcoss_dell_p3" ; \ +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3' +test -d /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; set -x ; cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/esmf ; \ +export COMP_SRCDIR="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model" COMP_BINDIR="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/WW3_INSTALL" WW3_COMP="wcoss_dell_p3" ; \ exec make -j 1 WW3_COMP="wcoss_dell_p3" ww3_nems Currently Loaded Modules: @@ -1198,26 +1190,26 @@ Currently Loaded Modules: -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/esmf -+ export COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/WW3_INSTALL WW3_COMP=wcoss_dell_p3 -+ COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model -+ COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/WW3_INSTALL ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/esmf ++ export COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/WW3_INSTALL WW3_COMP=wcoss_dell_p3 ++ COMP_SRCDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model ++ COMP_BINDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/WW3_INSTALL + WW3_COMP=wcoss_dell_p3 + exec make -j 1 WW3_COMP=wcoss_dell_p3 ww3_nems -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/esmf' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/esmf' ***************************** *** WAVEWATCH III setup *** ***************************** -[INFO] local env file wwatch3.env found in /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin/wwatch3.env - Setup file /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin/wwatch3.env found +[INFO] local env file wwatch3.env found in /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/wwatch3.env + Setup file /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/wwatch3.env found Printer (listings) : auxiliary FORTRAN compiler : gfortran auxiliary C compiler : gcc - Source directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model - Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/tmp + Source directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model + Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/tmp Save source code : yes Save listings : yes @@ -1225,31 +1217,31 @@ make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fv Compile auxiliary programs -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/aux' -gfortran -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin/w3adc w3adc.f -gfortran -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin/w3list w3list.f -gfortran -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin/w3prnt w3prnt.f -gfortran -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin/w3split w3split.f -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/aux' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/aux' +gfortran -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3adc w3adc.f +gfortran -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3list w3list.f +gfortran -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3prnt w3prnt.f +gfortran -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3split w3split.f +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/aux' Setup comp & link files - sed /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin/comp.tmpl => /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin/comp - sed /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin/link.tmpl => /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin/link + sed /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/comp.tmpl => /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/comp + sed /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/link.tmpl => /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/link Create required model subdirectories Finished setting up WAVEWATCH III -\rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin/tempswitch -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin/w3_make ww3_grid +\rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/tempswitch +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3_make ww3_grid ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1261,47 +1253,47 @@ Making makefile ... *** WAVEWATCH III makefile *** ***************************** -switch = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin/switch +switch = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/switch Checking all subroutines for modules (this may take a while) ... Processing ww3_grid --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ad3 : processing constants ad3 : processing w3servmd ad3 : processing w3gsrumd ad3 : processing w3arrymd ad3 : processing w3gdatmd -ad3 : processing w3idatmd ad3 : processing w3odatmd +ad3 : processing w3idatmd +ad3 : processing w3dispmd ad3 : processing w3adatmd -ad3 : processing w3timemd ad3 : processing w3nmlgridmd -ad3 : processing w3dispmd +ad3 : processing w3timemd ad3 : processing wmmdatmd ad3 : processing w3src4md ad3 : processing w3snl1md ad3 : processing w3triamd ad3 : processing w3parall -ad3 : processing w3wdatmd ad3 : processing w3iogrmd +ad3 : processing w3wdatmd ad3 : processing ww3_grid Linking ww3_grid -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin/w3_make ww3_outf +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3_make ww3_outf ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1310,27 +1302,27 @@ Shared Object : No Processing ww3_outf --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/ftn' -ad3 : processing w3sdb1md -ad3 : processing w3sbt1md +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ad3 : processing w3iogomd +ad3 : processing w3sbt1md +ad3 : processing w3sdb1md ad3 : processing ww3_outf Linking ww3_outf -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin/w3_make ww3_outp +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3_make ww3_outp ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1339,28 +1331,28 @@ Shared Object : No Processing ww3_outp --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ad3 : processing w3bullmd -ad3 : processing w3flx1md ad3 : processing w3iopomd ad3 : processing w3partmd +ad3 : processing w3flx1md ad3 : processing ww3_outp Linking ww3_outp -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin/w3_make ww3_prep +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3_make ww3_prep ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1369,25 +1361,25 @@ Shared Object : No Processing ww3_prep --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ad3 : processing w3fldsmd ad3 : processing ww3_prep Linking ww3_prep -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin/w3_make ww3_gint +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3_make ww3_gint ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1396,111 +1388,111 @@ Shared Object : No Processing ww3_gint --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ad3 : processing ww3_gint Linking ww3_gint -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin/w3_make ww3_prnc +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3_make ww3_prnc ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No [INFO] list of the programs selected : ww3_prnc -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected Processing ww3_prnc --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ad3 : processing w3nmlprncmd ad3 : processing ww3_prnc Linking ww3_prnc -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin/w3_make ww3_ounf +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3_make ww3_ounf ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No [INFO] list of the programs selected : ww3_ounf -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected Processing ww3_ounf --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ad3 : processing w3iorsmd ad3 : processing w3nmlounfmd ad3 : processing w3initmd ad3 : processing ww3_ounf Linking ww3_ounf -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin/w3_make ww3_ounp +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3_make ww3_ounp ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No [INFO] list of the programs selected : ww3_ounp -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected Processing ww3_ounp --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ad3 : processing w3nmlounpmd ad3 : processing ww3_ounp Linking ww3_ounp -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -\rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin/tempswitch -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin/w3_make ww3_grib +\rm -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/tempswitch +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3_make ww3_grib ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No @@ -1512,57 +1504,57 @@ Making makefile ... *** WAVEWATCH III makefile *** ***************************** -switch = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin/switch +switch = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/switch new GRIB package Checking all subroutines for modules (this may take a while) ... Processing ww3_grib --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ad3 : processing ww3_grib Linking ww3_grib -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin/w3_make ww3_multi_esmf +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3_make ww3_multi_esmf ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No [INFO] list of the programs selected : ww3_multi_esmf -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected Making makefile ... ***************************** *** WAVEWATCH III makefile *** ***************************** -switch = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin/switch +switch = /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/switch new shared / distributed memory new message passing protocol Checking all subroutines for modules (this may take a while) ... Processing ww3_multi_esmf --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ad3 : processing constants ad3 : processing scrip_kindsmod [no w3adc] ad3 : processing w3uqckmd ad3 : processing scrip_constants [no w3adc] ad3 : processing scrip_iounitsmod [no w3adc] -ad3 : processing w3servmd ad3 : processing scrip_timers [no w3adc] +ad3 : processing w3servmd ad3 : processing scrip_errormod [no w3adc] ad3 : processing scrip_netcdfmod [no w3adc] ad3 : processing scrip_grids [no w3adc] @@ -1577,27 +1569,27 @@ ad3 : processing scrip_remap_conservative [no w3adc] ad3 : processing scrip_interface ad3 : processing w3gdatmd ad3 : processing w3odatmd -ad3 : processing wmscrpmd ad3 : processing w3idatmd +ad3 : processing wmscrpmd ad3 : processing w3sbt1md -ad3 : processing wmmdatmd -ad3 : processing w3timemd ad3 : processing w3dispmd +ad3 : processing w3timemd +ad3 : processing wmmdatmd ad3 : processing w3adatmd -ad3 : processing w3src4md ad3 : processing w3fldsmd ad3 : processing w3sdb1md ad3 : processing w3flx1md ad3 : processing w3partmd ad3 : processing w3nmlmultimd +ad3 : processing w3src4md ad3 : processing wmfinlmd +ad3 : processing w3snl1md ad3 : processing w3parall ad3 : processing w3triamd -ad3 : processing w3snl1md -ad3 : processing w3wdatmd ad3 : processing w3iogrmd -ad3 : processing w3iogomd +ad3 : processing w3wdatmd ad3 : processing wmupdtmd +ad3 : processing w3iogomd ad3 : processing w3iosfmd ad3 : processing w3iotrmd ad3 : processing w3pro3md @@ -1677,60 +1669,60 @@ a - wmscrpmd.o a - scrip_netcdfmod.o a - scrip_remap_write.o a - scrip_remap_read.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin/w3_make ww3_multi +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3_make ww3_multi ***************************** *** WAVEWATCH III make *** ***************************** -Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model -Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/tmp +Main directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model +Scratch directory : /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/tmp Save source codes : yes Save listings : yes Shared Object : No [INFO] list of the programs selected : ww3_multi -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/bin/w3_make: line 392: [: 474-development: integer expression expected Processing ww3_multi --------------------- -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/ftn' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ad3 : processing ww3_multi Linking ww3_multi -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/ftn' +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/ftn' ********************** *** end of compilation *** ********************** -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/esmf' -mkdir -p /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/WW3_INSTALL -cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/nuopc.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/WW3_INSTALL/. -test -d "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/WW3_INSTALL" +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/esmf' +mkdir -p /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/WW3_INSTALL +cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/nuopc.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/WW3_INSTALL/. +test -d "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/WW3_INSTALL" ( \ echo "# Do not edit this file. It is automatically generated." ; \ -echo "# Edit the component list or /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo ; cat "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ -echo fms_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; echo ww3_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk" ; ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" -. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ +echo "# Edit the component list or /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo ; cat "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC.in" ; \ +echo fms_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk" ; echo fv3_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk" ; echo ww3_mk="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk" ; ) > "/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/configure.nems.NUOPC" +. /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc ; stack=`ulimit -S -s` ; ulimit -S -s 200000 ; module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf ; module load modules.nems ; module list ; ulimit -S -s $stack ; \ set -e ; \ -for m in /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk ; do \ +for m in /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk ; do \ test -s $m ; \ done ; \ -echo build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk ; \ -cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src ; \ +echo build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk ; \ +cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src ; \ make nems \ COMPONENTS="FMS FV3 WW3" \ - FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL WW3_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/WW3_INSTALL TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/exe/NEMS.x" ; \ -test -x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/exe/NEMS.x + FMS_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL FV3_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL WW3_DIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/WW3_INSTALL TARGET="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x" ; \ +test -x /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x Currently Loaded Modules: 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 @@ -1743,11 +1735,11 @@ Currently Loaded Modules: -build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk +build NEMS after /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk Components in linker order: WW3 FV3 FMS -WW3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk -FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk -FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/fms.mk +WW3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/WW3_INSTALL/nuopc.mk +FV3: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/fv3.mk +FMS: include /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/fms.mk CPPFLAGS += ESMF_VERSION_STRING_GIT="ESMF_8_0_0" CPPFLAGS += ESMF_VERSION_MAJOR="8" CPPFLAGS += ESMF_VERSION_REVISION="0" @@ -1756,110 +1748,110 @@ CPPFLAGS += ESMF_VERSION_MINOR="0" CPPFLAGS += ESMF_VERSION_PATCHLEVEL="0" CPPFLAGS += ESMF_VERSION_STRING="8.0.0" CPPFLAGS += ESMF_VERSION_PUBLIC="'T'" -make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src' +make[1]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' cd ENS_Cpl && make stub -make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/ENS_Cpl' +make[2]: Entering directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' mpiicc -E -traditional ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90 mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -c ENS_CplComp_ESMFMod_STUB.f90 ar rv ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o ar: creating ENS_Cpl.a a - ENS_CplComp_ESMFMod_STUB.o -make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/ENS_Cpl' -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 16:58:28 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 +make[2]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/ENS_Cpl' +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 15:05:59 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_UTILS.F90 > module_NEMS_UTILS.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_UTILS.tmp.f90 mv -v module_NEMS_UTILS.tmp.o module_NEMS_UTILS.o ‘module_NEMS_UTILS.tmp.o’ -> ‘module_NEMS_UTILS.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 16:58:28 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 15:05:59 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_methods.tmp.f90 mv -v module_MEDIATOR_methods.tmp.o module_MEDIATOR_methods.o ‘module_MEDIATOR_methods.tmp.o’ -> ‘module_MEDIATOR_methods.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 16:58:28 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 15:05:59 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR.F90 > module_MEDIATOR.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR.tmp.f90 mv -v module_MEDIATOR.tmp.o module_MEDIATOR.o ‘module_MEDIATOR.tmp.o’ -> ‘module_MEDIATOR.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 16:58:28 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 15:05:59 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_MEDIATOR_SpaceWeather.tmp.f90 mv -v module_MEDIATOR_SpaceWeather.tmp.o module_MEDIATOR_SpaceWeather.o ‘module_MEDIATOR_SpaceWeather.tmp.o’ -> ‘module_MEDIATOR_SpaceWeather.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 16:58:28 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 15:05:59 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_INTERNAL_STATE.tmp.f90 mv -v module_EARTH_INTERNAL_STATE.tmp.o module_EARTH_INTERNAL_STATE.o ‘module_EARTH_INTERNAL_STATE.tmp.o’ -> ‘module_EARTH_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 16:58:28 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 15:05:59 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_EARTH_GRID_COMP.tmp.f90 mv -v module_EARTH_GRID_COMP.tmp.o module_EARTH_GRID_COMP.o ‘module_EARTH_GRID_COMP.tmp.o’ -> ‘module_EARTH_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 16:58:28 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 15:05:59 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_INTERNAL_STATE.tmp.f90 mv -v module_NEMS_INTERNAL_STATE.tmp.o module_NEMS_INTERNAL_STATE.o ‘module_NEMS_INTERNAL_STATE.tmp.o’ -> ‘module_NEMS_INTERNAL_STATE.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 16:58:28 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 15:05:59 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_GRID_COMP.tmp.f90 mv -v module_NEMS_GRID_COMP.tmp.o module_NEMS_GRID_COMP.o ‘module_NEMS_GRID_COMP.tmp.o’ -> ‘module_NEMS_GRID_COMP.o’ -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 16:58:28 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 15:05:59 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" module_NEMS_Rusage.F90 > module_NEMS_Rusage.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c module_NEMS_Rusage.tmp.f90 mv -v module_NEMS_Rusage.tmp.o module_NEMS_Rusage.o ‘module_NEMS_Rusage.tmp.o’ -> ‘module_NEMS_Rusage.o’ mpiicc -c nems_c_rusage.c -mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 11 16:58:28 UTC 2020 r044400a8eea1 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=071' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 -mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 +mpiicc -E -traditional -DFRONT_WW3=WMESMFMD -DFRONT_FV3=fv3gfs_cap_mod -DFRONT_FMS= -D'SVN_INFO="(Dusan.Jovic) Wed Mar 18 15:05:59 UTC 2020 r6a4254b071a8 https://github.com/NOAA-EMC/NEMS"' -D'CMP_YEAR=2020' -D'CMP_JD=078' -DESMF_VERSION_STRING_GIT="ESMF_8_0_0" -DESMF_VERSION_MAJOR="8" -DESMF_VERSION_REVISION="0" -DESMF_VERSION_BETASNAPSHOT="'F'" -DESMF_VERSION_MINOR="0" -DESMF_VERSION_PATCHLEVEL="0" -DESMF_VERSION_STRING="8.0.0" -DESMF_VERSION_PUBLIC="'T'" MAIN_NEMS.F90 > MAIN_NEMS.tmp.f90 +mpiifort -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -fno-alias -auto -safe-cray-ptr -save-temps -ftz -assume byterecl -nowarn -sox -align array64byte -i4 -real-size 64 -no-prec-div -no-prec-sqrt -xHOST -qno-opt-dynamic-align -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 -qopenmp -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include -I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include -IENS_Cpl -I. -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/mod_HYB -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3 -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/atmos_cubed_sphere -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/io -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/cpl -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ipd -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/../stochastic_physics -I/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL -c MAIN_NEMS.tmp.f90 mv -v MAIN_NEMS.tmp.o MAIN_NEMS.o ‘MAIN_NEMS.tmp.o’ -> ‘MAIN_NEMS.o’ echo libgocart is libgocart is -echo extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf -extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf -mpiifort -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/obj_HYB/libww3_multi_esmf.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf +echo extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf +extlibs is /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf +mpiifort -o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x MAIN_NEMS.o module_NEMS_UTILS.o module_MEDIATOR_methods.o module_MEDIATOR.o module_MEDIATOR_SpaceWeather.o module_EARTH_INTERNAL_STATE.o module_EARTH_GRID_COMP.o module_NEMS_INTERNAL_STATE.o module_NEMS_GRID_COMP.o module_NEMS_Rusage.o nems_c_rusage.o /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/obj_HYB/libww3_multi_esmf.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libfv3cap.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libfv3core.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libfv3io.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libipd.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libgfsphys.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libfv3cpl.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/FV3_INSTALL/libstochastic_physics.a /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FMS/FMS_INSTALL/libfms.a ENS_Cpl/ENS_Cpl.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a /gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a /usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a /gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a /usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a /usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -qopenmp -lnetcdf /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' -/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/exe/NEMS.x is created. -make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src' -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src -+ cp -fp ../exe/NEMS.x /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec/fv3_ww3.exe -+ cp -fp conf/modules.nems /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/include/modules_fv3_ww3 -+ md5sum /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec/fv3_ww3.exe +/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/exe/NEMS.x is created. +make[1]: Leaving directory `/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src' ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src ++ cp -fp ../exe/NEMS.x /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec/fv3_ww3.exe ++ cp -fp conf/modules.nems /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/include/modules_fv3_ww3 ++ md5sum /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec/fv3_ww3.exe + unset md5sum + unset OPTS + set -xe + set -xe -+ test -s /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec/fv3_ww3.exe -+ test -x /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec/fv3_ww3.exe ++ test -s /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec/fv3_ww3.exe ++ test -x /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec/fv3_ww3.exe ------------------------------------------------------------ -Sender: LSF System -Subject: Job 18704899: in cluster Done +Sender: LSF System +Subject: Job 19075237: in cluster Done -Job was submitted from host by user in cluster at Wed Mar 11 16:30:40 2020 -Job was executed on host(s) , in queue , as user in cluster at Wed Mar 11 16:30:42 2020 +Job was submitted from host by user in cluster at Wed Mar 18 14:38:18 2020 +Job was executed on host(s) , in queue , as user in cluster at Wed Mar 18 14:38:22 2020 was used as the home directory. - was used as the working directory. -Started at Wed Mar 11 16:30:42 2020 -Terminated at Wed Mar 11 16:59:06 2020 -Results reported at Wed Mar 11 16:59:06 2020 + was used as the working directory. +Started at Wed Mar 18 14:38:22 2020 +Terminated at Wed Mar 18 15:06:37 2020 +Results reported at Wed Mar 18 15:06:37 2020 Your job looked like: ------------------------------------------------------------ # LSBATCH: User input -/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/sbin/lsfwrapper.sh sh -c "cd /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/src ; ./install.sh fv3_ww3.exe" +/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-1.3.0rc2/sbin/lsfwrapper.sh sh -c "cd /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/src ; ./install.sh fv3_ww3.exe" ------------------------------------------------------------ Successfully completed. Resource usage summary: - CPU time : 1829.78 sec. - Max Memory : 5259 MB - Average Memory : 649.30 MB + CPU time : 1818.78 sec. + Max Memory : 5258 MB + Average Memory : 576.69 MB Total Requested Memory : 6144.00 MB - Delta Memory : 885.00 MB + Delta Memory : 886.00 MB Max Swap : - Max Processes : 30 Max Threads : 35 - Run time : 1731 sec. - Turnaround time : 1706 sec. + Run time : 1694 sec. + Turnaround time : 1699 sec. The output (if any) is above this job summary. -[Wed Mar 11 16:59:06 UTC 2020] /usrx/local/lsf/conf/scripts/ncep_post_exec_shared_ecflow.ksh: /var/lsf/ecflow_post_in.Dusan.Jovic.18704899 file not found or empty. Job is not eligible for ecflow abort notification. +[Wed Mar 18 15:06:37 UTC 2020] /usrx/local/lsf/conf/scripts/ncep_post_exec_shared_ecflow.ksh: /var/lsf/ecflow_post_in.Dusan.Jovic.19075237 file not found or empty. Job is not eligible for ecflow abort notification. diff --git a/log/report-wcoss_dell_p3-log/rtreport.txt b/log/report-wcoss_dell_p3-log/rtreport.txt index ea02092d73..3c39180847 100755 --- a/log/report-wcoss_dell_p3-log/rtreport.txt +++ b/log/report-wcoss_dell_p3-log/rtreport.txt @@ -1,19 +1,17 @@ Run rocotostat... Generate report... -WORKFLOW STARTED AT Wed Mar 11 16:30:36 2020 (+1583944236) +WORKFLOW STARTED AT Wed Mar 18 14:38:14 2020 (+1584542294) Repository information: REPO TOP: -fvdycore_pr7 3303714 [origin/fvdycore_pr7] Regression test log files on WCOSS Cray -Fetch URL: https://github.com/DusanJovic-NOAA/ufs-weather-model +PR84 fcdbf08 Remove fv3_thompson ron from compsets/all.input +Fetch URL: https://github.com/ufs-community/ufs-weather-model M log/report-wcoss_dell_p3-log/build_fv3.exe.log M log/report-wcoss_dell_p3-log/build_fv3_32bit.exe.log M log/report-wcoss_dell_p3-log/build_fv3_appbuilder.exe.log M log/report-wcoss_dell_p3-log/build_fv3_ww3.exe.log M log/report-wcoss_dell_p3-log/rtreport.txt - M tests/Compile_wcoss_dell_p3.log - M tests/RegressionTests_wcoss_dell_p3.log Entering 'FMS' age: git [--version] [--help] [-c name=value] @@ -21,7 +19,7 @@ Fetch URL: https://github.com/NOAA-GFDL/FMS Entering 'FV3' age: git [--version] [--help] [-c name=value] -Fetch URL: https://github.com/DusanJovic-NOAA/fv3atm +Fetch URL: https://github.com/climbfuji/fv3atm Entering 'NEMS' age: git [--version] [--help] [-c name=value] @@ -42,8 +40,8 @@ BUILD fv3_32bit.exe: SUCCEEDED BUILD fv3_appbuilder.exe: SUCCEEDED TEST #1: PASS - Test fv3_gfdlmprad_atmwav starting at Wed Mar 11 17:00:33 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with 2 way WW3 results with previous trunk version) - Wed Mar 11 17:00:33 UTC 2020 + Test fv3_gfdlmprad_atmwav starting at Wed Mar 18 15:07:57 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with 2 way WW3 results with previous trunk version) + Wed Mar 18 15:07:57 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -88,14 +86,14 @@ TEST #1: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical out_grd.glo_30m: bit-for-bit identical Executable did not change during test suite: - File: /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec/fv3_ww3.exe - Expected md5sum: 85b5cd8c091db9c80139bf51346f3414 - Actual md5sum: 85b5cd8c091db9c80139bf51346f3414 - TEST PASSED AT Wed Mar 11 17:03:17 UTC 2020 + File: /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec/fv3_ww3.exe + Expected md5sum: 8478e144ff00264ef2b37184bcc5b185 + Actual md5sum: 8478e144ff00264ef2b37184bcc5b185 + TEST PASSED AT Wed Mar 18 15:10:46 UTC 2020 TEST #2: PASS - Test fv3_lheatstrg starting at Wed Mar 11 17:19:37 UTC 2020 (Compare FV3 control with lheatstrg on Gaussian grid nemsio output results with previous trunk version) - Wed Mar 11 17:19:37 UTC 2020 + Test fv3_lheatstrg starting at Wed Mar 18 15:26:59 UTC 2020 (Compare FV3 control with lheatstrg on Gaussian grid nemsio output results with previous trunk version) + Wed Mar 18 15:26:59 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -140,13 +138,13 @@ TEST #2: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - Actual md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - TEST PASSED AT Wed Mar 11 17:20:48 UTC 2020 + Expected md5sum: faabf38f683bc2dbcdf3db80973657f3 + Actual md5sum: faabf38f683bc2dbcdf3db80973657f3 + TEST PASSED AT Wed Mar 18 15:28:11 UTC 2020 TEST #3: PASS - Test fv3_iau starting at Wed Mar 11 17:19:37 UTC 2020 (Compare FV3 IAU results with previous trunk version) - Wed Mar 11 17:19:37 UTC 2020 + Test fv3_iau starting at Wed Mar 18 15:26:59 UTC 2020 (Compare FV3 IAU results with previous trunk version) + Wed Mar 18 15:26:59 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -211,13 +209,13 @@ TEST #3: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - Actual md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - TEST PASSED AT Wed Mar 11 17:20:52 UTC 2020 + Expected md5sum: faabf38f683bc2dbcdf3db80973657f3 + Actual md5sum: faabf38f683bc2dbcdf3db80973657f3 + TEST PASSED AT Wed Mar 18 15:28:10 UTC 2020 TEST #4: PASS - Test fv3_stretched_nest_quilt starting at Wed Mar 11 17:38:51 UTC 2020 (Stretched grid with nest using quilting; compare against previous baseline) - Wed Mar 11 17:38:51 UTC 2020 + Test fv3_stretched_nest_quilt starting at Wed Mar 18 15:44:25 UTC 2020 (Stretched grid with nest using quilting; compare against previous baseline) + Wed Mar 18 15:44:25 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -277,11 +275,11 @@ TEST #4: PASS RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical RESTART/sfc_data.nest02.tile7.nc: bit-for-bit identical - TEST PASSED AT Wed Mar 11 17:42:21 UTC 2020 + TEST PASSED AT Wed Mar 18 15:48:00 UTC 2020 TEST #5: PASS - Test fv3_stretched_nest starting at Wed Mar 11 17:38:50 UTC 2020 (Stretched grid with nest; compare against previous baseline) - Wed Mar 11 17:38:50 UTC 2020 + Test fv3_stretched_nest starting at Wed Mar 18 15:44:26 UTC 2020 (Stretched grid with nest; compare against previous baseline) + Wed Mar 18 15:44:26 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -343,11 +341,11 @@ TEST #5: PASS RESTART/fv_tracer.res.nest02.tile7.nc: bit-for-bit identical RESTART/phy_data.nest02.tile7.nc: bit-for-bit identical RESTART/sfc_data.nest02.tile7.nc: bit-for-bit identical - TEST PASSED AT Wed Mar 11 17:42:59 UTC 2020 + TEST PASSED AT Wed Mar 18 15:48:33 UTC 2020 TEST #6: PASS - Test fv3_wrtGauss_nemsio starting at Wed Mar 11 17:19:37 UTC 2020 (Compare FV3 Gaussian grid nemsio output results with previous trunk version) - Wed Mar 11 17:19:37 UTC 2020 + Test fv3_wrtGauss_nemsio starting at Wed Mar 18 15:27:01 UTC 2020 (Compare FV3 Gaussian grid nemsio output results with previous trunk version) + Wed Mar 18 15:27:01 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -392,21 +390,21 @@ TEST #6: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - Actual md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - TEST PASSED AT Wed Mar 11 17:20:49 UTC 2020 + Expected md5sum: faabf38f683bc2dbcdf3db80973657f3 + Actual md5sum: faabf38f683bc2dbcdf3db80973657f3 + TEST PASSED AT Wed Mar 18 15:28:10 UTC 2020 TEST #7: PASS - Test fv3_regional_control starting at Wed Mar 11 17:38:50 UTC 2020 (Compare FV3 regional control results with previous trunk version) - Wed Mar 11 17:38:50 UTC 2020 + Test fv3_regional_control starting at Wed Mar 18 15:44:25 UTC 2020 (Compare FV3 regional control results with previous trunk version) + Wed Mar 18 15:44:25 UTC 2020 atmos_4xdaily.nc: bit-for-bit identical fv3_history2d.nc: bit-for-bit identical fv3_history.nc: bit-for-bit identical - TEST PASSED AT Wed Mar 11 17:41:27 UTC 2020 + TEST PASSED AT Wed Mar 18 15:47:01 UTC 2020 TEST #8: PASS - Test fv3_wrtGauss_netcdf starting at Wed Mar 11 17:19:37 UTC 2020 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) - Wed Mar 11 17:19:37 UTC 2020 + Test fv3_wrtGauss_netcdf starting at Wed Mar 18 15:27:00 UTC 2020 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) + Wed Mar 18 15:27:00 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -451,84 +449,13 @@ TEST #8: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - Actual md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - TEST PASSED AT Wed Mar 11 17:20:48 UTC 2020 + Expected md5sum: faabf38f683bc2dbcdf3db80973657f3 + Actual md5sum: faabf38f683bc2dbcdf3db80973657f3 + TEST PASSED AT Wed Mar 18 15:28:09 UTC 2020 TEST #9: PASS - Test fv3_thompson starting at Wed Mar 11 17:19:38 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) - Wed Mar 11 17:19:38 UTC 2020 - atmos_4xdaily.tile1.nc: bit-for-bit identical - atmos_4xdaily.tile2.nc: bit-for-bit identical - atmos_4xdaily.tile3.nc: bit-for-bit identical - atmos_4xdaily.tile4.nc: bit-for-bit identical - atmos_4xdaily.tile5.nc: bit-for-bit identical - atmos_4xdaily.tile6.nc: bit-for-bit identical - phyf000.tile1.nc: bit-for-bit identical - phyf000.tile2.nc: bit-for-bit identical - phyf000.tile3.nc: bit-for-bit identical - phyf000.tile4.nc: bit-for-bit identical - phyf000.tile5.nc: bit-for-bit identical - phyf000.tile6.nc: bit-for-bit identical - phyf024.tile1.nc: bit-for-bit identical - phyf024.tile2.nc: bit-for-bit identical - phyf024.tile3.nc: bit-for-bit identical - phyf024.tile4.nc: bit-for-bit identical - phyf024.tile5.nc: bit-for-bit identical - phyf024.tile6.nc: bit-for-bit identical - dynf000.tile1.nc: bit-for-bit identical - dynf000.tile2.nc: bit-for-bit identical - dynf000.tile3.nc: bit-for-bit identical - dynf000.tile4.nc: bit-for-bit identical - dynf000.tile5.nc: bit-for-bit identical - dynf000.tile6.nc: bit-for-bit identical - dynf024.tile1.nc: bit-for-bit identical - dynf024.tile2.nc: bit-for-bit identical - dynf024.tile3.nc: bit-for-bit identical - dynf024.tile4.nc: bit-for-bit identical - dynf024.tile5.nc: bit-for-bit identical - dynf024.tile6.nc: bit-for-bit identical - RESTART/coupler.res: bit-for-bit identical - RESTART/fv_core.res.nc: bit-for-bit identical - RESTART/fv_core.res.tile1.nc: bit-for-bit identical - RESTART/fv_core.res.tile2.nc: bit-for-bit identical - RESTART/fv_core.res.tile3.nc: bit-for-bit identical - RESTART/fv_core.res.tile4.nc: bit-for-bit identical - RESTART/fv_core.res.tile5.nc: bit-for-bit identical - RESTART/fv_core.res.tile6.nc: bit-for-bit identical - RESTART/fv_srf_wnd.res.tile1.nc: bit-for-bit identical - RESTART/fv_srf_wnd.res.tile2.nc: bit-for-bit identical - RESTART/fv_srf_wnd.res.tile3.nc: bit-for-bit identical - RESTART/fv_srf_wnd.res.tile4.nc: bit-for-bit identical - RESTART/fv_srf_wnd.res.tile5.nc: bit-for-bit identical - RESTART/fv_srf_wnd.res.tile6.nc: bit-for-bit identical - RESTART/fv_tracer.res.tile1.nc: bit-for-bit identical - RESTART/fv_tracer.res.tile2.nc: bit-for-bit identical - RESTART/fv_tracer.res.tile3.nc: bit-for-bit identical - RESTART/fv_tracer.res.tile4.nc: bit-for-bit identical - RESTART/fv_tracer.res.tile5.nc: bit-for-bit identical - RESTART/fv_tracer.res.tile6.nc: bit-for-bit identical - RESTART/phy_data.tile1.nc: bit-for-bit identical - RESTART/phy_data.tile2.nc: bit-for-bit identical - RESTART/phy_data.tile3.nc: bit-for-bit identical - RESTART/phy_data.tile4.nc: bit-for-bit identical - RESTART/phy_data.tile5.nc: bit-for-bit identical - RESTART/phy_data.tile6.nc: bit-for-bit identical - RESTART/sfc_data.tile1.nc: bit-for-bit identical - RESTART/sfc_data.tile2.nc: bit-for-bit identical - RESTART/sfc_data.tile3.nc: bit-for-bit identical - RESTART/sfc_data.tile4.nc: bit-for-bit identical - RESTART/sfc_data.tile5.nc: bit-for-bit identical - RESTART/sfc_data.tile6.nc: bit-for-bit identical - Executable did not change during test suite: - File: ./fv3.exe - Expected md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - Actual md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - TEST PASSED AT Wed Mar 11 17:24:40 UTC 2020 - -TEST #10: PASS - Test fv3_gfdlmprad_gwd starting at Wed Mar 11 17:19:37 UTC 2020 (Compare FV3 GFDL radiation interaction option and gravity wve drag results with previous trunk version) - Wed Mar 11 17:19:37 UTC 2020 + Test fv3_gfdlmprad_gwd starting at Wed Mar 18 15:27:27 UTC 2020 (Compare FV3 GFDL radiation interaction option and gravity wve drag results with previous trunk version) + Wed Mar 18 15:27:27 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -573,13 +500,13 @@ TEST #10: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - Actual md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - TEST PASSED AT Wed Mar 11 17:21:00 UTC 2020 + Expected md5sum: faabf38f683bc2dbcdf3db80973657f3 + Actual md5sum: faabf38f683bc2dbcdf3db80973657f3 + TEST PASSED AT Wed Mar 18 15:28:48 UTC 2020 -TEST #11: PASS - Test fv3_stochy starting at Wed Mar 11 17:19:38 UTC 2020 (Compare FV3 stochy results with previous trunk version) - Wed Mar 11 17:19:38 UTC 2020 +TEST #10: PASS + Test fv3_stochy starting at Wed Mar 18 15:27:31 UTC 2020 (Compare FV3 stochy results with previous trunk version) + Wed Mar 18 15:27:31 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -644,21 +571,21 @@ TEST #11: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - Actual md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - TEST PASSED AT Wed Mar 11 17:21:06 UTC 2020 + Expected md5sum: faabf38f683bc2dbcdf3db80973657f3 + Actual md5sum: faabf38f683bc2dbcdf3db80973657f3 + TEST PASSED AT Wed Mar 18 15:28:57 UTC 2020 -TEST #12: PASS - Test fv3_regional_c768 starting at Wed Mar 11 17:38:54 UTC 2020 (Compare FV3 regional c768 results with previous trunk version) - Wed Mar 11 17:38:54 UTC 2020 +TEST #11: PASS + Test fv3_regional_c768 starting at Wed Mar 18 15:45:17 UTC 2020 (Compare FV3 regional c768 results with previous trunk version) + Wed Mar 18 15:45:17 UTC 2020 atmos_4xdaily.nc: bit-for-bit identical fv3_history2d.nc: bit-for-bit identical fv3_history.nc: bit-for-bit identical - TEST PASSED AT Wed Mar 11 17:43:45 UTC 2020 + TEST PASSED AT Wed Mar 18 15:50:09 UTC 2020 -TEST #13: PASS - Test fv3_gfdlmprad starting at Wed Mar 11 17:00:56 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with WW3 results with previous trunk version) - Wed Mar 11 17:00:56 UTC 2020 +TEST #12: PASS + Test fv3_gfdlmprad starting at Wed Mar 18 15:07:59 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with WW3 results with previous trunk version) + Wed Mar 18 15:07:59 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -703,14 +630,14 @@ TEST #13: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical out_grd.glo_30m: bit-for-bit identical Executable did not change during test suite: - File: /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec/fv3_ww3.exe - Expected md5sum: 85b5cd8c091db9c80139bf51346f3414 - Actual md5sum: 85b5cd8c091db9c80139bf51346f3414 - TEST PASSED AT Wed Mar 11 17:03:03 UTC 2020 + File: /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec/fv3_ww3.exe + Expected md5sum: 8478e144ff00264ef2b37184bcc5b185 + Actual md5sum: 8478e144ff00264ef2b37184bcc5b185 + TEST PASSED AT Wed Mar 18 15:10:10 UTC 2020 -TEST #14: PASS - Test fv3_appbuilder starting at Wed Mar 11 18:05:03 UTC 2020 (Compare FV3 with the NEMSAppBuilder against the previous trunk version) - Wed Mar 11 18:05:03 UTC 2020 +TEST #13: PASS + Test fv3_appbuilder starting at Wed Mar 18 16:05:23 UTC 2020 (Compare FV3 with the NEMSAppBuilder against the previous trunk version) + Wed Mar 18 16:05:23 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -774,14 +701,14 @@ TEST #14: PASS RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: - File: /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.166849/exec/fv3_appbuilder.exe - Expected md5sum: 48df3e82760c2c7bc567c25847937f34 - Actual md5sum: 48df3e82760c2c7bc567c25847937f34 - TEST PASSED AT Wed Mar 11 18:06:09 UTC 2020 + File: /gpfs/dell1/ptmp/Dusan.Jovic/rtgen.172468/exec/fv3_appbuilder.exe + Expected md5sum: 3e8a8ae2f1e9421015bc37e0d240e7be + Actual md5sum: 3e8a8ae2f1e9421015bc37e0d240e7be + TEST PASSED AT Wed Mar 18 16:06:30 UTC 2020 -TEST #15: PASS - Test fv3_restart starting at Wed Mar 11 17:19:38 UTC 2020 (Compare FV3 restart results with previous trunk version) - Wed Mar 11 17:19:38 UTC 2020 +TEST #14: PASS + Test fv3_restart starting at Wed Mar 18 15:28:19 UTC 2020 (Compare FV3 restart results with previous trunk version) + Wed Mar 18 15:28:19 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -846,21 +773,21 @@ TEST #15: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - Actual md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - TEST PASSED AT Wed Mar 11 17:20:52 UTC 2020 + Expected md5sum: faabf38f683bc2dbcdf3db80973657f3 + Actual md5sum: faabf38f683bc2dbcdf3db80973657f3 + TEST PASSED AT Wed Mar 18 15:29:29 UTC 2020 -TEST #16: PASS - Test fv3_regional_restart starting at Wed Mar 11 17:42:26 UTC 2020 (Compare FV3 regional restart results with previous trunk version) - Wed Mar 11 17:42:26 UTC 2020 +TEST #15: PASS + Test fv3_regional_restart starting at Wed Mar 18 15:47:59 UTC 2020 (Compare FV3 regional restart results with previous trunk version) + Wed Mar 18 15:47:59 UTC 2020 atmos_4xdaily.nc: bit-for-bit identical fv3_history2d.nc: bit-for-bit identical fv3_history.nc: bit-for-bit identical - TEST PASSED AT Wed Mar 11 17:43:49 UTC 2020 + TEST PASSED AT Wed Mar 18 15:49:23 UTC 2020 -TEST #17: PASS - Test fv3_decomp starting at Wed Mar 11 17:19:38 UTC 2020 (Compare FV3 decomp results with previous trunk version) - Wed Mar 11 17:19:38 UTC 2020 +TEST #16: PASS + Test fv3_decomp starting at Wed Mar 18 15:28:44 UTC 2020 (Compare FV3 decomp results with previous trunk version) + Wed Mar 18 15:28:44 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -925,23 +852,23 @@ TEST #17: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - Actual md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - TEST PASSED AT Wed Mar 11 17:20:53 UTC 2020 + Expected md5sum: faabf38f683bc2dbcdf3db80973657f3 + Actual md5sum: faabf38f683bc2dbcdf3db80973657f3 + TEST PASSED AT Wed Mar 18 15:29:58 UTC 2020 -TEST #18: PASS - Test fv3_regional_quilt starting at Wed Mar 11 17:38:51 UTC 2020 (Compare FV3 regional quilt results with previous trunk version) - Wed Mar 11 17:38:51 UTC 2020 +TEST #17: PASS + Test fv3_regional_quilt starting at Wed Mar 18 15:44:24 UTC 2020 (Compare FV3 regional quilt results with previous trunk version) + Wed Mar 18 15:44:24 UTC 2020 atmos_4xdaily.nc: bit-for-bit identical dynf000.nc: bit-for-bit identical dynf024.nc: bit-for-bit identical phyf000.nc: bit-for-bit identical phyf024.nc: bit-for-bit identical - TEST PASSED AT Wed Mar 11 17:41:26 UTC 2020 + TEST PASSED AT Wed Mar 18 15:46:59 UTC 2020 -TEST #19: PASS - Test fv3_csawmgshoc starting at Wed Mar 11 17:19:37 UTC 2020 (Compare FV3 with CSAW MG2 and SHOC results with previous trunk version) - Wed Mar 11 17:19:37 UTC 2020 +TEST #18: PASS + Test fv3_csawmgshoc starting at Wed Mar 18 15:28:59 UTC 2020 (Compare FV3 with CSAW MG2 and SHOC results with previous trunk version) + Wed Mar 18 15:28:59 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -986,13 +913,13 @@ TEST #19: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - Actual md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - TEST PASSED AT Wed Mar 11 17:22:21 UTC 2020 + Expected md5sum: faabf38f683bc2dbcdf3db80973657f3 + Actual md5sum: faabf38f683bc2dbcdf3db80973657f3 + TEST PASSED AT Wed Mar 18 15:31:40 UTC 2020 -TEST #20: PASS - Test fv3_control_32bit starting at Wed Mar 11 17:38:52 UTC 2020 (Compare FV3 32bit compile results with previous trunk version) - Wed Mar 11 17:38:52 UTC 2020 +TEST #19: PASS + Test fv3_control_32bit starting at Wed Mar 18 15:44:26 UTC 2020 (Compare FV3 32bit compile results with previous trunk version) + Wed Mar 18 15:44:26 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1055,11 +982,11 @@ TEST #20: PASS RESTART/sfc_data.tile4.nc: bit-for-bit identical RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical - TEST PASSED AT Wed Mar 11 17:39:57 UTC 2020 + TEST PASSED AT Wed Mar 18 15:45:29 UTC 2020 -TEST #21: PASS - Test fv3_gfdlmprad_32bit_post starting at Wed Mar 11 17:38:51 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with inline post results with previous trunk version) - Wed Mar 11 17:38:51 UTC 2020 +TEST #20: PASS + Test fv3_gfdlmprad_32bit_post starting at Wed Mar 18 15:44:24 UTC 2020 (Compare FV3 GFDL mircrophysics radiation change with inline post results with previous trunk version) + Wed Mar 18 15:44:24 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1106,11 +1033,11 @@ TEST #21: PASS RESTART/sfc_data.tile4.nc: bit-for-bit identical RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical - TEST PASSED AT Wed Mar 11 17:40:25 UTC 2020 + TEST PASSED AT Wed Mar 18 15:45:58 UTC 2020 -TEST #22: PASS - Test fv3_csawmg3shoc127 starting at Wed Mar 11 17:21:24 UTC 2020 (Compare 127 L FV3 with CSAW MG3 and SHOC results with previous trunk version) - Wed Mar 11 17:21:24 UTC 2020 +TEST #21: PASS + Test fv3_csawmg3shoc127 starting at Wed Mar 18 15:30:32 UTC 2020 (Compare 127 L FV3 with CSAW MG3 and SHOC results with previous trunk version) + Wed Mar 18 15:30:32 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1155,13 +1082,13 @@ TEST #22: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - Actual md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - TEST PASSED AT Wed Mar 11 17:27:20 UTC 2020 + Expected md5sum: faabf38f683bc2dbcdf3db80973657f3 + Actual md5sum: faabf38f683bc2dbcdf3db80973657f3 + TEST PASSED AT Wed Mar 18 15:36:23 UTC 2020 -TEST #23: PASS - Test fv3_read_inc starting at Wed Mar 11 17:21:24 UTC 2020 (Compare FV3 read_inc results with previous trunk version) - Wed Mar 11 17:21:24 UTC 2020 +TEST #22: PASS + Test fv3_read_inc starting at Wed Mar 18 15:29:38 UTC 2020 (Compare FV3 read_inc results with previous trunk version) + Wed Mar 18 15:29:38 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1226,13 +1153,13 @@ TEST #23: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - Actual md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - TEST PASSED AT Wed Mar 11 17:22:40 UTC 2020 + Expected md5sum: faabf38f683bc2dbcdf3db80973657f3 + Actual md5sum: faabf38f683bc2dbcdf3db80973657f3 + TEST PASSED AT Wed Mar 18 15:30:48 UTC 2020 -TEST #24: PASS - Test fv3_satmedmf starting at Wed Mar 11 17:21:24 UTC 2020 (Compare FV3 control with satmedmf on Gaussian grid nemsio output results with previous trunk version) - Wed Mar 11 17:21:24 UTC 2020 +TEST #23: PASS + Test fv3_satmedmf starting at Wed Mar 18 15:29:57 UTC 2020 (Compare FV3 control with satmedmf on Gaussian grid nemsio output results with previous trunk version) + Wed Mar 18 15:29:58 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1277,13 +1204,13 @@ TEST #24: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - Actual md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - TEST PASSED AT Wed Mar 11 17:22:38 UTC 2020 + Expected md5sum: faabf38f683bc2dbcdf3db80973657f3 + Actual md5sum: faabf38f683bc2dbcdf3db80973657f3 + TEST PASSED AT Wed Mar 18 15:31:09 UTC 2020 -TEST #25: PASS - Test fv3_control starting at Wed Mar 11 17:21:24 UTC 2020 (Compare FV3 control results with previous trunk version) - Wed Mar 11 17:21:24 UTC 2020 +TEST #24: PASS + Test fv3_control starting at Wed Mar 18 15:30:07 UTC 2020 (Compare FV3 control results with previous trunk version) + Wed Mar 18 15:30:07 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1348,13 +1275,13 @@ TEST #25: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - Actual md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - TEST PASSED AT Wed Mar 11 17:22:35 UTC 2020 + Expected md5sum: faabf38f683bc2dbcdf3db80973657f3 + Actual md5sum: faabf38f683bc2dbcdf3db80973657f3 + TEST PASSED AT Wed Mar 18 15:31:16 UTC 2020 -TEST #26: PASS - Test fv3_gfdlmp starting at Wed Mar 11 17:21:24 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) - Wed Mar 11 17:21:24 UTC 2020 +TEST #25: PASS + Test fv3_gfdlmp starting at Wed Mar 18 15:30:34 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) + Wed Mar 18 15:30:35 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1399,13 +1326,13 @@ TEST #26: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - Actual md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - TEST PASSED AT Wed Mar 11 17:22:45 UTC 2020 + Expected md5sum: faabf38f683bc2dbcdf3db80973657f3 + Actual md5sum: faabf38f683bc2dbcdf3db80973657f3 + TEST PASSED AT Wed Mar 18 15:31:53 UTC 2020 -TEST #27: PASS - Test fv3_gfdlmprad_noahmp starting at Wed Mar 11 17:21:24 UTC 2020 (Compare FV3 GFDL radiation interaction option and Noah MP results with previous trunk version) - Wed Mar 11 17:21:24 UTC 2020 +TEST #26: PASS + Test fv3_gfdlmprad_noahmp starting at Wed Mar 18 15:32:31 UTC 2020 (Compare FV3 GFDL radiation interaction option and Noah MP results with previous trunk version) + Wed Mar 18 15:32:31 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1450,13 +1377,13 @@ TEST #27: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - Actual md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - TEST PASSED AT Wed Mar 11 17:22:48 UTC 2020 + Expected md5sum: faabf38f683bc2dbcdf3db80973657f3 + Actual md5sum: faabf38f683bc2dbcdf3db80973657f3 + TEST PASSED AT Wed Mar 18 15:33:52 UTC 2020 -TEST #28: PASS - Test fv3_2threads starting at Wed Mar 11 17:21:24 UTC 2020 (Compare FV3 2 threads results with previous trunk version) - Wed Mar 11 17:21:24 UTC 2020 +TEST #27: PASS + Test fv3_2threads starting at Wed Mar 18 15:32:33 UTC 2020 (Compare FV3 2 threads results with previous trunk version) + Wed Mar 18 15:32:33 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1521,13 +1448,13 @@ TEST #28: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - Actual md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - TEST PASSED AT Wed Mar 11 17:22:33 UTC 2020 + Expected md5sum: faabf38f683bc2dbcdf3db80973657f3 + Actual md5sum: faabf38f683bc2dbcdf3db80973657f3 + TEST PASSED AT Wed Mar 18 15:33:37 UTC 2020 -TEST #29: PASS - Test fv3_wrtGauss_netcdf_esmf starting at Wed Mar 11 17:21:24 UTC 2020 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) - Wed Mar 11 17:21:24 UTC 2020 +TEST #28: PASS + Test fv3_wrtGauss_netcdf_esmf starting at Wed Mar 18 15:32:33 UTC 2020 (Compare FV3 Gaussian grid netcdf output results with previous trunk version) + Wed Mar 18 15:32:33 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1572,13 +1499,13 @@ TEST #29: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - Actual md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - TEST PASSED AT Wed Mar 11 17:24:42 UTC 2020 + Expected md5sum: faabf38f683bc2dbcdf3db80973657f3 + Actual md5sum: faabf38f683bc2dbcdf3db80973657f3 + TEST PASSED AT Wed Mar 18 15:35:53 UTC 2020 -TEST #30: PASS - Test fv3_csawmg starting at Wed Mar 11 17:23:09 UTC 2020 (Compare FV3 with CSAW and MG2 results with previous trunk version) - Wed Mar 11 17:23:09 UTC 2020 +TEST #29: PASS + Test fv3_csawmg starting at Wed Mar 18 15:32:32 UTC 2020 (Compare FV3 with CSAW and MG2 results with previous trunk version) + Wed Mar 18 15:32:32 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1623,13 +1550,13 @@ TEST #30: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - Actual md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - TEST PASSED AT Wed Mar 11 17:25:53 UTC 2020 + Expected md5sum: faabf38f683bc2dbcdf3db80973657f3 + Actual md5sum: faabf38f683bc2dbcdf3db80973657f3 + TEST PASSED AT Wed Mar 18 15:35:08 UTC 2020 -TEST #31: PASS - Test fv3_wsm6 starting at Wed Mar 11 17:23:09 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) - Wed Mar 11 17:23:09 UTC 2020 +TEST #30: PASS + Test fv3_wsm6 starting at Wed Mar 18 15:33:25 UTC 2020 (Compare FV3 GFDL mircrophysics results with previous trunk version) + Wed Mar 18 15:33:25 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1694,13 +1621,13 @@ TEST #31: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - Actual md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - TEST PASSED AT Wed Mar 11 17:24:58 UTC 2020 + Expected md5sum: faabf38f683bc2dbcdf3db80973657f3 + Actual md5sum: faabf38f683bc2dbcdf3db80973657f3 + TEST PASSED AT Wed Mar 18 15:35:11 UTC 2020 -TEST #32: PASS - Test fv3_stretched starting at Wed Mar 11 17:38:51 UTC 2020 (Stretched grid; compare against previous baseline) - Wed Mar 11 17:38:51 UTC 2020 +TEST #31: PASS + Test fv3_stretched starting at Wed Mar 18 15:44:25 UTC 2020 (Stretched grid; compare against previous baseline) + Wed Mar 18 15:44:25 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1751,11 +1678,11 @@ TEST #32: PASS RESTART/sfc_data.tile4.nc: bit-for-bit identical RESTART/sfc_data.tile5.nc: bit-for-bit identical RESTART/sfc_data.tile6.nc: bit-for-bit identical - TEST PASSED AT Wed Mar 11 17:42:17 UTC 2020 + TEST PASSED AT Wed Mar 18 15:47:52 UTC 2020 -TEST #33: PASS - Test fv3_wrtGauss_nemsio_c192 starting at Wed Mar 11 17:23:09 UTC 2020 (Compare c192 FV3 Gaussian grid nemsio output results with previous trunk version) - Wed Mar 11 17:23:09 UTC 2020 +TEST #32: PASS + Test fv3_wrtGauss_nemsio_c192 starting at Wed Mar 18 15:36:20 UTC 2020 (Compare c192 FV3 Gaussian grid nemsio output results with previous trunk version) + Wed Mar 18 15:36:20 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1800,13 +1727,13 @@ TEST #33: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - Actual md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - TEST PASSED AT Wed Mar 11 17:26:14 UTC 2020 + Expected md5sum: faabf38f683bc2dbcdf3db80973657f3 + Actual md5sum: faabf38f683bc2dbcdf3db80973657f3 + TEST PASSED AT Wed Mar 18 15:39:14 UTC 2020 -TEST #34: PASS - Test fv3_rasmgshoc starting at Wed Mar 11 17:23:10 UTC 2020 (Compare FV3 with RAS MG2 and SHOC results with previous trunk version) - Wed Mar 11 17:23:10 UTC 2020 +TEST #33: PASS + Test fv3_rasmgshoc starting at Wed Mar 18 15:33:42 UTC 2020 (Compare FV3 with RAS MG2 and SHOC results with previous trunk version) + Wed Mar 18 15:33:42 UTC 2020 atmos_4xdaily.tile1.nc: bit-for-bit identical atmos_4xdaily.tile2.nc: bit-for-bit identical atmos_4xdaily.tile3.nc: bit-for-bit identical @@ -1851,10 +1778,10 @@ TEST #34: PASS RESTART/sfc_data.tile6.nc: bit-for-bit identical Executable did not change during test suite: File: ./fv3.exe - Expected md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - Actual md5sum: 7e78b7d2247b0b6a8276fe45b30e72f6 - TEST PASSED AT Wed Mar 11 17:26:03 UTC 2020 -WORKFLOW REPORT AT Wed Mar 11 18:06:43 2020 (+1583950003) -Tests: 0 failed, 34 passed out of 34 + Expected md5sum: faabf38f683bc2dbcdf3db80973657f3 + Actual md5sum: faabf38f683bc2dbcdf3db80973657f3 + TEST PASSED AT Wed Mar 18 15:36:28 UTC 2020 +WORKFLOW REPORT AT Wed Mar 18 16:07:29 2020 (+1584547649) +Tests: 0 failed, 33 passed out of 33 Builds: 0 failed, 4 passed out of 4 REGRESSION TEST WAS SUCCESSFUL diff --git a/tests/Compile_wcoss_dell_p3.log b/tests/Compile_wcoss_dell_p3.log index 21066a876e..ea9d1d3fc3 100644 --- a/tests/Compile_wcoss_dell_p3.log +++ b/tests/Compile_wcoss_dell_p3.log @@ -1,53 +1,1906 @@ + SECONDS=0 -+++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/tests/compile_cmake.sh -++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/tests -+ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/tests ++++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests + readonly ARGC=4 + ARGC=4 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/tests ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model + MACHINE_ID=wcoss_dell_p3 -+ MAKE_OPT= -+ BUILD_NAME=fv3_1 ++ MAKE_OPT='REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y' ++ BUILD_NAME=fv3_10 + clean_before=YES + clean_after=YES -+ BUILD_DIR=build_fv3_1 ++ BUILD_DIR=build_fv3_10 + [[ wcoss_dell_p3 == cheyenne.* ]] + [[ wcoss_dell_p3 == wcoss_dell_p3 ]] + MAKE_THREADS=4 + MAKE_THREADS=4 + hostname -v71a2 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/tests -+ echo 'Compiling into fv3_1.exe on wcoss_dell_p3' -Compiling into fv3_1.exe on wcoss_dell_p3 +v71a3 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ echo 'Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y into fv3_10.exe on wcoss_dell_p3' +Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y into fv3_10.exe on wcoss_dell_p3 + '[' YES = YES ']' -+ rm -rf build_fv3_1 -+ mkdir -p build_fv3_1 -+ CCPP_CMAKE_FLAGS= -+ [[ '' == *\D\E\B\U\G\=\Y* ]] -+ [[ '' == *\R\E\P\R\O\=\Y* ]] -+ [[ '' == *\3\2\B\I\T\=\Y* ]] -+ [[ '' == *\O\P\E\N\M\P\=\N* ]] -+ [[ '' == *\C\C\P\P\=\Y* ]] -+ [[ '' == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ '' == *\W\W\3\=\Y* ]] -++ trim '' -++ local var= -++ var= -++ var= -++ echo -n '' ++ rm -rf build_fv3_10 ++ mkdir -p build_fv3_10 + CCPP_CMAKE_FLAGS= -+ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__33159 -++ eval 'setup__test_function__33159() { /bin/true ; }' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 --builddir=tests/build_fv3_10/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp_regional.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp_regional_c768.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_10/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip +INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology +INFO: filtering out variable air_temperature_at_previous_time_step +INFO: filtering out variable air_temperature_two_time_steps_back +INFO: filtering out variable area_fraction_of_wet_canopy +INFO: filtering out variable atmosphere_energy_content_at_Lagrangian_surface +INFO: filtering out variable atmosphere_energy_content_in_column +INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl +INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc +INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable canopy_air_temperature +INFO: filtering out variable canopy_air_vapor_pressure +INFO: filtering out variable canopy_intercepted_ice_mass +INFO: filtering out variable canopy_intercepted_liquid_water +INFO: filtering out variable cappa_moist_gas_constant_at_Lagrangian_surface +INFO: filtering out variable ccn_number_concentration +INFO: filtering out variable ccpp_block_number +INFO: filtering out variable cell_area_for_fast_physics +INFO: filtering out variable cell_size +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_base_mass_flux +INFO: filtering out variable cloud_condensed_water_conversion_threshold +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface +INFO: filtering out variable cloud_condensed_water_mixing_ratio_convective_transport_tracer +INFO: filtering out variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_droplet_number_concentration +INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics +INFO: filtering out variable cloud_fraction_at_Lagrangian_surface +INFO: filtering out variable cloud_fraction_for_MG +INFO: filtering out variable cloud_graupel_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_ice_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_phase_transition_denominator +INFO: filtering out variable cloud_phase_transition_threshold_temperature +INFO: filtering out variable cloud_rain_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_snow_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_specie_mix_flag +INFO: filtering out variable cloudpdf +INFO: filtering out variable coefficient_for_evaporation_of_rainfall +INFO: filtering out variable coefficient_from_cloud_ice_to_snow +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable conv_activity_counter +INFO: filtering out variable convective_updraft_area_fraction +INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces +INFO: filtering out variable couple_sgs_clouds_to_radiation_flag +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable density_of_frozen_precipitation +INFO: filtering out variable depth_of_soil_levels_for_land_surface_model +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable do_mynnsfclay +INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable edmf_flag +INFO: filtering out variable edmf_momentum_transport_flag +INFO: filtering out variable edmf_partition_flag +INFO: filtering out variable edmf_tke_transport_flag +INFO: filtering out variable emdf_updraft_area +INFO: filtering out variable emdf_updraft_cloud_water +INFO: filtering out variable emdf_updraft_entrainment_rate +INFO: filtering out variable emdf_updraft_theta_l +INFO: filtering out variable emdf_updraft_total_water +INFO: filtering out variable emdf_updraft_vertical_velocity +INFO: filtering out variable ending_x_direction_index +INFO: filtering out variable ending_x_direction_index_domain +INFO: filtering out variable ending_y_direction_index +INFO: filtering out variable ending_y_direction_index_domain +INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS +INFO: filtering out variable equilibrium_soil_water_content +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable fast_soil_pool_mass_content_of_carbon +INFO: filtering out variable fine_root_mass +INFO: filtering out variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa +INFO: filtering out variable flag_arakawa_wu_downdraft +INFO: filtering out variable flag_convective_tracer_transport +INFO: filtering out variable flag_flip +INFO: filtering out variable flag_flux_form_CS +INFO: filtering out variable flag_for_2015_ozone_physics +INFO: filtering out variable flag_for_aerosol_input_MG +INFO: filtering out variable flag_for_canopy_stomatal_resistance_option +INFO: filtering out variable flag_for_dynamic_vegetation_option +INFO: filtering out variable flag_for_fast_microphysics_energy_conservation +INFO: filtering out variable flag_for_frozen_soil_permeability_option +INFO: filtering out variable flag_for_frozen_soil_physics +INFO: filtering out variable flag_for_ground_snow_surface_albedo_option +INFO: filtering out variable flag_for_hydrostatic_solver_for_fast_physics +INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_inline_cloud_fraction_calculation +INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option +INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme +INFO: filtering out variable flag_for_precipitation_partition_option +INFO: filtering out variable flag_for_radiation_transfer_option +INFO: filtering out variable flag_for_reading_leaf_area_index_from_input +INFO: filtering out variable flag_for_resetting_radar_reflectivity_calculation +INFO: filtering out variable flag_for_restart +INFO: filtering out variable flag_for_runoff_and_groundwater_option +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_for_saturation_adjustment_for_microphysics_in_dynamics +INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option +INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option +INFO: filtering out variable flag_for_supercooled_liquid_water_option +INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option +INFO: filtering out variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface +INFO: filtering out variable flag_for_the_last_step_of_k_split_remapping +INFO: filtering out variable flag_mg3_as_mg2 +INFO: filtering out variable flag_skip_macro +INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_tracer_scavenged +INFO: filtering out variable gas_constants_for_multi_gases_physics +INFO: filtering out variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface +INFO: filtering out variable gf_memory_counter +INFO: filtering out variable graupel_number_concentration_updated_by_physics +INFO: filtering out variable grav_settling +INFO: filtering out variable ground_temperature_for_noahmp +INFO: filtering out variable gwd_opt +INFO: filtering out variable h2o_forcing +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_friendly_aerosol_number_concentration +INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable ice_number_concentration +INFO: filtering out variable ice_number_concentration_updated_by_physics +INFO: filtering out variable ice_supersaturation_threshold +INFO: filtering out variable ice_water_mixing_ratio +INFO: filtering out variable ice_water_mixing_ratio_convective_transport_tracer +INFO: filtering out variable in_number_concentration +INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable k_level_of_highest_reaching_plume +INFO: filtering out variable kappa_dry_for_fast_physics +INFO: filtering out variable kinematic_buoyancy_flux_from_shoc +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable lake_water_storage +INFO: filtering out variable latitude_index_in_debug_printouts +INFO: filtering out variable layer_bottom_depth_from_snow_surface +INFO: filtering out variable leaf_area_index +INFO: filtering out variable leaf_mass +INFO: filtering out variable limit_for_temperature_tendency_for_microphysics +INFO: filtering out variable liquid_water_density +INFO: filtering out variable local_graupel_mixing_ratio +INFO: filtering out variable local_graupel_number_concentration +INFO: filtering out variable local_rain_number_concentration +INFO: filtering out variable local_rain_water_mixing_ratio +INFO: filtering out variable local_snow_number_concentration +INFO: filtering out variable local_snow_water_mixing_ratio +INFO: filtering out variable log_pressure_at_Lagrangian_surface +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable maximum_mass_flux +INFO: filtering out variable maximum_updraft_velocity_at_cloud_base +INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency +INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency +INFO: filtering out variable mg_allow_supersat_after_sed +INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow +INFO: filtering out variable mg_bergeron_efficiency_factor +INFO: filtering out variable mg_cloud_water_variance +INFO: filtering out variable mg_drop_concentration_constant +INFO: filtering out variable mg_flag_drop_concentration_constant +INFO: filtering out variable mg_flag_for_cloud_ice_processes +INFO: filtering out variable mg_flag_for_gmao_ice_formulation +INFO: filtering out variable mg_flag_for_graupel +INFO: filtering out variable mg_flag_for_hail +INFO: filtering out variable mg_flag_for_heterogeneous_freezing +INFO: filtering out variable mg_flag_for_liu_liquid_treatment +INFO: filtering out variable mg_flag_for_sb2001_autoconversion +INFO: filtering out variable mg_flag_for_uniform_subcolumns +INFO: filtering out variable mg_flag_graupel_concentration_constant +INFO: filtering out variable mg_flag_ice_concentration_constant +INFO: filtering out variable mg_graupel_concentration_constant +INFO: filtering out variable mg_ice_concentration_constant +INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio +INFO: filtering out variable mg_minimum_rh_for_ice +INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice +INFO: filtering out variable mg_tuning_factor_for_alphas +INFO: filtering out variable mg_type_of_precip_fraction_method +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable mix_total_water_flag +INFO: filtering out variable mixing_length +INFO: filtering out variable mixing_length_flag +INFO: filtering out variable moisture_from_previous_timestep +INFO: filtering out variable moisture_tendency_due_to_dynamics +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable mpi_comm +INFO: filtering out variable mpi_rank_for_fast_physics +INFO: filtering out variable mpi_root_for_fast_physics +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_cloud_types_CS +INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data +INFO: filtering out variable number_of_frozen_precipitation_species +INFO: filtering out variable number_of_gases_for_multi_gases_physics +INFO: filtering out variable number_of_ghost_zones +INFO: filtering out variable number_of_plumes +INFO: filtering out variable number_of_snow_layers +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable number_of_tracers_for_CS +INFO: filtering out variable number_of_tracers_plus_one +INFO: filtering out variable number_of_water_species +INFO: filtering out variable omp_threads_for_fast_physics +INFO: filtering out variable ozone_mixing_ratio +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable prandtl_number +INFO: filtering out variable pressure_thickness_at_Lagrangian_surface +INFO: filtering out variable q_prime_squared +INFO: filtering out variable rain_number_concentration_updated_by_physics +INFO: filtering out variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind +INFO: filtering out variable reciprocal_of_obukhov_length +INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation +INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term +INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface +INFO: filtering out variable slow_soil_pool_mass_content_of_carbon +INFO: filtering out variable snow_albedo_at_previous_time_step +INFO: filtering out variable snow_layer_ice +INFO: filtering out variable snow_layer_liquid_water +INFO: filtering out variable snow_mass_at_previous_time_step +INFO: filtering out variable snow_number_concentration_updated_by_physics +INFO: filtering out variable snow_precipitation_rate_at_surface +INFO: filtering out variable snow_temperature +INFO: filtering out variable snow_temperature_bottom_first_layer +INFO: filtering out variable soil_temperature_for_land_surface_model +INFO: filtering out variable soil_vertical_dimension_for_land_surface_model +INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table +INFO: filtering out variable specific_heat_capacities_for_multi_gases_physics +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stability_function_for_heat +INFO: filtering out variable starting_x_direction_index +INFO: filtering out variable starting_x_direction_index_domain +INFO: filtering out variable starting_y_direction_index +INFO: filtering out variable starting_y_direction_index_domain +INFO: filtering out variable stem_area_index +INFO: filtering out variable stem_mass +INFO: filtering out variable subgrid_cloud_fraction_pbl +INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl +INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc +INFO: filtering out variable surface_air_pressure_at_previous_time_step +INFO: filtering out variable surface_air_pressure_two_time_steps_back +INFO: filtering out variable surface_condensation_mass +INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp +INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_geopotential_at_Lagrangian_surface +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable t_prime_q_prime +INFO: filtering out variable t_prime_squared +INFO: filtering out variable temperature_from_previous_timestep +INFO: filtering out variable temperature_tendency_due_to_dynamics +INFO: filtering out variable tendency_of_air_temperature_at_Lagrangian_surface +INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_rain_water_mixing_ratio_due_to_microphysics +INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable thickness_at_Lagrangian_surface +INFO: filtering out variable time_step_for_remapping_for_fast_physics +INFO: filtering out variable tke_advect +INFO: filtering out variable tke_at_mass_points +INFO: filtering out variable tke_budget +INFO: filtering out variable tke_dissipative_heating_factor +INFO: filtering out variable top_layer_index_for_fast_physics +INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable triple_point_temperature_of_water +INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS +INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vegetation_temperature +INFO: filtering out variable vertical_dimension_for_fast_physics +INFO: filtering out variable vertical_dimension_for_thickness_at_Lagrangian_surface +INFO: filtering out variable vertical_dimension_of_h2o_forcing_data +INFO: filtering out variable virtual_temperature_at_Lagrangian_surface +INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model +INFO: filtering out variable water_friendly_aerosol_number_concentration +INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable water_storage_in_aquifer +INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil +INFO: filtering out variable water_table_depth +INFO: filtering out variable water_table_recharge_when_deep +INFO: filtering out variable water_table_recharge_when_shallow +INFO: filtering out variable water_vapor_mixing_ratio_at_surface +INFO: filtering out variable water_vapor_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable water_vapor_specific_humidity_at_previous_time_step +INFO: filtering out variable water_vapor_specific_humidity_two_time_steps_back +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable wood_mass +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_10/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_10/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_10/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_10/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_10/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 10 auto-generated caps to tests/build_fv3_10/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_10/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_10/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_10/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_stochastics_cap.F90' +++ CCPP_CAPS='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_stochastics_cap.F90' ++ source build_fv3_10/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\W\W\3\=\Y* ]] +++ 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 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__179070 +++ eval 'setup__test_function__179070() { /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__33159 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__179070 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -64,7 +1917,7 @@ Compiling into fv3_1.exe on wcoss_dell_p3 ++ eval module help ++ module purge +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge -++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' 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 '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' 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_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' 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 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL2Z2ZHljb3JlX3ByNy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="Ii9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9";' 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 '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' unset '_ModuleTable017_;' +++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' 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 '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' 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_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' 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 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' 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 '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' unset '_ModuleTable017_;' +++ unset ADVISOR_2018_DIR +++ unset BACIO_LIB4 +++ unset BACIO_LIB8 @@ -165,7 +2018,7 @@ Compiling into fv3_1.exe on wcoss_dell_p3 +++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: +++ export MANPATH +++ unset MKLROOT -+++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles ++++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles +++ export MODULEPATH +++ unset MPM_LAUNCHER +++ unset NEMSIO_INC @@ -240,9 +2093,9 @@ Compiling into fv3_1.exe on wcoss_dell_p3 +++ unset Z_VER +++ unset __LMOD_REF_COUNT__LMFILES_ +++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL2Z2ZHljb3JlX3ByNy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIs ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k +++ export _ModuleTable001_ -+++ _ModuleTable002_=Ii9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9 ++++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ @@ -265,18 +2118,18 @@ Compiling into fv3_1.exe on wcoss_dell_p3 ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__33159 +++ unset setup__test_function__179070 ++ unset __ms_function_name + [[ wcoss_dell_p3 == macosx.* ]] + [[ wcoss_dell_p3 == linux.* ]] -+ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3 -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9mdmR5Y29yZV9wcjcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="Ii9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles ++ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9mdmR5Y29yZV9wcjcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIs +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k ++ export _ModuleTable001_ -++ _ModuleTable002_=Ii9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9 +++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -284,7 +2137,7 @@ Compiling into fv3_1.exe on wcoss_dell_p3 + eval + module load fv3 ++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' '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="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/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_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9mdmR5Y29yZV9wcjcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tE";' export '_ModuleTable003_;' '_ModuleTable004_="ZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable004_;' '_ModuleTable005_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxoZGY1X3BhcmFsbGVsPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL2hkZjVfcGFyYWxsZWwvMS4xMC42IixbImZ1bGxOYW1lIl09ImhkZjVfcGFyYWxsZWwvMS4xMC42IixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImhkZjVfcGFyYWxsZWwvMS4xMC42Iix9LGltcGk9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMS5sdWEiLFsiZnVsbE5hbWUi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0iaW1waS8xOC4wLjEiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzE4LjAuMSIsfSxpcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxpcHM9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2lwcy8xOC4wLjEuMTYzIixbImZ1bGxOYW1lIl09Imlwcy8xOC4wLjEuMTYz";' export '_ModuleTable006_;' '_ModuleTable007_="IixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLH0samFzcGVyPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9qYXNwZXIvMS45MDAuMjkiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjI5IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsfSxsaWJwbmc9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2xp";' export '_ModuleTable007_;' '_ModuleTable008_="YnBuZy8xLjIuNTkiLFsiZnVsbE5hbWUiXT0ibGlicG5nLzEuMi41OSIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJsaWJwbmcvMS4yLjU5Iix9LGxzZj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvbHNmLzEwLjEiLFsiZnVsbE5hbWUiXT0ibHNmLzEwLjEiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJsc2YvMTAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIu";' export '_ModuleTable008_;' '_ModuleTable009_="NCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmX3BhcmFsbGVsPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL25ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJmdWxsTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40Iix9LHBvc3Q9e1siZm4i";' export '_ModuleTable009_;' '_ModuleTable010_="XT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjUiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuNSIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC41Iix9LHNwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHczZW1jPXtbImZuIl09Ii91c3J4L2xvY2Fs";' export '_ModuleTable010_;' '_ModuleTable011_="L25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwv";' export '_ModuleTable011_;' '_ModuleTable012_="cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvZnZkeWNvcmVfcHI3L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290";' export '_ModuleTable012_;' '_ModuleTable013_="by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21w";' export '_ModuleTable013_;' '_ModuleTable014_="aS9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9tcGlfdGhpcmQvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL21waV9wcm9kL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVf";' export '_ModuleTable014_;' '_ModuleTable015_="cHJvZCIsfQ==";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' ++ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' '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="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/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_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' ++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 ++ export ADVISOR_2018_DIR ++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a @@ -335,11 +2188,11 @@ Compiling into fv3_1.exe on wcoss_dell_p3 ++ export DAALROOT ++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk ++ export ESMFMKFILE -++ G2TMPL_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0 +++ G2TMPL_INC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0 ++ export G2TMPL_INC -++ G2TMPL_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a +++ G2TMPL_LIB=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a ++ export G2TMPL_LIB -++ G2TMPL_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src +++ G2TMPL_SRC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src ++ export G2TMPL_SRC ++ G2TMPL_VER=v1.6.0 ++ export G2TMPL_VER @@ -476,7 +2329,7 @@ Compiling into fv3_1.exe on wcoss_dell_p3 ++ export MANPATH ++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl ++ export MKLROOT -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles ++ export MODULEPATH ++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh ++ export MPM_LAUNCHER @@ -612,39 +2465,39 @@ Compiling into fv3_1.exe on wcoss_dell_p3 ++ export Z_SRC ++ Z_VER=1.2.11 ++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 +++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ++ export _LMFILES_ ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt ++ export _ModuleTable001_ ++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny ++ export _ModuleTable002_ -++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9mdmR5Y29yZV9wcjcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tE +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w ++ export _ModuleTable003_ -++ _ModuleTable004_=ZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi ++ export _ModuleTable004_ -++ _ModuleTable005_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxoZGY1X3BhcmFsbGVsPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL2hkZjVfcGFyYWxsZWwvMS4xMC42IixbImZ1bGxOYW1lIl09ImhkZjVfcGFyYWxsZWwvMS4xMC42IixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImhkZjVfcGFyYWxsZWwvMS4xMC42Iix9LGltcGk9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMS5sdWEiLFsiZnVsbE5hbWUi +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb ++ export _ModuleTable005_ -++ _ModuleTable006_=XT0iaW1waS8xOC4wLjEiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzE4LjAuMSIsfSxpcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxpcHM9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2lwcy8xOC4wLjEuMTYzIixbImZ1bGxOYW1lIl09Imlwcy8xOC4wLjEuMTYz +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv ++ export _ModuleTable006_ -++ _ModuleTable007_=IixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLH0samFzcGVyPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9qYXNwZXIvMS45MDAuMjkiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjI5IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsfSxsaWJwbmc9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2xp +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz ++ export _ModuleTable007_ -++ _ModuleTable008_=YnBuZy8xLjIuNTkiLFsiZnVsbE5hbWUiXT0ibGlicG5nLzEuMi41OSIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJsaWJwbmcvMS4yLjU5Iix9LGxzZj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvbHNmLzEwLjEiLFsiZnVsbE5hbWUiXT0ibHNmLzEwLjEiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJsc2YvMTAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIu +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u ++ export _ModuleTable008_ -++ _ModuleTable009_=NCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmX3BhcmFsbGVsPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL25ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJmdWxsTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40Iix9LHBvc3Q9e1siZm4i +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw ++ export _ModuleTable009_ -++ _ModuleTable010_=XT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjUiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuNSIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC41Iix9LHNwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHczZW1jPXtbImZuIl09Ii91c3J4L2xvY2Fs +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv ++ export _ModuleTable010_ -++ _ModuleTable011_=L25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwv +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 ++ export _ModuleTable011_ -++ _ModuleTable012_=cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvZnZkeWNvcmVfcHI3L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290 +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j ++ export _ModuleTable012_ -++ _ModuleTable013_=by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21w +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf ++ export _ModuleTable013_ -++ _ModuleTable014_=aS9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9tcGlfdGhpcmQvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL21waV9wcm9kL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVf +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y ++ export _ModuleTable014_ -++ _ModuleTable015_=cHJvZCIsfQ== +++ _ModuleTable015_=ZV9wcm9kIix9 ++ export _ModuleTable015_ ++ _ModuleTable_Sz_=15 ++ export _ModuleTable_Sz_ @@ -664,45 +2517,45 @@ Currently Loaded Modules: -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9mdmR5Y29yZV9wcjcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tE";' export '_ModuleTable003_;' '_ModuleTable004_="ZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable004_;' '_ModuleTable005_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxoZGY1X3BhcmFsbGVsPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL2hkZjVfcGFyYWxsZWwvMS4xMC42IixbImZ1bGxOYW1lIl09ImhkZjVfcGFyYWxsZWwvMS4xMC42IixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImhkZjVfcGFyYWxsZWwvMS4xMC42Iix9LGltcGk9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMS5sdWEiLFsiZnVsbE5hbWUi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0iaW1waS8xOC4wLjEiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzE4LjAuMSIsfSxpcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxpcHM9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2lwcy8xOC4wLjEuMTYzIixbImZ1bGxOYW1lIl09Imlwcy8xOC4wLjEuMTYz";' export '_ModuleTable006_;' '_ModuleTable007_="IixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLH0samFzcGVyPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9qYXNwZXIvMS45MDAuMjkiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjI5IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsfSxsaWJwbmc9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2xp";' export '_ModuleTable007_;' '_ModuleTable008_="YnBuZy8xLjIuNTkiLFsiZnVsbE5hbWUiXT0ibGlicG5nLzEuMi41OSIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJsaWJwbmcvMS4yLjU5Iix9LGxzZj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvbHNmLzEwLjEiLFsiZnVsbE5hbWUiXT0ibHNmLzEwLjEiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJsc2YvMTAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIu";' export '_ModuleTable008_;' '_ModuleTable009_="NCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmX3BhcmFsbGVsPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL25ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJmdWxsTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40Iix9LHBvc3Q9e1siZm4i";' export '_ModuleTable009_;' '_ModuleTable010_="XT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjUiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuNSIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC41Iix9LHNwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHczZW1jPXtbImZuIl09Ii91c3J4L2xvY2Fs";' export '_ModuleTable010_;' '_ModuleTable011_="L25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwv";' export '_ModuleTable011_;' '_ModuleTable012_="cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvZnZkeWNvcmVfcHI3L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290";' export '_ModuleTable012_;' '_ModuleTable013_="by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21w";' export '_ModuleTable013_;' '_ModuleTable014_="aS9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9tcGlfdGhpcmQvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL21waV9wcm9kL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVf";' export '_ModuleTable014_;' '_ModuleTable015_="cHJvZCIsfQ==";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles ++ export MODULEPATH ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt ++ export _ModuleTable001_ ++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny ++ export _ModuleTable002_ -++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9mdmR5Y29yZV9wcjcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tE +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w ++ export _ModuleTable003_ -++ _ModuleTable004_=ZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi ++ export _ModuleTable004_ -++ _ModuleTable005_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxoZGY1X3BhcmFsbGVsPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL2hkZjVfcGFyYWxsZWwvMS4xMC42IixbImZ1bGxOYW1lIl09ImhkZjVfcGFyYWxsZWwvMS4xMC42IixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImhkZjVfcGFyYWxsZWwvMS4xMC42Iix9LGltcGk9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMS5sdWEiLFsiZnVsbE5hbWUi +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb ++ export _ModuleTable005_ -++ _ModuleTable006_=XT0iaW1waS8xOC4wLjEiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzE4LjAuMSIsfSxpcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxpcHM9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2lwcy8xOC4wLjEuMTYzIixbImZ1bGxOYW1lIl09Imlwcy8xOC4wLjEuMTYz +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv ++ export _ModuleTable006_ -++ _ModuleTable007_=IixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLH0samFzcGVyPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9qYXNwZXIvMS45MDAuMjkiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjI5IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsfSxsaWJwbmc9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2xp +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz ++ export _ModuleTable007_ -++ _ModuleTable008_=YnBuZy8xLjIuNTkiLFsiZnVsbE5hbWUiXT0ibGlicG5nLzEuMi41OSIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJsaWJwbmcvMS4yLjU5Iix9LGxzZj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvbHNmLzEwLjEiLFsiZnVsbE5hbWUiXT0ibHNmLzEwLjEiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJsc2YvMTAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIu +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u ++ export _ModuleTable008_ -++ _ModuleTable009_=NCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmX3BhcmFsbGVsPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL25ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJmdWxsTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40Iix9LHBvc3Q9e1siZm4i +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw ++ export _ModuleTable009_ -++ _ModuleTable010_=XT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjUiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuNSIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC41Iix9LHNwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHczZW1jPXtbImZuIl09Ii91c3J4L2xvY2Fs +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv ++ export _ModuleTable010_ -++ _ModuleTable011_=L25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwv +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 ++ export _ModuleTable011_ -++ _ModuleTable012_=cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvZnZkeWNvcmVfcHI3L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290 +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j ++ export _ModuleTable012_ -++ _ModuleTable013_=by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21w +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf ++ export _ModuleTable013_ -++ _ModuleTable014_=aS9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9tcGlfdGhpcmQvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL21waV9wcm9kL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVf +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y ++ export _ModuleTable014_ -++ _ModuleTable015_=cHJvZCIsfQ== +++ _ModuleTable015_=ZV9wcm9kIix9 ++ export _ModuleTable015_ ++ _ModuleTable_Sz_=15 ++ export _ModuleTable_Sz_ ++ : -s sh + eval -+ cd build_fv3_1 -+ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model ++ cd build_fv3_10 ++ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model -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.1.20171018 -- The CXX compiler identification is Intel 18.0.1.20171018 -- The Fortran compiler identification is Intel 18.0.1.20171018 @@ -743,8 +2596,8 @@ CXX compiler: Intel 18.0.1.20171018 (mpiicpc) Fortran compiler: Intel 18.0.1.20171018 (mpiifort) DEBUG is disabled -REPRO is disabled -32BIT is disabled +REPRO is ENABLED +32BIT is ENABLED OPENMP is ENABLED AVX2 is disabled INLINE_POST is ENABLED @@ -752,145 +2605,205 @@ INLINE_POST is ENABLED Selected physics package: gfs +Force 64 bits in gfsphysics +Force 64 bits in ipd +-- Dynamics compiled with 32-bit option, adjust fv_sat_adj types +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_10/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_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: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/tests/build_fv3_1 +-- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_10 + make -j 4 Scanning dependencies of target fv3cpl -[ 1%] 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 +[ 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 +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/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%] Linking Fortran static library libfv3cpl.a +[ 1%] Built target fv3cpl Scanning dependencies of target fms -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 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_core.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -Scanning dependencies of target gfsphysics -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 2%] 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. Using cray pointers. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o -[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.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 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 FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.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 -[ 4%] 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/wam_f107_kp_mod.f90.o -[ 5%] Linking Fortran static library libfv3cpl.a -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 5%] Built target fv3cpl -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 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%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +Scanning dependencies of target ccppphys +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 6%] 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 -[ 8%] 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 +[ 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/mpp/mpp.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 +[ 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/module_sf_noahmp_glacier.f90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.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/aerclm_def.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 -[ 10%] 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 -[ 11%] 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/iccn_def.f.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/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 -[ 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 -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o -ifort: command line warning #10121: overriding '-xHOST' with '-xCORE-AVX-I' -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o -[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 5%] 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/ozne_def.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 6%] 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/gwdps.f.o +[ 7%] 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. -[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o -[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o +[ 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 +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o -[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 18%] 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 -[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o -[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o -[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.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/GFS_layer/GFS_typedefs.F90.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 23%] 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 -[ 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 -[ 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 -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 27%] 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 -[ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 16%] 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/dcyc2.f.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +[ 19%] 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/radsw_datatb.f.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 23%] 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/sfc_sice.f.o +[ 26%] 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/radiation_clouds.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +[ 26%] 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 +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.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 Compiling in MPI mode (with or without MPP) Using 8-byte addressing Using pure routines. @@ -900,59 +2813,76 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.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/rrtmg_lw_post.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +[ 28%] 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_2017_gfdlmp_regional_stochastics_cap.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_stochastics_cap.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_physics_cap.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_radiation_cap.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_physics_cap.F90.o +[ 31%] 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. -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.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_bilinear.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_radiation_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_time_vary_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_time_vary_cap.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 33%] 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. -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 33%] 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. -[ 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 +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 34%] 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. -[ 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 -[ 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 -[ 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 +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 35%] 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. -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 35%] 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. -[ 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 CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 35%] 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. -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.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 +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 36%] 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. @@ -962,344 +2892,2109 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 37%] 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. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +[ 37%] 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. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o [ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 41%] 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. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 44%] 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. -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.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/fft/fft99.F90.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 45%] 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/gfdl_fv_sat_adj.F90.o +[ 46%] 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. -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o -[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o -[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o -[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o -[ 54%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o -[ 54%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 54%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o -[ 56%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o -[ 56%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 56%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o -[ 57%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o -[ 59%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.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/h2ophys.f.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.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/oda_tools/oda_core.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 CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.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 +[ 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/moninedmf_hafs.f.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_fer_hires.F90.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.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/sat_vapor_pres/sat_vapor_pres.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 57%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 57%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.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/sfc_noahmp_drv.f.o +[ 58%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 59%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 59%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 59%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 60%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o [ 60%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o -[ 64%] Linking Fortran static library FMS/libfms.a +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 63%] Linking Fortran static library FMS/libfms.a +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o [ 64%] Built target fms -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o -[ 67%] 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 Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o -[ 68%] 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 -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o -[ 69%] Linking Fortran static library libgfsphysics.a -[ 69%] Built target gfsphysics +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 67%] Linking Fortran static library libccppphys.a +[ 67%] Built target ccppphys +Scanning dependencies of target gfsphysics +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.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/mersenne_twister.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/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/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 +[ 70%] 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_driver.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 71%] 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 +[ 72%] Linking Fortran static library libgfsphysics.a +[ 72%] Built target gfsphysics 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 -[ 69%] Linking Fortran static library libipd.a -[ 69%] Built target ipd +Scanning dependencies of target ccppdriver +[ 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 -[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o -[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 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 Scanning dependencies of target fv3core -[ 70%] 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/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.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 +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o -[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 71%] 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/fv_mp_mod.F90.o -[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 76%] 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/fv_mp_mod.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/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. -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 78%] Linking Fortran static library libio.a -[ 78%] Built target io -[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.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/driver/fvGFS/fv_nggps_diag.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/model/fv_regional_bc.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_tracer2d.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o -[ 82%] 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/external_ic.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o -[ 83%] 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 +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.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/post_nems_routines.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%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.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 +[ 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 +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 82%] Linking Fortran static library libio.a +[ 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/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/fv_nudge.F90.o +[ 82%] 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/model/fv_regional_bc.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_tracer2d.F90.o +[ 85%] 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 +[ 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/driver/fvGFS/atmosphere.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 85%] Linking Fortran static library libfv3core.a -[ 85%] Built target fv3core +[ 87%] Linking Fortran static library libfv3core.a +[ 87%] Built target fv3core Scanning dependencies of target stochastic_physics -[ 85%] 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/stochy_gg_def.f.o -[ 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/compns_stochy.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 +[ 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_gg_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/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/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/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 -[ 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 -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 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 -[ 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/stochastic_physics.F90.o -[ 93%] 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/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 +[ 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 +[ 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/num_parthds_stochy.f.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 [ 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 -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.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 -[ 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_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_SpaceWeather.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_NEMS_UTILS.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 -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.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_EARTH_INTERNAL_STATE.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 +[ 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 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 /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' [100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_1.exe -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_1 ++ mv NEMS.exe ../fv3_10.exe ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_10 + cd .. + '[' YES = YES ']' -+ rm -rf build_fv3_1 -+ elapsed=530 -+ echo 'Elapsed time 530 seconds. Compiling finished' -Elapsed time 530 seconds. Compiling finished ++ rm -rf build_fv3_10 ++ elapsed=635 ++ echo 'Elapsed time 635 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y finished' +Elapsed time 635 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y finished + SECONDS=0 -+++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/tests/compile_cmake.sh -++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/tests -+ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/tests ++++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests + readonly ARGC=4 + ARGC=4 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/tests ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model + MACHINE_ID=wcoss_dell_p3 -+ MAKE_OPT=WW3=Y -+ BUILD_NAME=fv3_2 ++ MAKE_OPT='REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp' ++ BUILD_NAME=fv3_11 + clean_before=YES + clean_after=YES -+ BUILD_DIR=build_fv3_2 ++ BUILD_DIR=build_fv3_11 + [[ wcoss_dell_p3 == cheyenne.* ]] + [[ wcoss_dell_p3 == wcoss_dell_p3 ]] + MAKE_THREADS=4 + MAKE_THREADS=4 + hostname -v71a2 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/tests -+ echo 'Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3' -Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3 +v71a3 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ echo 'Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp into fv3_11.exe on wcoss_dell_p3' +Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp into fv3_11.exe on wcoss_dell_p3 + '[' YES = YES ']' -+ rm -rf build_fv3_2 -+ mkdir -p build_fv3_2 ++ rm -rf build_fv3_11 ++ mkdir -p build_fv3_11 + CCPP_CMAKE_FLAGS= -+ [[ WW3=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ WW3=Y == *\R\E\P\R\O\=\Y* ]] -+ [[ WW3=Y == *\3\2\B\I\T\=\Y* ]] -+ [[ WW3=Y == *\O\P\E\N\M\P\=\N* ]] -+ [[ WW3=Y == *\C\C\P\P\=\Y* ]] -+ [[ WW3=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ WW3=Y == *\W\W\3\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -DWW3=Y' -++ trim ' -DWW3=Y' -++ local 'var= -DWW3=Y' -++ var=-DWW3=Y -++ var=-DWW3=Y -++ echo -n -DWW3=Y -+ CCPP_CMAKE_FLAGS=-DWW3=Y -+ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__33160 -++ eval 'setup__test_function__33160() { /bin/true ; }' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\3\2\B\I\T\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\O\P\E\N\M\P\=\N* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp --builddir=tests/build_fv3_11/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp_noahmp.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_11/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip +INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology +INFO: filtering out variable air_temperature_at_previous_time_step +INFO: filtering out variable air_temperature_two_time_steps_back +INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl +INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc +INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable ccn_number_concentration +INFO: filtering out variable ccpp_block_number +INFO: filtering out variable cell_size +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_base_mass_flux +INFO: filtering out variable cloud_condensed_water_conversion_threshold +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface +INFO: filtering out variable cloud_condensed_water_mixing_ratio_convective_transport_tracer +INFO: filtering out variable cloud_droplet_number_concentration +INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics +INFO: filtering out variable cloud_fraction_for_MG +INFO: filtering out variable cloud_phase_transition_denominator +INFO: filtering out variable cloud_phase_transition_threshold_temperature +INFO: filtering out variable cloud_specie_mix_flag +INFO: filtering out variable cloudpdf +INFO: filtering out variable coefficient_for_evaporation_of_rainfall +INFO: filtering out variable coefficient_from_cloud_ice_to_snow +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable conv_activity_counter +INFO: filtering out variable convective_updraft_area_fraction +INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces +INFO: filtering out variable couple_sgs_clouds_to_radiation_flag +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable density_of_frozen_precipitation +INFO: filtering out variable depth_of_soil_levels_for_land_surface_model +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable do_mynnsfclay +INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable edmf_flag +INFO: filtering out variable edmf_momentum_transport_flag +INFO: filtering out variable edmf_partition_flag +INFO: filtering out variable edmf_tke_transport_flag +INFO: filtering out variable emdf_updraft_area +INFO: filtering out variable emdf_updraft_cloud_water +INFO: filtering out variable emdf_updraft_entrainment_rate +INFO: filtering out variable emdf_updraft_theta_l +INFO: filtering out variable emdf_updraft_total_water +INFO: filtering out variable emdf_updraft_vertical_velocity +INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable flag_arakawa_wu_downdraft +INFO: filtering out variable flag_convective_tracer_transport +INFO: filtering out variable flag_flip +INFO: filtering out variable flag_flux_form_CS +INFO: filtering out variable flag_for_2015_ozone_physics +INFO: filtering out variable flag_for_aerosol_input_MG +INFO: filtering out variable flag_for_frozen_soil_physics +INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme +INFO: filtering out variable flag_for_reading_leaf_area_index_from_input +INFO: filtering out variable flag_for_resetting_radar_reflectivity_calculation +INFO: filtering out variable flag_for_restart +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_mg3_as_mg2 +INFO: filtering out variable flag_skip_macro +INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_tracer_scavenged +INFO: filtering out variable gf_memory_counter +INFO: filtering out variable graupel_number_concentration_updated_by_physics +INFO: filtering out variable grav_settling +INFO: filtering out variable gwd_opt +INFO: filtering out variable h2o_forcing +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_friendly_aerosol_number_concentration +INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable ice_number_concentration +INFO: filtering out variable ice_number_concentration_updated_by_physics +INFO: filtering out variable ice_supersaturation_threshold +INFO: filtering out variable ice_water_mixing_ratio +INFO: filtering out variable ice_water_mixing_ratio_convective_transport_tracer +INFO: filtering out variable in_number_concentration +INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable k_level_of_highest_reaching_plume +INFO: filtering out variable kinematic_buoyancy_flux_from_shoc +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable latitude_index_in_debug_printouts +INFO: filtering out variable limit_for_temperature_tendency_for_microphysics +INFO: filtering out variable local_graupel_mixing_ratio +INFO: filtering out variable local_graupel_number_concentration +INFO: filtering out variable local_rain_number_concentration +INFO: filtering out variable local_rain_water_mixing_ratio +INFO: filtering out variable local_snow_number_concentration +INFO: filtering out variable local_snow_water_mixing_ratio +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable maximum_mass_flux +INFO: filtering out variable maximum_updraft_velocity_at_cloud_base +INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency +INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency +INFO: filtering out variable mg_allow_supersat_after_sed +INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow +INFO: filtering out variable mg_bergeron_efficiency_factor +INFO: filtering out variable mg_cloud_water_variance +INFO: filtering out variable mg_drop_concentration_constant +INFO: filtering out variable mg_flag_drop_concentration_constant +INFO: filtering out variable mg_flag_for_cloud_ice_processes +INFO: filtering out variable mg_flag_for_gmao_ice_formulation +INFO: filtering out variable mg_flag_for_graupel +INFO: filtering out variable mg_flag_for_hail +INFO: filtering out variable mg_flag_for_heterogeneous_freezing +INFO: filtering out variable mg_flag_for_liu_liquid_treatment +INFO: filtering out variable mg_flag_for_sb2001_autoconversion +INFO: filtering out variable mg_flag_for_uniform_subcolumns +INFO: filtering out variable mg_flag_graupel_concentration_constant +INFO: filtering out variable mg_flag_ice_concentration_constant +INFO: filtering out variable mg_graupel_concentration_constant +INFO: filtering out variable mg_ice_concentration_constant +INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio +INFO: filtering out variable mg_minimum_rh_for_ice +INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice +INFO: filtering out variable mg_tuning_factor_for_alphas +INFO: filtering out variable mg_type_of_precip_fraction_method +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable mix_total_water_flag +INFO: filtering out variable mixing_length +INFO: filtering out variable mixing_length_flag +INFO: filtering out variable moisture_from_previous_timestep +INFO: filtering out variable moisture_tendency_due_to_dynamics +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable mpi_comm +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_cloud_types_CS +INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data +INFO: filtering out variable number_of_frozen_precipitation_species +INFO: filtering out variable number_of_plumes +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable number_of_tracers_for_CS +INFO: filtering out variable number_of_tracers_plus_one +INFO: filtering out variable ozone_mixing_ratio +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable prandtl_number +INFO: filtering out variable q_prime_squared +INFO: filtering out variable rain_number_concentration_updated_by_physics +INFO: filtering out variable reciprocal_of_obukhov_length +INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation +INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term +INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface +INFO: filtering out variable snow_number_concentration_updated_by_physics +INFO: filtering out variable snow_temperature_bottom_first_layer +INFO: filtering out variable soil_temperature_for_land_surface_model +INFO: filtering out variable soil_vertical_dimension_for_land_surface_model +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stability_function_for_heat +INFO: filtering out variable subgrid_cloud_fraction_pbl +INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl +INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc +INFO: filtering out variable surface_air_pressure_at_previous_time_step +INFO: filtering out variable surface_air_pressure_two_time_steps_back +INFO: filtering out variable surface_condensation_mass +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable t_prime_q_prime +INFO: filtering out variable t_prime_squared +INFO: filtering out variable temperature_from_previous_timestep +INFO: filtering out variable temperature_tendency_due_to_dynamics +INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_rain_water_mixing_ratio_due_to_microphysics +INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable tke_advect +INFO: filtering out variable tke_at_mass_points +INFO: filtering out variable tke_budget +INFO: filtering out variable tke_dissipative_heating_factor +INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable triple_point_temperature_of_water +INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS +INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vertical_dimension_of_h2o_forcing_data +INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model +INFO: filtering out variable water_friendly_aerosol_number_concentration +INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable water_vapor_mixing_ratio_at_surface +INFO: filtering out variable water_vapor_specific_humidity_at_previous_time_step +INFO: filtering out variable water_vapor_specific_humidity_two_time_steps_back +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_11/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_11/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_11/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_11/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_11/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 12 auto-generated caps to tests/build_fv3_11/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_11/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_11/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_11/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_stochastics_cap.F90' +++ CCPP_CAPS='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_stochastics_cap.F90' ++ source build_fv3_11/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\W\W\3\=\Y* ]] +++ trim ' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ local 'var= -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo -n '-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ CCPP_CMAKE_FLAGS='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__44444 +++ eval 'setup__test_function__44444() { /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__33160 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__44444 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -1316,7 +5011,7 @@ Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3 ++ eval module help ++ module purge +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge -++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' 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 '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' 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_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' 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 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL2Z2ZHljb3JlX3ByNy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="Ii9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9";' 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 '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' unset '_ModuleTable017_;' +++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' 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 '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' 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_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' 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 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' 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 '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' unset '_ModuleTable017_;' +++ unset ADVISOR_2018_DIR +++ unset BACIO_LIB4 +++ unset BACIO_LIB8 @@ -1417,7 +5112,7 @@ Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3 +++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: +++ export MANPATH +++ unset MKLROOT -+++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles ++++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles +++ export MODULEPATH +++ unset MPM_LAUNCHER +++ unset NEMSIO_INC @@ -1492,9 +5187,9 @@ Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3 +++ unset Z_VER +++ unset __LMOD_REF_COUNT__LMFILES_ +++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL2Z2ZHljb3JlX3ByNy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIs ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k +++ export _ModuleTable001_ -+++ _ModuleTable002_=Ii9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9 ++++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ @@ -1517,18 +5212,18 @@ Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3 ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__33160 +++ unset setup__test_function__44444 ++ unset __ms_function_name + [[ wcoss_dell_p3 == macosx.* ]] + [[ wcoss_dell_p3 == linux.* ]] -+ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3 -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9mdmR5Y29yZV9wcjcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="Ii9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles ++ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9mdmR5Y29yZV9wcjcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIs +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k ++ export _ModuleTable001_ -++ _ModuleTable002_=Ii9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9 +++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -1536,7 +5231,7 @@ Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3 + eval + module load fv3 ++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' '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="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/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_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9mdmR5Y29yZV9wcjcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tE";' export '_ModuleTable003_;' '_ModuleTable004_="ZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable004_;' '_ModuleTable005_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxoZGY1X3BhcmFsbGVsPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL2hkZjVfcGFyYWxsZWwvMS4xMC42IixbImZ1bGxOYW1lIl09ImhkZjVfcGFyYWxsZWwvMS4xMC42IixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImhkZjVfcGFyYWxsZWwvMS4xMC42Iix9LGltcGk9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMS5sdWEiLFsiZnVsbE5hbWUi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0iaW1waS8xOC4wLjEiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzE4LjAuMSIsfSxpcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxpcHM9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2lwcy8xOC4wLjEuMTYzIixbImZ1bGxOYW1lIl09Imlwcy8xOC4wLjEuMTYz";' export '_ModuleTable006_;' '_ModuleTable007_="IixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLH0samFzcGVyPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9qYXNwZXIvMS45MDAuMjkiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjI5IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsfSxsaWJwbmc9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2xp";' export '_ModuleTable007_;' '_ModuleTable008_="YnBuZy8xLjIuNTkiLFsiZnVsbE5hbWUiXT0ibGlicG5nLzEuMi41OSIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJsaWJwbmcvMS4yLjU5Iix9LGxzZj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvbHNmLzEwLjEiLFsiZnVsbE5hbWUiXT0ibHNmLzEwLjEiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJsc2YvMTAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIu";' export '_ModuleTable008_;' '_ModuleTable009_="NCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmX3BhcmFsbGVsPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL25ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJmdWxsTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40Iix9LHBvc3Q9e1siZm4i";' export '_ModuleTable009_;' '_ModuleTable010_="XT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjUiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuNSIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC41Iix9LHNwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHczZW1jPXtbImZuIl09Ii91c3J4L2xvY2Fs";' export '_ModuleTable010_;' '_ModuleTable011_="L25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwv";' export '_ModuleTable011_;' '_ModuleTable012_="cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvZnZkeWNvcmVfcHI3L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290";' export '_ModuleTable012_;' '_ModuleTable013_="by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21w";' export '_ModuleTable013_;' '_ModuleTable014_="aS9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9tcGlfdGhpcmQvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL21waV9wcm9kL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVf";' export '_ModuleTable014_;' '_ModuleTable015_="cHJvZCIsfQ==";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' ++ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' '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="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/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_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' ++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 ++ export ADVISOR_2018_DIR ++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a @@ -1587,11 +5282,11 @@ Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3 ++ export DAALROOT ++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk ++ export ESMFMKFILE -++ G2TMPL_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0 +++ G2TMPL_INC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0 ++ export G2TMPL_INC -++ G2TMPL_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a +++ G2TMPL_LIB=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a ++ export G2TMPL_LIB -++ G2TMPL_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src +++ G2TMPL_SRC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src ++ export G2TMPL_SRC ++ G2TMPL_VER=v1.6.0 ++ export G2TMPL_VER @@ -1728,7 +5423,7 @@ Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3 ++ export MANPATH ++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl ++ export MKLROOT -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles ++ export MODULEPATH ++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh ++ export MPM_LAUNCHER @@ -1864,39 +5559,39 @@ Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3 ++ export Z_SRC ++ Z_VER=1.2.11 ++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 +++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ++ export _LMFILES_ ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt ++ export _ModuleTable001_ ++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny ++ export _ModuleTable002_ -++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9mdmR5Y29yZV9wcjcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tE +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w ++ export _ModuleTable003_ -++ _ModuleTable004_=ZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi ++ export _ModuleTable004_ -++ _ModuleTable005_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxoZGY1X3BhcmFsbGVsPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL2hkZjVfcGFyYWxsZWwvMS4xMC42IixbImZ1bGxOYW1lIl09ImhkZjVfcGFyYWxsZWwvMS4xMC42IixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImhkZjVfcGFyYWxsZWwvMS4xMC42Iix9LGltcGk9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMS5sdWEiLFsiZnVsbE5hbWUi +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb ++ export _ModuleTable005_ -++ _ModuleTable006_=XT0iaW1waS8xOC4wLjEiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzE4LjAuMSIsfSxpcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxpcHM9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2lwcy8xOC4wLjEuMTYzIixbImZ1bGxOYW1lIl09Imlwcy8xOC4wLjEuMTYz +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv ++ export _ModuleTable006_ -++ _ModuleTable007_=IixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLH0samFzcGVyPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9qYXNwZXIvMS45MDAuMjkiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjI5IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsfSxsaWJwbmc9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2xp +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz ++ export _ModuleTable007_ -++ _ModuleTable008_=YnBuZy8xLjIuNTkiLFsiZnVsbE5hbWUiXT0ibGlicG5nLzEuMi41OSIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJsaWJwbmcvMS4yLjU5Iix9LGxzZj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvbHNmLzEwLjEiLFsiZnVsbE5hbWUiXT0ibHNmLzEwLjEiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJsc2YvMTAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIu +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u ++ export _ModuleTable008_ -++ _ModuleTable009_=NCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmX3BhcmFsbGVsPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL25ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJmdWxsTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40Iix9LHBvc3Q9e1siZm4i +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw ++ export _ModuleTable009_ -++ _ModuleTable010_=XT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjUiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuNSIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC41Iix9LHNwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHczZW1jPXtbImZuIl09Ii91c3J4L2xvY2Fs +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv ++ export _ModuleTable010_ -++ _ModuleTable011_=L25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwv +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 ++ export _ModuleTable011_ -++ _ModuleTable012_=cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvZnZkeWNvcmVfcHI3L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290 +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j ++ export _ModuleTable012_ -++ _ModuleTable013_=by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21w +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf ++ export _ModuleTable013_ -++ _ModuleTable014_=aS9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9tcGlfdGhpcmQvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL21waV9wcm9kL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVf +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y ++ export _ModuleTable014_ -++ _ModuleTable015_=cHJvZCIsfQ== +++ _ModuleTable015_=ZV9wcm9kIix9 ++ export _ModuleTable015_ ++ _ModuleTable_Sz_=15 ++ export _ModuleTable_Sz_ @@ -1916,45 +5611,45 @@ Currently Loaded Modules: -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9mdmR5Y29yZV9wcjcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tE";' export '_ModuleTable003_;' '_ModuleTable004_="ZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable004_;' '_ModuleTable005_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxoZGY1X3BhcmFsbGVsPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL2hkZjVfcGFyYWxsZWwvMS4xMC42IixbImZ1bGxOYW1lIl09ImhkZjVfcGFyYWxsZWwvMS4xMC42IixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImhkZjVfcGFyYWxsZWwvMS4xMC42Iix9LGltcGk9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMS5sdWEiLFsiZnVsbE5hbWUi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0iaW1waS8xOC4wLjEiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzE4LjAuMSIsfSxpcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxpcHM9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2lwcy8xOC4wLjEuMTYzIixbImZ1bGxOYW1lIl09Imlwcy8xOC4wLjEuMTYz";' export '_ModuleTable006_;' '_ModuleTable007_="IixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLH0samFzcGVyPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9qYXNwZXIvMS45MDAuMjkiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjI5IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsfSxsaWJwbmc9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2xp";' export '_ModuleTable007_;' '_ModuleTable008_="YnBuZy8xLjIuNTkiLFsiZnVsbE5hbWUiXT0ibGlicG5nLzEuMi41OSIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJsaWJwbmcvMS4yLjU5Iix9LGxzZj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvbHNmLzEwLjEiLFsiZnVsbE5hbWUiXT0ibHNmLzEwLjEiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJsc2YvMTAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIu";' export '_ModuleTable008_;' '_ModuleTable009_="NCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmX3BhcmFsbGVsPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL25ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJmdWxsTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40Iix9LHBvc3Q9e1siZm4i";' export '_ModuleTable009_;' '_ModuleTable010_="XT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjUiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuNSIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC41Iix9LHNwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHczZW1jPXtbImZuIl09Ii91c3J4L2xvY2Fs";' export '_ModuleTable010_;' '_ModuleTable011_="L25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwv";' export '_ModuleTable011_;' '_ModuleTable012_="cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvZnZkeWNvcmVfcHI3L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290";' export '_ModuleTable012_;' '_ModuleTable013_="by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21w";' export '_ModuleTable013_;' '_ModuleTable014_="aS9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9tcGlfdGhpcmQvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL21waV9wcm9kL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVf";' export '_ModuleTable014_;' '_ModuleTable015_="cHJvZCIsfQ==";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles ++ export MODULEPATH ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt ++ export _ModuleTable001_ ++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny ++ export _ModuleTable002_ -++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9mdmR5Y29yZV9wcjcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tE +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w ++ export _ModuleTable003_ -++ _ModuleTable004_=ZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi ++ export _ModuleTable004_ -++ _ModuleTable005_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxoZGY1X3BhcmFsbGVsPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL2hkZjVfcGFyYWxsZWwvMS4xMC42IixbImZ1bGxOYW1lIl09ImhkZjVfcGFyYWxsZWwvMS4xMC42IixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImhkZjVfcGFyYWxsZWwvMS4xMC42Iix9LGltcGk9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMS5sdWEiLFsiZnVsbE5hbWUi +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb ++ export _ModuleTable005_ -++ _ModuleTable006_=XT0iaW1waS8xOC4wLjEiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzE4LjAuMSIsfSxpcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxpcHM9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2lwcy8xOC4wLjEuMTYzIixbImZ1bGxOYW1lIl09Imlwcy8xOC4wLjEuMTYz +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv ++ export _ModuleTable006_ -++ _ModuleTable007_=IixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLH0samFzcGVyPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9qYXNwZXIvMS45MDAuMjkiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjI5IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsfSxsaWJwbmc9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2xp +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz ++ export _ModuleTable007_ -++ _ModuleTable008_=YnBuZy8xLjIuNTkiLFsiZnVsbE5hbWUiXT0ibGlicG5nLzEuMi41OSIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJsaWJwbmcvMS4yLjU5Iix9LGxzZj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvbHNmLzEwLjEiLFsiZnVsbE5hbWUiXT0ibHNmLzEwLjEiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJsc2YvMTAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIu +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u ++ export _ModuleTable008_ -++ _ModuleTable009_=NCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmX3BhcmFsbGVsPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL25ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJmdWxsTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40Iix9LHBvc3Q9e1siZm4i +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw ++ export _ModuleTable009_ -++ _ModuleTable010_=XT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjUiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuNSIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC41Iix9LHNwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHczZW1jPXtbImZuIl09Ii91c3J4L2xvY2Fs +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv ++ export _ModuleTable010_ -++ _ModuleTable011_=L25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwv +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 ++ export _ModuleTable011_ -++ _ModuleTable012_=cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvZnZkeWNvcmVfcHI3L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290 +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j ++ export _ModuleTable012_ -++ _ModuleTable013_=by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21w +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf ++ export _ModuleTable013_ -++ _ModuleTable014_=aS9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9tcGlfdGhpcmQvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL21waV9wcm9kL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVf +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y ++ export _ModuleTable014_ -++ _ModuleTable015_=cHJvZCIsfQ== +++ _ModuleTable015_=ZV9wcm9kIix9 ++ export _ModuleTable015_ ++ _ModuleTable_Sz_=15 ++ export _ModuleTable_Sz_ ++ : -s sh + eval -+ cd build_fv3_2 -+ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model -DWW3=Y ++ cd build_fv3_11 ++ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -- The C compiler identification is Intel 18.0.1.20171018 -- The CXX compiler identification is Intel 18.0.1.20171018 -- The Fortran compiler identification is Intel 18.0.1.20171018 @@ -1995,7 +5690,7 @@ CXX compiler: Intel 18.0.1.20171018 (mpiicpc) Fortran compiler: Intel 18.0.1.20171018 (mpiifort) DEBUG is disabled -REPRO is disabled +REPRO is ENABLED 32BIT is disabled OPENMP is ENABLED AVX2 is disabled @@ -2004,150 +5699,206 @@ INLINE_POST is ENABLED Selected physics package: gfs -Build WW3: - run: /usr/bin/gmake WW3_PARCOMPN=4 WW3_COMP=wcoss_dell_p3 ww3_nems - in: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/WW3/model/esmf - +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_stochastics_cap.F90 +Force 64 bits in CCPP_layer -- Configuring done -- Generating done --- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/tests/build_fv3_2 +-- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_11 + make -j 4 -Scanning dependencies of target ww3_nems +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/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o Scanning dependencies of target fv3cpl -[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o +[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o Scanning dependencies of target fms -Scanning dependencies of target gfsphysics -[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 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 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. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o -[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.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 +[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.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. -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o -[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o +[ 1%] Linking Fortran static library libccpp.a +[ 1%] Built target ccpp +[ 1%] 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/cloud_interpolator.F90.o +[ 1%] 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 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 -[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o +[ 2%] Linking Fortran static library libfv3cpl.a +[ 2%] Built target fv3cpl [ 3%] 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 FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o -[ 5%] Linking Fortran static library libfv3cpl.a -[ 5%] Built target fv3cpl -[ 5%] 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 -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 6%] 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 -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.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 +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.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/mpp/mpp_data.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.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 -[ 10%] 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 -[ 11%] 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 +[ 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/machine.F.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/module_mp_radar.F90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +[ 4%] 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 Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 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 -[ 11%] 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 -[ 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 -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o -[ 13%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.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 +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +[ 7%] 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. -[ 13%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o -ifort: command line warning #10121: overriding '-xHOST' with '-xCORE-AVX-I' +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o -[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o -[ 18%] 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 +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 11%] 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 Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o -[ 18%] 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 -[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o -[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o -[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.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/GFS_layer/GFS_typedefs.F90.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o -[ 23%] 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 -[ 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 -[ 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 -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 27%] 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 -[ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.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/maximum_hourly_diagnostics.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 14%] 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 +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 22%] 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/module_sf_mynn.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 25%] 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 +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_fast_physics_cap.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +[ 29%] 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 +[ 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/sfc_nst.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 30%] 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. @@ -2157,407 +5908,50264 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 30%] 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. -[ 30%] 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_bicubic.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.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 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. -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 33%] 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 +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.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/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 +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.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 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. -[ 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 -[ 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 -[ 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 +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_stochastics_cap.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_physics_cap.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 39%] 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. -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 40%] 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. -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 40%] 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. -[ 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 CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_radiation_cap.F90.o +[ 41%] 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 +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +[ 42%] 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. -[ 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 CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_time_vary_cap.F90.o +[ 42%] 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 CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 42%] 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. -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 44%] 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. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 44%] 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. -[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 44%] 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. -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 46%] 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. -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o -[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o -[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o -[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o -[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o -[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o -[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o -[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_cap.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_cap.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/mpp/mpp_utilities.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/oda_tools/oda_core.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.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 CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o -[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o -[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o -[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o -[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o -[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o -[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o -[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o -[ 55%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 55%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 55%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o -[ 55%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o -[ 56%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o -[ 56%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o -[ 56%] Linking Fortran static library FMS/libfms.a -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o -[ 57%] Built target fms -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o -[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o -[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o -[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o -[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o -[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o -[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o -[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o -[ 67%] 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 Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o -[ 68%] 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 -[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o -[ 69%] Linking Fortran static library libgfsphysics.a -[ 69%] Built target gfsphysics +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.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 +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 50%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 51%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 51%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 52%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 52%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 52%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 52%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 53%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 54%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.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 +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 59%] Linking Fortran static library FMS/libfms.a +[ 59%] Built target fms +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 66%] Linking Fortran static library libccppphys.a +[ 66%] 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/GFDL_parse_tracers.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 71%] Linking Fortran static library libgfsphysics.a +[ 71%] Built target gfsphysics 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 -[ 69%] Linking Fortran static library libipd.a -[ 69%] Built target ipd +Scanning dependencies of target ccppdriver +[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 71%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 72%] Linking Fortran static library libccppdriver.a +[ 72%] Built target ccppdriver +[ 73%] Linking Fortran static library libipd.a +[ 73%] Built target ipd Scanning dependencies of target io -[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 69%] 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 -[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.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/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. -[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o -[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 74%] 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/sim_nc_mod.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.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/post_gfs.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_eta.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 76%] 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. -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.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/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.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/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 +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.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/post_nems_routines.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 +[ 78%] 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/tp_core.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 79%] 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/tools/fv_treat_da_inc.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 81%] Linking Fortran static library libio.a +[ 81%] Built target io +[ 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 [ 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 -[ 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/driver/fvGFS/fv_nggps_diag.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o -[ 81%] 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_update_phys.F90.o -[ 82%] Built target ww3_nems -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 82%] 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_nesting.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 83%] 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 +[ 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/tools/fv_nudge.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 83%] 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 +[ 84%] 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/tools/external_ic.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 85%] 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 [ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 85%] Linking Fortran static library libfv3core.a -[ 85%] Built target fv3core +[ 86%] Linking Fortran static library libfv3core.a +[ 86%] Built target fv3core Scanning dependencies of target stochastic_physics -[ 85%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o [ 86%] 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_gg_def.f.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 [ 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/compns_stochy.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 +[ 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 +[ 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/gozrineo_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_a_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o +[ 90%] 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 [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 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 +[ 92%] 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/stochy_patterngenerator.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 93%] 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/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 +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o +[ 94%] Linking Fortran static library libstochastic_physics.a +[ 94%] 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 -[ 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 +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 96%] Linking Fortran static library libfv3cap.a +[ 96%] 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/module_MEDIATOR_SpaceWeather.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 [ 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 -[ 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 -[100%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o +[ 98%] 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 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 /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' [100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_2.exe -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_2 ++ mv NEMS.exe ../fv3_11.exe ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_11 + cd .. + '[' YES = YES ']' -+ rm -rf build_fv3_2 -+ elapsed=566 -+ echo 'Elapsed time 566 seconds. Compiling WW3=Y finished' -Elapsed time 566 seconds. Compiling WW3=Y finished ++ rm -rf build_fv3_11 ++ elapsed=638 ++ echo 'Elapsed time 638 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp finished' +Elapsed time 638 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp finished + SECONDS=0 -+++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/tests/compile_cmake.sh -++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/tests/compile_cmake.sh -+ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/tests -+ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/tests ++++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests + readonly ARGC=4 + ARGC=4 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/tests ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests + [[ 4 -eq 0 ]] + [[ 4 -lt 2 ]] -+ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model + MACHINE_ID=wcoss_dell_p3 -+ MAKE_OPT=32BIT=Y -+ BUILD_NAME=fv3_3 ++ MAKE_OPT='REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf' ++ BUILD_NAME=fv3_12 + clean_before=YES + clean_after=YES -+ BUILD_DIR=build_fv3_3 ++ BUILD_DIR=build_fv3_12 + [[ wcoss_dell_p3 == cheyenne.* ]] + [[ wcoss_dell_p3 == wcoss_dell_p3 ]] + MAKE_THREADS=4 + MAKE_THREADS=4 + hostname -v71a2 -+ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/tests -+ echo 'Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3' -Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3 +v71a3 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ echo 'Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf into fv3_12.exe on wcoss_dell_p3' +Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf into fv3_12.exe on wcoss_dell_p3 + '[' YES = YES ']' -+ rm -rf build_fv3_3 -+ mkdir -p build_fv3_3 ++ rm -rf build_fv3_12 ++ mkdir -p build_fv3_12 + CCPP_CMAKE_FLAGS= -+ [[ 32BIT=Y == *\D\E\B\U\G\=\Y* ]] -+ [[ 32BIT=Y == *\R\E\P\R\O\=\Y* ]] -+ [[ 32BIT=Y == *\3\2\B\I\T\=\Y* ]] -+ CCPP_CMAKE_FLAGS=' -D32BIT=Y' -+ [[ 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] -+ [[ 32BIT=Y == *\C\C\P\P\=\Y* ]] -+ [[ 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] -+ [[ 32BIT=Y == *\W\W\3\=\Y* ]] -++ trim ' -D32BIT=Y' -++ local 'var= -D32BIT=Y' -++ var=-D32BIT=Y -++ var=-D32BIT=Y -++ echo -n -D32BIT=Y -+ CCPP_CMAKE_FLAGS=-D32BIT=Y -+ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc -++ __ms_function_name=setup__test_function__33161 -++ eval 'setup__test_function__33161() { /bin/true ; }' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\3\2\B\I\T\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\O\P\E\N\M\P\=\N* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf --builddir=tests/build_fv3_12/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_csawmgshoc.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_csawmg.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_satmedmf.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_12/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip +INFO: filtering out variable area_fraction_of_wet_canopy +INFO: filtering out variable atmosphere_energy_content_at_Lagrangian_surface +INFO: filtering out variable atmosphere_energy_content_in_column +INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl +INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable canopy_air_temperature +INFO: filtering out variable canopy_air_vapor_pressure +INFO: filtering out variable canopy_intercepted_ice_mass +INFO: filtering out variable canopy_intercepted_liquid_water +INFO: filtering out variable cappa_moist_gas_constant_at_Lagrangian_surface +INFO: filtering out variable ccpp_block_number +INFO: filtering out variable cell_area_for_fast_physics +INFO: filtering out variable cell_size +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface +INFO: filtering out variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_droplet_number_concentration +INFO: filtering out variable cloud_fraction_at_Lagrangian_surface +INFO: filtering out variable cloud_fraction_updated_by_physics +INFO: filtering out variable cloud_graupel_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_ice_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_rain_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_snow_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_specie_mix_flag +INFO: filtering out variable cloudpdf +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable conv_activity_counter +INFO: filtering out variable couple_sgs_clouds_to_radiation_flag +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable density_of_frozen_precipitation +INFO: filtering out variable depth_of_soil_levels_for_land_surface_model +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable do_mynnsfclay +INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable edmf_flag +INFO: filtering out variable edmf_momentum_transport_flag +INFO: filtering out variable edmf_partition_flag +INFO: filtering out variable edmf_tke_transport_flag +INFO: filtering out variable emdf_updraft_area +INFO: filtering out variable emdf_updraft_cloud_water +INFO: filtering out variable emdf_updraft_entrainment_rate +INFO: filtering out variable emdf_updraft_theta_l +INFO: filtering out variable emdf_updraft_total_water +INFO: filtering out variable emdf_updraft_vertical_velocity +INFO: filtering out variable ending_x_direction_index +INFO: filtering out variable ending_x_direction_index_domain +INFO: filtering out variable ending_y_direction_index +INFO: filtering out variable ending_y_direction_index_domain +INFO: filtering out variable equilibrium_soil_water_content +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable fast_soil_pool_mass_content_of_carbon +INFO: filtering out variable fine_root_mass +INFO: filtering out variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa +INFO: filtering out variable flag_for_canopy_stomatal_resistance_option +INFO: filtering out variable flag_for_cloud_effective_radii +INFO: filtering out variable flag_for_dynamic_vegetation_option +INFO: filtering out variable flag_for_fast_microphysics_energy_conservation +INFO: filtering out variable flag_for_frozen_soil_permeability_option +INFO: filtering out variable flag_for_frozen_soil_physics +INFO: filtering out variable flag_for_ground_snow_surface_albedo_option +INFO: filtering out variable flag_for_hydrostatic_heating_from_physics +INFO: filtering out variable flag_for_hydrostatic_solver +INFO: filtering out variable flag_for_hydrostatic_solver_for_fast_physics +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_inline_cloud_fraction_calculation +INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option +INFO: filtering out variable flag_for_precipitation_partition_option +INFO: filtering out variable flag_for_radiation_transfer_option +INFO: filtering out variable flag_for_reading_leaf_area_index_from_input +INFO: filtering out variable flag_for_resetting_radar_reflectivity_calculation +INFO: filtering out variable flag_for_restart +INFO: filtering out variable flag_for_runoff_and_groundwater_option +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_for_saturation_adjustment_for_microphysics_in_dynamics +INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option +INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option +INFO: filtering out variable flag_for_supercooled_liquid_water_option +INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option +INFO: filtering out variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface +INFO: filtering out variable flag_for_the_last_step_of_k_split_remapping +INFO: filtering out variable gas_constants_for_multi_gases_physics +INFO: filtering out variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface +INFO: filtering out variable gf_memory_counter +INFO: filtering out variable grav_settling +INFO: filtering out variable ground_temperature_for_noahmp +INFO: filtering out variable gwd_opt +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_friendly_aerosol_number_concentration +INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable ice_number_concentration +INFO: filtering out variable ice_water_mixing_ratio +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable k_level_of_highest_reaching_plume +INFO: filtering out variable kappa_dry_for_fast_physics +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable lake_water_storage +INFO: filtering out variable layer_bottom_depth_from_snow_surface +INFO: filtering out variable leaf_area_index +INFO: filtering out variable leaf_mass +INFO: filtering out variable limit_for_temperature_tendency_for_microphysics +INFO: filtering out variable liquid_water_density +INFO: filtering out variable log_pressure_at_Lagrangian_surface +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable maximum_mass_flux +INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency +INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable mix_total_water_flag +INFO: filtering out variable mixing_length +INFO: filtering out variable mixing_length_flag +INFO: filtering out variable moisture_from_previous_timestep +INFO: filtering out variable moisture_tendency_due_to_dynamics +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable mpi_comm +INFO: filtering out variable mpi_rank_for_fast_physics +INFO: filtering out variable mpi_root_for_fast_physics +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_gases_for_multi_gases_physics +INFO: filtering out variable number_of_ghost_zones +INFO: filtering out variable number_of_plumes +INFO: filtering out variable number_of_snow_layers +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable number_of_water_species +INFO: filtering out variable omp_threads_for_fast_physics +INFO: filtering out variable ozone_mixing_ratio +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable pressure_thickness_at_Lagrangian_surface +INFO: filtering out variable q_prime_squared +INFO: filtering out variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind +INFO: filtering out variable reciprocal_of_obukhov_length +INFO: filtering out variable slow_soil_pool_mass_content_of_carbon +INFO: filtering out variable snow_albedo_at_previous_time_step +INFO: filtering out variable snow_layer_ice +INFO: filtering out variable snow_layer_liquid_water +INFO: filtering out variable snow_mass_at_previous_time_step +INFO: filtering out variable snow_precipitation_rate_at_surface +INFO: filtering out variable snow_temperature +INFO: filtering out variable snow_temperature_bottom_first_layer +INFO: filtering out variable soil_temperature_for_land_surface_model +INFO: filtering out variable soil_vertical_dimension_for_land_surface_model +INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table +INFO: filtering out variable specific_heat_capacities_for_multi_gases_physics +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stability_function_for_heat +INFO: filtering out variable starting_x_direction_index +INFO: filtering out variable starting_x_direction_index_domain +INFO: filtering out variable starting_y_direction_index +INFO: filtering out variable starting_y_direction_index_domain +INFO: filtering out variable stem_area_index +INFO: filtering out variable stem_mass +INFO: filtering out variable subgrid_cloud_fraction_pbl +INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl +INFO: filtering out variable surface_condensation_mass +INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp +INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_geopotential_at_Lagrangian_surface +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable t_prime_q_prime +INFO: filtering out variable t_prime_squared +INFO: filtering out variable temperature_from_previous_timestep +INFO: filtering out variable temperature_tendency_due_to_dynamics +INFO: filtering out variable tendency_of_air_temperature_at_Lagrangian_surface +INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable thickness_at_Lagrangian_surface +INFO: filtering out variable time_step_for_remapping_for_fast_physics +INFO: filtering out variable tke_advect +INFO: filtering out variable tke_at_mass_points +INFO: filtering out variable tke_budget +INFO: filtering out variable tke_dissipative_heating_factor +INFO: filtering out variable top_layer_index_for_fast_physics +INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vegetation_temperature +INFO: filtering out variable vertical_dimension_for_fast_physics +INFO: filtering out variable vertical_dimension_for_thickness_at_Lagrangian_surface +INFO: filtering out variable virtual_temperature_at_Lagrangian_surface +INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model +INFO: filtering out variable water_friendly_aerosol_number_concentration +INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable water_storage_in_aquifer +INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil +INFO: filtering out variable water_table_depth +INFO: filtering out variable water_table_recharge_when_deep +INFO: filtering out variable water_table_recharge_when_shallow +INFO: filtering out variable water_vapor_mixing_ratio_at_surface +INFO: filtering out variable water_vapor_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable wood_mass +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_12/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_12/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_12/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_12/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_12/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 15 auto-generated caps to tests/build_fv3_12/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_12/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_12/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_12/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_stochastics_cap.F90' +++ CCPP_CAPS='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_stochastics_cap.F90' ++ source build_fv3_12/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\W\W\3\=\Y* ]] +++ trim ' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ local 'var= -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo -n '-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ CCPP_CMAKE_FLAGS='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__45514 +++ eval 'setup__test_function__45514() { /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__45514 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ -d /gpfs/hps ]] +++ [[ -e /etc/SuSE-release ]] +++ [[ -d /dcom ]] +++ [[ -L /usrx ]] ++++ readlink /usrx +++ [[ /gpfs/dell1/usrx =~ dell ]] +++ eval module help +++ module purge ++++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge +++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' 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 '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' 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_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' 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 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' 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 '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' unset '_ModuleTable017_;' ++++ unset ADVISOR_2018_DIR ++++ unset BACIO_LIB4 ++++ unset BACIO_LIB8 ++++ unset BACIO_SRC ++++ unset BACIO_VER ++++ unset BINARY_TYPE_HPC ++++ unset __LMOD_REF_COUNT_CLASSPATH ++++ unset CLASSPATH ++++ unset CLCK_ROOT ++++ 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 __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH ++++ unset CPLUS_INCLUDE_PATH ++++ unset CRTM_FIX ++++ unset CRTM_INC ++++ unset CRTM_LIB ++++ unset CRTM_SRC ++++ unset CRTM_VER ++++ unset DAALROOT ++++ unset ECF_HOSTFILE ++++ unset ECF_PORT ++++ unset ECF_ROOT ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ unset __LMOD_REF_COUNT_INFOPATH ++++ unset INFOPATH ++++ unset INSPECTOR_2018_DIR ++++ unset INTEL_LICENSE_FILE ++++ unset INTEL_PYTHONHOME ++++ unset IPPROOT ++++ 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_CXX ++++ unset I_MPI_EXTRA_FILESYSTEM ++++ unset I_MPI_EXTRA_FILESYSTEM_LIST ++++ unset I_MPI_F77 ++++ unset I_MPI_F90 ++++ unset I_MPI_FC ++++ unset I_MPI_HYDRA_BOOTSTRAP ++++ unset I_MPI_HYDRA_IFACE ++++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH ++++ unset I_MPI_ROOT ++++ unset JASPER_INC ++++ unset JASPER_LIB ++++ unset JASPER_LIBDIR ++++ unset JASPER_SRC ++++ unset JASPER_VER ++++ unset KMP_AFFINITY ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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 ++++ unset LSF_BINDIR ++++ unset LSF_ENVDIR ++++ unset LSF_LIBDIR ++++ unset LSF_SERVERDIR ++++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 ++++ export __LMOD_REF_COUNT_MANPATH ++++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: ++++ export MANPATH ++++ unset MKLROOT ++++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles ++++ export MODULEPATH ++++ unset MPM_LAUNCHER ++++ unset NEMSIO_INC ++++ unset NEMSIO_LIB ++++ unset NEMSIO_SRC ++++ unset NEMSIO_VER ++++ unset NETCDF ++++ unset NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ unset __LMOD_REF_COUNT_NLSPATH ++++ unset NLSPATH ++++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1' ++++ export __LMOD_REF_COUNT_PATH ++++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin ++++ export PATH ++++ unset PKG_CONFIG_PATH ++++ unset PNG_INC ++++ unset PNG_LIB ++++ unset PNG_LIB12 ++++ unset PNG_LIBDIR ++++ unset PNG_LIBso ++++ unset PNG_SRC ++++ unset PNG_VER ++++ unset POST_INC ++++ unset POST_LIB ++++ unset POST_SRC ++++ unset POST_VER ++++ unset PSTLROOT ++++ unset PYTHONPATH ++++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH ++++ unset QT_PLUGIN_PATH ++++ unset SP_LIB4 ++++ unset SP_LIB8 ++++ unset SP_LIBd ++++ unset SP_SRC ++++ unset SP_VER ++++ unset TBBROOT ++++ unset VT_ADD_LIBS ++++ unset VT_ARCH ++++ unset VT_LIB_DIR ++++ unset VT_MPI ++++ unset VT_ROOT ++++ unset VT_SLIB_DIR ++++ 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 XLSF_UIDDIR ++++ unset Z_INC ++++ unset Z_LIB ++++ unset Z_SRC ++++ unset Z_VER ++++ unset __LMOD_REF_COUNT__LMFILES_ ++++ unset _LMFILES_ ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k ++++ export _ModuleTable001_ ++++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== ++++ 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 _ModuleTable014_ ++++ unset _ModuleTable015_ ++++ unset _ModuleTable016_ ++++ unset _ModuleTable017_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__45514 +++ unset __ms_function_name ++ [[ wcoss_dell_p3 == macosx.* ]] ++ [[ wcoss_dell_p3 == linux.* ]] ++ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k +++ export _ModuleTable001_ +++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module load fv3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 ++ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' '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="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/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_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 +++ export ADVISOR_2018_DIR +++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a +++ export BACIO_LIB4 +++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a +++ export BACIO_LIB8 +++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 +++ export BACIO_SRC +++ BACIO_VER=v2.0.3 +++ export BACIO_VER +++ BINARY_TYPE_HPC= +++ export BINARY_TYPE_HPC +++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' +++ export __LMOD_REF_COUNT_CLASSPATH +++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar +++ export CLASSPATH +++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest +++ export CLCK_ROOT +++ 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=wcoss_dell_p3 +++ export CMAKE_Platform +++ COMP=ips +++ export COMP +++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' +++ export __LMOD_REF_COUNT_CPATH +++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include +++ export CPATH +++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 +++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH +++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include +++ export CPLUS_INCLUDE_PATH +++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix +++ export CRTM_FIX +++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 +++ export CRTM_INC +++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a +++ export CRTM_LIB +++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src +++ export CRTM_SRC +++ CRTM_VER=v2.2.6 +++ export CRTM_VER +++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal +++ export DAALROOT +++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ export G2TMPL_VER +++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 +++ export G2_INC4 +++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d +++ export G2_INCd +++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a +++ export G2_LIB4 +++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a +++ export G2_LIBd +++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 +++ export G2_SRC +++ G2_VER=v3.1.1 +++ export G2_VER +++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver +++ export GDBSERVER_MIC +++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia +++ export GDB_CROSS +++ HDF5=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5' +++ export HDF5_LDFLAGS_F +++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' +++ export __LMOD_REF_COUNT_INFOPATH +++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx +++ export INFOPATH +++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 +++ export INSPECTOR_2018_DIR +++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses +++ export INTEL_LICENSE_FILE +++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 +++ export INTEL_PYTHONHOME +++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp +++ export IPPROOT +++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 +++ export IP_INC4 +++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 +++ export IP_INC8 +++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d +++ export IP_INCd +++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a +++ export IP_LIB4 +++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a +++ export IP_LIB8 +++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a +++ export IP_LIBd +++ IP_SRC=/usrx/local/nceplibs/dev/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_CXX=icpc +++ export I_MPI_CXX +++ I_MPI_EXTRA_FILESYSTEM=yes +++ export I_MPI_EXTRA_FILESYSTEM +++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs +++ export I_MPI_EXTRA_FILESYSTEM_LIST +++ I_MPI_F77=ifort +++ export I_MPI_F77 +++ I_MPI_F90=ifort +++ export I_MPI_F90 +++ I_MPI_FC=ifort +++ export I_MPI_FC +++ I_MPI_HYDRA_BOOTSTRAP=lsf +++ export I_MPI_HYDRA_BOOTSTRAP +++ I_MPI_HYDRA_IFACE=ib0 +++ export I_MPI_HYDRA_IFACE +++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 +++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH +++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi +++ export I_MPI_ROOT +++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include +++ export JASPER_INC +++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a +++ export JASPER_LIB +++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib +++ export JASPER_LIBDIR +++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 +++ export JASPER_SRC +++ JASPER_VER=1.900.29 +++ export JASPER_VER +++ KMP_AFFINITY=scatter +++ export KMP_AFFINITY +++ unset LAUNCH +++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH +++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LD_LIBRARY_PATH +++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LIBRARY_PATH +++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LIBRARY_PATH +++ LIB_NAME=POST +++ export LIB_NAME +++ LMOD_FAMILY_COMPILER=ips +++ export LMOD_FAMILY_COMPILER +++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 +++ export LMOD_FAMILY_COMPILER_VERSION +++ LMOD_FAMILY_MPI=impi +++ export LMOD_FAMILY_MPI +++ LMOD_FAMILY_MPI_VERSION=18.0.1 +++ export LMOD_FAMILY_MPI_VERSION +++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1' +++ export __LMOD_REF_COUNT_LOADEDMODULES +++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3 +++ export LOADEDMODULES +++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin +++ export LSF_BINDIR +++ LSF_ENVDIR=/gpfs/lsf/conf +++ export LSF_ENVDIR +++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib +++ export LSF_LIBDIR +++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc +++ export LSF_SERVERDIR +++ __LMOD_REF_COUNT_MANPATH='/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man +++ export MANPATH +++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl +++ export MKLROOT +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh +++ export MPM_LAUNCHER +++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 +++ export NEMSIO_INC +++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a +++ export NEMSIO_LIB +++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 +++ export NEMSIO_SRC +++ NEMSIO_VER=v2.2.4 +++ export NEMSIO_VER +++ NETCDF=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF_ROOT +++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' +++ export __LMOD_REF_COUNT_NLSPATH +++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N +++ export NLSPATH +++ __LMOD_REF_COUNT_PATH='/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' +++ export __LMOD_REF_COUNT_PATH +++ PATH=/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export PATH +++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig +++ export PKG_CONFIG_PATH +++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include +++ export PNG_INC +++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a +++ export PNG_LIB +++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a +++ export PNG_LIB12 +++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib +++ export PNG_LIBDIR +++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so +++ export PNG_LIBso +++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 +++ export PNG_SRC +++ PNG_VER=1.2.59 +++ export PNG_VER +++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 +++ export POST_INC +++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ export POST_VER +++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl +++ export PSTLROOT +++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi +++ export PYTHONPATH +++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a +++ export SP_LIB4 +++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a +++ export SP_LIB8 +++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a +++ export SP_LIBd +++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 +++ export SP_SRC +++ SP_VER=v2.0.3 +++ export SP_VER +++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb +++ export TBBROOT +++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' +++ export VT_ADD_LIBS +++ VT_ARCH=intel64 +++ export VT_ARCH +++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib +++ export VT_LIB_DIR +++ VT_MPI=impi4 +++ export VT_MPI +++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest +++ export VT_ROOT +++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib +++ export VT_SLIB_DIR +++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 +++ export W3EMC_INC4 +++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 +++ export W3EMC_INC8 +++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d +++ export W3EMC_INCd +++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a +++ export W3EMC_LIB4 +++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a +++ export W3EMC_LIB8 +++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a +++ export W3EMC_LIBd +++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 +++ export W3EMC_SRC +++ W3EMC_VER=v2.3.1 +++ export W3EMC_VER +++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a +++ export W3NCO_LIB4 +++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a +++ export W3NCO_LIB8 +++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a +++ export W3NCO_LIBd +++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 +++ export W3NCO_SRC +++ W3NCO_VER=v2.0.7 +++ export W3NCO_VER +++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid +++ export XLSF_UIDDIR +++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export Z_INC +++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a +++ export Z_LIB +++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src +++ export Z_SRC +++ Z_VER=1.2.11 +++ export Z_VER +++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' +++ export __LMOD_REF_COUNT__LMFILES_ +++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list + +Currently Loaded Modules: + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.5 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) fv3 + + + ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_12 ++ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF +-- The C compiler identification is Intel 18.0.1.20171018 +-- The CXX compiler identification is Intel 18.0.1.20171018 +-- The Fortran compiler identification is Intel 18.0.1.20171018 +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") +-- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") +-- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") +-- Found MPI: TRUE (found version "3.1") +ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for wcoss_dell_p3 + +C compiler: Intel 18.0.1.20171018 (mpiicc) +CXX compiler: Intel 18.0.1.20171018 (mpiicpc) +Fortran compiler: Intel 18.0.1.20171018 (mpiifort) + +DEBUG is disabled +REPRO is ENABLED +32BIT is disabled +OPENMP is ENABLED +AVX2 is disabled +INLINE_POST is ENABLED + + +Selected physics package: gfs + +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_stochastics_cap.F90 +Force 64 bits in CCPP_layer +-- Configuring done +-- Generating done +-- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_12 ++ make -j 4 +Scanning dependencies of target fv3cpl +[ 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 +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/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o +Scanning dependencies of target fms +[ 1%] 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.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +[ 3%] 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. +[ 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%] Linking Fortran static library libccpp.a +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 4%] Built target ccpp +[ 5%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 6%] Linking Fortran static library libfv3cpl.a +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 7%] 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. +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +Scanning dependencies of target ccppphys +[ 7%] Built target fv3cpl +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.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/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +[ 17%] 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/horiz_interp/horiz_interp_type.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.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/module_sf_ruclsm.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.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/get_prs_fv3.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +[ 29%] 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 +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.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/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 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 +[ 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_setup.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 38%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 38%] 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. +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_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_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_2017_csawmgshoc_stochastics_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_stochastics_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_stochastics_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_physics_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_physics_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_physics_cap.F90.o +[ 40%] 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 +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 +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 41%] 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. +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 42%] 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. +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 43%] 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. +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 44%] 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. +[ 45%] 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. +[ 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/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_output.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_util.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 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/ccpp_FV3_GFS_2017_csawmgshoc_radiation_cap.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_time_vary_cap.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_radiation_cap.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_time_vary_cap.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_radiation_cap.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 48%] 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 +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/ccpp_FV3_GFS_2017_satmedmf_time_vary_cap.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 50%] 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. +[ 50%] 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. +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 51%] 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. +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_cap.F90.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_cap.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_cap.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +[ 57%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 57%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +[ 58%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 59%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 59%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 59%] 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 C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 61%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 62%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 62%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 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%] Linking Fortran static library FMS/libfms.a +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 64%] Built target fms +[ 64%] 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 +[ 65%] 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 +[ 66%] 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 +[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 67%] 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 +[ 69%] Linking Fortran static library libccppphys.a +[ 69%] 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/GFDL_parse_tracers.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 73%] 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 ccppdriver +Scanning dependencies of target ipd +[ 73%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 74%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 74%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 74%] Linking Fortran static library libccppdriver.a +[ 74%] Built target ccppdriver +[ 74%] Linking Fortran static library libipd.a +[ 74%] Built target ipd +Scanning dependencies of target io +[ 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 +[ 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 +[ 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/module_write_nemsio.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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_netcdf_parallel.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 77%] 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_mp_mod.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.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/model/fv_sg.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. +[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.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/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 +[ 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 +[ 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%] Linking Fortran static library libio.a +[ 81%] Built target io +[ 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/fv_nudge.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 83%] 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_regional_bc.F90.o +[ 83%] 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 +[ 84%] 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/tools/external_ic.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 85%] 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +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_gg_def.f.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 +[ 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/glats_stochy.f.o +[ 88%] 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 +[ 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 +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o +[ 89%] 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/stochy_internal_state_mod.F90.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 91%] 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/stochy_patterngenerator.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 92%] 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 +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o +[ 93%] 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 +[ 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 +[ 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%] 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/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_EARTH_INTERNAL_STATE.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_NEMS_INTERNAL_STATE.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.F90.o +[ 98%] 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 C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o +[100%] Linking Fortran executable NEMS.exe +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_12.exe ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_12 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_12 ++ elapsed=651 ++ echo 'Elapsed time 651 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf finished' +Elapsed time 651 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf finished ++ SECONDS=0 ++++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ MACHINE_ID=wcoss_dell_p3 ++ MAKE_OPT='REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y' ++ BUILD_NAME=fv3_13 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_13 ++ [[ wcoss_dell_p3 == cheyenne.* ]] ++ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] ++ MAKE_THREADS=4 ++ MAKE_THREADS=4 ++ hostname +v71a3 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ echo 'Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y into fv3_13.exe on wcoss_dell_p3' +Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y into fv3_13.exe on wcoss_dell_p3 ++ '[' YES = YES ']' ++ rm -rf build_fv3_13 ++ mkdir -p build_fv3_13 ++ CCPP_CMAKE_FLAGS= ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 --builddir=tests/build_fv3_13/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_CPT_v0.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GSD_v0.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_13/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable air_temperature_at_previous_time_step +INFO: filtering out variable air_temperature_two_time_steps_back +INFO: filtering out variable area_fraction_of_wet_canopy +INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable canopy_air_temperature +INFO: filtering out variable canopy_air_vapor_pressure +INFO: filtering out variable canopy_intercepted_ice_mass +INFO: filtering out variable canopy_intercepted_liquid_water +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_condensed_water_conversion_threshold +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable coefficient_for_evaporation_of_rainfall +INFO: filtering out variable coefficient_from_cloud_ice_to_snow +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable equilibrium_soil_water_content +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable fast_soil_pool_mass_content_of_carbon +INFO: filtering out variable fine_root_mass +INFO: filtering out variable flag_for_canopy_stomatal_resistance_option +INFO: filtering out variable flag_for_dynamic_vegetation_option +INFO: filtering out variable flag_for_frozen_soil_permeability_option +INFO: filtering out variable flag_for_ground_snow_surface_albedo_option +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option +INFO: filtering out variable flag_for_precipitation_partition_option +INFO: filtering out variable flag_for_radiation_transfer_option +INFO: filtering out variable flag_for_runoff_and_groundwater_option +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option +INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option +INFO: filtering out variable flag_for_supercooled_liquid_water_option +INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option +INFO: filtering out variable ground_temperature_for_noahmp +INFO: filtering out variable gwd_opt +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_supersaturation_threshold +INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable kinematic_buoyancy_flux_from_shoc +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable lake_water_storage +INFO: filtering out variable layer_bottom_depth_from_snow_surface +INFO: filtering out variable leaf_mass +INFO: filtering out variable liquid_water_density +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable number_of_snow_layers +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable prandtl_number +INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation +INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term +INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface +INFO: filtering out variable slow_soil_pool_mass_content_of_carbon +INFO: filtering out variable snow_albedo_at_previous_time_step +INFO: filtering out variable snow_layer_ice +INFO: filtering out variable snow_layer_liquid_water +INFO: filtering out variable snow_mass_at_previous_time_step +INFO: filtering out variable snow_precipitation_rate_at_surface +INFO: filtering out variable snow_temperature +INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stem_area_index +INFO: filtering out variable stem_mass +INFO: filtering out variable surface_air_pressure_at_previous_time_step +INFO: filtering out variable surface_air_pressure_two_time_steps_back +INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp +INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable tendency_of_rain_water_mixing_ratio_due_to_microphysics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable tke_dissipative_heating_factor +INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vegetation_temperature +INFO: filtering out variable water_storage_in_aquifer +INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil +INFO: filtering out variable water_table_depth +INFO: filtering out variable water_table_recharge_when_deep +INFO: filtering out variable water_table_recharge_when_shallow +INFO: filtering out variable water_vapor_specific_humidity_at_previous_time_step +INFO: filtering out variable water_vapor_specific_humidity_two_time_steps_back +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable wood_mass +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_13/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_13/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_13/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_13/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_13/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 17 auto-generated caps to tests/build_fv3_13/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_13/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_13/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_13/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GSD_v0_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GSD_v0_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GSD_v0_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GSD_v0_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GSD_v0_stochastics_cap.F90' +++ CCPP_CAPS='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GSD_v0_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GSD_v0_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GSD_v0_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GSD_v0_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GSD_v0_stochastics_cap.F90' ++ source build_fv3_13/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y == *\W\W\3\=\Y* ]] +++ 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 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__153548 +++ eval 'setup__test_function__153548() { /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__153548 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ -d /gpfs/hps ]] +++ [[ -e /etc/SuSE-release ]] +++ [[ -d /dcom ]] +++ [[ -L /usrx ]] ++++ readlink /usrx +++ [[ /gpfs/dell1/usrx =~ dell ]] +++ eval module help +++ module purge ++++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge +++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' 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 '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' 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_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' 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 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' 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 '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' unset '_ModuleTable017_;' ++++ unset ADVISOR_2018_DIR ++++ unset BACIO_LIB4 ++++ unset BACIO_LIB8 ++++ unset BACIO_SRC ++++ unset BACIO_VER ++++ unset BINARY_TYPE_HPC ++++ unset __LMOD_REF_COUNT_CLASSPATH ++++ unset CLASSPATH ++++ unset CLCK_ROOT ++++ 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 __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH ++++ unset CPLUS_INCLUDE_PATH ++++ unset CRTM_FIX ++++ unset CRTM_INC ++++ unset CRTM_LIB ++++ unset CRTM_SRC ++++ unset CRTM_VER ++++ unset DAALROOT ++++ unset ECF_HOSTFILE ++++ unset ECF_PORT ++++ unset ECF_ROOT ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ unset __LMOD_REF_COUNT_INFOPATH ++++ unset INFOPATH ++++ unset INSPECTOR_2018_DIR ++++ unset INTEL_LICENSE_FILE ++++ unset INTEL_PYTHONHOME ++++ unset IPPROOT ++++ 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_CXX ++++ unset I_MPI_EXTRA_FILESYSTEM ++++ unset I_MPI_EXTRA_FILESYSTEM_LIST ++++ unset I_MPI_F77 ++++ unset I_MPI_F90 ++++ unset I_MPI_FC ++++ unset I_MPI_HYDRA_BOOTSTRAP ++++ unset I_MPI_HYDRA_IFACE ++++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH ++++ unset I_MPI_ROOT ++++ unset JASPER_INC ++++ unset JASPER_LIB ++++ unset JASPER_LIBDIR ++++ unset JASPER_SRC ++++ unset JASPER_VER ++++ unset KMP_AFFINITY ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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 ++++ unset LSF_BINDIR ++++ unset LSF_ENVDIR ++++ unset LSF_LIBDIR ++++ unset LSF_SERVERDIR ++++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 ++++ export __LMOD_REF_COUNT_MANPATH ++++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: ++++ export MANPATH ++++ unset MKLROOT ++++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles ++++ export MODULEPATH ++++ unset MPM_LAUNCHER ++++ unset NEMSIO_INC ++++ unset NEMSIO_LIB ++++ unset NEMSIO_SRC ++++ unset NEMSIO_VER ++++ unset NETCDF ++++ unset NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ unset __LMOD_REF_COUNT_NLSPATH ++++ unset NLSPATH ++++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1' ++++ export __LMOD_REF_COUNT_PATH ++++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin ++++ export PATH ++++ unset PKG_CONFIG_PATH ++++ unset PNG_INC ++++ unset PNG_LIB ++++ unset PNG_LIB12 ++++ unset PNG_LIBDIR ++++ unset PNG_LIBso ++++ unset PNG_SRC ++++ unset PNG_VER ++++ unset POST_INC ++++ unset POST_LIB ++++ unset POST_SRC ++++ unset POST_VER ++++ unset PSTLROOT ++++ unset PYTHONPATH ++++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH ++++ unset QT_PLUGIN_PATH ++++ unset SP_LIB4 ++++ unset SP_LIB8 ++++ unset SP_LIBd ++++ unset SP_SRC ++++ unset SP_VER ++++ unset TBBROOT ++++ unset VT_ADD_LIBS ++++ unset VT_ARCH ++++ unset VT_LIB_DIR ++++ unset VT_MPI ++++ unset VT_ROOT ++++ unset VT_SLIB_DIR ++++ 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 XLSF_UIDDIR ++++ unset Z_INC ++++ unset Z_LIB ++++ unset Z_SRC ++++ unset Z_VER ++++ unset __LMOD_REF_COUNT__LMFILES_ ++++ unset _LMFILES_ ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k ++++ export _ModuleTable001_ ++++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== ++++ 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 _ModuleTable014_ ++++ unset _ModuleTable015_ ++++ unset _ModuleTable016_ ++++ unset _ModuleTable017_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__153548 +++ unset __ms_function_name ++ [[ wcoss_dell_p3 == macosx.* ]] ++ [[ wcoss_dell_p3 == linux.* ]] ++ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k +++ export _ModuleTable001_ +++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module load fv3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 ++ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' '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="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/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_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 +++ export ADVISOR_2018_DIR +++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a +++ export BACIO_LIB4 +++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a +++ export BACIO_LIB8 +++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 +++ export BACIO_SRC +++ BACIO_VER=v2.0.3 +++ export BACIO_VER +++ BINARY_TYPE_HPC= +++ export BINARY_TYPE_HPC +++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' +++ export __LMOD_REF_COUNT_CLASSPATH +++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar +++ export CLASSPATH +++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest +++ export CLCK_ROOT +++ 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=wcoss_dell_p3 +++ export CMAKE_Platform +++ COMP=ips +++ export COMP +++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' +++ export __LMOD_REF_COUNT_CPATH +++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include +++ export CPATH +++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 +++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH +++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include +++ export CPLUS_INCLUDE_PATH +++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix +++ export CRTM_FIX +++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 +++ export CRTM_INC +++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a +++ export CRTM_LIB +++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src +++ export CRTM_SRC +++ CRTM_VER=v2.2.6 +++ export CRTM_VER +++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal +++ export DAALROOT +++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ export G2TMPL_VER +++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 +++ export G2_INC4 +++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d +++ export G2_INCd +++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a +++ export G2_LIB4 +++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a +++ export G2_LIBd +++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 +++ export G2_SRC +++ G2_VER=v3.1.1 +++ export G2_VER +++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver +++ export GDBSERVER_MIC +++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia +++ export GDB_CROSS +++ HDF5=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5' +++ export HDF5_LDFLAGS_F +++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' +++ export __LMOD_REF_COUNT_INFOPATH +++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx +++ export INFOPATH +++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 +++ export INSPECTOR_2018_DIR +++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses +++ export INTEL_LICENSE_FILE +++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 +++ export INTEL_PYTHONHOME +++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp +++ export IPPROOT +++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 +++ export IP_INC4 +++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 +++ export IP_INC8 +++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d +++ export IP_INCd +++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a +++ export IP_LIB4 +++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a +++ export IP_LIB8 +++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a +++ export IP_LIBd +++ IP_SRC=/usrx/local/nceplibs/dev/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_CXX=icpc +++ export I_MPI_CXX +++ I_MPI_EXTRA_FILESYSTEM=yes +++ export I_MPI_EXTRA_FILESYSTEM +++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs +++ export I_MPI_EXTRA_FILESYSTEM_LIST +++ I_MPI_F77=ifort +++ export I_MPI_F77 +++ I_MPI_F90=ifort +++ export I_MPI_F90 +++ I_MPI_FC=ifort +++ export I_MPI_FC +++ I_MPI_HYDRA_BOOTSTRAP=lsf +++ export I_MPI_HYDRA_BOOTSTRAP +++ I_MPI_HYDRA_IFACE=ib0 +++ export I_MPI_HYDRA_IFACE +++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 +++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH +++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi +++ export I_MPI_ROOT +++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include +++ export JASPER_INC +++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a +++ export JASPER_LIB +++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib +++ export JASPER_LIBDIR +++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 +++ export JASPER_SRC +++ JASPER_VER=1.900.29 +++ export JASPER_VER +++ KMP_AFFINITY=scatter +++ export KMP_AFFINITY +++ unset LAUNCH +++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH +++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LD_LIBRARY_PATH +++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LIBRARY_PATH +++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LIBRARY_PATH +++ LIB_NAME=POST +++ export LIB_NAME +++ LMOD_FAMILY_COMPILER=ips +++ export LMOD_FAMILY_COMPILER +++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 +++ export LMOD_FAMILY_COMPILER_VERSION +++ LMOD_FAMILY_MPI=impi +++ export LMOD_FAMILY_MPI +++ LMOD_FAMILY_MPI_VERSION=18.0.1 +++ export LMOD_FAMILY_MPI_VERSION +++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1' +++ export __LMOD_REF_COUNT_LOADEDMODULES +++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3 +++ export LOADEDMODULES +++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin +++ export LSF_BINDIR +++ LSF_ENVDIR=/gpfs/lsf/conf +++ export LSF_ENVDIR +++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib +++ export LSF_LIBDIR +++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc +++ export LSF_SERVERDIR +++ __LMOD_REF_COUNT_MANPATH='/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man +++ export MANPATH +++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl +++ export MKLROOT +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh +++ export MPM_LAUNCHER +++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 +++ export NEMSIO_INC +++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a +++ export NEMSIO_LIB +++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 +++ export NEMSIO_SRC +++ NEMSIO_VER=v2.2.4 +++ export NEMSIO_VER +++ NETCDF=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF_ROOT +++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' +++ export __LMOD_REF_COUNT_NLSPATH +++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N +++ export NLSPATH +++ __LMOD_REF_COUNT_PATH='/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' +++ export __LMOD_REF_COUNT_PATH +++ PATH=/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export PATH +++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig +++ export PKG_CONFIG_PATH +++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include +++ export PNG_INC +++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a +++ export PNG_LIB +++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a +++ export PNG_LIB12 +++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib +++ export PNG_LIBDIR +++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so +++ export PNG_LIBso +++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 +++ export PNG_SRC +++ PNG_VER=1.2.59 +++ export PNG_VER +++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 +++ export POST_INC +++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ export POST_VER +++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl +++ export PSTLROOT +++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi +++ export PYTHONPATH +++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a +++ export SP_LIB4 +++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a +++ export SP_LIB8 +++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a +++ export SP_LIBd +++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 +++ export SP_SRC +++ SP_VER=v2.0.3 +++ export SP_VER +++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb +++ export TBBROOT +++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' +++ export VT_ADD_LIBS +++ VT_ARCH=intel64 +++ export VT_ARCH +++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib +++ export VT_LIB_DIR +++ VT_MPI=impi4 +++ export VT_MPI +++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest +++ export VT_ROOT +++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib +++ export VT_SLIB_DIR +++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 +++ export W3EMC_INC4 +++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 +++ export W3EMC_INC8 +++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d +++ export W3EMC_INCd +++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a +++ export W3EMC_LIB4 +++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a +++ export W3EMC_LIB8 +++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a +++ export W3EMC_LIBd +++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 +++ export W3EMC_SRC +++ W3EMC_VER=v2.3.1 +++ export W3EMC_VER +++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a +++ export W3NCO_LIB4 +++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a +++ export W3NCO_LIB8 +++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a +++ export W3NCO_LIBd +++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 +++ export W3NCO_SRC +++ W3NCO_VER=v2.0.7 +++ export W3NCO_VER +++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid +++ export XLSF_UIDDIR +++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export Z_INC +++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a +++ export Z_LIB +++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src +++ export Z_SRC +++ Z_VER=1.2.11 +++ export Z_VER +++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' +++ export __LMOD_REF_COUNT__LMFILES_ +++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list + +Currently Loaded Modules: + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.5 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) fv3 + + + ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_13 ++ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model -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.1.20171018 +-- The CXX compiler identification is Intel 18.0.1.20171018 +-- The Fortran compiler identification is Intel 18.0.1.20171018 +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") +-- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") +-- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") +-- Found MPI: TRUE (found version "3.1") +ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for wcoss_dell_p3 + +C compiler: Intel 18.0.1.20171018 (mpiicc) +CXX compiler: Intel 18.0.1.20171018 (mpiicpc) +Fortran compiler: Intel 18.0.1.20171018 (mpiifort) + +DEBUG is disabled +REPRO is ENABLED +32BIT is ENABLED +OPENMP is ENABLED +AVX2 is disabled +INLINE_POST is ENABLED + + +Selected physics package: gfs + +Force 64 bits in gfsphysics +Force 64 bits in ipd +-- Dynamics compiled with 32-bit option, adjust fv_sat_adj types +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_CPT_v0_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GSD_v0_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GSD_v0_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GSD_v0_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GSD_v0_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13/FV3/ccpp/physics/ccpp_FV3_GSD_v0_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: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_13 ++ make -j 4 +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_types.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_cplfields.F90.o +[ 0%] 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 ccppphys +Scanning dependencies of target fms +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 1%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 1%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +[ 1%] 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +[ 3%] Linking Fortran static library libfv3cpl.a +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 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/module_mp_radar.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +[ 4%] 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 +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.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 +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/aerclm_def.F.o +[ 5%] 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 +[ 7%] 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/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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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/radcons.f90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 12%] 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 +[ 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_efp.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. +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 13%] 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. +[ 13%] 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 +[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.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_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 +[ 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 +[ 17%] 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 +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.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/cu_gf_driver_post.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 27%] 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/sfc_drv_ruc.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 30%] 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/ccpp_FV3_CPT_v0_fast_physics_cap.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.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 +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +[ 33%] 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/micro_mg2_0.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.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_setup.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 34%] 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. +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/GFS_suite_interstitial.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/GFS_rrtmg_pre.F90.o +[ 36%] 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_2017_gfdlmp_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 +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_stochastics_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_stochastics_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_physics_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_physics_cap.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. +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 39%] 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 41%] 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. +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 43%] 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. +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 43%] 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. +[ 43%] 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. +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.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_output.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/diag_manager/diag_util.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_2017_gfdlmp_time_vary_cap.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_radiation_cap.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.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. +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_time_vary_cap.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_radiation_cap.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_time_vary_cap.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 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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 +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 51%] 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. +[ 51%] 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. +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 51%] 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. +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_cap.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_cap.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_cap.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 57%] 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/gwdc.f.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 58%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 59%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +[ 59%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 59%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.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/precpd.f.o +[ 60%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 61%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 61%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 61%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 61%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 65%] 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 +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 67%] Linking Fortran static library FMS/libfms.a +[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 68%] Built target fms +[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +[ 69%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 69%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +[ 69%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 69%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 70%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 70%] Linking Fortran static library libccppphys.a +[ 70%] Built target ccppphys +Scanning dependencies of target gfsphysics +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 72%] 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 +[ 74%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 74%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 74%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 74%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 74%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 74%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 74%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 74%] Linking Fortran static library libgfsphysics.a +[ 74%] Built target gfsphysics +Scanning dependencies of target ipd +Scanning dependencies of target ccppdriver +[ 75%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 75%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 75%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 75%] Linking Fortran static library libccppdriver.a +[ 75%] Built target ccppdriver +[ 75%] Linking Fortran static library libipd.a +[ 75%] 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 +Scanning dependencies of target fv3core +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 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/model/fv_fill.F90.o +[ 75%] 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/sim_nc_mod.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.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/post_gfs.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/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 +[ 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/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. +[ 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/io/CMakeFiles/io.dir/ffsync.F90.o +[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.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 +[ 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 +[ 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%] Linking Fortran static library libio.a +[ 81%] Built target io +[ 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 +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 83%] 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/tools/fv_nudge.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 +[ 84%] 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/external_ic.F90.o +[ 84%] 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 +[ 88%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 88%] Linking Fortran static library libfv3core.a +[ 88%] 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 +[ 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_gg_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_layout_lag.f.o +[ 88%] 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 +[ 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/epslon_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/get_ls_node_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/pln2eo_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o +[ 90%] 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/dozeuv_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 92%] 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 +[ 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 +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 93%] 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/cellular_automata.f90.o +[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o +[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o +[ 96%] Linking Fortran static library libstochastic_physics.a +[ 96%] Built target stochastic_physics +Scanning dependencies of target fv3cap +[ 96%] 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 +[ 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 +[ 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_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 +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.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.F90.o +[ 98%] 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 +[ 99%] Building C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o +[100%] Linking Fortran executable NEMS.exe +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_13.exe ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_13 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_13 ++ elapsed=665 ++ echo 'Elapsed time 665 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y finished' +Elapsed time 665 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0 32BIT=Y finished ++ SECONDS=0 ++++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ MACHINE_ID=wcoss_dell_p3 ++ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_2017' ++ BUILD_NAME=fv3_14 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_14 ++ [[ wcoss_dell_p3 == cheyenne.* ]] ++ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] ++ MAKE_THREADS=4 ++ MAKE_THREADS=4 ++ hostname +v71a3 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 into fv3_14.exe on wcoss_dell_p3' +Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 into fv3_14.exe on wcoss_dell_p3 ++ '[' YES = YES ']' ++ rm -rf build_fv3_14 ++ mkdir -p build_fv3_14 ++ CCPP_CMAKE_FLAGS= ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\R\E\P\R\O\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\3\2\B\I\T\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\O\P\E\N\M\P\=\N* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release' ++ [[ wcoss_dell_p3 == \j\e\t\.\i\n\t\e\l ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_2017 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017 --builddir=tests/build_fv3_14/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_14/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip +INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology +INFO: filtering out variable area_fraction_of_wet_canopy +INFO: filtering out variable atmosphere_energy_content_at_Lagrangian_surface +INFO: filtering out variable atmosphere_energy_content_in_column +INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl +INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc +INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable canopy_air_temperature +INFO: filtering out variable canopy_air_vapor_pressure +INFO: filtering out variable canopy_intercepted_ice_mass +INFO: filtering out variable canopy_intercepted_liquid_water +INFO: filtering out variable cappa_moist_gas_constant_at_Lagrangian_surface +INFO: filtering out variable ccn_number_concentration +INFO: filtering out variable ccpp_block_number +INFO: filtering out variable cell_area_for_fast_physics +INFO: filtering out variable cell_size +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_base_mass_flux +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface +INFO: filtering out variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_droplet_number_concentration +INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics +INFO: filtering out variable cloud_fraction_at_Lagrangian_surface +INFO: filtering out variable cloud_fraction_for_MG +INFO: filtering out variable cloud_fraction_updated_by_physics +INFO: filtering out variable cloud_graupel_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_ice_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_phase_transition_denominator +INFO: filtering out variable cloud_phase_transition_threshold_temperature +INFO: filtering out variable cloud_rain_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_snow_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_specie_mix_flag +INFO: filtering out variable cloudpdf +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable conv_activity_counter +INFO: filtering out variable convective_updraft_area_fraction +INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces +INFO: filtering out variable couple_sgs_clouds_to_radiation_flag +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable density_of_frozen_precipitation +INFO: filtering out variable depth_of_soil_levels_for_land_surface_model +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable do_mynnsfclay +INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable edmf_flag +INFO: filtering out variable edmf_momentum_transport_flag +INFO: filtering out variable edmf_partition_flag +INFO: filtering out variable edmf_tke_transport_flag +INFO: filtering out variable effective_radius_of_stratiform_cloud_graupel_particle_in_um +INFO: filtering out variable effective_radius_of_stratiform_cloud_ice_particle_in_um +INFO: filtering out variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um +INFO: filtering out variable effective_radius_of_stratiform_cloud_rain_particle_in_um +INFO: filtering out variable effective_radius_of_stratiform_cloud_snow_particle_in_um +INFO: filtering out variable emdf_updraft_area +INFO: filtering out variable emdf_updraft_cloud_water +INFO: filtering out variable emdf_updraft_entrainment_rate +INFO: filtering out variable emdf_updraft_theta_l +INFO: filtering out variable emdf_updraft_total_water +INFO: filtering out variable emdf_updraft_vertical_velocity +INFO: filtering out variable ending_x_direction_index +INFO: filtering out variable ending_x_direction_index_domain +INFO: filtering out variable ending_y_direction_index +INFO: filtering out variable ending_y_direction_index_domain +INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS +INFO: filtering out variable equilibrium_soil_water_content +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable fast_soil_pool_mass_content_of_carbon +INFO: filtering out variable fine_root_mass +INFO: filtering out variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa +INFO: filtering out variable flag_arakawa_wu_downdraft +INFO: filtering out variable flag_convective_tracer_transport +INFO: filtering out variable flag_flip +INFO: filtering out variable flag_flux_form_CS +INFO: filtering out variable flag_for_2015_ozone_physics +INFO: filtering out variable flag_for_aerosol_input_MG +INFO: filtering out variable flag_for_canopy_stomatal_resistance_option +INFO: filtering out variable flag_for_cloud_effective_radii +INFO: filtering out variable flag_for_dynamic_vegetation_option +INFO: filtering out variable flag_for_fast_microphysics_energy_conservation +INFO: filtering out variable flag_for_frozen_soil_permeability_option +INFO: filtering out variable flag_for_frozen_soil_physics +INFO: filtering out variable flag_for_ground_snow_surface_albedo_option +INFO: filtering out variable flag_for_hydrostatic_heating_from_physics +INFO: filtering out variable flag_for_hydrostatic_solver +INFO: filtering out variable flag_for_hydrostatic_solver_for_fast_physics +INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_inline_cloud_fraction_calculation +INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option +INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme +INFO: filtering out variable flag_for_precipitation_partition_option +INFO: filtering out variable flag_for_radiation_transfer_option +INFO: filtering out variable flag_for_reading_leaf_area_index_from_input +INFO: filtering out variable flag_for_resetting_radar_reflectivity_calculation +INFO: filtering out variable flag_for_restart +INFO: filtering out variable flag_for_runoff_and_groundwater_option +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_for_saturation_adjustment_for_microphysics_in_dynamics +INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option +INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option +INFO: filtering out variable flag_for_supercooled_liquid_water_option +INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option +INFO: filtering out variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface +INFO: filtering out variable flag_for_the_last_step_of_k_split_remapping +INFO: filtering out variable flag_mg3_as_mg2 +INFO: filtering out variable flag_skip_macro +INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_tracer_scavenged +INFO: filtering out variable gas_constants_for_multi_gases_physics +INFO: filtering out variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface +INFO: filtering out variable gf_memory_counter +INFO: filtering out variable graupel_mixing_ratio_updated_by_physics +INFO: filtering out variable graupel_number_concentration_updated_by_physics +INFO: filtering out variable grav_settling +INFO: filtering out variable ground_temperature_for_noahmp +INFO: filtering out variable gwd_opt +INFO: filtering out variable h2o_forcing +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_friendly_aerosol_number_concentration +INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable ice_number_concentration +INFO: filtering out variable ice_number_concentration_updated_by_physics +INFO: filtering out variable ice_supersaturation_threshold +INFO: filtering out variable ice_water_mixing_ratio +INFO: filtering out variable ice_water_mixing_ratio_updated_by_physics +INFO: filtering out variable in_number_concentration +INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable k_level_of_highest_reaching_plume +INFO: filtering out variable kappa_dry_for_fast_physics +INFO: filtering out variable kinematic_buoyancy_flux_from_shoc +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable lake_water_storage +INFO: filtering out variable latitude_index_in_debug_printouts +INFO: filtering out variable layer_bottom_depth_from_snow_surface +INFO: filtering out variable leaf_area_index +INFO: filtering out variable leaf_mass +INFO: filtering out variable limit_for_temperature_tendency_for_microphysics +INFO: filtering out variable liquid_water_density +INFO: filtering out variable local_graupel_mixing_ratio +INFO: filtering out variable local_graupel_number_concentration +INFO: filtering out variable local_rain_number_concentration +INFO: filtering out variable local_rain_water_mixing_ratio +INFO: filtering out variable local_snow_number_concentration +INFO: filtering out variable local_snow_water_mixing_ratio +INFO: filtering out variable log_pressure_at_Lagrangian_surface +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable maximum_mass_flux +INFO: filtering out variable maximum_updraft_velocity_at_cloud_base +INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency +INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency +INFO: filtering out variable mg_allow_supersat_after_sed +INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow +INFO: filtering out variable mg_bergeron_efficiency_factor +INFO: filtering out variable mg_cloud_water_variance +INFO: filtering out variable mg_drop_concentration_constant +INFO: filtering out variable mg_flag_drop_concentration_constant +INFO: filtering out variable mg_flag_for_cloud_ice_processes +INFO: filtering out variable mg_flag_for_gmao_ice_formulation +INFO: filtering out variable mg_flag_for_graupel +INFO: filtering out variable mg_flag_for_hail +INFO: filtering out variable mg_flag_for_heterogeneous_freezing +INFO: filtering out variable mg_flag_for_liu_liquid_treatment +INFO: filtering out variable mg_flag_for_sb2001_autoconversion +INFO: filtering out variable mg_flag_for_uniform_subcolumns +INFO: filtering out variable mg_flag_graupel_concentration_constant +INFO: filtering out variable mg_flag_ice_concentration_constant +INFO: filtering out variable mg_graupel_concentration_constant +INFO: filtering out variable mg_ice_concentration_constant +INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio +INFO: filtering out variable mg_minimum_rh_for_ice +INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice +INFO: filtering out variable mg_tuning_factor_for_alphas +INFO: filtering out variable mg_type_of_precip_fraction_method +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable mix_total_water_flag +INFO: filtering out variable mixing_length +INFO: filtering out variable mixing_length_flag +INFO: filtering out variable moisture_from_previous_timestep +INFO: filtering out variable moisture_tendency_due_to_dynamics +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable mpi_comm +INFO: filtering out variable mpi_rank_for_fast_physics +INFO: filtering out variable mpi_root_for_fast_physics +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_cloud_types_CS +INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data +INFO: filtering out variable number_of_frozen_precipitation_species +INFO: filtering out variable number_of_gases_for_multi_gases_physics +INFO: filtering out variable number_of_ghost_zones +INFO: filtering out variable number_of_plumes +INFO: filtering out variable number_of_snow_layers +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable number_of_tracers_for_CS +INFO: filtering out variable number_of_tracers_plus_one +INFO: filtering out variable number_of_water_species +INFO: filtering out variable omp_threads_for_fast_physics +INFO: filtering out variable ozone_mixing_ratio +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable prandtl_number +INFO: filtering out variable pressure_thickness_at_Lagrangian_surface +INFO: filtering out variable q_prime_squared +INFO: filtering out variable rain_number_concentration_updated_by_physics +INFO: filtering out variable rain_water_mixing_ratio_updated_by_physics +INFO: filtering out variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind +INFO: filtering out variable reciprocal_of_obukhov_length +INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation +INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term +INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface +INFO: filtering out variable slow_soil_pool_mass_content_of_carbon +INFO: filtering out variable snow_albedo_at_previous_time_step +INFO: filtering out variable snow_layer_ice +INFO: filtering out variable snow_layer_liquid_water +INFO: filtering out variable snow_mass_at_previous_time_step +INFO: filtering out variable snow_number_concentration_updated_by_physics +INFO: filtering out variable snow_precipitation_rate_at_surface +INFO: filtering out variable snow_temperature +INFO: filtering out variable snow_temperature_bottom_first_layer +INFO: filtering out variable snow_water_mixing_ratio_updated_by_physics +INFO: filtering out variable soil_temperature_for_land_surface_model +INFO: filtering out variable soil_vertical_dimension_for_land_surface_model +INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table +INFO: filtering out variable specific_heat_capacities_for_multi_gases_physics +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stability_function_for_heat +INFO: filtering out variable starting_x_direction_index +INFO: filtering out variable starting_x_direction_index_domain +INFO: filtering out variable starting_y_direction_index +INFO: filtering out variable starting_y_direction_index_domain +INFO: filtering out variable stem_area_index +INFO: filtering out variable stem_mass +INFO: filtering out variable subgrid_cloud_fraction_pbl +INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl +INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc +INFO: filtering out variable surface_condensation_mass +INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp +INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_geopotential_at_Lagrangian_surface +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable t_prime_q_prime +INFO: filtering out variable t_prime_squared +INFO: filtering out variable temperature_from_previous_timestep +INFO: filtering out variable temperature_tendency_due_to_dynamics +INFO: filtering out variable tendency_of_air_temperature_at_Lagrangian_surface +INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable thickness_at_Lagrangian_surface +INFO: filtering out variable time_step_for_remapping_for_fast_physics +INFO: filtering out variable tke_advect +INFO: filtering out variable tke_at_mass_points +INFO: filtering out variable tke_budget +INFO: filtering out variable tke_dissipative_heating_factor +INFO: filtering out variable top_layer_index_for_fast_physics +INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable triple_point_temperature_of_water +INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS +INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vegetation_temperature +INFO: filtering out variable vertical_dimension_for_fast_physics +INFO: filtering out variable vertical_dimension_for_thickness_at_Lagrangian_surface +INFO: filtering out variable vertical_dimension_of_h2o_forcing_data +INFO: filtering out variable virtual_temperature_at_Lagrangian_surface +INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model +INFO: filtering out variable water_friendly_aerosol_number_concentration +INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable water_storage_in_aquifer +INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil +INFO: filtering out variable water_table_depth +INFO: filtering out variable water_table_recharge_when_deep +INFO: filtering out variable water_table_recharge_when_shallow +INFO: filtering out variable water_vapor_mixing_ratio_at_surface +INFO: filtering out variable water_vapor_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable wood_mass +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_14/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_14/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_14/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_14/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_14/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 5 auto-generated caps to tests/build_fv3_14/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_14/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_14/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_14/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90' +++ CCPP_CAPS='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90' ++ source build_fv3_14/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\W\W\3\=\Y* ]] +++ trim ' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ local 'var= -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo -n '-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ CCPP_CMAKE_FLAGS='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__56836 +++ eval 'setup__test_function__56836() { /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__56836 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ -d /gpfs/hps ]] +++ [[ -e /etc/SuSE-release ]] +++ [[ -d /dcom ]] +++ [[ -L /usrx ]] ++++ readlink /usrx +++ [[ /gpfs/dell1/usrx =~ dell ]] +++ eval module help +++ module purge ++++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge +++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' 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 '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' 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_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' 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 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' 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 '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' unset '_ModuleTable017_;' ++++ unset ADVISOR_2018_DIR ++++ unset BACIO_LIB4 ++++ unset BACIO_LIB8 ++++ unset BACIO_SRC ++++ unset BACIO_VER ++++ unset BINARY_TYPE_HPC ++++ unset __LMOD_REF_COUNT_CLASSPATH ++++ unset CLASSPATH ++++ unset CLCK_ROOT ++++ 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 __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH ++++ unset CPLUS_INCLUDE_PATH ++++ unset CRTM_FIX ++++ unset CRTM_INC ++++ unset CRTM_LIB ++++ unset CRTM_SRC ++++ unset CRTM_VER ++++ unset DAALROOT ++++ unset ECF_HOSTFILE ++++ unset ECF_PORT ++++ unset ECF_ROOT ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ unset __LMOD_REF_COUNT_INFOPATH ++++ unset INFOPATH ++++ unset INSPECTOR_2018_DIR ++++ unset INTEL_LICENSE_FILE ++++ unset INTEL_PYTHONHOME ++++ unset IPPROOT ++++ 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_CXX ++++ unset I_MPI_EXTRA_FILESYSTEM ++++ unset I_MPI_EXTRA_FILESYSTEM_LIST ++++ unset I_MPI_F77 ++++ unset I_MPI_F90 ++++ unset I_MPI_FC ++++ unset I_MPI_HYDRA_BOOTSTRAP ++++ unset I_MPI_HYDRA_IFACE ++++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH ++++ unset I_MPI_ROOT ++++ unset JASPER_INC ++++ unset JASPER_LIB ++++ unset JASPER_LIBDIR ++++ unset JASPER_SRC ++++ unset JASPER_VER ++++ unset KMP_AFFINITY ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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 ++++ unset LSF_BINDIR ++++ unset LSF_ENVDIR ++++ unset LSF_LIBDIR ++++ unset LSF_SERVERDIR ++++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 ++++ export __LMOD_REF_COUNT_MANPATH ++++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: ++++ export MANPATH ++++ unset MKLROOT ++++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles ++++ export MODULEPATH ++++ unset MPM_LAUNCHER ++++ unset NEMSIO_INC ++++ unset NEMSIO_LIB ++++ unset NEMSIO_SRC ++++ unset NEMSIO_VER ++++ unset NETCDF ++++ unset NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ unset __LMOD_REF_COUNT_NLSPATH ++++ unset NLSPATH ++++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1' ++++ export __LMOD_REF_COUNT_PATH ++++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin ++++ export PATH ++++ unset PKG_CONFIG_PATH ++++ unset PNG_INC ++++ unset PNG_LIB ++++ unset PNG_LIB12 ++++ unset PNG_LIBDIR ++++ unset PNG_LIBso ++++ unset PNG_SRC ++++ unset PNG_VER ++++ unset POST_INC ++++ unset POST_LIB ++++ unset POST_SRC ++++ unset POST_VER ++++ unset PSTLROOT ++++ unset PYTHONPATH ++++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH ++++ unset QT_PLUGIN_PATH ++++ unset SP_LIB4 ++++ unset SP_LIB8 ++++ unset SP_LIBd ++++ unset SP_SRC ++++ unset SP_VER ++++ unset TBBROOT ++++ unset VT_ADD_LIBS ++++ unset VT_ARCH ++++ unset VT_LIB_DIR ++++ unset VT_MPI ++++ unset VT_ROOT ++++ unset VT_SLIB_DIR ++++ 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 XLSF_UIDDIR ++++ unset Z_INC ++++ unset Z_LIB ++++ unset Z_SRC ++++ unset Z_VER ++++ unset __LMOD_REF_COUNT__LMFILES_ ++++ unset _LMFILES_ ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k ++++ export _ModuleTable001_ ++++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== ++++ 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 _ModuleTable014_ ++++ unset _ModuleTable015_ ++++ unset _ModuleTable016_ ++++ unset _ModuleTable017_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__56836 +++ unset __ms_function_name ++ [[ wcoss_dell_p3 == macosx.* ]] ++ [[ wcoss_dell_p3 == linux.* ]] ++ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k +++ export _ModuleTable001_ +++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module load fv3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 ++ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' '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="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/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_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 +++ export ADVISOR_2018_DIR +++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a +++ export BACIO_LIB4 +++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a +++ export BACIO_LIB8 +++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 +++ export BACIO_SRC +++ BACIO_VER=v2.0.3 +++ export BACIO_VER +++ BINARY_TYPE_HPC= +++ export BINARY_TYPE_HPC +++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' +++ export __LMOD_REF_COUNT_CLASSPATH +++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar +++ export CLASSPATH +++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest +++ export CLCK_ROOT +++ 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=wcoss_dell_p3 +++ export CMAKE_Platform +++ COMP=ips +++ export COMP +++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' +++ export __LMOD_REF_COUNT_CPATH +++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include +++ export CPATH +++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 +++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH +++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include +++ export CPLUS_INCLUDE_PATH +++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix +++ export CRTM_FIX +++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 +++ export CRTM_INC +++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a +++ export CRTM_LIB +++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src +++ export CRTM_SRC +++ CRTM_VER=v2.2.6 +++ export CRTM_VER +++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal +++ export DAALROOT +++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ export G2TMPL_VER +++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 +++ export G2_INC4 +++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d +++ export G2_INCd +++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a +++ export G2_LIB4 +++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a +++ export G2_LIBd +++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 +++ export G2_SRC +++ G2_VER=v3.1.1 +++ export G2_VER +++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver +++ export GDBSERVER_MIC +++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia +++ export GDB_CROSS +++ HDF5=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5' +++ export HDF5_LDFLAGS_F +++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' +++ export __LMOD_REF_COUNT_INFOPATH +++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx +++ export INFOPATH +++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 +++ export INSPECTOR_2018_DIR +++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses +++ export INTEL_LICENSE_FILE +++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 +++ export INTEL_PYTHONHOME +++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp +++ export IPPROOT +++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 +++ export IP_INC4 +++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 +++ export IP_INC8 +++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d +++ export IP_INCd +++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a +++ export IP_LIB4 +++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a +++ export IP_LIB8 +++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a +++ export IP_LIBd +++ IP_SRC=/usrx/local/nceplibs/dev/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_CXX=icpc +++ export I_MPI_CXX +++ I_MPI_EXTRA_FILESYSTEM=yes +++ export I_MPI_EXTRA_FILESYSTEM +++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs +++ export I_MPI_EXTRA_FILESYSTEM_LIST +++ I_MPI_F77=ifort +++ export I_MPI_F77 +++ I_MPI_F90=ifort +++ export I_MPI_F90 +++ I_MPI_FC=ifort +++ export I_MPI_FC +++ I_MPI_HYDRA_BOOTSTRAP=lsf +++ export I_MPI_HYDRA_BOOTSTRAP +++ I_MPI_HYDRA_IFACE=ib0 +++ export I_MPI_HYDRA_IFACE +++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 +++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH +++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi +++ export I_MPI_ROOT +++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include +++ export JASPER_INC +++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a +++ export JASPER_LIB +++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib +++ export JASPER_LIBDIR +++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 +++ export JASPER_SRC +++ JASPER_VER=1.900.29 +++ export JASPER_VER +++ KMP_AFFINITY=scatter +++ export KMP_AFFINITY +++ unset LAUNCH +++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH +++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LD_LIBRARY_PATH +++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LIBRARY_PATH +++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LIBRARY_PATH +++ LIB_NAME=POST +++ export LIB_NAME +++ LMOD_FAMILY_COMPILER=ips +++ export LMOD_FAMILY_COMPILER +++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 +++ export LMOD_FAMILY_COMPILER_VERSION +++ LMOD_FAMILY_MPI=impi +++ export LMOD_FAMILY_MPI +++ LMOD_FAMILY_MPI_VERSION=18.0.1 +++ export LMOD_FAMILY_MPI_VERSION +++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1' +++ export __LMOD_REF_COUNT_LOADEDMODULES +++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3 +++ export LOADEDMODULES +++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin +++ export LSF_BINDIR +++ LSF_ENVDIR=/gpfs/lsf/conf +++ export LSF_ENVDIR +++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib +++ export LSF_LIBDIR +++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc +++ export LSF_SERVERDIR +++ __LMOD_REF_COUNT_MANPATH='/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man +++ export MANPATH +++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl +++ export MKLROOT +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh +++ export MPM_LAUNCHER +++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 +++ export NEMSIO_INC +++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a +++ export NEMSIO_LIB +++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 +++ export NEMSIO_SRC +++ NEMSIO_VER=v2.2.4 +++ export NEMSIO_VER +++ NETCDF=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF_ROOT +++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' +++ export __LMOD_REF_COUNT_NLSPATH +++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N +++ export NLSPATH +++ __LMOD_REF_COUNT_PATH='/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' +++ export __LMOD_REF_COUNT_PATH +++ PATH=/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export PATH +++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig +++ export PKG_CONFIG_PATH +++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include +++ export PNG_INC +++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a +++ export PNG_LIB +++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a +++ export PNG_LIB12 +++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib +++ export PNG_LIBDIR +++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so +++ export PNG_LIBso +++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 +++ export PNG_SRC +++ PNG_VER=1.2.59 +++ export PNG_VER +++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 +++ export POST_INC +++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ export POST_VER +++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl +++ export PSTLROOT +++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi +++ export PYTHONPATH +++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a +++ export SP_LIB4 +++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a +++ export SP_LIB8 +++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a +++ export SP_LIBd +++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 +++ export SP_SRC +++ SP_VER=v2.0.3 +++ export SP_VER +++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb +++ export TBBROOT +++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' +++ export VT_ADD_LIBS +++ VT_ARCH=intel64 +++ export VT_ARCH +++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib +++ export VT_LIB_DIR +++ VT_MPI=impi4 +++ export VT_MPI +++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest +++ export VT_ROOT +++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib +++ export VT_SLIB_DIR +++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 +++ export W3EMC_INC4 +++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 +++ export W3EMC_INC8 +++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d +++ export W3EMC_INCd +++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a +++ export W3EMC_LIB4 +++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a +++ export W3EMC_LIB8 +++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a +++ export W3EMC_LIBd +++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 +++ export W3EMC_SRC +++ W3EMC_VER=v2.3.1 +++ export W3EMC_VER +++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a +++ export W3NCO_LIB4 +++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a +++ export W3NCO_LIB8 +++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a +++ export W3NCO_LIBd +++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 +++ export W3NCO_SRC +++ W3NCO_VER=v2.0.7 +++ export W3NCO_VER +++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid +++ export XLSF_UIDDIR +++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export Z_INC +++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a +++ export Z_LIB +++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src +++ export Z_SRC +++ Z_VER=1.2.11 +++ export Z_VER +++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' +++ export __LMOD_REF_COUNT__LMFILES_ +++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list + +Currently Loaded Modules: + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.5 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) fv3 + + + ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_14 ++ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF +-- The C compiler identification is Intel 18.0.1.20171018 +-- The CXX compiler identification is Intel 18.0.1.20171018 +-- The Fortran compiler identification is Intel 18.0.1.20171018 +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") +-- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") +-- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") +-- Found MPI: TRUE (found version "3.1") +ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for wcoss_dell_p3 + +C compiler: Intel 18.0.1.20171018 (mpiicc) +CXX compiler: Intel 18.0.1.20171018 (mpiicpc) +Fortran compiler: Intel 18.0.1.20171018 (mpiifort) + +DEBUG is disabled +REPRO is disabled +32BIT is disabled +OPENMP is ENABLED +AVX2 is disabled +INLINE_POST is ENABLED + + +Selected physics package: gfs + +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_14/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90 +Force 64 bits in CCPP_layer +-- Configuring done +-- Generating done +-- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_14 ++ make -j 4 +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 +Scanning dependencies of target ccpp +[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o +[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o +Scanning dependencies of target fms +[ 2%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.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. +[ 2%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.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%] Linking Fortran static library libccpp.a +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 2%] Built target ccpp +[ 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 3%] Linking Fortran static library libfv3cpl.a +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +Scanning dependencies of target ccppphys +[ 4%] 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. +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +[ 4%] Built target fv3cpl +[ 4%] 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 +[ 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 CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.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/module_sf_noahmp_glacier.f90.o +[ 5%] 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/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 CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.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.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_MP_FER_HIRES.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.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/module_sf_ruclsm.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 13%] 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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 +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.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 +[ 14%] 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 +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 15%] 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 +[ 16%] 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/maximum_hourly_diagnostics.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.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 +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 18%] 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 +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 20%] 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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 +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 23%] 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 +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +[ 24%] 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 +[ 25%] 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/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 +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.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 +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +[ 28%] 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/sfc_nst.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 29%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 29%] 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. +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +[ 30%] 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_2017_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/ccpp_FV3_GFS_2017_physics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_radiation_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_time_vary_cap.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 32%] 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. +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 33%] 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. +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o +[ 34%] 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. +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 36%] 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. +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 37%] 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. +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 39%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 39%] 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. +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 39%] 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. +[ 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. +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 39%] 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. +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 40%] 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. +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.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/interpolator/interpolator.F90.o +[ 42%] 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. +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_cap.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 44%] 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_ntiedtke_post.F90.o +[ 46%] 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 +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.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/tracer_manager/tracer_manager.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.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/drifters/quicksort.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 50%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 52%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 52%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 52%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 54%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 55%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 56%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 56%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 59%] 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 +[ 62%] Linking Fortran static library FMS/libfms.a +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +[ 62%] Built target fms +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 65%] 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 +[ 66%] 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 +[ 67%] 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 +[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 67%] 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/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/namelist_soilveg.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 +[ 70%] 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%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 71%] 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 +[ 73%] 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 ccppdriver +[ 73%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +Scanning dependencies of target ipd +[ 73%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.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 +Scanning dependencies of target io +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +Scanning dependencies of target fv3core +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 77%] 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_nemsio.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/tools/sim_nc_mod.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.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/post_gfs.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_mp_mod.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/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 79%] 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 81%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 81%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 81%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 82%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 86%] Linking Fortran static library libio.a +[ 86%] Built target io +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 86%] 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/tools/test_cases.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/dyn_core.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/tools/external_ic.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 87%] 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 +[ 88%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 88%] Linking Fortran static library libfv3core.a +[ 88%] 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 +[ 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/glats_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_layout_lag.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_namelist_def.F90.o +[ 91%] 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/setlats_lag_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_lats_node_a_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_ls_node_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/gozrineo_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o +[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o +[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o +[ 96%] Linking Fortran static library libstochastic_physics.a +[ 96%] Built target stochastic_physics +Scanning dependencies of target fv3cap +[ 96%] 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 +[ 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 +[ 98%] 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_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_NEMS_UTILS.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%] Linking Fortran executable NEMS.exe +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_14.exe ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_14 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_14 ++ elapsed=656 ++ echo 'Elapsed time 656 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 finished' +Elapsed time 656 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 finished ++ SECONDS=0 ++++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ MACHINE_ID=wcoss_dell_p3 ++ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y' ++ BUILD_NAME=fv3_15 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_15 ++ [[ wcoss_dell_p3 == cheyenne.* ]] ++ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] ++ MAKE_THREADS=4 ++ MAKE_THREADS=4 ++ hostname +v71a3 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y into fv3_15.exe on wcoss_dell_p3' +Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y into fv3_15.exe on wcoss_dell_p3 ++ '[' YES = YES ']' ++ rm -rf build_fv3_15 ++ mkdir -p build_fv3_15 ++ CCPP_CMAKE_FLAGS= ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\R\E\P\R\O\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\3\2\B\I\T\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release' ++ [[ wcoss_dell_p3 == \j\e\t\.\i\n\t\e\l ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017,FV3_GFS_2017_gfdlmp --builddir=tests/build_fv3_15/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_15/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip +INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology +INFO: filtering out variable area_fraction_of_wet_canopy +INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl +INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc +INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable canopy_air_temperature +INFO: filtering out variable canopy_air_vapor_pressure +INFO: filtering out variable canopy_intercepted_ice_mass +INFO: filtering out variable canopy_intercepted_liquid_water +INFO: filtering out variable ccn_number_concentration +INFO: filtering out variable ccpp_block_number +INFO: filtering out variable cell_size +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_base_mass_flux +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface +INFO: filtering out variable cloud_droplet_number_concentration +INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics +INFO: filtering out variable cloud_fraction_for_MG +INFO: filtering out variable cloud_phase_transition_denominator +INFO: filtering out variable cloud_phase_transition_threshold_temperature +INFO: filtering out variable cloud_specie_mix_flag +INFO: filtering out variable cloudpdf +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable conv_activity_counter +INFO: filtering out variable convective_updraft_area_fraction +INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces +INFO: filtering out variable couple_sgs_clouds_to_radiation_flag +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable density_of_frozen_precipitation +INFO: filtering out variable depth_of_soil_levels_for_land_surface_model +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable do_mynnsfclay +INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable edmf_flag +INFO: filtering out variable edmf_momentum_transport_flag +INFO: filtering out variable edmf_partition_flag +INFO: filtering out variable edmf_tke_transport_flag +INFO: filtering out variable emdf_updraft_area +INFO: filtering out variable emdf_updraft_cloud_water +INFO: filtering out variable emdf_updraft_entrainment_rate +INFO: filtering out variable emdf_updraft_theta_l +INFO: filtering out variable emdf_updraft_total_water +INFO: filtering out variable emdf_updraft_vertical_velocity +INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS +INFO: filtering out variable equilibrium_soil_water_content +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable fast_soil_pool_mass_content_of_carbon +INFO: filtering out variable fine_root_mass +INFO: filtering out variable flag_arakawa_wu_downdraft +INFO: filtering out variable flag_convective_tracer_transport +INFO: filtering out variable flag_flip +INFO: filtering out variable flag_flux_form_CS +INFO: filtering out variable flag_for_2015_ozone_physics +INFO: filtering out variable flag_for_aerosol_input_MG +INFO: filtering out variable flag_for_canopy_stomatal_resistance_option +INFO: filtering out variable flag_for_dynamic_vegetation_option +INFO: filtering out variable flag_for_frozen_soil_permeability_option +INFO: filtering out variable flag_for_frozen_soil_physics +INFO: filtering out variable flag_for_ground_snow_surface_albedo_option +INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option +INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme +INFO: filtering out variable flag_for_precipitation_partition_option +INFO: filtering out variable flag_for_radiation_transfer_option +INFO: filtering out variable flag_for_reading_leaf_area_index_from_input +INFO: filtering out variable flag_for_resetting_radar_reflectivity_calculation +INFO: filtering out variable flag_for_restart +INFO: filtering out variable flag_for_runoff_and_groundwater_option +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option +INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option +INFO: filtering out variable flag_for_supercooled_liquid_water_option +INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option +INFO: filtering out variable flag_mg3_as_mg2 +INFO: filtering out variable flag_skip_macro +INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_tracer_scavenged +INFO: filtering out variable gf_memory_counter +INFO: filtering out variable graupel_number_concentration_updated_by_physics +INFO: filtering out variable grav_settling +INFO: filtering out variable ground_temperature_for_noahmp +INFO: filtering out variable gwd_opt +INFO: filtering out variable h2o_forcing +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_friendly_aerosol_number_concentration +INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable ice_number_concentration +INFO: filtering out variable ice_number_concentration_updated_by_physics +INFO: filtering out variable ice_supersaturation_threshold +INFO: filtering out variable ice_water_mixing_ratio +INFO: filtering out variable in_number_concentration +INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable k_level_of_highest_reaching_plume +INFO: filtering out variable kinematic_buoyancy_flux_from_shoc +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable lake_water_storage +INFO: filtering out variable latitude_index_in_debug_printouts +INFO: filtering out variable layer_bottom_depth_from_snow_surface +INFO: filtering out variable leaf_area_index +INFO: filtering out variable leaf_mass +INFO: filtering out variable limit_for_temperature_tendency_for_microphysics +INFO: filtering out variable liquid_water_density +INFO: filtering out variable local_graupel_mixing_ratio +INFO: filtering out variable local_graupel_number_concentration +INFO: filtering out variable local_rain_number_concentration +INFO: filtering out variable local_rain_water_mixing_ratio +INFO: filtering out variable local_snow_number_concentration +INFO: filtering out variable local_snow_water_mixing_ratio +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable maximum_mass_flux +INFO: filtering out variable maximum_updraft_velocity_at_cloud_base +INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency +INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency +INFO: filtering out variable mg_allow_supersat_after_sed +INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow +INFO: filtering out variable mg_bergeron_efficiency_factor +INFO: filtering out variable mg_cloud_water_variance +INFO: filtering out variable mg_drop_concentration_constant +INFO: filtering out variable mg_flag_drop_concentration_constant +INFO: filtering out variable mg_flag_for_cloud_ice_processes +INFO: filtering out variable mg_flag_for_gmao_ice_formulation +INFO: filtering out variable mg_flag_for_graupel +INFO: filtering out variable mg_flag_for_hail +INFO: filtering out variable mg_flag_for_heterogeneous_freezing +INFO: filtering out variable mg_flag_for_liu_liquid_treatment +INFO: filtering out variable mg_flag_for_sb2001_autoconversion +INFO: filtering out variable mg_flag_for_uniform_subcolumns +INFO: filtering out variable mg_flag_graupel_concentration_constant +INFO: filtering out variable mg_flag_ice_concentration_constant +INFO: filtering out variable mg_graupel_concentration_constant +INFO: filtering out variable mg_ice_concentration_constant +INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio +INFO: filtering out variable mg_minimum_rh_for_ice +INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice +INFO: filtering out variable mg_tuning_factor_for_alphas +INFO: filtering out variable mg_type_of_precip_fraction_method +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable mix_total_water_flag +INFO: filtering out variable mixing_length +INFO: filtering out variable mixing_length_flag +INFO: filtering out variable moisture_from_previous_timestep +INFO: filtering out variable moisture_tendency_due_to_dynamics +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable mpi_comm +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_cloud_types_CS +INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data +INFO: filtering out variable number_of_frozen_precipitation_species +INFO: filtering out variable number_of_plumes +INFO: filtering out variable number_of_snow_layers +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable number_of_tracers_for_CS +INFO: filtering out variable number_of_tracers_plus_one +INFO: filtering out variable ozone_mixing_ratio +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable prandtl_number +INFO: filtering out variable q_prime_squared +INFO: filtering out variable rain_number_concentration_updated_by_physics +INFO: filtering out variable reciprocal_of_obukhov_length +INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation +INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term +INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface +INFO: filtering out variable slow_soil_pool_mass_content_of_carbon +INFO: filtering out variable snow_albedo_at_previous_time_step +INFO: filtering out variable snow_layer_ice +INFO: filtering out variable snow_layer_liquid_water +INFO: filtering out variable snow_mass_at_previous_time_step +INFO: filtering out variable snow_number_concentration_updated_by_physics +INFO: filtering out variable snow_precipitation_rate_at_surface +INFO: filtering out variable snow_temperature +INFO: filtering out variable snow_temperature_bottom_first_layer +INFO: filtering out variable soil_temperature_for_land_surface_model +INFO: filtering out variable soil_vertical_dimension_for_land_surface_model +INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stability_function_for_heat +INFO: filtering out variable stem_area_index +INFO: filtering out variable stem_mass +INFO: filtering out variable subgrid_cloud_fraction_pbl +INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl +INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc +INFO: filtering out variable surface_condensation_mass +INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp +INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable t_prime_q_prime +INFO: filtering out variable t_prime_squared +INFO: filtering out variable temperature_from_previous_timestep +INFO: filtering out variable temperature_tendency_due_to_dynamics +INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable tke_advect +INFO: filtering out variable tke_at_mass_points +INFO: filtering out variable tke_budget +INFO: filtering out variable tke_dissipative_heating_factor +INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable triple_point_temperature_of_water +INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS +INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vegetation_temperature +INFO: filtering out variable vertical_dimension_of_h2o_forcing_data +INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model +INFO: filtering out variable water_friendly_aerosol_number_concentration +INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable water_storage_in_aquifer +INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil +INFO: filtering out variable water_table_depth +INFO: filtering out variable water_table_recharge_when_deep +INFO: filtering out variable water_table_recharge_when_shallow +INFO: filtering out variable water_vapor_mixing_ratio_at_surface +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable wood_mass +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_15/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_15/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_15/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_15/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_15/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 11 auto-generated caps to tests/build_fv3_15/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_15/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_15/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_15/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90' +++ CCPP_CAPS='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90' ++ source build_fv3_15/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\W\W\3\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' +++ trim ' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' +++ local 'var= -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' +++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' +++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' +++ echo -n '-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' ++ CCPP_CMAKE_FLAGS='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' ++ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__178028 +++ eval 'setup__test_function__178028() { /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__178028 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ -d /gpfs/hps ]] +++ [[ -e /etc/SuSE-release ]] +++ [[ -d /dcom ]] +++ [[ -L /usrx ]] ++++ readlink /usrx +++ [[ /gpfs/dell1/usrx =~ dell ]] +++ eval module help +++ module purge ++++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge +++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' 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 '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' 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_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' 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 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' 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 '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' unset '_ModuleTable017_;' ++++ unset ADVISOR_2018_DIR ++++ unset BACIO_LIB4 ++++ unset BACIO_LIB8 ++++ unset BACIO_SRC ++++ unset BACIO_VER ++++ unset BINARY_TYPE_HPC ++++ unset __LMOD_REF_COUNT_CLASSPATH ++++ unset CLASSPATH ++++ unset CLCK_ROOT ++++ 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 __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH ++++ unset CPLUS_INCLUDE_PATH ++++ unset CRTM_FIX ++++ unset CRTM_INC ++++ unset CRTM_LIB ++++ unset CRTM_SRC ++++ unset CRTM_VER ++++ unset DAALROOT ++++ unset ECF_HOSTFILE ++++ unset ECF_PORT ++++ unset ECF_ROOT ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ unset __LMOD_REF_COUNT_INFOPATH ++++ unset INFOPATH ++++ unset INSPECTOR_2018_DIR ++++ unset INTEL_LICENSE_FILE ++++ unset INTEL_PYTHONHOME ++++ unset IPPROOT ++++ 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_CXX ++++ unset I_MPI_EXTRA_FILESYSTEM ++++ unset I_MPI_EXTRA_FILESYSTEM_LIST ++++ unset I_MPI_F77 ++++ unset I_MPI_F90 ++++ unset I_MPI_FC ++++ unset I_MPI_HYDRA_BOOTSTRAP ++++ unset I_MPI_HYDRA_IFACE ++++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH ++++ unset I_MPI_ROOT ++++ unset JASPER_INC ++++ unset JASPER_LIB ++++ unset JASPER_LIBDIR ++++ unset JASPER_SRC ++++ unset JASPER_VER ++++ unset KMP_AFFINITY ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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 ++++ unset LSF_BINDIR ++++ unset LSF_ENVDIR ++++ unset LSF_LIBDIR ++++ unset LSF_SERVERDIR ++++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 ++++ export __LMOD_REF_COUNT_MANPATH ++++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: ++++ export MANPATH ++++ unset MKLROOT ++++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles ++++ export MODULEPATH ++++ unset MPM_LAUNCHER ++++ unset NEMSIO_INC ++++ unset NEMSIO_LIB ++++ unset NEMSIO_SRC ++++ unset NEMSIO_VER ++++ unset NETCDF ++++ unset NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ unset __LMOD_REF_COUNT_NLSPATH ++++ unset NLSPATH ++++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1' ++++ export __LMOD_REF_COUNT_PATH ++++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin ++++ export PATH ++++ unset PKG_CONFIG_PATH ++++ unset PNG_INC ++++ unset PNG_LIB ++++ unset PNG_LIB12 ++++ unset PNG_LIBDIR ++++ unset PNG_LIBso ++++ unset PNG_SRC ++++ unset PNG_VER ++++ unset POST_INC ++++ unset POST_LIB ++++ unset POST_SRC ++++ unset POST_VER ++++ unset PSTLROOT ++++ unset PYTHONPATH ++++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH ++++ unset QT_PLUGIN_PATH ++++ unset SP_LIB4 ++++ unset SP_LIB8 ++++ unset SP_LIBd ++++ unset SP_SRC ++++ unset SP_VER ++++ unset TBBROOT ++++ unset VT_ADD_LIBS ++++ unset VT_ARCH ++++ unset VT_LIB_DIR ++++ unset VT_MPI ++++ unset VT_ROOT ++++ unset VT_SLIB_DIR ++++ 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 XLSF_UIDDIR ++++ unset Z_INC ++++ unset Z_LIB ++++ unset Z_SRC ++++ unset Z_VER ++++ unset __LMOD_REF_COUNT__LMFILES_ ++++ unset _LMFILES_ ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k ++++ export _ModuleTable001_ ++++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== ++++ 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 _ModuleTable014_ ++++ unset _ModuleTable015_ ++++ unset _ModuleTable016_ ++++ unset _ModuleTable017_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__178028 +++ unset __ms_function_name ++ [[ wcoss_dell_p3 == macosx.* ]] ++ [[ wcoss_dell_p3 == linux.* ]] ++ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k +++ export _ModuleTable001_ +++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module load fv3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 ++ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' '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="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/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_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 +++ export ADVISOR_2018_DIR +++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a +++ export BACIO_LIB4 +++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a +++ export BACIO_LIB8 +++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 +++ export BACIO_SRC +++ BACIO_VER=v2.0.3 +++ export BACIO_VER +++ BINARY_TYPE_HPC= +++ export BINARY_TYPE_HPC +++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' +++ export __LMOD_REF_COUNT_CLASSPATH +++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar +++ export CLASSPATH +++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest +++ export CLCK_ROOT +++ 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=wcoss_dell_p3 +++ export CMAKE_Platform +++ COMP=ips +++ export COMP +++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' +++ export __LMOD_REF_COUNT_CPATH +++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include +++ export CPATH +++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 +++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH +++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include +++ export CPLUS_INCLUDE_PATH +++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix +++ export CRTM_FIX +++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 +++ export CRTM_INC +++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a +++ export CRTM_LIB +++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src +++ export CRTM_SRC +++ CRTM_VER=v2.2.6 +++ export CRTM_VER +++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal +++ export DAALROOT +++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ export G2TMPL_VER +++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 +++ export G2_INC4 +++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d +++ export G2_INCd +++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a +++ export G2_LIB4 +++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a +++ export G2_LIBd +++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 +++ export G2_SRC +++ G2_VER=v3.1.1 +++ export G2_VER +++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver +++ export GDBSERVER_MIC +++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia +++ export GDB_CROSS +++ HDF5=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5' +++ export HDF5_LDFLAGS_F +++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' +++ export __LMOD_REF_COUNT_INFOPATH +++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx +++ export INFOPATH +++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 +++ export INSPECTOR_2018_DIR +++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses +++ export INTEL_LICENSE_FILE +++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 +++ export INTEL_PYTHONHOME +++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp +++ export IPPROOT +++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 +++ export IP_INC4 +++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 +++ export IP_INC8 +++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d +++ export IP_INCd +++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a +++ export IP_LIB4 +++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a +++ export IP_LIB8 +++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a +++ export IP_LIBd +++ IP_SRC=/usrx/local/nceplibs/dev/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_CXX=icpc +++ export I_MPI_CXX +++ I_MPI_EXTRA_FILESYSTEM=yes +++ export I_MPI_EXTRA_FILESYSTEM +++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs +++ export I_MPI_EXTRA_FILESYSTEM_LIST +++ I_MPI_F77=ifort +++ export I_MPI_F77 +++ I_MPI_F90=ifort +++ export I_MPI_F90 +++ I_MPI_FC=ifort +++ export I_MPI_FC +++ I_MPI_HYDRA_BOOTSTRAP=lsf +++ export I_MPI_HYDRA_BOOTSTRAP +++ I_MPI_HYDRA_IFACE=ib0 +++ export I_MPI_HYDRA_IFACE +++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 +++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH +++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi +++ export I_MPI_ROOT +++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include +++ export JASPER_INC +++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a +++ export JASPER_LIB +++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib +++ export JASPER_LIBDIR +++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 +++ export JASPER_SRC +++ JASPER_VER=1.900.29 +++ export JASPER_VER +++ KMP_AFFINITY=scatter +++ export KMP_AFFINITY +++ unset LAUNCH +++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH +++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LD_LIBRARY_PATH +++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LIBRARY_PATH +++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LIBRARY_PATH +++ LIB_NAME=POST +++ export LIB_NAME +++ LMOD_FAMILY_COMPILER=ips +++ export LMOD_FAMILY_COMPILER +++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 +++ export LMOD_FAMILY_COMPILER_VERSION +++ LMOD_FAMILY_MPI=impi +++ export LMOD_FAMILY_MPI +++ LMOD_FAMILY_MPI_VERSION=18.0.1 +++ export LMOD_FAMILY_MPI_VERSION +++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1' +++ export __LMOD_REF_COUNT_LOADEDMODULES +++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3 +++ export LOADEDMODULES +++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin +++ export LSF_BINDIR +++ LSF_ENVDIR=/gpfs/lsf/conf +++ export LSF_ENVDIR +++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib +++ export LSF_LIBDIR +++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc +++ export LSF_SERVERDIR +++ __LMOD_REF_COUNT_MANPATH='/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man +++ export MANPATH +++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl +++ export MKLROOT +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh +++ export MPM_LAUNCHER +++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 +++ export NEMSIO_INC +++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a +++ export NEMSIO_LIB +++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 +++ export NEMSIO_SRC +++ NEMSIO_VER=v2.2.4 +++ export NEMSIO_VER +++ NETCDF=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF_ROOT +++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' +++ export __LMOD_REF_COUNT_NLSPATH +++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N +++ export NLSPATH +++ __LMOD_REF_COUNT_PATH='/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' +++ export __LMOD_REF_COUNT_PATH +++ PATH=/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export PATH +++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig +++ export PKG_CONFIG_PATH +++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include +++ export PNG_INC +++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a +++ export PNG_LIB +++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a +++ export PNG_LIB12 +++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib +++ export PNG_LIBDIR +++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so +++ export PNG_LIBso +++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 +++ export PNG_SRC +++ PNG_VER=1.2.59 +++ export PNG_VER +++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 +++ export POST_INC +++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ export POST_VER +++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl +++ export PSTLROOT +++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi +++ export PYTHONPATH +++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a +++ export SP_LIB4 +++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a +++ export SP_LIB8 +++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a +++ export SP_LIBd +++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 +++ export SP_SRC +++ SP_VER=v2.0.3 +++ export SP_VER +++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb +++ export TBBROOT +++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' +++ export VT_ADD_LIBS +++ VT_ARCH=intel64 +++ export VT_ARCH +++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib +++ export VT_LIB_DIR +++ VT_MPI=impi4 +++ export VT_MPI +++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest +++ export VT_ROOT +++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib +++ export VT_SLIB_DIR +++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 +++ export W3EMC_INC4 +++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 +++ export W3EMC_INC8 +++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d +++ export W3EMC_INCd +++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a +++ export W3EMC_LIB4 +++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a +++ export W3EMC_LIB8 +++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a +++ export W3EMC_LIBd +++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 +++ export W3EMC_SRC +++ W3EMC_VER=v2.3.1 +++ export W3EMC_VER +++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a +++ export W3NCO_LIB4 +++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a +++ export W3NCO_LIB8 +++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a +++ export W3NCO_LIBd +++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 +++ export W3NCO_SRC +++ W3NCO_VER=v2.0.7 +++ export W3NCO_VER +++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid +++ export XLSF_UIDDIR +++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export Z_INC +++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a +++ export Z_LIB +++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src +++ export Z_SRC +++ Z_VER=1.2.11 +++ export Z_VER +++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' +++ export __LMOD_REF_COUNT__LMFILES_ +++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list + +Currently Loaded Modules: + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.5 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) fv3 + + + ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_15 ++ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y +-- The C compiler identification is Intel 18.0.1.20171018 +-- The CXX compiler identification is Intel 18.0.1.20171018 +-- The Fortran compiler identification is Intel 18.0.1.20171018 +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") +-- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") +-- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") +-- Found MPI: TRUE (found version "3.1") +ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for wcoss_dell_p3 + +C compiler: Intel 18.0.1.20171018 (mpiicc) +CXX compiler: Intel 18.0.1.20171018 (mpiicpc) +Fortran compiler: Intel 18.0.1.20171018 (mpiifort) + +DEBUG is disabled +REPRO is disabled +32BIT is disabled +OPENMP is ENABLED +AVX2 is disabled +INLINE_POST is ENABLED + + +Selected physics package: gfs + +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90 +Force 64 bits in CCPP_layer +Build WW3: + run: /usr/bin/gmake WW3_PARCOMPN=4 WW3_COMP=wcoss_dell_p3 ww3_nems + in: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/esmf + +-- Configuring done +-- Generating done +-- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_15 ++ make -j 4 +Scanning dependencies of target fv3cpl +[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o +Scanning dependencies of target ww3_nems +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/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%] 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%] Linking Fortran static library libccpp.a +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 1%] Built target ccpp +[ 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%] 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. +Scanning dependencies of target ccppphys +[ 1%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 1%] Linking Fortran static library libfv3cpl.a +[ 1%] Built target fv3cpl +[ 1%] 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. +[ 1%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 1%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.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/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 +[ 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/module_sf_noahmp_glacier.f90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.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/h2o_def.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.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 +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.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/gfs_phy_tracer_config.F.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +[ 6%] 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. +[ 6%] 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 +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.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/mosaic/gradient.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 9%] 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. +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 14%] 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/funcphys.f90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 14%] 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/cires_ugwp_initialize.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/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 +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +[ 18%] Built target ww3_nems +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 22%] 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/module_sf_mynn.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 +[ 25%] 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/gscond.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 27%] 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_2017_gfdlmp_fast_physics_cap.F90.o +[ 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/radlw_main.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +[ 28%] 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. +[ 29%] 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. +[ 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/sfc_nst.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 29%] 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. +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +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/GFS_rrtmg_post.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +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/rrtmg_lw_post.F90.o +[ 33%] 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. +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stochastics_cap.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 37%] 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. +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_physics_cap.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_radiation_cap.F90.o +[ 38%] 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. +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 39%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90.o +[ 39%] 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. +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 40%] 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. +[ 40%] 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. +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_time_vary_cap.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 43%] 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. +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 43%] 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. +[ 43%] 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. +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 45%] 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. +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_cap.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_cap.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/oda_core_ecda.F90.o +[ 47%] 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 CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 50%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 50%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 51%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 52%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 52%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 52%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 52%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 53%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +[ 54%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.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_fer_hires.F90.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 +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +[ 57%] Linking Fortran static library FMS/libfms.a +[ 57%] Built target fms +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 66%] Linking Fortran static library libccppphys.a +[ 66%] Built target ccppphys +Scanning dependencies of target gfsphysics +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 67%] 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 +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.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 +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 69%] 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_restart.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 71%] Linking Fortran static library libgfsphysics.a +[ 71%] Built target gfsphysics +Scanning dependencies of target ccppdriver +[ 71%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +Scanning dependencies of target ipd +[ 71%] 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 +[ 72%] Linking Fortran static library libccppdriver.a +[ 72%] Built target ccppdriver +[ 73%] Linking Fortran static library libipd.a +[ 73%] Built target ipd +Scanning dependencies of target io +[ 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 +[ 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/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/sim_nc_mod.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.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/post_gfs.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_mp_mod.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/model/fv_sg.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 76%] 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. +[ 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/io/CMakeFiles/io.dir/ffsync.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.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/tools/fv_surf_map.F90.o +[ 78%] 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/tools/fv_grid_tools.F90.o +[ 79%] 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/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%] Linking Fortran static library libio.a +[ 81%] Built target io +[ 81%] 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 +[ 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/driver/fvGFS/fv_nggps_diag.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.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/fv_update_phys.F90.o +[ 84%] 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/tools/external_ic.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 85%] 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_control.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 +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 86%] Linking Fortran static library libfv3core.a +[ 86%] Built target fv3core +Scanning dependencies of target stochastic_physics +[ 86%] 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/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_gg_def.f.o +[ 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 +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.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/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/four_to_grid_stochy.F.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 93%] 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 +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o +[ 94%] Linking Fortran static library libstochastic_physics.a +[ 94%] Built target stochastic_physics +Scanning dependencies of target fv3cap +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 96%] Linking Fortran static library libfv3cap.a +[ 96%] 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/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 +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o +[ 98%] 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 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 +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_15.exe ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_15 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_15 ++ elapsed=627 ++ echo 'Elapsed time 627 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y finished' +Elapsed time 627 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y finished ++ SECONDS=0 ++++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ MACHINE_ID=wcoss_dell_p3 ++ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y' ++ BUILD_NAME=fv3_16 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_16 ++ [[ wcoss_dell_p3 == cheyenne.* ]] ++ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] ++ MAKE_THREADS=4 ++ MAKE_THREADS=4 ++ hostname +v71a3 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y into fv3_16.exe on wcoss_dell_p3' +Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y into fv3_16.exe on wcoss_dell_p3 ++ '[' YES = YES ']' ++ rm -rf build_fv3_16 ++ mkdir -p build_fv3_16 ++ CCPP_CMAKE_FLAGS= ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\R\E\P\R\O\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release' ++ [[ wcoss_dell_p3 == \j\e\t\.\i\n\t\e\l ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017,FV3_GFS_2017_stretched --builddir=tests/build_fv3_16/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_stretched.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_16/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip +INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology +INFO: filtering out variable area_fraction_of_wet_canopy +INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl +INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc +INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable canopy_air_temperature +INFO: filtering out variable canopy_air_vapor_pressure +INFO: filtering out variable canopy_intercepted_ice_mass +INFO: filtering out variable canopy_intercepted_liquid_water +INFO: filtering out variable ccn_number_concentration +INFO: filtering out variable ccpp_block_number +INFO: filtering out variable cell_size +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_base_mass_flux +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface +INFO: filtering out variable cloud_droplet_number_concentration +INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics +INFO: filtering out variable cloud_fraction_for_MG +INFO: filtering out variable cloud_phase_transition_denominator +INFO: filtering out variable cloud_phase_transition_threshold_temperature +INFO: filtering out variable cloud_specie_mix_flag +INFO: filtering out variable cloudpdf +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable conv_activity_counter +INFO: filtering out variable convective_updraft_area_fraction +INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces +INFO: filtering out variable couple_sgs_clouds_to_radiation_flag +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable density_of_frozen_precipitation +INFO: filtering out variable depth_of_soil_levels_for_land_surface_model +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable do_mynnsfclay +INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable edmf_flag +INFO: filtering out variable edmf_momentum_transport_flag +INFO: filtering out variable edmf_partition_flag +INFO: filtering out variable edmf_tke_transport_flag +INFO: filtering out variable emdf_updraft_area +INFO: filtering out variable emdf_updraft_cloud_water +INFO: filtering out variable emdf_updraft_entrainment_rate +INFO: filtering out variable emdf_updraft_theta_l +INFO: filtering out variable emdf_updraft_total_water +INFO: filtering out variable emdf_updraft_vertical_velocity +INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS +INFO: filtering out variable equilibrium_soil_water_content +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable fast_soil_pool_mass_content_of_carbon +INFO: filtering out variable fine_root_mass +INFO: filtering out variable flag_arakawa_wu_downdraft +INFO: filtering out variable flag_convective_tracer_transport +INFO: filtering out variable flag_flip +INFO: filtering out variable flag_flux_form_CS +INFO: filtering out variable flag_for_2015_ozone_physics +INFO: filtering out variable flag_for_aerosol_input_MG +INFO: filtering out variable flag_for_canopy_stomatal_resistance_option +INFO: filtering out variable flag_for_dynamic_vegetation_option +INFO: filtering out variable flag_for_frozen_soil_permeability_option +INFO: filtering out variable flag_for_frozen_soil_physics +INFO: filtering out variable flag_for_ground_snow_surface_albedo_option +INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option +INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme +INFO: filtering out variable flag_for_precipitation_partition_option +INFO: filtering out variable flag_for_radiation_transfer_option +INFO: filtering out variable flag_for_reading_leaf_area_index_from_input +INFO: filtering out variable flag_for_resetting_radar_reflectivity_calculation +INFO: filtering out variable flag_for_restart +INFO: filtering out variable flag_for_runoff_and_groundwater_option +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option +INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option +INFO: filtering out variable flag_for_supercooled_liquid_water_option +INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option +INFO: filtering out variable flag_mg3_as_mg2 +INFO: filtering out variable flag_skip_macro +INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_tracer_scavenged +INFO: filtering out variable gf_memory_counter +INFO: filtering out variable graupel_number_concentration_updated_by_physics +INFO: filtering out variable grav_settling +INFO: filtering out variable ground_temperature_for_noahmp +INFO: filtering out variable gwd_opt +INFO: filtering out variable h2o_forcing +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_friendly_aerosol_number_concentration +INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable ice_number_concentration +INFO: filtering out variable ice_number_concentration_updated_by_physics +INFO: filtering out variable ice_supersaturation_threshold +INFO: filtering out variable ice_water_mixing_ratio +INFO: filtering out variable in_number_concentration +INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable k_level_of_highest_reaching_plume +INFO: filtering out variable kinematic_buoyancy_flux_from_shoc +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable lake_water_storage +INFO: filtering out variable latitude_index_in_debug_printouts +INFO: filtering out variable layer_bottom_depth_from_snow_surface +INFO: filtering out variable leaf_area_index +INFO: filtering out variable leaf_mass +INFO: filtering out variable limit_for_temperature_tendency_for_microphysics +INFO: filtering out variable liquid_water_density +INFO: filtering out variable local_graupel_mixing_ratio +INFO: filtering out variable local_graupel_number_concentration +INFO: filtering out variable local_rain_number_concentration +INFO: filtering out variable local_rain_water_mixing_ratio +INFO: filtering out variable local_snow_number_concentration +INFO: filtering out variable local_snow_water_mixing_ratio +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable maximum_mass_flux +INFO: filtering out variable maximum_updraft_velocity_at_cloud_base +INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency +INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency +INFO: filtering out variable mg_allow_supersat_after_sed +INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow +INFO: filtering out variable mg_bergeron_efficiency_factor +INFO: filtering out variable mg_cloud_water_variance +INFO: filtering out variable mg_drop_concentration_constant +INFO: filtering out variable mg_flag_drop_concentration_constant +INFO: filtering out variable mg_flag_for_cloud_ice_processes +INFO: filtering out variable mg_flag_for_gmao_ice_formulation +INFO: filtering out variable mg_flag_for_graupel +INFO: filtering out variable mg_flag_for_hail +INFO: filtering out variable mg_flag_for_heterogeneous_freezing +INFO: filtering out variable mg_flag_for_liu_liquid_treatment +INFO: filtering out variable mg_flag_for_sb2001_autoconversion +INFO: filtering out variable mg_flag_for_uniform_subcolumns +INFO: filtering out variable mg_flag_graupel_concentration_constant +INFO: filtering out variable mg_flag_ice_concentration_constant +INFO: filtering out variable mg_graupel_concentration_constant +INFO: filtering out variable mg_ice_concentration_constant +INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio +INFO: filtering out variable mg_minimum_rh_for_ice +INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice +INFO: filtering out variable mg_tuning_factor_for_alphas +INFO: filtering out variable mg_type_of_precip_fraction_method +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable mix_total_water_flag +INFO: filtering out variable mixing_length +INFO: filtering out variable mixing_length_flag +INFO: filtering out variable moisture_from_previous_timestep +INFO: filtering out variable moisture_tendency_due_to_dynamics +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable mpi_comm +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_cloud_types_CS +INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data +INFO: filtering out variable number_of_frozen_precipitation_species +INFO: filtering out variable number_of_plumes +INFO: filtering out variable number_of_snow_layers +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable number_of_tracers_for_CS +INFO: filtering out variable number_of_tracers_plus_one +INFO: filtering out variable ozone_mixing_ratio +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable prandtl_number +INFO: filtering out variable q_prime_squared +INFO: filtering out variable rain_number_concentration_updated_by_physics +INFO: filtering out variable reciprocal_of_obukhov_length +INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation +INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term +INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface +INFO: filtering out variable slow_soil_pool_mass_content_of_carbon +INFO: filtering out variable snow_albedo_at_previous_time_step +INFO: filtering out variable snow_layer_ice +INFO: filtering out variable snow_layer_liquid_water +INFO: filtering out variable snow_mass_at_previous_time_step +INFO: filtering out variable snow_number_concentration_updated_by_physics +INFO: filtering out variable snow_precipitation_rate_at_surface +INFO: filtering out variable snow_temperature +INFO: filtering out variable snow_temperature_bottom_first_layer +INFO: filtering out variable soil_temperature_for_land_surface_model +INFO: filtering out variable soil_vertical_dimension_for_land_surface_model +INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stability_function_for_heat +INFO: filtering out variable stem_area_index +INFO: filtering out variable stem_mass +INFO: filtering out variable subgrid_cloud_fraction_pbl +INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl +INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc +INFO: filtering out variable surface_condensation_mass +INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp +INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable t_prime_q_prime +INFO: filtering out variable t_prime_squared +INFO: filtering out variable temperature_from_previous_timestep +INFO: filtering out variable temperature_tendency_due_to_dynamics +INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable tke_advect +INFO: filtering out variable tke_at_mass_points +INFO: filtering out variable tke_budget +INFO: filtering out variable tke_dissipative_heating_factor +INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable triple_point_temperature_of_water +INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS +INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vegetation_temperature +INFO: filtering out variable vertical_dimension_of_h2o_forcing_data +INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model +INFO: filtering out variable water_friendly_aerosol_number_concentration +INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable water_storage_in_aquifer +INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil +INFO: filtering out variable water_table_depth +INFO: filtering out variable water_table_recharge_when_deep +INFO: filtering out variable water_table_recharge_when_shallow +INFO: filtering out variable water_vapor_mixing_ratio_at_surface +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable wood_mass +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_16/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_16/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_16/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_16/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_16/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 11 auto-generated caps to tests/build_fv3_16/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_16/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_16/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_16/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90' +++ CCPP_CAPS='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90' ++ source build_fv3_16/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\W\W\3\=\Y* ]] +++ 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 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__58244 +++ eval 'setup__test_function__58244() { /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__58244 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ -d /gpfs/hps ]] +++ [[ -e /etc/SuSE-release ]] +++ [[ -d /dcom ]] +++ [[ -L /usrx ]] ++++ readlink /usrx +++ [[ /gpfs/dell1/usrx =~ dell ]] +++ eval module help +++ module purge ++++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge +++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' 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 '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' 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_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' 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 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' 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 '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' unset '_ModuleTable017_;' ++++ unset ADVISOR_2018_DIR ++++ unset BACIO_LIB4 ++++ unset BACIO_LIB8 ++++ unset BACIO_SRC ++++ unset BACIO_VER ++++ unset BINARY_TYPE_HPC ++++ unset __LMOD_REF_COUNT_CLASSPATH ++++ unset CLASSPATH ++++ unset CLCK_ROOT ++++ 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 __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH ++++ unset CPLUS_INCLUDE_PATH ++++ unset CRTM_FIX ++++ unset CRTM_INC ++++ unset CRTM_LIB ++++ unset CRTM_SRC ++++ unset CRTM_VER ++++ unset DAALROOT ++++ unset ECF_HOSTFILE ++++ unset ECF_PORT ++++ unset ECF_ROOT ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ unset __LMOD_REF_COUNT_INFOPATH ++++ unset INFOPATH ++++ unset INSPECTOR_2018_DIR ++++ unset INTEL_LICENSE_FILE ++++ unset INTEL_PYTHONHOME ++++ unset IPPROOT ++++ 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_CXX ++++ unset I_MPI_EXTRA_FILESYSTEM ++++ unset I_MPI_EXTRA_FILESYSTEM_LIST ++++ unset I_MPI_F77 ++++ unset I_MPI_F90 ++++ unset I_MPI_FC ++++ unset I_MPI_HYDRA_BOOTSTRAP ++++ unset I_MPI_HYDRA_IFACE ++++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH ++++ unset I_MPI_ROOT ++++ unset JASPER_INC ++++ unset JASPER_LIB ++++ unset JASPER_LIBDIR ++++ unset JASPER_SRC ++++ unset JASPER_VER ++++ unset KMP_AFFINITY ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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 ++++ unset LSF_BINDIR ++++ unset LSF_ENVDIR ++++ unset LSF_LIBDIR ++++ unset LSF_SERVERDIR ++++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 ++++ export __LMOD_REF_COUNT_MANPATH ++++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: ++++ export MANPATH ++++ unset MKLROOT ++++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles ++++ export MODULEPATH ++++ unset MPM_LAUNCHER ++++ unset NEMSIO_INC ++++ unset NEMSIO_LIB ++++ unset NEMSIO_SRC ++++ unset NEMSIO_VER ++++ unset NETCDF ++++ unset NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ unset __LMOD_REF_COUNT_NLSPATH ++++ unset NLSPATH ++++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1' ++++ export __LMOD_REF_COUNT_PATH ++++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin ++++ export PATH ++++ unset PKG_CONFIG_PATH ++++ unset PNG_INC ++++ unset PNG_LIB ++++ unset PNG_LIB12 ++++ unset PNG_LIBDIR ++++ unset PNG_LIBso ++++ unset PNG_SRC ++++ unset PNG_VER ++++ unset POST_INC ++++ unset POST_LIB ++++ unset POST_SRC ++++ unset POST_VER ++++ unset PSTLROOT ++++ unset PYTHONPATH ++++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH ++++ unset QT_PLUGIN_PATH ++++ unset SP_LIB4 ++++ unset SP_LIB8 ++++ unset SP_LIBd ++++ unset SP_SRC ++++ unset SP_VER ++++ unset TBBROOT ++++ unset VT_ADD_LIBS ++++ unset VT_ARCH ++++ unset VT_LIB_DIR ++++ unset VT_MPI ++++ unset VT_ROOT ++++ unset VT_SLIB_DIR ++++ 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 XLSF_UIDDIR ++++ unset Z_INC ++++ unset Z_LIB ++++ unset Z_SRC ++++ unset Z_VER ++++ unset __LMOD_REF_COUNT__LMFILES_ ++++ unset _LMFILES_ ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k ++++ export _ModuleTable001_ ++++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== ++++ 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 _ModuleTable014_ ++++ unset _ModuleTable015_ ++++ unset _ModuleTable016_ ++++ unset _ModuleTable017_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__58244 +++ unset __ms_function_name ++ [[ wcoss_dell_p3 == macosx.* ]] ++ [[ wcoss_dell_p3 == linux.* ]] ++ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k +++ export _ModuleTable001_ +++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module load fv3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 ++ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' '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="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/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_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 +++ export ADVISOR_2018_DIR +++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a +++ export BACIO_LIB4 +++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a +++ export BACIO_LIB8 +++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 +++ export BACIO_SRC +++ BACIO_VER=v2.0.3 +++ export BACIO_VER +++ BINARY_TYPE_HPC= +++ export BINARY_TYPE_HPC +++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' +++ export __LMOD_REF_COUNT_CLASSPATH +++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar +++ export CLASSPATH +++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest +++ export CLCK_ROOT +++ 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=wcoss_dell_p3 +++ export CMAKE_Platform +++ COMP=ips +++ export COMP +++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' +++ export __LMOD_REF_COUNT_CPATH +++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include +++ export CPATH +++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 +++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH +++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include +++ export CPLUS_INCLUDE_PATH +++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix +++ export CRTM_FIX +++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 +++ export CRTM_INC +++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a +++ export CRTM_LIB +++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src +++ export CRTM_SRC +++ CRTM_VER=v2.2.6 +++ export CRTM_VER +++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal +++ export DAALROOT +++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ export G2TMPL_VER +++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 +++ export G2_INC4 +++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d +++ export G2_INCd +++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a +++ export G2_LIB4 +++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a +++ export G2_LIBd +++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 +++ export G2_SRC +++ G2_VER=v3.1.1 +++ export G2_VER +++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver +++ export GDBSERVER_MIC +++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia +++ export GDB_CROSS +++ HDF5=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5' +++ export HDF5_LDFLAGS_F +++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' +++ export __LMOD_REF_COUNT_INFOPATH +++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx +++ export INFOPATH +++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 +++ export INSPECTOR_2018_DIR +++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses +++ export INTEL_LICENSE_FILE +++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 +++ export INTEL_PYTHONHOME +++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp +++ export IPPROOT +++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 +++ export IP_INC4 +++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 +++ export IP_INC8 +++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d +++ export IP_INCd +++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a +++ export IP_LIB4 +++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a +++ export IP_LIB8 +++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a +++ export IP_LIBd +++ IP_SRC=/usrx/local/nceplibs/dev/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_CXX=icpc +++ export I_MPI_CXX +++ I_MPI_EXTRA_FILESYSTEM=yes +++ export I_MPI_EXTRA_FILESYSTEM +++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs +++ export I_MPI_EXTRA_FILESYSTEM_LIST +++ I_MPI_F77=ifort +++ export I_MPI_F77 +++ I_MPI_F90=ifort +++ export I_MPI_F90 +++ I_MPI_FC=ifort +++ export I_MPI_FC +++ I_MPI_HYDRA_BOOTSTRAP=lsf +++ export I_MPI_HYDRA_BOOTSTRAP +++ I_MPI_HYDRA_IFACE=ib0 +++ export I_MPI_HYDRA_IFACE +++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 +++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH +++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi +++ export I_MPI_ROOT +++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include +++ export JASPER_INC +++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a +++ export JASPER_LIB +++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib +++ export JASPER_LIBDIR +++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 +++ export JASPER_SRC +++ JASPER_VER=1.900.29 +++ export JASPER_VER +++ KMP_AFFINITY=scatter +++ export KMP_AFFINITY +++ unset LAUNCH +++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH +++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LD_LIBRARY_PATH +++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LIBRARY_PATH +++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LIBRARY_PATH +++ LIB_NAME=POST +++ export LIB_NAME +++ LMOD_FAMILY_COMPILER=ips +++ export LMOD_FAMILY_COMPILER +++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 +++ export LMOD_FAMILY_COMPILER_VERSION +++ LMOD_FAMILY_MPI=impi +++ export LMOD_FAMILY_MPI +++ LMOD_FAMILY_MPI_VERSION=18.0.1 +++ export LMOD_FAMILY_MPI_VERSION +++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1' +++ export __LMOD_REF_COUNT_LOADEDMODULES +++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3 +++ export LOADEDMODULES +++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin +++ export LSF_BINDIR +++ LSF_ENVDIR=/gpfs/lsf/conf +++ export LSF_ENVDIR +++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib +++ export LSF_LIBDIR +++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc +++ export LSF_SERVERDIR +++ __LMOD_REF_COUNT_MANPATH='/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man +++ export MANPATH +++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl +++ export MKLROOT +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh +++ export MPM_LAUNCHER +++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 +++ export NEMSIO_INC +++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a +++ export NEMSIO_LIB +++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 +++ export NEMSIO_SRC +++ NEMSIO_VER=v2.2.4 +++ export NEMSIO_VER +++ NETCDF=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF_ROOT +++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' +++ export __LMOD_REF_COUNT_NLSPATH +++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N +++ export NLSPATH +++ __LMOD_REF_COUNT_PATH='/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' +++ export __LMOD_REF_COUNT_PATH +++ PATH=/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export PATH +++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig +++ export PKG_CONFIG_PATH +++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include +++ export PNG_INC +++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a +++ export PNG_LIB +++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a +++ export PNG_LIB12 +++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib +++ export PNG_LIBDIR +++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so +++ export PNG_LIBso +++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 +++ export PNG_SRC +++ PNG_VER=1.2.59 +++ export PNG_VER +++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 +++ export POST_INC +++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ export POST_VER +++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl +++ export PSTLROOT +++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi +++ export PYTHONPATH +++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a +++ export SP_LIB4 +++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a +++ export SP_LIB8 +++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a +++ export SP_LIBd +++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 +++ export SP_SRC +++ SP_VER=v2.0.3 +++ export SP_VER +++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb +++ export TBBROOT +++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' +++ export VT_ADD_LIBS +++ VT_ARCH=intel64 +++ export VT_ARCH +++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib +++ export VT_LIB_DIR +++ VT_MPI=impi4 +++ export VT_MPI +++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest +++ export VT_ROOT +++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib +++ export VT_SLIB_DIR +++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 +++ export W3EMC_INC4 +++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 +++ export W3EMC_INC8 +++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d +++ export W3EMC_INCd +++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a +++ export W3EMC_LIB4 +++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a +++ export W3EMC_LIB8 +++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a +++ export W3EMC_LIBd +++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 +++ export W3EMC_SRC +++ W3EMC_VER=v2.3.1 +++ export W3EMC_VER +++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a +++ export W3NCO_LIB4 +++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a +++ export W3NCO_LIB8 +++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a +++ export W3NCO_LIBd +++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 +++ export W3NCO_SRC +++ W3NCO_VER=v2.0.7 +++ export W3NCO_VER +++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid +++ export XLSF_UIDDIR +++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export Z_INC +++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a +++ export Z_LIB +++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src +++ export Z_SRC +++ Z_VER=1.2.11 +++ export Z_VER +++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' +++ export __LMOD_REF_COUNT__LMFILES_ +++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list + +Currently Loaded Modules: + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.5 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) fv3 + + + ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_16 ++ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model -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.1.20171018 +-- The CXX compiler identification is Intel 18.0.1.20171018 +-- The Fortran compiler identification is Intel 18.0.1.20171018 +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") +-- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") +-- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") +-- Found MPI: TRUE (found version "3.1") +ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for wcoss_dell_p3 + +C compiler: Intel 18.0.1.20171018 (mpiicc) +CXX compiler: Intel 18.0.1.20171018 (mpiicpc) +Fortran compiler: Intel 18.0.1.20171018 (mpiifort) + +DEBUG is disabled +REPRO is disabled +32BIT is ENABLED +OPENMP is ENABLED +AVX2 is disabled +INLINE_POST is ENABLED + + +Selected physics package: gfs + +Force 64 bits in gfsphysics +Force 64 bits in ipd +-- Dynamics compiled with 32-bit option, adjust fv_sat_adj types +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_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: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_16 ++ make -j 4 +Scanning dependencies of target fv3cpl +Scanning dependencies of target ccpp +[ 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/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.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 +[ 1%] Linking Fortran static library libfv3cpl.a +[ 1%] Built target fv3cpl +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/drifters/drifters_core.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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 1%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Scanning dependencies of target ccppphys +[ 1%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +[ 1%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.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/namelist_soilveg.f.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 +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.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. +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.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/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 +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 7%] 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/gwdps.f.o +[ 7%] 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 +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.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/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/module_sf_ruclsm.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 14%] 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/funcphys.f90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 14%] 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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 +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 22%] 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/module_sf_mynn.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 +[ 25%] 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/gscond.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 27%] 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_2017_stretched_fast_physics_cap.F90.o +[ 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/radlw_main.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 28%] 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_setup.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 29%] 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. +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/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/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 +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stochastics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_physics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_physics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_radiation_cap.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_time_vary_cap.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90.o +[ 34%] 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. +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 37%] 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. +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 37%] 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. +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 39%] 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. +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 40%] 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. +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_manifest.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 41%] 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. +[ 41%] 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. +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_cap.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_cap.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 43%] 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 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/physics/cu_gf_driver.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 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 +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +[ 44%] 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. +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.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. +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.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/sfc_noahmp_drv.f.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/sfc_ocean.F.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 +[ 52%] 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. +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.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/shinhongvdif.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 55%] 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. +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.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/calpreciptype.f90.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/gcycle.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.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/mfscu.f.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.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/num_parthds.F.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 63%] Linking Fortran static library libccppphys.a +[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 63%] Built target ccppphys +[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +Scanning dependencies of target gfsphysics +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.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 Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 66%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.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%] Linking Fortran static library FMS/libfms.a +[ 69%] Built target fms +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 71%] Linking Fortran static library libgfsphysics.a +[ 71%] Built target gfsphysics +Scanning dependencies of target ipd +Scanning dependencies of target ccppdriver +[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 71%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 72%] Linking Fortran static library libipd.a +[ 73%] Linking Fortran static library libccppdriver.a +[ 73%] Built target ipd +[ 73%] Built target ccppdriver +Scanning dependencies of target io +[ 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 +[ 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 +[ 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 74%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.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/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.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/model/fv_sg.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 76%] 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%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.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/io/CMakeFiles/io.dir/ffsync.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 80%] 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/model/sw_core.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/tools/fv_iau_mod.F90.o +[ 81%] Linking Fortran static library libio.a +[ 81%] Built target io +[ 81%] 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 +[ 83%] 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/tools/fv_nudge.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 83%] 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 +[ 84%] 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/tools/external_ic.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 85%] 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_control.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 +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 86%] Linking Fortran static library libfv3core.a +[ 86%] Built target fv3core +Scanning dependencies of target stochastic_physics +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/spectral_layout.F90.o +[ 86%] 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_gg_def.f.o +[ 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 +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.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/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/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/four_to_grid_stochy.F.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 93%] 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/cellular_automata.f90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o +[ 94%] Linking Fortran static library libstochastic_physics.a +[ 94%] Built target stochastic_physics +Scanning dependencies of target fv3cap +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 96%] Linking Fortran static library libfv3cap.a +[ 96%] Built target fv3cap +Scanning dependencies of target NEMS.exe +[ 96%] 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/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/module_NEMS_UTILS.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o +[ 98%] 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 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 +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_16.exe ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_16 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_16 ++ elapsed=638 ++ echo 'Elapsed time 638 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y finished' +Elapsed time 638 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y finished ++ SECONDS=0 ++++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ MACHINE_ID=wcoss_dell_p3 ++ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y' ++ BUILD_NAME=fv3_17 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_17 ++ [[ wcoss_dell_p3 == cheyenne.* ]] ++ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] ++ MAKE_THREADS=4 ++ MAKE_THREADS=4 ++ hostname +v71a3 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y into fv3_17.exe on wcoss_dell_p3' +Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y into fv3_17.exe on wcoss_dell_p3 ++ '[' YES = YES ']' ++ rm -rf build_fv3_17 ++ mkdir -p build_fv3_17 ++ CCPP_CMAKE_FLAGS= ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\R\E\P\R\O\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release' ++ [[ wcoss_dell_p3 == \j\e\t\.\i\n\t\e\l ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 --builddir=tests/build_fv3_17/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp_regional.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp_regional_c768.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_17/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip +INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology +INFO: filtering out variable air_temperature_at_previous_time_step +INFO: filtering out variable air_temperature_two_time_steps_back +INFO: filtering out variable area_fraction_of_wet_canopy +INFO: filtering out variable atmosphere_energy_content_at_Lagrangian_surface +INFO: filtering out variable atmosphere_energy_content_in_column +INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl +INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc +INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable canopy_air_temperature +INFO: filtering out variable canopy_air_vapor_pressure +INFO: filtering out variable canopy_intercepted_ice_mass +INFO: filtering out variable canopy_intercepted_liquid_water +INFO: filtering out variable cappa_moist_gas_constant_at_Lagrangian_surface +INFO: filtering out variable ccn_number_concentration +INFO: filtering out variable ccpp_block_number +INFO: filtering out variable cell_area_for_fast_physics +INFO: filtering out variable cell_size +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_base_mass_flux +INFO: filtering out variable cloud_condensed_water_conversion_threshold +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface +INFO: filtering out variable cloud_condensed_water_mixing_ratio_convective_transport_tracer +INFO: filtering out variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_droplet_number_concentration +INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics +INFO: filtering out variable cloud_fraction_at_Lagrangian_surface +INFO: filtering out variable cloud_fraction_for_MG +INFO: filtering out variable cloud_graupel_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_ice_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_phase_transition_denominator +INFO: filtering out variable cloud_phase_transition_threshold_temperature +INFO: filtering out variable cloud_rain_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_snow_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_specie_mix_flag +INFO: filtering out variable cloudpdf +INFO: filtering out variable coefficient_for_evaporation_of_rainfall +INFO: filtering out variable coefficient_from_cloud_ice_to_snow +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable conv_activity_counter +INFO: filtering out variable convective_updraft_area_fraction +INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces +INFO: filtering out variable couple_sgs_clouds_to_radiation_flag +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable density_of_frozen_precipitation +INFO: filtering out variable depth_of_soil_levels_for_land_surface_model +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable do_mynnsfclay +INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable edmf_flag +INFO: filtering out variable edmf_momentum_transport_flag +INFO: filtering out variable edmf_partition_flag +INFO: filtering out variable edmf_tke_transport_flag +INFO: filtering out variable emdf_updraft_area +INFO: filtering out variable emdf_updraft_cloud_water +INFO: filtering out variable emdf_updraft_entrainment_rate +INFO: filtering out variable emdf_updraft_theta_l +INFO: filtering out variable emdf_updraft_total_water +INFO: filtering out variable emdf_updraft_vertical_velocity +INFO: filtering out variable ending_x_direction_index +INFO: filtering out variable ending_x_direction_index_domain +INFO: filtering out variable ending_y_direction_index +INFO: filtering out variable ending_y_direction_index_domain +INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS +INFO: filtering out variable equilibrium_soil_water_content +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable fast_soil_pool_mass_content_of_carbon +INFO: filtering out variable fine_root_mass +INFO: filtering out variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa +INFO: filtering out variable flag_arakawa_wu_downdraft +INFO: filtering out variable flag_convective_tracer_transport +INFO: filtering out variable flag_flip +INFO: filtering out variable flag_flux_form_CS +INFO: filtering out variable flag_for_2015_ozone_physics +INFO: filtering out variable flag_for_aerosol_input_MG +INFO: filtering out variable flag_for_canopy_stomatal_resistance_option +INFO: filtering out variable flag_for_dynamic_vegetation_option +INFO: filtering out variable flag_for_fast_microphysics_energy_conservation +INFO: filtering out variable flag_for_frozen_soil_permeability_option +INFO: filtering out variable flag_for_frozen_soil_physics +INFO: filtering out variable flag_for_ground_snow_surface_albedo_option +INFO: filtering out variable flag_for_hydrostatic_solver_for_fast_physics +INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_inline_cloud_fraction_calculation +INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option +INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme +INFO: filtering out variable flag_for_precipitation_partition_option +INFO: filtering out variable flag_for_radiation_transfer_option +INFO: filtering out variable flag_for_reading_leaf_area_index_from_input +INFO: filtering out variable flag_for_resetting_radar_reflectivity_calculation +INFO: filtering out variable flag_for_restart +INFO: filtering out variable flag_for_runoff_and_groundwater_option +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_for_saturation_adjustment_for_microphysics_in_dynamics +INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option +INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option +INFO: filtering out variable flag_for_supercooled_liquid_water_option +INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option +INFO: filtering out variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface +INFO: filtering out variable flag_for_the_last_step_of_k_split_remapping +INFO: filtering out variable flag_mg3_as_mg2 +INFO: filtering out variable flag_skip_macro +INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_tracer_scavenged +INFO: filtering out variable gas_constants_for_multi_gases_physics +INFO: filtering out variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface +INFO: filtering out variable gf_memory_counter +INFO: filtering out variable graupel_number_concentration_updated_by_physics +INFO: filtering out variable grav_settling +INFO: filtering out variable ground_temperature_for_noahmp +INFO: filtering out variable gwd_opt +INFO: filtering out variable h2o_forcing +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_friendly_aerosol_number_concentration +INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable ice_number_concentration +INFO: filtering out variable ice_number_concentration_updated_by_physics +INFO: filtering out variable ice_supersaturation_threshold +INFO: filtering out variable ice_water_mixing_ratio +INFO: filtering out variable ice_water_mixing_ratio_convective_transport_tracer +INFO: filtering out variable in_number_concentration +INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable k_level_of_highest_reaching_plume +INFO: filtering out variable kappa_dry_for_fast_physics +INFO: filtering out variable kinematic_buoyancy_flux_from_shoc +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable lake_water_storage +INFO: filtering out variable latitude_index_in_debug_printouts +INFO: filtering out variable layer_bottom_depth_from_snow_surface +INFO: filtering out variable leaf_area_index +INFO: filtering out variable leaf_mass +INFO: filtering out variable limit_for_temperature_tendency_for_microphysics +INFO: filtering out variable liquid_water_density +INFO: filtering out variable local_graupel_mixing_ratio +INFO: filtering out variable local_graupel_number_concentration +INFO: filtering out variable local_rain_number_concentration +INFO: filtering out variable local_rain_water_mixing_ratio +INFO: filtering out variable local_snow_number_concentration +INFO: filtering out variable local_snow_water_mixing_ratio +INFO: filtering out variable log_pressure_at_Lagrangian_surface +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable maximum_mass_flux +INFO: filtering out variable maximum_updraft_velocity_at_cloud_base +INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency +INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency +INFO: filtering out variable mg_allow_supersat_after_sed +INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow +INFO: filtering out variable mg_bergeron_efficiency_factor +INFO: filtering out variable mg_cloud_water_variance +INFO: filtering out variable mg_drop_concentration_constant +INFO: filtering out variable mg_flag_drop_concentration_constant +INFO: filtering out variable mg_flag_for_cloud_ice_processes +INFO: filtering out variable mg_flag_for_gmao_ice_formulation +INFO: filtering out variable mg_flag_for_graupel +INFO: filtering out variable mg_flag_for_hail +INFO: filtering out variable mg_flag_for_heterogeneous_freezing +INFO: filtering out variable mg_flag_for_liu_liquid_treatment +INFO: filtering out variable mg_flag_for_sb2001_autoconversion +INFO: filtering out variable mg_flag_for_uniform_subcolumns +INFO: filtering out variable mg_flag_graupel_concentration_constant +INFO: filtering out variable mg_flag_ice_concentration_constant +INFO: filtering out variable mg_graupel_concentration_constant +INFO: filtering out variable mg_ice_concentration_constant +INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio +INFO: filtering out variable mg_minimum_rh_for_ice +INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice +INFO: filtering out variable mg_tuning_factor_for_alphas +INFO: filtering out variable mg_type_of_precip_fraction_method +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable mix_total_water_flag +INFO: filtering out variable mixing_length +INFO: filtering out variable mixing_length_flag +INFO: filtering out variable moisture_from_previous_timestep +INFO: filtering out variable moisture_tendency_due_to_dynamics +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable mpi_comm +INFO: filtering out variable mpi_rank_for_fast_physics +INFO: filtering out variable mpi_root_for_fast_physics +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_cloud_types_CS +INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data +INFO: filtering out variable number_of_frozen_precipitation_species +INFO: filtering out variable number_of_gases_for_multi_gases_physics +INFO: filtering out variable number_of_ghost_zones +INFO: filtering out variable number_of_plumes +INFO: filtering out variable number_of_snow_layers +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable number_of_tracers_for_CS +INFO: filtering out variable number_of_tracers_plus_one +INFO: filtering out variable number_of_water_species +INFO: filtering out variable omp_threads_for_fast_physics +INFO: filtering out variable ozone_mixing_ratio +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable prandtl_number +INFO: filtering out variable pressure_thickness_at_Lagrangian_surface +INFO: filtering out variable q_prime_squared +INFO: filtering out variable rain_number_concentration_updated_by_physics +INFO: filtering out variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind +INFO: filtering out variable reciprocal_of_obukhov_length +INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation +INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term +INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface +INFO: filtering out variable slow_soil_pool_mass_content_of_carbon +INFO: filtering out variable snow_albedo_at_previous_time_step +INFO: filtering out variable snow_layer_ice +INFO: filtering out variable snow_layer_liquid_water +INFO: filtering out variable snow_mass_at_previous_time_step +INFO: filtering out variable snow_number_concentration_updated_by_physics +INFO: filtering out variable snow_precipitation_rate_at_surface +INFO: filtering out variable snow_temperature +INFO: filtering out variable snow_temperature_bottom_first_layer +INFO: filtering out variable soil_temperature_for_land_surface_model +INFO: filtering out variable soil_vertical_dimension_for_land_surface_model +INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table +INFO: filtering out variable specific_heat_capacities_for_multi_gases_physics +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stability_function_for_heat +INFO: filtering out variable starting_x_direction_index +INFO: filtering out variable starting_x_direction_index_domain +INFO: filtering out variable starting_y_direction_index +INFO: filtering out variable starting_y_direction_index_domain +INFO: filtering out variable stem_area_index +INFO: filtering out variable stem_mass +INFO: filtering out variable subgrid_cloud_fraction_pbl +INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl +INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc +INFO: filtering out variable surface_air_pressure_at_previous_time_step +INFO: filtering out variable surface_air_pressure_two_time_steps_back +INFO: filtering out variable surface_condensation_mass +INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp +INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_geopotential_at_Lagrangian_surface +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable t_prime_q_prime +INFO: filtering out variable t_prime_squared +INFO: filtering out variable temperature_from_previous_timestep +INFO: filtering out variable temperature_tendency_due_to_dynamics +INFO: filtering out variable tendency_of_air_temperature_at_Lagrangian_surface +INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_rain_water_mixing_ratio_due_to_microphysics +INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable thickness_at_Lagrangian_surface +INFO: filtering out variable time_step_for_remapping_for_fast_physics +INFO: filtering out variable tke_advect +INFO: filtering out variable tke_at_mass_points +INFO: filtering out variable tke_budget +INFO: filtering out variable tke_dissipative_heating_factor +INFO: filtering out variable top_layer_index_for_fast_physics +INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable triple_point_temperature_of_water +INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS +INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vegetation_temperature +INFO: filtering out variable vertical_dimension_for_fast_physics +INFO: filtering out variable vertical_dimension_for_thickness_at_Lagrangian_surface +INFO: filtering out variable vertical_dimension_of_h2o_forcing_data +INFO: filtering out variable virtual_temperature_at_Lagrangian_surface +INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model +INFO: filtering out variable water_friendly_aerosol_number_concentration +INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable water_storage_in_aquifer +INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil +INFO: filtering out variable water_table_depth +INFO: filtering out variable water_table_recharge_when_deep +INFO: filtering out variable water_table_recharge_when_shallow +INFO: filtering out variable water_vapor_mixing_ratio_at_surface +INFO: filtering out variable water_vapor_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable water_vapor_specific_humidity_at_previous_time_step +INFO: filtering out variable water_vapor_specific_humidity_two_time_steps_back +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable wood_mass +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_17/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_17/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_17/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_17/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_17/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 10 auto-generated caps to tests/build_fv3_17/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_17/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_17/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_17/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_stochastics_cap.F90' +++ CCPP_CAPS='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_stochastics_cap.F90' ++ source build_fv3_17/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y == *\W\W\3\=\Y* ]] +++ 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 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__73484 +++ eval 'setup__test_function__73484() { /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__73484 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ -d /gpfs/hps ]] +++ [[ -e /etc/SuSE-release ]] +++ [[ -d /dcom ]] +++ [[ -L /usrx ]] ++++ readlink /usrx +++ [[ /gpfs/dell1/usrx =~ dell ]] +++ eval module help +++ module purge ++++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge +++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' 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 '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' 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_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' 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 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' 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 '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' unset '_ModuleTable017_;' ++++ unset ADVISOR_2018_DIR ++++ unset BACIO_LIB4 ++++ unset BACIO_LIB8 ++++ unset BACIO_SRC ++++ unset BACIO_VER ++++ unset BINARY_TYPE_HPC ++++ unset __LMOD_REF_COUNT_CLASSPATH ++++ unset CLASSPATH ++++ unset CLCK_ROOT ++++ 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 __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH ++++ unset CPLUS_INCLUDE_PATH ++++ unset CRTM_FIX ++++ unset CRTM_INC ++++ unset CRTM_LIB ++++ unset CRTM_SRC ++++ unset CRTM_VER ++++ unset DAALROOT ++++ unset ECF_HOSTFILE ++++ unset ECF_PORT ++++ unset ECF_ROOT ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ unset __LMOD_REF_COUNT_INFOPATH ++++ unset INFOPATH ++++ unset INSPECTOR_2018_DIR ++++ unset INTEL_LICENSE_FILE ++++ unset INTEL_PYTHONHOME ++++ unset IPPROOT ++++ 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_CXX ++++ unset I_MPI_EXTRA_FILESYSTEM ++++ unset I_MPI_EXTRA_FILESYSTEM_LIST ++++ unset I_MPI_F77 ++++ unset I_MPI_F90 ++++ unset I_MPI_FC ++++ unset I_MPI_HYDRA_BOOTSTRAP ++++ unset I_MPI_HYDRA_IFACE ++++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH ++++ unset I_MPI_ROOT ++++ unset JASPER_INC ++++ unset JASPER_LIB ++++ unset JASPER_LIBDIR ++++ unset JASPER_SRC ++++ unset JASPER_VER ++++ unset KMP_AFFINITY ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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 ++++ unset LSF_BINDIR ++++ unset LSF_ENVDIR ++++ unset LSF_LIBDIR ++++ unset LSF_SERVERDIR ++++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 ++++ export __LMOD_REF_COUNT_MANPATH ++++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: ++++ export MANPATH ++++ unset MKLROOT ++++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles ++++ export MODULEPATH ++++ unset MPM_LAUNCHER ++++ unset NEMSIO_INC ++++ unset NEMSIO_LIB ++++ unset NEMSIO_SRC ++++ unset NEMSIO_VER ++++ unset NETCDF ++++ unset NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ unset __LMOD_REF_COUNT_NLSPATH ++++ unset NLSPATH ++++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1' ++++ export __LMOD_REF_COUNT_PATH ++++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin ++++ export PATH ++++ unset PKG_CONFIG_PATH ++++ unset PNG_INC ++++ unset PNG_LIB ++++ unset PNG_LIB12 ++++ unset PNG_LIBDIR ++++ unset PNG_LIBso ++++ unset PNG_SRC ++++ unset PNG_VER ++++ unset POST_INC ++++ unset POST_LIB ++++ unset POST_SRC ++++ unset POST_VER ++++ unset PSTLROOT ++++ unset PYTHONPATH ++++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH ++++ unset QT_PLUGIN_PATH ++++ unset SP_LIB4 ++++ unset SP_LIB8 ++++ unset SP_LIBd ++++ unset SP_SRC ++++ unset SP_VER ++++ unset TBBROOT ++++ unset VT_ADD_LIBS ++++ unset VT_ARCH ++++ unset VT_LIB_DIR ++++ unset VT_MPI ++++ unset VT_ROOT ++++ unset VT_SLIB_DIR ++++ 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 XLSF_UIDDIR ++++ unset Z_INC ++++ unset Z_LIB ++++ unset Z_SRC ++++ unset Z_VER ++++ unset __LMOD_REF_COUNT__LMFILES_ ++++ unset _LMFILES_ ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k ++++ export _ModuleTable001_ ++++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== ++++ 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 _ModuleTable014_ ++++ unset _ModuleTable015_ ++++ unset _ModuleTable016_ ++++ unset _ModuleTable017_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__73484 +++ unset __ms_function_name ++ [[ wcoss_dell_p3 == macosx.* ]] ++ [[ wcoss_dell_p3 == linux.* ]] ++ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k +++ export _ModuleTable001_ +++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module load fv3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 ++ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' '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="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/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_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 +++ export ADVISOR_2018_DIR +++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a +++ export BACIO_LIB4 +++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a +++ export BACIO_LIB8 +++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 +++ export BACIO_SRC +++ BACIO_VER=v2.0.3 +++ export BACIO_VER +++ BINARY_TYPE_HPC= +++ export BINARY_TYPE_HPC +++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' +++ export __LMOD_REF_COUNT_CLASSPATH +++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar +++ export CLASSPATH +++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest +++ export CLCK_ROOT +++ 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=wcoss_dell_p3 +++ export CMAKE_Platform +++ COMP=ips +++ export COMP +++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' +++ export __LMOD_REF_COUNT_CPATH +++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include +++ export CPATH +++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 +++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH +++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include +++ export CPLUS_INCLUDE_PATH +++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix +++ export CRTM_FIX +++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 +++ export CRTM_INC +++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a +++ export CRTM_LIB +++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src +++ export CRTM_SRC +++ CRTM_VER=v2.2.6 +++ export CRTM_VER +++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal +++ export DAALROOT +++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ export G2TMPL_VER +++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 +++ export G2_INC4 +++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d +++ export G2_INCd +++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a +++ export G2_LIB4 +++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a +++ export G2_LIBd +++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 +++ export G2_SRC +++ G2_VER=v3.1.1 +++ export G2_VER +++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver +++ export GDBSERVER_MIC +++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia +++ export GDB_CROSS +++ HDF5=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5' +++ export HDF5_LDFLAGS_F +++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' +++ export __LMOD_REF_COUNT_INFOPATH +++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx +++ export INFOPATH +++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 +++ export INSPECTOR_2018_DIR +++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses +++ export INTEL_LICENSE_FILE +++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 +++ export INTEL_PYTHONHOME +++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp +++ export IPPROOT +++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 +++ export IP_INC4 +++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 +++ export IP_INC8 +++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d +++ export IP_INCd +++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a +++ export IP_LIB4 +++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a +++ export IP_LIB8 +++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a +++ export IP_LIBd +++ IP_SRC=/usrx/local/nceplibs/dev/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_CXX=icpc +++ export I_MPI_CXX +++ I_MPI_EXTRA_FILESYSTEM=yes +++ export I_MPI_EXTRA_FILESYSTEM +++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs +++ export I_MPI_EXTRA_FILESYSTEM_LIST +++ I_MPI_F77=ifort +++ export I_MPI_F77 +++ I_MPI_F90=ifort +++ export I_MPI_F90 +++ I_MPI_FC=ifort +++ export I_MPI_FC +++ I_MPI_HYDRA_BOOTSTRAP=lsf +++ export I_MPI_HYDRA_BOOTSTRAP +++ I_MPI_HYDRA_IFACE=ib0 +++ export I_MPI_HYDRA_IFACE +++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 +++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH +++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi +++ export I_MPI_ROOT +++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include +++ export JASPER_INC +++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a +++ export JASPER_LIB +++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib +++ export JASPER_LIBDIR +++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 +++ export JASPER_SRC +++ JASPER_VER=1.900.29 +++ export JASPER_VER +++ KMP_AFFINITY=scatter +++ export KMP_AFFINITY +++ unset LAUNCH +++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH +++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LD_LIBRARY_PATH +++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LIBRARY_PATH +++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LIBRARY_PATH +++ LIB_NAME=POST +++ export LIB_NAME +++ LMOD_FAMILY_COMPILER=ips +++ export LMOD_FAMILY_COMPILER +++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 +++ export LMOD_FAMILY_COMPILER_VERSION +++ LMOD_FAMILY_MPI=impi +++ export LMOD_FAMILY_MPI +++ LMOD_FAMILY_MPI_VERSION=18.0.1 +++ export LMOD_FAMILY_MPI_VERSION +++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1' +++ export __LMOD_REF_COUNT_LOADEDMODULES +++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3 +++ export LOADEDMODULES +++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin +++ export LSF_BINDIR +++ LSF_ENVDIR=/gpfs/lsf/conf +++ export LSF_ENVDIR +++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib +++ export LSF_LIBDIR +++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc +++ export LSF_SERVERDIR +++ __LMOD_REF_COUNT_MANPATH='/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man +++ export MANPATH +++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl +++ export MKLROOT +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh +++ export MPM_LAUNCHER +++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 +++ export NEMSIO_INC +++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a +++ export NEMSIO_LIB +++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 +++ export NEMSIO_SRC +++ NEMSIO_VER=v2.2.4 +++ export NEMSIO_VER +++ NETCDF=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF_ROOT +++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' +++ export __LMOD_REF_COUNT_NLSPATH +++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N +++ export NLSPATH +++ __LMOD_REF_COUNT_PATH='/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' +++ export __LMOD_REF_COUNT_PATH +++ PATH=/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export PATH +++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig +++ export PKG_CONFIG_PATH +++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include +++ export PNG_INC +++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a +++ export PNG_LIB +++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a +++ export PNG_LIB12 +++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib +++ export PNG_LIBDIR +++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so +++ export PNG_LIBso +++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 +++ export PNG_SRC +++ PNG_VER=1.2.59 +++ export PNG_VER +++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 +++ export POST_INC +++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ export POST_VER +++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl +++ export PSTLROOT +++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi +++ export PYTHONPATH +++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a +++ export SP_LIB4 +++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a +++ export SP_LIB8 +++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a +++ export SP_LIBd +++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 +++ export SP_SRC +++ SP_VER=v2.0.3 +++ export SP_VER +++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb +++ export TBBROOT +++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' +++ export VT_ADD_LIBS +++ VT_ARCH=intel64 +++ export VT_ARCH +++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib +++ export VT_LIB_DIR +++ VT_MPI=impi4 +++ export VT_MPI +++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest +++ export VT_ROOT +++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib +++ export VT_SLIB_DIR +++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 +++ export W3EMC_INC4 +++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 +++ export W3EMC_INC8 +++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d +++ export W3EMC_INCd +++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a +++ export W3EMC_LIB4 +++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a +++ export W3EMC_LIB8 +++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a +++ export W3EMC_LIBd +++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 +++ export W3EMC_SRC +++ W3EMC_VER=v2.3.1 +++ export W3EMC_VER +++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a +++ export W3NCO_LIB4 +++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a +++ export W3NCO_LIB8 +++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a +++ export W3NCO_LIBd +++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 +++ export W3NCO_SRC +++ W3NCO_VER=v2.0.7 +++ export W3NCO_VER +++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid +++ export XLSF_UIDDIR +++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export Z_INC +++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a +++ export Z_LIB +++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src +++ export Z_SRC +++ Z_VER=1.2.11 +++ export Z_VER +++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' +++ export __LMOD_REF_COUNT__LMFILES_ +++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list + +Currently Loaded Modules: + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.5 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) fv3 + + + ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_17 ++ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model -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.1.20171018 +-- The CXX compiler identification is Intel 18.0.1.20171018 +-- The Fortran compiler identification is Intel 18.0.1.20171018 +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") +-- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") +-- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") +-- Found MPI: TRUE (found version "3.1") +ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for wcoss_dell_p3 + +C compiler: Intel 18.0.1.20171018 (mpiicc) +CXX compiler: Intel 18.0.1.20171018 (mpiicpc) +Fortran compiler: Intel 18.0.1.20171018 (mpiifort) + +DEBUG is disabled +REPRO is disabled +32BIT is ENABLED +OPENMP is ENABLED +AVX2 is disabled +INLINE_POST is ENABLED + + +Selected physics package: gfs + +Force 64 bits in gfsphysics +Force 64 bits in ipd +-- Dynamics compiled with 32-bit option, adjust fv_sat_adj types +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_17/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_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: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_17 ++ make -j 4 +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/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.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 +[ 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/mpp/mpp_parameter.F90.o +[ 1%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 1%] Linking Fortran static library libfv3cpl.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%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 2%] Built target fv3cpl +[ 2%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +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 +[ 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%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.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. +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +Scanning dependencies of target ccppphys +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.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 +[ 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 +[ 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/module_sf_noahmp_glacier.f90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 5%] 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/ozne_def.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +[ 6%] 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. +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 6%] 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. +[ 6%] 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/gwdps.f.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 13%] 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. +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 16%] 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/dcyc2.f.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 23%] 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/sfc_sice.f.o +[ 26%] 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/radiation_clouds.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +[ 26%] 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 +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 27%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 27%] 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. +[ 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/GFS_rrtmg_pre.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_post.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_pre.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +[ 28%] 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_2017_gfdlmp_regional_stochastics_cap.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_stochastics_cap.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_physics_cap.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_physics_cap.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_radiation_cap.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_time_vary_cap.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_radiation_cap.F90.o +[ 31%] 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. +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_c768_time_vary_cap.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.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/horiz_interp/horiz_interp_bilinear.F90.o +[ 33%] 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. +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 34%] 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. +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 35%] 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. +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 35%] 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. +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.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_2017_gfdlmp_regional_c768_cap.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_regional_cap.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 38%] 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. +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 39%] 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. +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.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 CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +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/drag_suite.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.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/satmedmfvdifq.F.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.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/ugwp_driver_v0.F.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 +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.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. +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.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/calpreciptype.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/gcycle.F90.o +[ 53%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 53%] 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. +[ 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 +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 61%] Linking Fortran static library libccppphys.a +[ 61%] Built target ccppphys +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +Scanning dependencies of target gfsphysics +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.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 +[ 70%] Linking Fortran static library FMS/libfms.a +[ 70%] Built target fms +[ 70%] 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 +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 71%] 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 +[ 72%] Linking Fortran static library libgfsphysics.a +[ 72%] Built target gfsphysics +Scanning dependencies of target ccppdriver +[ 72%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +Scanning dependencies of target ipd +[ 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_write_internal_state.F90.o +[ 75%] 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/tools/external_sst.F90.o +[ 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/model/fv_fill.F90.o +[ 76%] 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. +[ 76%] 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_netcdf.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 76%] 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/fv_mp_mod.F90.o +[ 76%] 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/tools/fv_timing.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/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. +[ 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/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/model/tp_core.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/io/CMakeFiles/io.dir/ffsync.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.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_diagnostics.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_iau_mod.F90.o +[ 82%] Linking Fortran static library libio.a +[ 82%] Built target io +[ 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/driver/fvGFS/fv_nggps_diag.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.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/model/fv_tracer2d.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_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 +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +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/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/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 +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o +[ 90%] 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 +[ 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/gozrineo_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/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/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 +[ 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 +[ 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/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 +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 +[ 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_MEDIATOR_SpaceWeather.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_EARTH_INTERNAL_STATE.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 +[ 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%] Linking Fortran executable NEMS.exe +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_17.exe ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_17 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_17 ++ elapsed=630 ++ echo 'Elapsed time 630 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y finished' +Elapsed time 630 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp_regional,FV3_GFS_2017_gfdlmp_regional_c768 32BIT=Y finished ++ SECONDS=0 ++++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ MACHINE_ID=wcoss_dell_p3 ++ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y' ++ BUILD_NAME=fv3_18 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_18 ++ [[ wcoss_dell_p3 == cheyenne.* ]] ++ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] ++ MAKE_THREADS=4 ++ MAKE_THREADS=4 ++ hostname +v71a3 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y into fv3_18.exe on wcoss_dell_p3' +Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y into fv3_18.exe on wcoss_dell_p3 ++ '[' YES = YES ']' ++ rm -rf build_fv3_18 ++ mkdir -p build_fv3_18 ++ CCPP_CMAKE_FLAGS= ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\D\E\B\U\G\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\D\E\B\U\G\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017,FV3_GFS_2017_stretched --builddir=tests/build_fv3_18/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_stretched.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_18/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip +INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology +INFO: filtering out variable area_fraction_of_wet_canopy +INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl +INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc +INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable canopy_air_temperature +INFO: filtering out variable canopy_air_vapor_pressure +INFO: filtering out variable canopy_intercepted_ice_mass +INFO: filtering out variable canopy_intercepted_liquid_water +INFO: filtering out variable ccn_number_concentration +INFO: filtering out variable ccpp_block_number +INFO: filtering out variable cell_size +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_base_mass_flux +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface +INFO: filtering out variable cloud_droplet_number_concentration +INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics +INFO: filtering out variable cloud_fraction_for_MG +INFO: filtering out variable cloud_phase_transition_denominator +INFO: filtering out variable cloud_phase_transition_threshold_temperature +INFO: filtering out variable cloud_specie_mix_flag +INFO: filtering out variable cloudpdf +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable conv_activity_counter +INFO: filtering out variable convective_updraft_area_fraction +INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces +INFO: filtering out variable couple_sgs_clouds_to_radiation_flag +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable density_of_frozen_precipitation +INFO: filtering out variable depth_of_soil_levels_for_land_surface_model +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable do_mynnsfclay +INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable edmf_flag +INFO: filtering out variable edmf_momentum_transport_flag +INFO: filtering out variable edmf_partition_flag +INFO: filtering out variable edmf_tke_transport_flag +INFO: filtering out variable emdf_updraft_area +INFO: filtering out variable emdf_updraft_cloud_water +INFO: filtering out variable emdf_updraft_entrainment_rate +INFO: filtering out variable emdf_updraft_theta_l +INFO: filtering out variable emdf_updraft_total_water +INFO: filtering out variable emdf_updraft_vertical_velocity +INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS +INFO: filtering out variable equilibrium_soil_water_content +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable fast_soil_pool_mass_content_of_carbon +INFO: filtering out variable fine_root_mass +INFO: filtering out variable flag_arakawa_wu_downdraft +INFO: filtering out variable flag_convective_tracer_transport +INFO: filtering out variable flag_flip +INFO: filtering out variable flag_flux_form_CS +INFO: filtering out variable flag_for_2015_ozone_physics +INFO: filtering out variable flag_for_aerosol_input_MG +INFO: filtering out variable flag_for_canopy_stomatal_resistance_option +INFO: filtering out variable flag_for_dynamic_vegetation_option +INFO: filtering out variable flag_for_frozen_soil_permeability_option +INFO: filtering out variable flag_for_frozen_soil_physics +INFO: filtering out variable flag_for_ground_snow_surface_albedo_option +INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option +INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme +INFO: filtering out variable flag_for_precipitation_partition_option +INFO: filtering out variable flag_for_radiation_transfer_option +INFO: filtering out variable flag_for_reading_leaf_area_index_from_input +INFO: filtering out variable flag_for_resetting_radar_reflectivity_calculation +INFO: filtering out variable flag_for_restart +INFO: filtering out variable flag_for_runoff_and_groundwater_option +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option +INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option +INFO: filtering out variable flag_for_supercooled_liquid_water_option +INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option +INFO: filtering out variable flag_mg3_as_mg2 +INFO: filtering out variable flag_skip_macro +INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_tracer_scavenged +INFO: filtering out variable gf_memory_counter +INFO: filtering out variable graupel_number_concentration_updated_by_physics +INFO: filtering out variable grav_settling +INFO: filtering out variable ground_temperature_for_noahmp +INFO: filtering out variable gwd_opt +INFO: filtering out variable h2o_forcing +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_friendly_aerosol_number_concentration +INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable ice_number_concentration +INFO: filtering out variable ice_number_concentration_updated_by_physics +INFO: filtering out variable ice_supersaturation_threshold +INFO: filtering out variable ice_water_mixing_ratio +INFO: filtering out variable in_number_concentration +INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable k_level_of_highest_reaching_plume +INFO: filtering out variable kinematic_buoyancy_flux_from_shoc +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable lake_water_storage +INFO: filtering out variable latitude_index_in_debug_printouts +INFO: filtering out variable layer_bottom_depth_from_snow_surface +INFO: filtering out variable leaf_area_index +INFO: filtering out variable leaf_mass +INFO: filtering out variable limit_for_temperature_tendency_for_microphysics +INFO: filtering out variable liquid_water_density +INFO: filtering out variable local_graupel_mixing_ratio +INFO: filtering out variable local_graupel_number_concentration +INFO: filtering out variable local_rain_number_concentration +INFO: filtering out variable local_rain_water_mixing_ratio +INFO: filtering out variable local_snow_number_concentration +INFO: filtering out variable local_snow_water_mixing_ratio +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable maximum_mass_flux +INFO: filtering out variable maximum_updraft_velocity_at_cloud_base +INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency +INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency +INFO: filtering out variable mg_allow_supersat_after_sed +INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow +INFO: filtering out variable mg_bergeron_efficiency_factor +INFO: filtering out variable mg_cloud_water_variance +INFO: filtering out variable mg_drop_concentration_constant +INFO: filtering out variable mg_flag_drop_concentration_constant +INFO: filtering out variable mg_flag_for_cloud_ice_processes +INFO: filtering out variable mg_flag_for_gmao_ice_formulation +INFO: filtering out variable mg_flag_for_graupel +INFO: filtering out variable mg_flag_for_hail +INFO: filtering out variable mg_flag_for_heterogeneous_freezing +INFO: filtering out variable mg_flag_for_liu_liquid_treatment +INFO: filtering out variable mg_flag_for_sb2001_autoconversion +INFO: filtering out variable mg_flag_for_uniform_subcolumns +INFO: filtering out variable mg_flag_graupel_concentration_constant +INFO: filtering out variable mg_flag_ice_concentration_constant +INFO: filtering out variable mg_graupel_concentration_constant +INFO: filtering out variable mg_ice_concentration_constant +INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio +INFO: filtering out variable mg_minimum_rh_for_ice +INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice +INFO: filtering out variable mg_tuning_factor_for_alphas +INFO: filtering out variable mg_type_of_precip_fraction_method +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable mix_total_water_flag +INFO: filtering out variable mixing_length +INFO: filtering out variable mixing_length_flag +INFO: filtering out variable moisture_from_previous_timestep +INFO: filtering out variable moisture_tendency_due_to_dynamics +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable mpi_comm +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_cloud_types_CS +INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data +INFO: filtering out variable number_of_frozen_precipitation_species +INFO: filtering out variable number_of_plumes +INFO: filtering out variable number_of_snow_layers +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable number_of_tracers_for_CS +INFO: filtering out variable number_of_tracers_plus_one +INFO: filtering out variable ozone_mixing_ratio +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable prandtl_number +INFO: filtering out variable q_prime_squared +INFO: filtering out variable rain_number_concentration_updated_by_physics +INFO: filtering out variable reciprocal_of_obukhov_length +INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation +INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term +INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface +INFO: filtering out variable slow_soil_pool_mass_content_of_carbon +INFO: filtering out variable snow_albedo_at_previous_time_step +INFO: filtering out variable snow_layer_ice +INFO: filtering out variable snow_layer_liquid_water +INFO: filtering out variable snow_mass_at_previous_time_step +INFO: filtering out variable snow_number_concentration_updated_by_physics +INFO: filtering out variable snow_precipitation_rate_at_surface +INFO: filtering out variable snow_temperature +INFO: filtering out variable snow_temperature_bottom_first_layer +INFO: filtering out variable soil_temperature_for_land_surface_model +INFO: filtering out variable soil_vertical_dimension_for_land_surface_model +INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stability_function_for_heat +INFO: filtering out variable stem_area_index +INFO: filtering out variable stem_mass +INFO: filtering out variable subgrid_cloud_fraction_pbl +INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl +INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc +INFO: filtering out variable surface_condensation_mass +INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp +INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable t_prime_q_prime +INFO: filtering out variable t_prime_squared +INFO: filtering out variable temperature_from_previous_timestep +INFO: filtering out variable temperature_tendency_due_to_dynamics +INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable tke_advect +INFO: filtering out variable tke_at_mass_points +INFO: filtering out variable tke_budget +INFO: filtering out variable tke_dissipative_heating_factor +INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable triple_point_temperature_of_water +INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS +INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vegetation_temperature +INFO: filtering out variable vertical_dimension_of_h2o_forcing_data +INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model +INFO: filtering out variable water_friendly_aerosol_number_concentration +INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable water_storage_in_aquifer +INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil +INFO: filtering out variable water_table_depth +INFO: filtering out variable water_table_recharge_when_deep +INFO: filtering out variable water_table_recharge_when_shallow +INFO: filtering out variable water_vapor_mixing_ratio_at_surface +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable wood_mass +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_18/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_18/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_18/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_18/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_18/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 11 auto-generated caps to tests/build_fv3_18/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_18/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_18/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_18/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90' +++ CCPP_CAPS='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90' ++ source build_fv3_18/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y == *\W\W\3\=\Y* ]] +++ 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 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__77388 +++ eval 'setup__test_function__77388() { /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__77388 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ -d /gpfs/hps ]] +++ [[ -e /etc/SuSE-release ]] +++ [[ -d /dcom ]] +++ [[ -L /usrx ]] ++++ readlink /usrx +++ [[ /gpfs/dell1/usrx =~ dell ]] +++ eval module help +++ module purge ++++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge +++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' 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 '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' 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_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' 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 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' 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 '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' unset '_ModuleTable017_;' ++++ unset ADVISOR_2018_DIR ++++ unset BACIO_LIB4 ++++ unset BACIO_LIB8 ++++ unset BACIO_SRC ++++ unset BACIO_VER ++++ unset BINARY_TYPE_HPC ++++ unset __LMOD_REF_COUNT_CLASSPATH ++++ unset CLASSPATH ++++ unset CLCK_ROOT ++++ 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 __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH ++++ unset CPLUS_INCLUDE_PATH ++++ unset CRTM_FIX ++++ unset CRTM_INC ++++ unset CRTM_LIB ++++ unset CRTM_SRC ++++ unset CRTM_VER ++++ unset DAALROOT ++++ unset ECF_HOSTFILE ++++ unset ECF_PORT ++++ unset ECF_ROOT ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ unset __LMOD_REF_COUNT_INFOPATH ++++ unset INFOPATH ++++ unset INSPECTOR_2018_DIR ++++ unset INTEL_LICENSE_FILE ++++ unset INTEL_PYTHONHOME ++++ unset IPPROOT ++++ 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_CXX ++++ unset I_MPI_EXTRA_FILESYSTEM ++++ unset I_MPI_EXTRA_FILESYSTEM_LIST ++++ unset I_MPI_F77 ++++ unset I_MPI_F90 ++++ unset I_MPI_FC ++++ unset I_MPI_HYDRA_BOOTSTRAP ++++ unset I_MPI_HYDRA_IFACE ++++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH ++++ unset I_MPI_ROOT ++++ unset JASPER_INC ++++ unset JASPER_LIB ++++ unset JASPER_LIBDIR ++++ unset JASPER_SRC ++++ unset JASPER_VER ++++ unset KMP_AFFINITY ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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 ++++ unset LSF_BINDIR ++++ unset LSF_ENVDIR ++++ unset LSF_LIBDIR ++++ unset LSF_SERVERDIR ++++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 ++++ export __LMOD_REF_COUNT_MANPATH ++++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: ++++ export MANPATH ++++ unset MKLROOT ++++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles ++++ export MODULEPATH ++++ unset MPM_LAUNCHER ++++ unset NEMSIO_INC ++++ unset NEMSIO_LIB ++++ unset NEMSIO_SRC ++++ unset NEMSIO_VER ++++ unset NETCDF ++++ unset NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ unset __LMOD_REF_COUNT_NLSPATH ++++ unset NLSPATH ++++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1' ++++ export __LMOD_REF_COUNT_PATH ++++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin ++++ export PATH ++++ unset PKG_CONFIG_PATH ++++ unset PNG_INC ++++ unset PNG_LIB ++++ unset PNG_LIB12 ++++ unset PNG_LIBDIR ++++ unset PNG_LIBso ++++ unset PNG_SRC ++++ unset PNG_VER ++++ unset POST_INC ++++ unset POST_LIB ++++ unset POST_SRC ++++ unset POST_VER ++++ unset PSTLROOT ++++ unset PYTHONPATH ++++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH ++++ unset QT_PLUGIN_PATH ++++ unset SP_LIB4 ++++ unset SP_LIB8 ++++ unset SP_LIBd ++++ unset SP_SRC ++++ unset SP_VER ++++ unset TBBROOT ++++ unset VT_ADD_LIBS ++++ unset VT_ARCH ++++ unset VT_LIB_DIR ++++ unset VT_MPI ++++ unset VT_ROOT ++++ unset VT_SLIB_DIR ++++ 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 XLSF_UIDDIR ++++ unset Z_INC ++++ unset Z_LIB ++++ unset Z_SRC ++++ unset Z_VER ++++ unset __LMOD_REF_COUNT__LMFILES_ ++++ unset _LMFILES_ ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k ++++ export _ModuleTable001_ ++++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== ++++ 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 _ModuleTable014_ ++++ unset _ModuleTable015_ ++++ unset _ModuleTable016_ ++++ unset _ModuleTable017_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__77388 +++ unset __ms_function_name ++ [[ wcoss_dell_p3 == macosx.* ]] ++ [[ wcoss_dell_p3 == linux.* ]] ++ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k +++ export _ModuleTable001_ +++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module load fv3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 ++ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' '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="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/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_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 +++ export ADVISOR_2018_DIR +++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a +++ export BACIO_LIB4 +++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a +++ export BACIO_LIB8 +++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 +++ export BACIO_SRC +++ BACIO_VER=v2.0.3 +++ export BACIO_VER +++ BINARY_TYPE_HPC= +++ export BINARY_TYPE_HPC +++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' +++ export __LMOD_REF_COUNT_CLASSPATH +++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar +++ export CLASSPATH +++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest +++ export CLCK_ROOT +++ 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=wcoss_dell_p3 +++ export CMAKE_Platform +++ COMP=ips +++ export COMP +++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' +++ export __LMOD_REF_COUNT_CPATH +++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include +++ export CPATH +++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 +++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH +++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include +++ export CPLUS_INCLUDE_PATH +++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix +++ export CRTM_FIX +++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 +++ export CRTM_INC +++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a +++ export CRTM_LIB +++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src +++ export CRTM_SRC +++ CRTM_VER=v2.2.6 +++ export CRTM_VER +++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal +++ export DAALROOT +++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ export G2TMPL_VER +++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 +++ export G2_INC4 +++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d +++ export G2_INCd +++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a +++ export G2_LIB4 +++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a +++ export G2_LIBd +++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 +++ export G2_SRC +++ G2_VER=v3.1.1 +++ export G2_VER +++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver +++ export GDBSERVER_MIC +++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia +++ export GDB_CROSS +++ HDF5=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5' +++ export HDF5_LDFLAGS_F +++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' +++ export __LMOD_REF_COUNT_INFOPATH +++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx +++ export INFOPATH +++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 +++ export INSPECTOR_2018_DIR +++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses +++ export INTEL_LICENSE_FILE +++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 +++ export INTEL_PYTHONHOME +++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp +++ export IPPROOT +++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 +++ export IP_INC4 +++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 +++ export IP_INC8 +++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d +++ export IP_INCd +++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a +++ export IP_LIB4 +++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a +++ export IP_LIB8 +++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a +++ export IP_LIBd +++ IP_SRC=/usrx/local/nceplibs/dev/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_CXX=icpc +++ export I_MPI_CXX +++ I_MPI_EXTRA_FILESYSTEM=yes +++ export I_MPI_EXTRA_FILESYSTEM +++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs +++ export I_MPI_EXTRA_FILESYSTEM_LIST +++ I_MPI_F77=ifort +++ export I_MPI_F77 +++ I_MPI_F90=ifort +++ export I_MPI_F90 +++ I_MPI_FC=ifort +++ export I_MPI_FC +++ I_MPI_HYDRA_BOOTSTRAP=lsf +++ export I_MPI_HYDRA_BOOTSTRAP +++ I_MPI_HYDRA_IFACE=ib0 +++ export I_MPI_HYDRA_IFACE +++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 +++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH +++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi +++ export I_MPI_ROOT +++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include +++ export JASPER_INC +++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a +++ export JASPER_LIB +++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib +++ export JASPER_LIBDIR +++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 +++ export JASPER_SRC +++ JASPER_VER=1.900.29 +++ export JASPER_VER +++ KMP_AFFINITY=scatter +++ export KMP_AFFINITY +++ unset LAUNCH +++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH +++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LD_LIBRARY_PATH +++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LIBRARY_PATH +++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LIBRARY_PATH +++ LIB_NAME=POST +++ export LIB_NAME +++ LMOD_FAMILY_COMPILER=ips +++ export LMOD_FAMILY_COMPILER +++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 +++ export LMOD_FAMILY_COMPILER_VERSION +++ LMOD_FAMILY_MPI=impi +++ export LMOD_FAMILY_MPI +++ LMOD_FAMILY_MPI_VERSION=18.0.1 +++ export LMOD_FAMILY_MPI_VERSION +++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1' +++ export __LMOD_REF_COUNT_LOADEDMODULES +++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3 +++ export LOADEDMODULES +++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin +++ export LSF_BINDIR +++ LSF_ENVDIR=/gpfs/lsf/conf +++ export LSF_ENVDIR +++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib +++ export LSF_LIBDIR +++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc +++ export LSF_SERVERDIR +++ __LMOD_REF_COUNT_MANPATH='/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man +++ export MANPATH +++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl +++ export MKLROOT +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh +++ export MPM_LAUNCHER +++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 +++ export NEMSIO_INC +++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a +++ export NEMSIO_LIB +++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 +++ export NEMSIO_SRC +++ NEMSIO_VER=v2.2.4 +++ export NEMSIO_VER +++ NETCDF=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF_ROOT +++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' +++ export __LMOD_REF_COUNT_NLSPATH +++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N +++ export NLSPATH +++ __LMOD_REF_COUNT_PATH='/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' +++ export __LMOD_REF_COUNT_PATH +++ PATH=/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export PATH +++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig +++ export PKG_CONFIG_PATH +++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include +++ export PNG_INC +++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a +++ export PNG_LIB +++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a +++ export PNG_LIB12 +++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib +++ export PNG_LIBDIR +++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so +++ export PNG_LIBso +++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 +++ export PNG_SRC +++ PNG_VER=1.2.59 +++ export PNG_VER +++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 +++ export POST_INC +++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ export POST_VER +++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl +++ export PSTLROOT +++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi +++ export PYTHONPATH +++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a +++ export SP_LIB4 +++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a +++ export SP_LIB8 +++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a +++ export SP_LIBd +++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 +++ export SP_SRC +++ SP_VER=v2.0.3 +++ export SP_VER +++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb +++ export TBBROOT +++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' +++ export VT_ADD_LIBS +++ VT_ARCH=intel64 +++ export VT_ARCH +++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib +++ export VT_LIB_DIR +++ VT_MPI=impi4 +++ export VT_MPI +++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest +++ export VT_ROOT +++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib +++ export VT_SLIB_DIR +++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 +++ export W3EMC_INC4 +++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 +++ export W3EMC_INC8 +++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d +++ export W3EMC_INCd +++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a +++ export W3EMC_LIB4 +++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a +++ export W3EMC_LIB8 +++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a +++ export W3EMC_LIBd +++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 +++ export W3EMC_SRC +++ W3EMC_VER=v2.3.1 +++ export W3EMC_VER +++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a +++ export W3NCO_LIB4 +++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a +++ export W3NCO_LIB8 +++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a +++ export W3NCO_LIBd +++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 +++ export W3NCO_SRC +++ W3NCO_VER=v2.0.7 +++ export W3NCO_VER +++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid +++ export XLSF_UIDDIR +++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export Z_INC +++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a +++ export Z_LIB +++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src +++ export Z_SRC +++ Z_VER=1.2.11 +++ export Z_VER +++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' +++ export __LMOD_REF_COUNT__LMFILES_ +++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list + +Currently Loaded Modules: + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.5 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) fv3 + + + ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_18 ++ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model -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.1.20171018 +-- The CXX compiler identification is Intel 18.0.1.20171018 +-- The Fortran compiler identification is Intel 18.0.1.20171018 +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") +-- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") +-- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") +-- Found MPI: TRUE (found version "3.1") +ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for wcoss_dell_p3 + +C compiler: Intel 18.0.1.20171018 (mpiicc) +CXX compiler: Intel 18.0.1.20171018 (mpiicpc) +Fortran compiler: Intel 18.0.1.20171018 (mpiifort) + +DEBUG is ENABLED +REPRO is disabled +32BIT is ENABLED +OPENMP is ENABLED +AVX2 is disabled +INLINE_POST is ENABLED + + +Selected physics package: gfs + +Force 64 bits in gfsphysics +Force 64 bits in ipd +-- Dynamics compiled with 32-bit option, adjust fv_sat_adj types +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_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: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_18 ++ make -j 4 +Scanning dependencies of target ccpp +[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o +[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.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 +Scanning dependencies of target fv3cpl +[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +Scanning dependencies of target ccppphys +[ 1%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +fpp: warning: keyword redefined: STATIC +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 1%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 1%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 1%] 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. +[ 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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +[ 3%] Linking Fortran static library libfv3cpl.a +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +[ 4%] Built target fv3cpl +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +fpp: warning: keyword redefined: STATIC +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 +[ 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 +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_ +mpp_comm_mpi.inc(1391): #warning: macro redefined: MPP_TYPE_ +mpp_comm_mpi.inc(1392): #warning: macro redefined: MPI_TYPE_ +mpp_comm_mpi.inc(1395): #warning: macro redefined: MPP_TYPE_CREATE_ +mpp_comm_mpi.inc(1396): #warning: macro redefined: MPP_TYPE_ +mpp_comm_mpi.inc(1397): #warning: macro redefined: MPI_TYPE_ +mpp_comm_mpi.inc(1400): #warning: macro redefined: MPP_TYPE_CREATE_ +mpp_comm_mpi.inc(1401): #warning: macro redefined: MPP_TYPE_ +mpp_comm_mpi.inc(1402): #warning: macro redefined: MPI_TYPE_ +mpp_comm_mpi.inc(1405): #warning: macro redefined: MPP_TYPE_CREATE_ +mpp_comm_mpi.inc(1406): #warning: macro redefined: MPP_TYPE_ +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_ +[ 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/iccn_def.F.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +fpp: warning: keyword redefined: STATIC +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +fpp: warning: keyword redefined: STATIC +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.F90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.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/module_mp_thompson.F90.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.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/module_sf_ruclsm.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 14%] 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/funcphys.f90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 14%] 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 +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 +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +fpp: warning: keyword redefined: STATIC +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +fpp: warning: keyword redefined: STATIC +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 22%] 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/module_sf_mynn.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 +[ 25%] 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/gscond.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 27%] 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_2017_stretched_fast_physics_cap.F90.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/radsw_main.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +fpp: warning: keyword redefined: STATIC +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +fpp: warning: keyword redefined: STATIC +[ 27%] 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/GFS_suite_interstitial.F90.o +[ 27%] 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/rrtmg_lw_post.F90.o +[ 28%] 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_2017_stochastics_cap.F90.o +[ 30%] 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/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.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_pre.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_physics_cap.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_physics_cap.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_radiation_cap.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_2017_stretched_radiation_cap.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_time_vary_cap.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_cap.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_cap.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 35%] 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 +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 36%] 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 +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +fpp: warning: keyword redefined: STATIC +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +fpp: warning: keyword redefined: STATIC +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +fpp: warning: keyword redefined: STATIC +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 41%] 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_ocean.F.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +fpp: warning: keyword redefined: STATIC +fpp: warning: keyword redefined: STATIC +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +fpp: warning: keyword redefined: STATIC +[ 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/ugwp_driver_v0.F.o +fpp: warning: keyword redefined: STATIC +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 46%] 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/cires_orowam2017.f.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 47%] 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/mfpblt.f.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.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/num_parthds.F.o +fpp: warning: keyword redefined: STATIC +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 51%] 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. +[ 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/machine.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/mersenne_twister.f.o +fpp: warning: keyword redefined: STATIC +[ 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 +[ 53%] 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 +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 54%] 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. +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 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_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. +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 58%] 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. +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.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 +[ 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 60%] 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. +[ 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_output.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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. +[ 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 61%] 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 +[ 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 +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 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 +[ 63%] Linking Fortran static library libgfsphysics.a +[ 63%] Built target gfsphysics +Scanning dependencies of target ipd +Scanning dependencies of target ccppdriver +[ 63%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 63%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 64%] Linking Fortran static library libccppdriver.a +[ 64%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 64%] Built target ccppdriver +[ 65%] Linking Fortran static library libipd.a +[ 65%] Built target ipd +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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 +[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 67%] 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 +[ 67%] 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 +Compiling in MPI mode (with or without MPP) +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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 +[ 71%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.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/memutils/memuse.c.o +[ 71%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 71%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 72%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 72%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 72%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 72%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 73%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 73%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 73%] Linking Fortran static library FMS/libfms.a +[ 73%] Built target fms +Scanning dependencies of target io +[ 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 +[ 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/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.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/post_gfs.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/sorted_index.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_sg.F90.o +[ 75%] 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 +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 78%] 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/tp_core.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.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/init_hydro.F90.o +[ 80%] 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_io.F90.o +[ 81%] 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/tools/fv_diagnostics.F90.o +[ 81%] 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 +[ 83%] 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/tools/fv_nudge.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 83%] 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/dyn_core.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/tools/external_ic.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 85%] 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 +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 86%] Linking Fortran static library libfv3core.a +[ 86%] Built target fv3core +Scanning dependencies of target stochastic_physics +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 86%] 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_gg_def.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/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 +[ 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 +[ 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/gozrineo_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_a_stochy.f.o +[ 90%] 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 +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o +fpp: warning: keyword redefined: STATIC +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o +[ 93%] 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%] Linking Fortran static library libstochastic_physics.a +[ 94%] Built target stochastic_physics +Scanning dependencies of target fv3cap +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 96%] Linking Fortran static library libfv3cap.a +[ 96%] Built target fv3cap +Scanning dependencies of target NEMS.exe +[ 96%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o +[ 96%] 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_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_NEMS_UTILS.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o +[ 98%] 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%] Linking Fortran executable NEMS.exe +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_18.exe ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_18 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_18 ++ elapsed=197 ++ echo 'Elapsed time 197 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y finished' +Elapsed time 197 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y DEBUG=Y finished ++ SECONDS=0 ++++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ MACHINE_ID=wcoss_dell_p3 ++ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp' ++ BUILD_NAME=fv3_19 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_19 ++ [[ wcoss_dell_p3 == cheyenne.* ]] ++ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] ++ MAKE_THREADS=4 ++ MAKE_THREADS=4 ++ hostname +v71a3 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp into fv3_19.exe on wcoss_dell_p3' +Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp into fv3_19.exe on wcoss_dell_p3 ++ '[' YES = YES ']' ++ rm -rf build_fv3_19 ++ mkdir -p build_fv3_19 ++ CCPP_CMAKE_FLAGS= ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\R\E\P\R\O\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\3\2\B\I\T\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\O\P\E\N\M\P\=\N* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release' ++ [[ wcoss_dell_p3 == \j\e\t\.\i\n\t\e\l ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp --builddir=tests/build_fv3_19/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp_noahmp.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_19/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip +INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology +INFO: filtering out variable air_temperature_at_previous_time_step +INFO: filtering out variable air_temperature_two_time_steps_back +INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl +INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc +INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable ccn_number_concentration +INFO: filtering out variable ccpp_block_number +INFO: filtering out variable cell_size +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_base_mass_flux +INFO: filtering out variable cloud_condensed_water_conversion_threshold +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface +INFO: filtering out variable cloud_condensed_water_mixing_ratio_convective_transport_tracer +INFO: filtering out variable cloud_droplet_number_concentration +INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics +INFO: filtering out variable cloud_fraction_for_MG +INFO: filtering out variable cloud_phase_transition_denominator +INFO: filtering out variable cloud_phase_transition_threshold_temperature +INFO: filtering out variable cloud_specie_mix_flag +INFO: filtering out variable cloudpdf +INFO: filtering out variable coefficient_for_evaporation_of_rainfall +INFO: filtering out variable coefficient_from_cloud_ice_to_snow +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable conv_activity_counter +INFO: filtering out variable convective_updraft_area_fraction +INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces +INFO: filtering out variable couple_sgs_clouds_to_radiation_flag +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable density_of_frozen_precipitation +INFO: filtering out variable depth_of_soil_levels_for_land_surface_model +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable do_mynnsfclay +INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable edmf_flag +INFO: filtering out variable edmf_momentum_transport_flag +INFO: filtering out variable edmf_partition_flag +INFO: filtering out variable edmf_tke_transport_flag +INFO: filtering out variable emdf_updraft_area +INFO: filtering out variable emdf_updraft_cloud_water +INFO: filtering out variable emdf_updraft_entrainment_rate +INFO: filtering out variable emdf_updraft_theta_l +INFO: filtering out variable emdf_updraft_total_water +INFO: filtering out variable emdf_updraft_vertical_velocity +INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable flag_arakawa_wu_downdraft +INFO: filtering out variable flag_convective_tracer_transport +INFO: filtering out variable flag_flip +INFO: filtering out variable flag_flux_form_CS +INFO: filtering out variable flag_for_2015_ozone_physics +INFO: filtering out variable flag_for_aerosol_input_MG +INFO: filtering out variable flag_for_frozen_soil_physics +INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme +INFO: filtering out variable flag_for_reading_leaf_area_index_from_input +INFO: filtering out variable flag_for_resetting_radar_reflectivity_calculation +INFO: filtering out variable flag_for_restart +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_mg3_as_mg2 +INFO: filtering out variable flag_skip_macro +INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_tracer_scavenged +INFO: filtering out variable gf_memory_counter +INFO: filtering out variable graupel_number_concentration_updated_by_physics +INFO: filtering out variable grav_settling +INFO: filtering out variable gwd_opt +INFO: filtering out variable h2o_forcing +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_friendly_aerosol_number_concentration +INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable ice_number_concentration +INFO: filtering out variable ice_number_concentration_updated_by_physics +INFO: filtering out variable ice_supersaturation_threshold +INFO: filtering out variable ice_water_mixing_ratio +INFO: filtering out variable ice_water_mixing_ratio_convective_transport_tracer +INFO: filtering out variable in_number_concentration +INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable k_level_of_highest_reaching_plume +INFO: filtering out variable kinematic_buoyancy_flux_from_shoc +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable latitude_index_in_debug_printouts +INFO: filtering out variable limit_for_temperature_tendency_for_microphysics +INFO: filtering out variable local_graupel_mixing_ratio +INFO: filtering out variable local_graupel_number_concentration +INFO: filtering out variable local_rain_number_concentration +INFO: filtering out variable local_rain_water_mixing_ratio +INFO: filtering out variable local_snow_number_concentration +INFO: filtering out variable local_snow_water_mixing_ratio +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable maximum_mass_flux +INFO: filtering out variable maximum_updraft_velocity_at_cloud_base +INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency +INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency +INFO: filtering out variable mg_allow_supersat_after_sed +INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow +INFO: filtering out variable mg_bergeron_efficiency_factor +INFO: filtering out variable mg_cloud_water_variance +INFO: filtering out variable mg_drop_concentration_constant +INFO: filtering out variable mg_flag_drop_concentration_constant +INFO: filtering out variable mg_flag_for_cloud_ice_processes +INFO: filtering out variable mg_flag_for_gmao_ice_formulation +INFO: filtering out variable mg_flag_for_graupel +INFO: filtering out variable mg_flag_for_hail +INFO: filtering out variable mg_flag_for_heterogeneous_freezing +INFO: filtering out variable mg_flag_for_liu_liquid_treatment +INFO: filtering out variable mg_flag_for_sb2001_autoconversion +INFO: filtering out variable mg_flag_for_uniform_subcolumns +INFO: filtering out variable mg_flag_graupel_concentration_constant +INFO: filtering out variable mg_flag_ice_concentration_constant +INFO: filtering out variable mg_graupel_concentration_constant +INFO: filtering out variable mg_ice_concentration_constant +INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio +INFO: filtering out variable mg_minimum_rh_for_ice +INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice +INFO: filtering out variable mg_tuning_factor_for_alphas +INFO: filtering out variable mg_type_of_precip_fraction_method +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable mix_total_water_flag +INFO: filtering out variable mixing_length +INFO: filtering out variable mixing_length_flag +INFO: filtering out variable moisture_from_previous_timestep +INFO: filtering out variable moisture_tendency_due_to_dynamics +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable mpi_comm +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_cloud_types_CS +INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data +INFO: filtering out variable number_of_frozen_precipitation_species +INFO: filtering out variable number_of_plumes +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable number_of_tracers_for_CS +INFO: filtering out variable number_of_tracers_plus_one +INFO: filtering out variable ozone_mixing_ratio +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable prandtl_number +INFO: filtering out variable q_prime_squared +INFO: filtering out variable rain_number_concentration_updated_by_physics +INFO: filtering out variable reciprocal_of_obukhov_length +INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation +INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term +INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface +INFO: filtering out variable snow_number_concentration_updated_by_physics +INFO: filtering out variable snow_temperature_bottom_first_layer +INFO: filtering out variable soil_temperature_for_land_surface_model +INFO: filtering out variable soil_vertical_dimension_for_land_surface_model +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stability_function_for_heat +INFO: filtering out variable subgrid_cloud_fraction_pbl +INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl +INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc +INFO: filtering out variable surface_air_pressure_at_previous_time_step +INFO: filtering out variable surface_air_pressure_two_time_steps_back +INFO: filtering out variable surface_condensation_mass +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable t_prime_q_prime +INFO: filtering out variable t_prime_squared +INFO: filtering out variable temperature_from_previous_timestep +INFO: filtering out variable temperature_tendency_due_to_dynamics +INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_rain_water_mixing_ratio_due_to_microphysics +INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable tke_advect +INFO: filtering out variable tke_at_mass_points +INFO: filtering out variable tke_budget +INFO: filtering out variable tke_dissipative_heating_factor +INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable triple_point_temperature_of_water +INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS +INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vertical_dimension_of_h2o_forcing_data +INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model +INFO: filtering out variable water_friendly_aerosol_number_concentration +INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable water_vapor_mixing_ratio_at_surface +INFO: filtering out variable water_vapor_specific_humidity_at_previous_time_step +INFO: filtering out variable water_vapor_specific_humidity_two_time_steps_back +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_19/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_19/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_19/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_19/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_19/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 12 auto-generated caps to tests/build_fv3_19/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_19/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_19/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_19/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_stochastics_cap.F90' +++ CCPP_CAPS='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_stochastics_cap.F90' ++ source build_fv3_19/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp == *\W\W\3\=\Y* ]] +++ trim ' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ local 'var= -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo -n '-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ CCPP_CMAKE_FLAGS='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__106030 +++ eval 'setup__test_function__106030() { /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__106030 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ -d /gpfs/hps ]] +++ [[ -e /etc/SuSE-release ]] +++ [[ -d /dcom ]] +++ [[ -L /usrx ]] ++++ readlink /usrx +++ [[ /gpfs/dell1/usrx =~ dell ]] +++ eval module help +++ module purge ++++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge +++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' 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 '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' 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_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' 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 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' 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 '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' unset '_ModuleTable017_;' ++++ unset ADVISOR_2018_DIR ++++ unset BACIO_LIB4 ++++ unset BACIO_LIB8 ++++ unset BACIO_SRC ++++ unset BACIO_VER ++++ unset BINARY_TYPE_HPC ++++ unset __LMOD_REF_COUNT_CLASSPATH ++++ unset CLASSPATH ++++ unset CLCK_ROOT ++++ 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 __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH ++++ unset CPLUS_INCLUDE_PATH ++++ unset CRTM_FIX ++++ unset CRTM_INC ++++ unset CRTM_LIB ++++ unset CRTM_SRC ++++ unset CRTM_VER ++++ unset DAALROOT ++++ unset ECF_HOSTFILE ++++ unset ECF_PORT ++++ unset ECF_ROOT ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ unset __LMOD_REF_COUNT_INFOPATH ++++ unset INFOPATH ++++ unset INSPECTOR_2018_DIR ++++ unset INTEL_LICENSE_FILE ++++ unset INTEL_PYTHONHOME ++++ unset IPPROOT ++++ 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_CXX ++++ unset I_MPI_EXTRA_FILESYSTEM ++++ unset I_MPI_EXTRA_FILESYSTEM_LIST ++++ unset I_MPI_F77 ++++ unset I_MPI_F90 ++++ unset I_MPI_FC ++++ unset I_MPI_HYDRA_BOOTSTRAP ++++ unset I_MPI_HYDRA_IFACE ++++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH ++++ unset I_MPI_ROOT ++++ unset JASPER_INC ++++ unset JASPER_LIB ++++ unset JASPER_LIBDIR ++++ unset JASPER_SRC ++++ unset JASPER_VER ++++ unset KMP_AFFINITY ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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 ++++ unset LSF_BINDIR ++++ unset LSF_ENVDIR ++++ unset LSF_LIBDIR ++++ unset LSF_SERVERDIR ++++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 ++++ export __LMOD_REF_COUNT_MANPATH ++++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: ++++ export MANPATH ++++ unset MKLROOT ++++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles ++++ export MODULEPATH ++++ unset MPM_LAUNCHER ++++ unset NEMSIO_INC ++++ unset NEMSIO_LIB ++++ unset NEMSIO_SRC ++++ unset NEMSIO_VER ++++ unset NETCDF ++++ unset NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ unset __LMOD_REF_COUNT_NLSPATH ++++ unset NLSPATH ++++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1' ++++ export __LMOD_REF_COUNT_PATH ++++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin ++++ export PATH ++++ unset PKG_CONFIG_PATH ++++ unset PNG_INC ++++ unset PNG_LIB ++++ unset PNG_LIB12 ++++ unset PNG_LIBDIR ++++ unset PNG_LIBso ++++ unset PNG_SRC ++++ unset PNG_VER ++++ unset POST_INC ++++ unset POST_LIB ++++ unset POST_SRC ++++ unset POST_VER ++++ unset PSTLROOT ++++ unset PYTHONPATH ++++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH ++++ unset QT_PLUGIN_PATH ++++ unset SP_LIB4 ++++ unset SP_LIB8 ++++ unset SP_LIBd ++++ unset SP_SRC ++++ unset SP_VER ++++ unset TBBROOT ++++ unset VT_ADD_LIBS ++++ unset VT_ARCH ++++ unset VT_LIB_DIR ++++ unset VT_MPI ++++ unset VT_ROOT ++++ unset VT_SLIB_DIR ++++ 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 XLSF_UIDDIR ++++ unset Z_INC ++++ unset Z_LIB ++++ unset Z_SRC ++++ unset Z_VER ++++ unset __LMOD_REF_COUNT__LMFILES_ ++++ unset _LMFILES_ ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k ++++ export _ModuleTable001_ ++++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== ++++ 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 _ModuleTable014_ ++++ unset _ModuleTable015_ ++++ unset _ModuleTable016_ ++++ unset _ModuleTable017_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__106030 +++ unset __ms_function_name ++ [[ wcoss_dell_p3 == macosx.* ]] ++ [[ wcoss_dell_p3 == linux.* ]] ++ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k +++ export _ModuleTable001_ +++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module load fv3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 ++ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' '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="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/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_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 +++ export ADVISOR_2018_DIR +++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a +++ export BACIO_LIB4 +++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a +++ export BACIO_LIB8 +++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 +++ export BACIO_SRC +++ BACIO_VER=v2.0.3 +++ export BACIO_VER +++ BINARY_TYPE_HPC= +++ export BINARY_TYPE_HPC +++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' +++ export __LMOD_REF_COUNT_CLASSPATH +++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar +++ export CLASSPATH +++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest +++ export CLCK_ROOT +++ 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=wcoss_dell_p3 +++ export CMAKE_Platform +++ COMP=ips +++ export COMP +++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' +++ export __LMOD_REF_COUNT_CPATH +++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include +++ export CPATH +++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 +++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH +++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include +++ export CPLUS_INCLUDE_PATH +++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix +++ export CRTM_FIX +++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 +++ export CRTM_INC +++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a +++ export CRTM_LIB +++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src +++ export CRTM_SRC +++ CRTM_VER=v2.2.6 +++ export CRTM_VER +++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal +++ export DAALROOT +++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ export G2TMPL_VER +++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 +++ export G2_INC4 +++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d +++ export G2_INCd +++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a +++ export G2_LIB4 +++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a +++ export G2_LIBd +++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 +++ export G2_SRC +++ G2_VER=v3.1.1 +++ export G2_VER +++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver +++ export GDBSERVER_MIC +++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia +++ export GDB_CROSS +++ HDF5=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5' +++ export HDF5_LDFLAGS_F +++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' +++ export __LMOD_REF_COUNT_INFOPATH +++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx +++ export INFOPATH +++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 +++ export INSPECTOR_2018_DIR +++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses +++ export INTEL_LICENSE_FILE +++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 +++ export INTEL_PYTHONHOME +++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp +++ export IPPROOT +++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 +++ export IP_INC4 +++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 +++ export IP_INC8 +++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d +++ export IP_INCd +++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a +++ export IP_LIB4 +++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a +++ export IP_LIB8 +++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a +++ export IP_LIBd +++ IP_SRC=/usrx/local/nceplibs/dev/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_CXX=icpc +++ export I_MPI_CXX +++ I_MPI_EXTRA_FILESYSTEM=yes +++ export I_MPI_EXTRA_FILESYSTEM +++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs +++ export I_MPI_EXTRA_FILESYSTEM_LIST +++ I_MPI_F77=ifort +++ export I_MPI_F77 +++ I_MPI_F90=ifort +++ export I_MPI_F90 +++ I_MPI_FC=ifort +++ export I_MPI_FC +++ I_MPI_HYDRA_BOOTSTRAP=lsf +++ export I_MPI_HYDRA_BOOTSTRAP +++ I_MPI_HYDRA_IFACE=ib0 +++ export I_MPI_HYDRA_IFACE +++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 +++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH +++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi +++ export I_MPI_ROOT +++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include +++ export JASPER_INC +++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a +++ export JASPER_LIB +++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib +++ export JASPER_LIBDIR +++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 +++ export JASPER_SRC +++ JASPER_VER=1.900.29 +++ export JASPER_VER +++ KMP_AFFINITY=scatter +++ export KMP_AFFINITY +++ unset LAUNCH +++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH +++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LD_LIBRARY_PATH +++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LIBRARY_PATH +++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LIBRARY_PATH +++ LIB_NAME=POST +++ export LIB_NAME +++ LMOD_FAMILY_COMPILER=ips +++ export LMOD_FAMILY_COMPILER +++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 +++ export LMOD_FAMILY_COMPILER_VERSION +++ LMOD_FAMILY_MPI=impi +++ export LMOD_FAMILY_MPI +++ LMOD_FAMILY_MPI_VERSION=18.0.1 +++ export LMOD_FAMILY_MPI_VERSION +++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1' +++ export __LMOD_REF_COUNT_LOADEDMODULES +++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3 +++ export LOADEDMODULES +++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin +++ export LSF_BINDIR +++ LSF_ENVDIR=/gpfs/lsf/conf +++ export LSF_ENVDIR +++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib +++ export LSF_LIBDIR +++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc +++ export LSF_SERVERDIR +++ __LMOD_REF_COUNT_MANPATH='/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man +++ export MANPATH +++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl +++ export MKLROOT +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh +++ export MPM_LAUNCHER +++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 +++ export NEMSIO_INC +++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a +++ export NEMSIO_LIB +++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 +++ export NEMSIO_SRC +++ NEMSIO_VER=v2.2.4 +++ export NEMSIO_VER +++ NETCDF=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF_ROOT +++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' +++ export __LMOD_REF_COUNT_NLSPATH +++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N +++ export NLSPATH +++ __LMOD_REF_COUNT_PATH='/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' +++ export __LMOD_REF_COUNT_PATH +++ PATH=/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export PATH +++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig +++ export PKG_CONFIG_PATH +++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include +++ export PNG_INC +++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a +++ export PNG_LIB +++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a +++ export PNG_LIB12 +++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib +++ export PNG_LIBDIR +++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so +++ export PNG_LIBso +++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 +++ export PNG_SRC +++ PNG_VER=1.2.59 +++ export PNG_VER +++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 +++ export POST_INC +++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ export POST_VER +++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl +++ export PSTLROOT +++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi +++ export PYTHONPATH +++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a +++ export SP_LIB4 +++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a +++ export SP_LIB8 +++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a +++ export SP_LIBd +++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 +++ export SP_SRC +++ SP_VER=v2.0.3 +++ export SP_VER +++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb +++ export TBBROOT +++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' +++ export VT_ADD_LIBS +++ VT_ARCH=intel64 +++ export VT_ARCH +++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib +++ export VT_LIB_DIR +++ VT_MPI=impi4 +++ export VT_MPI +++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest +++ export VT_ROOT +++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib +++ export VT_SLIB_DIR +++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 +++ export W3EMC_INC4 +++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 +++ export W3EMC_INC8 +++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d +++ export W3EMC_INCd +++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a +++ export W3EMC_LIB4 +++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a +++ export W3EMC_LIB8 +++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a +++ export W3EMC_LIBd +++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 +++ export W3EMC_SRC +++ W3EMC_VER=v2.3.1 +++ export W3EMC_VER +++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a +++ export W3NCO_LIB4 +++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a +++ export W3NCO_LIB8 +++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a +++ export W3NCO_LIBd +++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 +++ export W3NCO_SRC +++ W3NCO_VER=v2.0.7 +++ export W3NCO_VER +++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid +++ export XLSF_UIDDIR +++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export Z_INC +++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a +++ export Z_LIB +++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src +++ export Z_SRC +++ Z_VER=1.2.11 +++ export Z_VER +++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' +++ export __LMOD_REF_COUNT__LMFILES_ +++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list + +Currently Loaded Modules: + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.5 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) fv3 + + + ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_19 ++ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF +-- The C compiler identification is Intel 18.0.1.20171018 +-- The CXX compiler identification is Intel 18.0.1.20171018 +-- The Fortran compiler identification is Intel 18.0.1.20171018 +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") +-- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") +-- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") +-- Found MPI: TRUE (found version "3.1") +ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for wcoss_dell_p3 + +C compiler: Intel 18.0.1.20171018 (mpiicc) +CXX compiler: Intel 18.0.1.20171018 (mpiicpc) +Fortran compiler: Intel 18.0.1.20171018 (mpiifort) + +DEBUG is disabled +REPRO is disabled +32BIT is disabled +OPENMP is ENABLED +AVX2 is disabled +INLINE_POST is ENABLED + + +Selected physics package: gfs + +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_noahmp_stochastics_cap.F90 +Force 64 bits in CCPP_layer +-- Configuring done +-- Generating done +-- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_19 ++ make -j 4 +Scanning dependencies of target ccpp +[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o +[ 0%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.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 fv3cpl +[ 1%] 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%] Linking Fortran static library libccpp.a +[ 1%] Built target ccpp +Scanning dependencies of target fms +[ 1%] 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 1%] 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. +Scanning dependencies of target ccppphys +[ 1%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 1%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 1%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +[ 1%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +[ 1%] 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 +[ 2%] Linking Fortran static library libfv3cpl.a +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.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 +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +[ 4%] Built target fv3cpl +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.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/noahmp_tables.f90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 4%] 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 +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/surface_perturbation.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 7%] 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/gwdps.f.o +[ 7%] 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 +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.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. +[ 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/module_sf_ruclsm.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 11%] 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 14%] 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 +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 22%] 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/module_sf_mynn.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 25%] 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 +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_fast_physics_cap.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +[ 29%] 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 +[ 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/sfc_nst.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 30%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 30%] 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. +[ 30%] 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/GFS_suite_interstitial.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_lw_post.F90.o +[ 31%] 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 +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_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 +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_stochastics_cap.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_physics_cap.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 36%] 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. +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 37%] 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. +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_radiation_cap.F90.o +[ 38%] 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. +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 39%] 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 +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/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 +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 +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_2017_gfdlmp_noahmp_time_vary_cap.F90.o +[ 41%] 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 +[ 42%] 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 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. +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 42%] 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. +[ 42%] 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. +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_cap.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_noahmp_cap.F90.o +[ 43%] 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 +[ 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 +[ 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_gf_driver_pre.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_ntiedtke_post.F90.o +[ 45%] 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 +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.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/gscond.f.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 46%] 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. +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/m_micro.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 49%] 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. +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.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/mp_fer_hires.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 50%] 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_2015.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/rascnv.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.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 +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 57%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 57%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.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/ysuvdif.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 58%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 58%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 59%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 60%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 61%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 61%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 65%] Linking Fortran static library FMS/libfms.a +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 66%] Built target fms +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 66%] Linking Fortran static library libccppphys.a +[ 66%] 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/GFDL_parse_tracers.F90.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 +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 69%] 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_restart.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 71%] Linking Fortran static library libgfsphysics.a +[ 71%] Built target gfsphysics +Scanning dependencies of target ccppdriver +[ 71%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +Scanning dependencies of target ipd +[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 72%] Linking Fortran static library libccppdriver.a +[ 72%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 72%] Built target ccppdriver +[ 73%] Linking Fortran static library libipd.a +[ 73%] Built target ipd +Scanning dependencies of target io +[ 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 +[ 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 +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/module_write_nemsio.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.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/post_gfs.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 +[ 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 +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 76%] 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. +[ 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 +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.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/tools/fv_surf_map.F90.o +[ 78%] 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/tools/fv_grid_tools.F90.o +[ 79%] 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/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%] Linking Fortran static library libio.a +[ 81%] Built target io +[ 81%] 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/driver/fvGFS/fv_nggps_diag.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 83%] 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 +[ 84%] 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/tools/external_ic.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 85%] 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 +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 86%] Linking Fortran static library libfv3core.a +[ 86%] Built target fv3core +Scanning dependencies of target stochastic_physics +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 86%] 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_gg_def.f.o +[ 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 +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.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/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/get_ls_node_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 +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_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/stochy_patterngenerator.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 93%] 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/num_parthds_stochy.f.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%] Linking Fortran static library libstochastic_physics.a +[ 94%] Built target stochastic_physics +Scanning dependencies of target fv3cap +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 96%] Linking Fortran static library libfv3cap.a +[ 96%] 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_MEDIATOR_SpaceWeather.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_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_INTERNAL_STATE.F90.o +[ 98%] 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%] Linking Fortran executable NEMS.exe +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_19.exe ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_19 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_19 ++ elapsed=640 ++ echo 'Elapsed time 640 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp finished' +Elapsed time 640 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp finished ++ SECONDS=0 ++++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ MACHINE_ID=wcoss_dell_p3 ++ MAKE_OPT= ++ BUILD_NAME=fv3_1 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_1 ++ [[ wcoss_dell_p3 == cheyenne.* ]] ++ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] ++ MAKE_THREADS=4 ++ MAKE_THREADS=4 ++ hostname +v71a3 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ echo 'Compiling into fv3_1.exe on wcoss_dell_p3' +Compiling into fv3_1.exe on wcoss_dell_p3 ++ '[' YES = YES ']' ++ rm -rf build_fv3_1 ++ mkdir -p build_fv3_1 ++ CCPP_CMAKE_FLAGS= ++ [[ '' == *\D\E\B\U\G\=\Y* ]] ++ [[ '' == *\R\E\P\R\O\=\Y* ]] ++ [[ '' == *\3\2\B\I\T\=\Y* ]] ++ [[ '' == *\O\P\E\N\M\P\=\N* ]] ++ [[ '' == *\C\C\P\P\=\Y* ]] ++ [[ '' == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ '' == *\W\W\3\=\Y* ]] +++ trim '' +++ local var= +++ var= +++ var= +++ echo -n '' ++ CCPP_CMAKE_FLAGS= ++ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__187966 +++ eval 'setup__test_function__187966() { /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__187966 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ -d /gpfs/hps ]] +++ [[ -e /etc/SuSE-release ]] +++ [[ -d /dcom ]] +++ [[ -L /usrx ]] ++++ readlink /usrx +++ [[ /gpfs/dell1/usrx =~ dell ]] +++ eval module help +++ module purge ++++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge +++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' 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 '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' 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_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' 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 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' 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 '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' unset '_ModuleTable017_;' ++++ unset ADVISOR_2018_DIR ++++ unset BACIO_LIB4 ++++ unset BACIO_LIB8 ++++ unset BACIO_SRC ++++ unset BACIO_VER ++++ unset BINARY_TYPE_HPC ++++ unset __LMOD_REF_COUNT_CLASSPATH ++++ unset CLASSPATH ++++ unset CLCK_ROOT ++++ 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 __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH ++++ unset CPLUS_INCLUDE_PATH ++++ unset CRTM_FIX ++++ unset CRTM_INC ++++ unset CRTM_LIB ++++ unset CRTM_SRC ++++ unset CRTM_VER ++++ unset DAALROOT ++++ unset ECF_HOSTFILE ++++ unset ECF_PORT ++++ unset ECF_ROOT ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ unset __LMOD_REF_COUNT_INFOPATH ++++ unset INFOPATH ++++ unset INSPECTOR_2018_DIR ++++ unset INTEL_LICENSE_FILE ++++ unset INTEL_PYTHONHOME ++++ unset IPPROOT ++++ 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_CXX ++++ unset I_MPI_EXTRA_FILESYSTEM ++++ unset I_MPI_EXTRA_FILESYSTEM_LIST ++++ unset I_MPI_F77 ++++ unset I_MPI_F90 ++++ unset I_MPI_FC ++++ unset I_MPI_HYDRA_BOOTSTRAP ++++ unset I_MPI_HYDRA_IFACE ++++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH ++++ unset I_MPI_ROOT ++++ unset JASPER_INC ++++ unset JASPER_LIB ++++ unset JASPER_LIBDIR ++++ unset JASPER_SRC ++++ unset JASPER_VER ++++ unset KMP_AFFINITY ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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 ++++ unset LSF_BINDIR ++++ unset LSF_ENVDIR ++++ unset LSF_LIBDIR ++++ unset LSF_SERVERDIR ++++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 ++++ export __LMOD_REF_COUNT_MANPATH ++++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: ++++ export MANPATH ++++ unset MKLROOT ++++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles ++++ export MODULEPATH ++++ unset MPM_LAUNCHER ++++ unset NEMSIO_INC ++++ unset NEMSIO_LIB ++++ unset NEMSIO_SRC ++++ unset NEMSIO_VER ++++ unset NETCDF ++++ unset NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ unset __LMOD_REF_COUNT_NLSPATH ++++ unset NLSPATH ++++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1' ++++ export __LMOD_REF_COUNT_PATH ++++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin ++++ export PATH ++++ unset PKG_CONFIG_PATH ++++ unset PNG_INC ++++ unset PNG_LIB ++++ unset PNG_LIB12 ++++ unset PNG_LIBDIR ++++ unset PNG_LIBso ++++ unset PNG_SRC ++++ unset PNG_VER ++++ unset POST_INC ++++ unset POST_LIB ++++ unset POST_SRC ++++ unset POST_VER ++++ unset PSTLROOT ++++ unset PYTHONPATH ++++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH ++++ unset QT_PLUGIN_PATH ++++ unset SP_LIB4 ++++ unset SP_LIB8 ++++ unset SP_LIBd ++++ unset SP_SRC ++++ unset SP_VER ++++ unset TBBROOT ++++ unset VT_ADD_LIBS ++++ unset VT_ARCH ++++ unset VT_LIB_DIR ++++ unset VT_MPI ++++ unset VT_ROOT ++++ unset VT_SLIB_DIR ++++ 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 XLSF_UIDDIR ++++ unset Z_INC ++++ unset Z_LIB ++++ unset Z_SRC ++++ unset Z_VER ++++ unset __LMOD_REF_COUNT__LMFILES_ ++++ unset _LMFILES_ ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k ++++ export _ModuleTable001_ ++++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== ++++ 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 _ModuleTable014_ ++++ unset _ModuleTable015_ ++++ unset _ModuleTable016_ ++++ unset _ModuleTable017_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__187966 +++ unset __ms_function_name ++ [[ wcoss_dell_p3 == macosx.* ]] ++ [[ wcoss_dell_p3 == linux.* ]] ++ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k +++ export _ModuleTable001_ +++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module load fv3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 ++ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' '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="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/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_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 +++ export ADVISOR_2018_DIR +++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a +++ export BACIO_LIB4 +++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a +++ export BACIO_LIB8 +++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 +++ export BACIO_SRC +++ BACIO_VER=v2.0.3 +++ export BACIO_VER +++ BINARY_TYPE_HPC= +++ export BINARY_TYPE_HPC +++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' +++ export __LMOD_REF_COUNT_CLASSPATH +++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar +++ export CLASSPATH +++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest +++ export CLCK_ROOT +++ 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=wcoss_dell_p3 +++ export CMAKE_Platform +++ COMP=ips +++ export COMP +++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' +++ export __LMOD_REF_COUNT_CPATH +++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include +++ export CPATH +++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 +++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH +++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include +++ export CPLUS_INCLUDE_PATH +++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix +++ export CRTM_FIX +++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 +++ export CRTM_INC +++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a +++ export CRTM_LIB +++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src +++ export CRTM_SRC +++ CRTM_VER=v2.2.6 +++ export CRTM_VER +++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal +++ export DAALROOT +++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ export G2TMPL_VER +++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 +++ export G2_INC4 +++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d +++ export G2_INCd +++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a +++ export G2_LIB4 +++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a +++ export G2_LIBd +++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 +++ export G2_SRC +++ G2_VER=v3.1.1 +++ export G2_VER +++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver +++ export GDBSERVER_MIC +++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia +++ export GDB_CROSS +++ HDF5=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5' +++ export HDF5_LDFLAGS_F +++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' +++ export __LMOD_REF_COUNT_INFOPATH +++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx +++ export INFOPATH +++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 +++ export INSPECTOR_2018_DIR +++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses +++ export INTEL_LICENSE_FILE +++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 +++ export INTEL_PYTHONHOME +++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp +++ export IPPROOT +++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 +++ export IP_INC4 +++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 +++ export IP_INC8 +++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d +++ export IP_INCd +++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a +++ export IP_LIB4 +++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a +++ export IP_LIB8 +++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a +++ export IP_LIBd +++ IP_SRC=/usrx/local/nceplibs/dev/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_CXX=icpc +++ export I_MPI_CXX +++ I_MPI_EXTRA_FILESYSTEM=yes +++ export I_MPI_EXTRA_FILESYSTEM +++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs +++ export I_MPI_EXTRA_FILESYSTEM_LIST +++ I_MPI_F77=ifort +++ export I_MPI_F77 +++ I_MPI_F90=ifort +++ export I_MPI_F90 +++ I_MPI_FC=ifort +++ export I_MPI_FC +++ I_MPI_HYDRA_BOOTSTRAP=lsf +++ export I_MPI_HYDRA_BOOTSTRAP +++ I_MPI_HYDRA_IFACE=ib0 +++ export I_MPI_HYDRA_IFACE +++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 +++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH +++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi +++ export I_MPI_ROOT +++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include +++ export JASPER_INC +++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a +++ export JASPER_LIB +++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib +++ export JASPER_LIBDIR +++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 +++ export JASPER_SRC +++ JASPER_VER=1.900.29 +++ export JASPER_VER +++ KMP_AFFINITY=scatter +++ export KMP_AFFINITY +++ unset LAUNCH +++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH +++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LD_LIBRARY_PATH +++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LIBRARY_PATH +++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LIBRARY_PATH +++ LIB_NAME=POST +++ export LIB_NAME +++ LMOD_FAMILY_COMPILER=ips +++ export LMOD_FAMILY_COMPILER +++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 +++ export LMOD_FAMILY_COMPILER_VERSION +++ LMOD_FAMILY_MPI=impi +++ export LMOD_FAMILY_MPI +++ LMOD_FAMILY_MPI_VERSION=18.0.1 +++ export LMOD_FAMILY_MPI_VERSION +++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1' +++ export __LMOD_REF_COUNT_LOADEDMODULES +++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3 +++ export LOADEDMODULES +++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin +++ export LSF_BINDIR +++ LSF_ENVDIR=/gpfs/lsf/conf +++ export LSF_ENVDIR +++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib +++ export LSF_LIBDIR +++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc +++ export LSF_SERVERDIR +++ __LMOD_REF_COUNT_MANPATH='/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man +++ export MANPATH +++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl +++ export MKLROOT +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh +++ export MPM_LAUNCHER +++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 +++ export NEMSIO_INC +++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a +++ export NEMSIO_LIB +++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 +++ export NEMSIO_SRC +++ NEMSIO_VER=v2.2.4 +++ export NEMSIO_VER +++ NETCDF=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF_ROOT +++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' +++ export __LMOD_REF_COUNT_NLSPATH +++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N +++ export NLSPATH +++ __LMOD_REF_COUNT_PATH='/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' +++ export __LMOD_REF_COUNT_PATH +++ PATH=/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export PATH +++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig +++ export PKG_CONFIG_PATH +++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include +++ export PNG_INC +++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a +++ export PNG_LIB +++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a +++ export PNG_LIB12 +++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib +++ export PNG_LIBDIR +++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so +++ export PNG_LIBso +++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 +++ export PNG_SRC +++ PNG_VER=1.2.59 +++ export PNG_VER +++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 +++ export POST_INC +++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ export POST_VER +++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl +++ export PSTLROOT +++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi +++ export PYTHONPATH +++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a +++ export SP_LIB4 +++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a +++ export SP_LIB8 +++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a +++ export SP_LIBd +++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 +++ export SP_SRC +++ SP_VER=v2.0.3 +++ export SP_VER +++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb +++ export TBBROOT +++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' +++ export VT_ADD_LIBS +++ VT_ARCH=intel64 +++ export VT_ARCH +++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib +++ export VT_LIB_DIR +++ VT_MPI=impi4 +++ export VT_MPI +++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest +++ export VT_ROOT +++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib +++ export VT_SLIB_DIR +++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 +++ export W3EMC_INC4 +++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 +++ export W3EMC_INC8 +++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d +++ export W3EMC_INCd +++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a +++ export W3EMC_LIB4 +++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a +++ export W3EMC_LIB8 +++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a +++ export W3EMC_LIBd +++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 +++ export W3EMC_SRC +++ W3EMC_VER=v2.3.1 +++ export W3EMC_VER +++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a +++ export W3NCO_LIB4 +++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a +++ export W3NCO_LIB8 +++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a +++ export W3NCO_LIBd +++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 +++ export W3NCO_SRC +++ W3NCO_VER=v2.0.7 +++ export W3NCO_VER +++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid +++ export XLSF_UIDDIR +++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export Z_INC +++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a +++ export Z_LIB +++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src +++ export Z_SRC +++ Z_VER=1.2.11 +++ export Z_VER +++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' +++ export __LMOD_REF_COUNT__LMFILES_ +++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list + +Currently Loaded Modules: + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.5 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) fv3 + + + ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_1 ++ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model +-- The C compiler identification is Intel 18.0.1.20171018 +-- The CXX compiler identification is Intel 18.0.1.20171018 +-- The Fortran compiler identification is Intel 18.0.1.20171018 +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") +-- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") +-- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") +-- Found MPI: TRUE (found version "3.1") +ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for wcoss_dell_p3 + +C compiler: Intel 18.0.1.20171018 (mpiicc) +CXX compiler: Intel 18.0.1.20171018 (mpiicpc) +Fortran compiler: Intel 18.0.1.20171018 (mpiifort) + +DEBUG is disabled +REPRO is disabled +32BIT is disabled +OPENMP is ENABLED +AVX2 is disabled +INLINE_POST is ENABLED + + +Selected physics package: gfs + +-- Configuring done +-- Generating done +-- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_1 ++ make -j 4 +Scanning dependencies of target fv3cpl +[ 1%] 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 +Scanning dependencies of target gfsphysics +[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o +Scanning dependencies of target fms +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 2%] Linking Fortran static library libfv3cpl.a +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o +[ 4%] Built target fv3cpl +[ 4%] 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. +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.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/drifters/drifters_input.F90.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/GFDL_parse_tracers.F90.o +[ 4%] 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. +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 4%] 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 +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 6%] 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. +[ 6%] 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 +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.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/h2o_def.f.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerclm_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 +[ 10%] 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 11%] 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/iccn_def.f.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/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 +[ 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 +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +ifort: command line warning #10121: overriding '-xHOST' with '-xCORE-AVX-I' +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 14%] 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. +[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o +[ 15%] 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. +[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o +[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 19%] 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 +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.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/GFS_layer/GFS_typedefs.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 23%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_main.f.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/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 +[ 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 +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 27%] 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 +[ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 29%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 29%] 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. +[ 30%] 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 +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.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/horiz_interp/horiz_interp_conserve.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.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/axis_utils/axis_utils.F90.o +[ 31%] 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. +[ 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 +[ 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 +[ 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 35%] 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. +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 35%] 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. +[ 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. +[ 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 CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 36%] 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. +[ 36%] 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. +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.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/column_diagnostics/column_diagnostics.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 41%] 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. +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.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/interpolator/interpolator.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/mosaic/grid.F90.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 48%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 48%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 48%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 51%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 52%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 52%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 53%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 55%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 55%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 63%] Linking Fortran static library FMS/libfms.a +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 64%] Built target fms +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 67%] 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 Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o +[ 68%] 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 +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o +[ 69%] Linking Fortran static library libgfsphysics.a +[ 69%] Built target gfsphysics +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 +[ 69%] Linking Fortran static library libipd.a +[ 69%] Built target ipd +Scanning dependencies of target io +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +Scanning dependencies of target fv3core +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 70%] 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. +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o +[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 74%] 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. +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.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 +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 78%] Linking Fortran static library libio.a +[ 78%] Built target io +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.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/tools/fv_diagnostics.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/driver/fvGFS/fv_nggps_diag.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/model/fv_regional_bc.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 81%] 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_update_phys.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 82%] 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_nesting.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 83%] 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. +Using allocatable derived type array members. +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_resol_def.f.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.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_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/compns_stochy.F90.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/setlats_lag_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 +[ 89%] 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 +[ 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 +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 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 +[ 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/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 +[ 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_MEDIATOR_methods.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/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.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_UTILS.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 +[ 99%] 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 +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_1.exe ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_1 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_1 ++ elapsed=560 ++ echo 'Elapsed time 560 seconds. Compiling finished' +Elapsed time 560 seconds. Compiling finished ++ SECONDS=0 ++++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ MACHINE_ID=wcoss_dell_p3 ++ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf' ++ BUILD_NAME=fv3_20 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_20 ++ [[ wcoss_dell_p3 == cheyenne.* ]] ++ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] ++ MAKE_THREADS=4 ++ MAKE_THREADS=4 ++ hostname +v71a3 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf into fv3_20.exe on wcoss_dell_p3' +Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf into fv3_20.exe on wcoss_dell_p3 ++ '[' YES = YES ']' ++ rm -rf build_fv3_20 ++ mkdir -p build_fv3_20 ++ CCPP_CMAKE_FLAGS= ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\R\E\P\R\O\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\3\2\B\I\T\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\O\P\E\N\M\P\=\N* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release' ++ [[ wcoss_dell_p3 == \j\e\t\.\i\n\t\e\l ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf --builddir=tests/build_fv3_20/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_csawmgshoc.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_csawmg.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_satmedmf.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_20/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip +INFO: filtering out variable area_fraction_of_wet_canopy +INFO: filtering out variable atmosphere_energy_content_at_Lagrangian_surface +INFO: filtering out variable atmosphere_energy_content_in_column +INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl +INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable canopy_air_temperature +INFO: filtering out variable canopy_air_vapor_pressure +INFO: filtering out variable canopy_intercepted_ice_mass +INFO: filtering out variable canopy_intercepted_liquid_water +INFO: filtering out variable cappa_moist_gas_constant_at_Lagrangian_surface +INFO: filtering out variable ccpp_block_number +INFO: filtering out variable cell_area_for_fast_physics +INFO: filtering out variable cell_size +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface +INFO: filtering out variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_droplet_number_concentration +INFO: filtering out variable cloud_fraction_at_Lagrangian_surface +INFO: filtering out variable cloud_fraction_updated_by_physics +INFO: filtering out variable cloud_graupel_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_ice_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_rain_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_snow_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_specie_mix_flag +INFO: filtering out variable cloudpdf +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable conv_activity_counter +INFO: filtering out variable couple_sgs_clouds_to_radiation_flag +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable density_of_frozen_precipitation +INFO: filtering out variable depth_of_soil_levels_for_land_surface_model +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable do_mynnsfclay +INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable edmf_flag +INFO: filtering out variable edmf_momentum_transport_flag +INFO: filtering out variable edmf_partition_flag +INFO: filtering out variable edmf_tke_transport_flag +INFO: filtering out variable emdf_updraft_area +INFO: filtering out variable emdf_updraft_cloud_water +INFO: filtering out variable emdf_updraft_entrainment_rate +INFO: filtering out variable emdf_updraft_theta_l +INFO: filtering out variable emdf_updraft_total_water +INFO: filtering out variable emdf_updraft_vertical_velocity +INFO: filtering out variable ending_x_direction_index +INFO: filtering out variable ending_x_direction_index_domain +INFO: filtering out variable ending_y_direction_index +INFO: filtering out variable ending_y_direction_index_domain +INFO: filtering out variable equilibrium_soil_water_content +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable fast_soil_pool_mass_content_of_carbon +INFO: filtering out variable fine_root_mass +INFO: filtering out variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa +INFO: filtering out variable flag_for_canopy_stomatal_resistance_option +INFO: filtering out variable flag_for_cloud_effective_radii +INFO: filtering out variable flag_for_dynamic_vegetation_option +INFO: filtering out variable flag_for_fast_microphysics_energy_conservation +INFO: filtering out variable flag_for_frozen_soil_permeability_option +INFO: filtering out variable flag_for_frozen_soil_physics +INFO: filtering out variable flag_for_ground_snow_surface_albedo_option +INFO: filtering out variable flag_for_hydrostatic_heating_from_physics +INFO: filtering out variable flag_for_hydrostatic_solver +INFO: filtering out variable flag_for_hydrostatic_solver_for_fast_physics +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_inline_cloud_fraction_calculation +INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option +INFO: filtering out variable flag_for_precipitation_partition_option +INFO: filtering out variable flag_for_radiation_transfer_option +INFO: filtering out variable flag_for_reading_leaf_area_index_from_input +INFO: filtering out variable flag_for_resetting_radar_reflectivity_calculation +INFO: filtering out variable flag_for_restart +INFO: filtering out variable flag_for_runoff_and_groundwater_option +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_for_saturation_adjustment_for_microphysics_in_dynamics +INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option +INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option +INFO: filtering out variable flag_for_supercooled_liquid_water_option +INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option +INFO: filtering out variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface +INFO: filtering out variable flag_for_the_last_step_of_k_split_remapping +INFO: filtering out variable gas_constants_for_multi_gases_physics +INFO: filtering out variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface +INFO: filtering out variable gf_memory_counter +INFO: filtering out variable grav_settling +INFO: filtering out variable ground_temperature_for_noahmp +INFO: filtering out variable gwd_opt +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_friendly_aerosol_number_concentration +INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable ice_number_concentration +INFO: filtering out variable ice_water_mixing_ratio +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable k_level_of_highest_reaching_plume +INFO: filtering out variable kappa_dry_for_fast_physics +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable lake_water_storage +INFO: filtering out variable layer_bottom_depth_from_snow_surface +INFO: filtering out variable leaf_area_index +INFO: filtering out variable leaf_mass +INFO: filtering out variable limit_for_temperature_tendency_for_microphysics +INFO: filtering out variable liquid_water_density +INFO: filtering out variable log_pressure_at_Lagrangian_surface +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable maximum_mass_flux +INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency +INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable mix_total_water_flag +INFO: filtering out variable mixing_length +INFO: filtering out variable mixing_length_flag +INFO: filtering out variable moisture_from_previous_timestep +INFO: filtering out variable moisture_tendency_due_to_dynamics +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable mpi_comm +INFO: filtering out variable mpi_rank_for_fast_physics +INFO: filtering out variable mpi_root_for_fast_physics +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_gases_for_multi_gases_physics +INFO: filtering out variable number_of_ghost_zones +INFO: filtering out variable number_of_plumes +INFO: filtering out variable number_of_snow_layers +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable number_of_water_species +INFO: filtering out variable omp_threads_for_fast_physics +INFO: filtering out variable ozone_mixing_ratio +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable pressure_thickness_at_Lagrangian_surface +INFO: filtering out variable q_prime_squared +INFO: filtering out variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind +INFO: filtering out variable reciprocal_of_obukhov_length +INFO: filtering out variable slow_soil_pool_mass_content_of_carbon +INFO: filtering out variable snow_albedo_at_previous_time_step +INFO: filtering out variable snow_layer_ice +INFO: filtering out variable snow_layer_liquid_water +INFO: filtering out variable snow_mass_at_previous_time_step +INFO: filtering out variable snow_precipitation_rate_at_surface +INFO: filtering out variable snow_temperature +INFO: filtering out variable snow_temperature_bottom_first_layer +INFO: filtering out variable soil_temperature_for_land_surface_model +INFO: filtering out variable soil_vertical_dimension_for_land_surface_model +INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table +INFO: filtering out variable specific_heat_capacities_for_multi_gases_physics +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stability_function_for_heat +INFO: filtering out variable starting_x_direction_index +INFO: filtering out variable starting_x_direction_index_domain +INFO: filtering out variable starting_y_direction_index +INFO: filtering out variable starting_y_direction_index_domain +INFO: filtering out variable stem_area_index +INFO: filtering out variable stem_mass +INFO: filtering out variable subgrid_cloud_fraction_pbl +INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl +INFO: filtering out variable surface_condensation_mass +INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp +INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_geopotential_at_Lagrangian_surface +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable t_prime_q_prime +INFO: filtering out variable t_prime_squared +INFO: filtering out variable temperature_from_previous_timestep +INFO: filtering out variable temperature_tendency_due_to_dynamics +INFO: filtering out variable tendency_of_air_temperature_at_Lagrangian_surface +INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable thickness_at_Lagrangian_surface +INFO: filtering out variable time_step_for_remapping_for_fast_physics +INFO: filtering out variable tke_advect +INFO: filtering out variable tke_at_mass_points +INFO: filtering out variable tke_budget +INFO: filtering out variable tke_dissipative_heating_factor +INFO: filtering out variable top_layer_index_for_fast_physics +INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vegetation_temperature +INFO: filtering out variable vertical_dimension_for_fast_physics +INFO: filtering out variable vertical_dimension_for_thickness_at_Lagrangian_surface +INFO: filtering out variable virtual_temperature_at_Lagrangian_surface +INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model +INFO: filtering out variable water_friendly_aerosol_number_concentration +INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable water_storage_in_aquifer +INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil +INFO: filtering out variable water_table_depth +INFO: filtering out variable water_table_recharge_when_deep +INFO: filtering out variable water_table_recharge_when_shallow +INFO: filtering out variable water_vapor_mixing_ratio_at_surface +INFO: filtering out variable water_vapor_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable wood_mass +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_20/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_20/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_20/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_20/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_20/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 15 auto-generated caps to tests/build_fv3_20/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_20/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_20/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_20/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_stochastics_cap.F90' +++ CCPP_CAPS='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_stochastics_cap.F90' ++ source build_fv3_20/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf == *\W\W\3\=\Y* ]] +++ trim ' -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ local 'var= -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo -n '-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ CCPP_CMAKE_FLAGS='-DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__140120 +++ eval 'setup__test_function__140120() { /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__140120 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ -d /gpfs/hps ]] +++ [[ -e /etc/SuSE-release ]] +++ [[ -d /dcom ]] +++ [[ -L /usrx ]] ++++ readlink /usrx +++ [[ /gpfs/dell1/usrx =~ dell ]] +++ eval module help +++ module purge ++++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge +++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' 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 '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' 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_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' 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 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' 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 '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' unset '_ModuleTable017_;' ++++ unset ADVISOR_2018_DIR ++++ unset BACIO_LIB4 ++++ unset BACIO_LIB8 ++++ unset BACIO_SRC ++++ unset BACIO_VER ++++ unset BINARY_TYPE_HPC ++++ unset __LMOD_REF_COUNT_CLASSPATH ++++ unset CLASSPATH ++++ unset CLCK_ROOT ++++ 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 __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH ++++ unset CPLUS_INCLUDE_PATH ++++ unset CRTM_FIX ++++ unset CRTM_INC ++++ unset CRTM_LIB ++++ unset CRTM_SRC ++++ unset CRTM_VER ++++ unset DAALROOT ++++ unset ECF_HOSTFILE ++++ unset ECF_PORT ++++ unset ECF_ROOT ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ unset __LMOD_REF_COUNT_INFOPATH ++++ unset INFOPATH ++++ unset INSPECTOR_2018_DIR ++++ unset INTEL_LICENSE_FILE ++++ unset INTEL_PYTHONHOME ++++ unset IPPROOT ++++ 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_CXX ++++ unset I_MPI_EXTRA_FILESYSTEM ++++ unset I_MPI_EXTRA_FILESYSTEM_LIST ++++ unset I_MPI_F77 ++++ unset I_MPI_F90 ++++ unset I_MPI_FC ++++ unset I_MPI_HYDRA_BOOTSTRAP ++++ unset I_MPI_HYDRA_IFACE ++++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH ++++ unset I_MPI_ROOT ++++ unset JASPER_INC ++++ unset JASPER_LIB ++++ unset JASPER_LIBDIR ++++ unset JASPER_SRC ++++ unset JASPER_VER ++++ unset KMP_AFFINITY ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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 ++++ unset LSF_BINDIR ++++ unset LSF_ENVDIR ++++ unset LSF_LIBDIR ++++ unset LSF_SERVERDIR ++++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 ++++ export __LMOD_REF_COUNT_MANPATH ++++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: ++++ export MANPATH ++++ unset MKLROOT ++++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles ++++ export MODULEPATH ++++ unset MPM_LAUNCHER ++++ unset NEMSIO_INC ++++ unset NEMSIO_LIB ++++ unset NEMSIO_SRC ++++ unset NEMSIO_VER ++++ unset NETCDF ++++ unset NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ unset __LMOD_REF_COUNT_NLSPATH ++++ unset NLSPATH ++++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1' ++++ export __LMOD_REF_COUNT_PATH ++++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin ++++ export PATH ++++ unset PKG_CONFIG_PATH ++++ unset PNG_INC ++++ unset PNG_LIB ++++ unset PNG_LIB12 ++++ unset PNG_LIBDIR ++++ unset PNG_LIBso ++++ unset PNG_SRC ++++ unset PNG_VER ++++ unset POST_INC ++++ unset POST_LIB ++++ unset POST_SRC ++++ unset POST_VER ++++ unset PSTLROOT ++++ unset PYTHONPATH ++++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH ++++ unset QT_PLUGIN_PATH ++++ unset SP_LIB4 ++++ unset SP_LIB8 ++++ unset SP_LIBd ++++ unset SP_SRC ++++ unset SP_VER ++++ unset TBBROOT ++++ unset VT_ADD_LIBS ++++ unset VT_ARCH ++++ unset VT_LIB_DIR ++++ unset VT_MPI ++++ unset VT_ROOT ++++ unset VT_SLIB_DIR ++++ 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 XLSF_UIDDIR ++++ unset Z_INC ++++ unset Z_LIB ++++ unset Z_SRC ++++ unset Z_VER ++++ unset __LMOD_REF_COUNT__LMFILES_ ++++ unset _LMFILES_ ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k ++++ export _ModuleTable001_ ++++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== ++++ 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 _ModuleTable014_ ++++ unset _ModuleTable015_ ++++ unset _ModuleTable016_ ++++ unset _ModuleTable017_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__140120 +++ unset __ms_function_name ++ [[ wcoss_dell_p3 == macosx.* ]] ++ [[ wcoss_dell_p3 == linux.* ]] ++ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k +++ export _ModuleTable001_ +++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module load fv3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 ++ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' '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="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/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_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 +++ export ADVISOR_2018_DIR +++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a +++ export BACIO_LIB4 +++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a +++ export BACIO_LIB8 +++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 +++ export BACIO_SRC +++ BACIO_VER=v2.0.3 +++ export BACIO_VER +++ BINARY_TYPE_HPC= +++ export BINARY_TYPE_HPC +++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' +++ export __LMOD_REF_COUNT_CLASSPATH +++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar +++ export CLASSPATH +++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest +++ export CLCK_ROOT +++ 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=wcoss_dell_p3 +++ export CMAKE_Platform +++ COMP=ips +++ export COMP +++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' +++ export __LMOD_REF_COUNT_CPATH +++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include +++ export CPATH +++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 +++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH +++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include +++ export CPLUS_INCLUDE_PATH +++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix +++ export CRTM_FIX +++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 +++ export CRTM_INC +++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a +++ export CRTM_LIB +++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src +++ export CRTM_SRC +++ CRTM_VER=v2.2.6 +++ export CRTM_VER +++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal +++ export DAALROOT +++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ export G2TMPL_VER +++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 +++ export G2_INC4 +++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d +++ export G2_INCd +++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a +++ export G2_LIB4 +++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a +++ export G2_LIBd +++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 +++ export G2_SRC +++ G2_VER=v3.1.1 +++ export G2_VER +++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver +++ export GDBSERVER_MIC +++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia +++ export GDB_CROSS +++ HDF5=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5' +++ export HDF5_LDFLAGS_F +++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' +++ export __LMOD_REF_COUNT_INFOPATH +++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx +++ export INFOPATH +++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 +++ export INSPECTOR_2018_DIR +++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses +++ export INTEL_LICENSE_FILE +++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 +++ export INTEL_PYTHONHOME +++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp +++ export IPPROOT +++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 +++ export IP_INC4 +++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 +++ export IP_INC8 +++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d +++ export IP_INCd +++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a +++ export IP_LIB4 +++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a +++ export IP_LIB8 +++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a +++ export IP_LIBd +++ IP_SRC=/usrx/local/nceplibs/dev/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_CXX=icpc +++ export I_MPI_CXX +++ I_MPI_EXTRA_FILESYSTEM=yes +++ export I_MPI_EXTRA_FILESYSTEM +++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs +++ export I_MPI_EXTRA_FILESYSTEM_LIST +++ I_MPI_F77=ifort +++ export I_MPI_F77 +++ I_MPI_F90=ifort +++ export I_MPI_F90 +++ I_MPI_FC=ifort +++ export I_MPI_FC +++ I_MPI_HYDRA_BOOTSTRAP=lsf +++ export I_MPI_HYDRA_BOOTSTRAP +++ I_MPI_HYDRA_IFACE=ib0 +++ export I_MPI_HYDRA_IFACE +++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 +++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH +++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi +++ export I_MPI_ROOT +++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include +++ export JASPER_INC +++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a +++ export JASPER_LIB +++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib +++ export JASPER_LIBDIR +++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 +++ export JASPER_SRC +++ JASPER_VER=1.900.29 +++ export JASPER_VER +++ KMP_AFFINITY=scatter +++ export KMP_AFFINITY +++ unset LAUNCH +++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH +++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LD_LIBRARY_PATH +++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LIBRARY_PATH +++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LIBRARY_PATH +++ LIB_NAME=POST +++ export LIB_NAME +++ LMOD_FAMILY_COMPILER=ips +++ export LMOD_FAMILY_COMPILER +++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 +++ export LMOD_FAMILY_COMPILER_VERSION +++ LMOD_FAMILY_MPI=impi +++ export LMOD_FAMILY_MPI +++ LMOD_FAMILY_MPI_VERSION=18.0.1 +++ export LMOD_FAMILY_MPI_VERSION +++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1' +++ export __LMOD_REF_COUNT_LOADEDMODULES +++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3 +++ export LOADEDMODULES +++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin +++ export LSF_BINDIR +++ LSF_ENVDIR=/gpfs/lsf/conf +++ export LSF_ENVDIR +++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib +++ export LSF_LIBDIR +++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc +++ export LSF_SERVERDIR +++ __LMOD_REF_COUNT_MANPATH='/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man +++ export MANPATH +++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl +++ export MKLROOT +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh +++ export MPM_LAUNCHER +++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 +++ export NEMSIO_INC +++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a +++ export NEMSIO_LIB +++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 +++ export NEMSIO_SRC +++ NEMSIO_VER=v2.2.4 +++ export NEMSIO_VER +++ NETCDF=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF_ROOT +++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' +++ export __LMOD_REF_COUNT_NLSPATH +++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N +++ export NLSPATH +++ __LMOD_REF_COUNT_PATH='/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' +++ export __LMOD_REF_COUNT_PATH +++ PATH=/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export PATH +++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig +++ export PKG_CONFIG_PATH +++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include +++ export PNG_INC +++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a +++ export PNG_LIB +++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a +++ export PNG_LIB12 +++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib +++ export PNG_LIBDIR +++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so +++ export PNG_LIBso +++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 +++ export PNG_SRC +++ PNG_VER=1.2.59 +++ export PNG_VER +++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 +++ export POST_INC +++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ export POST_VER +++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl +++ export PSTLROOT +++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi +++ export PYTHONPATH +++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a +++ export SP_LIB4 +++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a +++ export SP_LIB8 +++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a +++ export SP_LIBd +++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 +++ export SP_SRC +++ SP_VER=v2.0.3 +++ export SP_VER +++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb +++ export TBBROOT +++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' +++ export VT_ADD_LIBS +++ VT_ARCH=intel64 +++ export VT_ARCH +++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib +++ export VT_LIB_DIR +++ VT_MPI=impi4 +++ export VT_MPI +++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest +++ export VT_ROOT +++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib +++ export VT_SLIB_DIR +++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 +++ export W3EMC_INC4 +++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 +++ export W3EMC_INC8 +++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d +++ export W3EMC_INCd +++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a +++ export W3EMC_LIB4 +++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a +++ export W3EMC_LIB8 +++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a +++ export W3EMC_LIBd +++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 +++ export W3EMC_SRC +++ W3EMC_VER=v2.3.1 +++ export W3EMC_VER +++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a +++ export W3NCO_LIB4 +++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a +++ export W3NCO_LIB8 +++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a +++ export W3NCO_LIBd +++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 +++ export W3NCO_SRC +++ W3NCO_VER=v2.0.7 +++ export W3NCO_VER +++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid +++ export XLSF_UIDDIR +++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export Z_INC +++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a +++ export Z_LIB +++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src +++ export Z_SRC +++ Z_VER=1.2.11 +++ export Z_VER +++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' +++ export __LMOD_REF_COUNT__LMFILES_ +++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list + +Currently Loaded Modules: + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.5 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) fv3 + + + ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_20 ++ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF +-- The C compiler identification is Intel 18.0.1.20171018 +-- The CXX compiler identification is Intel 18.0.1.20171018 +-- The Fortran compiler identification is Intel 18.0.1.20171018 +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") +-- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") +-- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") +-- Found MPI: TRUE (found version "3.1") +ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for wcoss_dell_p3 + +C compiler: Intel 18.0.1.20171018 (mpiicc) +CXX compiler: Intel 18.0.1.20171018 (mpiicpc) +Fortran compiler: Intel 18.0.1.20171018 (mpiifort) + +DEBUG is disabled +REPRO is disabled +32BIT is disabled +OPENMP is ENABLED +AVX2 is disabled +INLINE_POST is ENABLED + + +Selected physics package: gfs + +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmgshoc_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_csawmg_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20/FV3/ccpp/physics/ccpp_FV3_GFS_2017_satmedmf_stochastics_cap.F90 +Force 64 bits in CCPP_layer +-- Configuring done +-- Generating done +-- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_20 ++ make -j 4 +Scanning dependencies of target fv3cpl +[ 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 +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/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.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.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/mpp/mpp_parameter.F90.o +[ 3%] 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. +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_core.F90.o +[ 3%] Linking Fortran static library libccpp.a +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 3%] Built target ccpp +[ 4%] 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. +[ 5%] 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. +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 6%] Linking Fortran static library libfv3cpl.a +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o +[ 6%] Built target fv3cpl +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 7%] 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. +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +Scanning dependencies of target ccppphys +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.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 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/horiz_interp/horiz_interp_type.F90.o +[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.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/module_SF_JSFC.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.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/get_prs_fv3.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +[ 29%] 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 +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.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/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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.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. +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.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/physics/cires_ugwp.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.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_setup.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 38%] 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. +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.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/GFS_rrtmg_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/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_2017_csawmgshoc_stochastics_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_stochastics_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_stochastics_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_physics_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_physics_cap.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_physics_cap.F90.o +[ 40%] 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 +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 +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 41%] 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. +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 42%] 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. +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 43%] 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. +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 44%] 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. +[ 45%] 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. +[ 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/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_output.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_util.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 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/ccpp_FV3_GFS_2017_csawmgshoc_radiation_cap.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_time_vary_cap.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_radiation_cap.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_time_vary_cap.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_radiation_cap.F90.o +[ 48%] 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. +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_time_vary_cap.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 49%] 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. +[ 50%] 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. +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 50%] 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. +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmg_cap.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_csawmgshoc_cap.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_satmedmf_cap.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.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 C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.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/create_xgrid.c.o +[ 58%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 58%] 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 Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.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 +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 60%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 60%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 61%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 63%] Linking Fortran static library FMS/libfms.a +[ 63%] Built target fms +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 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%] 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 +[ 65%] 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 +[ 66%] 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 +[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 67%] 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 +[ 69%] Linking Fortran static library libccppphys.a +[ 69%] Built target ccppphys +Scanning dependencies of target gfsphysics +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 73%] 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 +Scanning dependencies of target ccppdriver +[ 74%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 74%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 74%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 74%] Linking Fortran static library libccppdriver.a +[ 74%] Built target ccppdriver +[ 74%] Linking Fortran static library libipd.a +[ 74%] Built target ipd +Scanning dependencies of target io +[ 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 +[ 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 +[ 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/module_write_nemsio.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.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_netcdf_parallel.F90.o +[ 75%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 77%] 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_mp_mod.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.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/model/fv_sg.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. +[ 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/io/CMakeFiles/io.dir/ffsync.F90.o +[ 80%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.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 +[ 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 +[ 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%] Linking Fortran static library libio.a +[ 81%] Built target io +[ 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/fv_nudge.F90.o +[ 83%] 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_regional_bc.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 83%] 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/dyn_core.F90.o +[ 84%] 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/external_ic.F90.o +[ 84%] 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 +[ 85%] 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +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_gg_def.f.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 +[ 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/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 +[ 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 +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/pln2eo_stochy.f.o +[ 89%] 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/stochy_internal_state_mod.F90.o +[ 89%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dezouv_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/dozeuv_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 92%] 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/cellular_automata.f90.o +[ 92%] 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/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 +[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.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%] 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 +[ 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_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_NEMS_INTERNAL_STATE.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.F90.o +[ 98%] 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 C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o +[100%] Linking Fortran executable NEMS.exe +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_20.exe ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_20 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_20 ++ elapsed=661 ++ echo 'Elapsed time 661 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf finished' +Elapsed time 661 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_csawmgshoc,FV3_GFS_2017_csawmg,FV3_GFS_2017_satmedmf finished ++ SECONDS=0 ++++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ MACHINE_ID=wcoss_dell_p3 ++ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y' ++ BUILD_NAME=fv3_21 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_21 ++ [[ wcoss_dell_p3 == cheyenne.* ]] ++ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] ++ MAKE_THREADS=4 ++ MAKE_THREADS=4 ++ hostname +v71a3 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y into fv3_21.exe on wcoss_dell_p3' +Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y into fv3_21.exe on wcoss_dell_p3 ++ '[' YES = YES ']' ++ rm -rf build_fv3_21 ++ mkdir -p build_fv3_21 ++ CCPP_CMAKE_FLAGS= ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y == *\R\E\P\R\O\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release' ++ [[ wcoss_dell_p3 == \j\e\t\.\i\n\t\e\l ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson --builddir=tests/build_fv3_21/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_CPT_v0.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GSD_v0.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15_thompson.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_21/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable air_temperature_at_previous_time_step +INFO: filtering out variable air_temperature_two_time_steps_back +INFO: filtering out variable area_fraction_of_wet_canopy +INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable canopy_air_temperature +INFO: filtering out variable canopy_air_vapor_pressure +INFO: filtering out variable canopy_intercepted_ice_mass +INFO: filtering out variable canopy_intercepted_liquid_water +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_condensed_water_conversion_threshold +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable coefficient_for_evaporation_of_rainfall +INFO: filtering out variable coefficient_from_cloud_ice_to_snow +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable equilibrium_soil_water_content +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable fast_soil_pool_mass_content_of_carbon +INFO: filtering out variable fine_root_mass +INFO: filtering out variable flag_for_canopy_stomatal_resistance_option +INFO: filtering out variable flag_for_dynamic_vegetation_option +INFO: filtering out variable flag_for_frozen_soil_permeability_option +INFO: filtering out variable flag_for_ground_snow_surface_albedo_option +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option +INFO: filtering out variable flag_for_precipitation_partition_option +INFO: filtering out variable flag_for_radiation_transfer_option +INFO: filtering out variable flag_for_runoff_and_groundwater_option +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option +INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option +INFO: filtering out variable flag_for_supercooled_liquid_water_option +INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option +INFO: filtering out variable ground_temperature_for_noahmp +INFO: filtering out variable gwd_opt +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_supersaturation_threshold +INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable kinematic_buoyancy_flux_from_shoc +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable lake_water_storage +INFO: filtering out variable layer_bottom_depth_from_snow_surface +INFO: filtering out variable leaf_mass +INFO: filtering out variable liquid_water_density +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable number_of_snow_layers +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable prandtl_number +INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation +INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term +INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface +INFO: filtering out variable slow_soil_pool_mass_content_of_carbon +INFO: filtering out variable snow_albedo_at_previous_time_step +INFO: filtering out variable snow_layer_ice +INFO: filtering out variable snow_layer_liquid_water +INFO: filtering out variable snow_mass_at_previous_time_step +INFO: filtering out variable snow_precipitation_rate_at_surface +INFO: filtering out variable snow_temperature +INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stem_area_index +INFO: filtering out variable stem_mass +INFO: filtering out variable surface_air_pressure_at_previous_time_step +INFO: filtering out variable surface_air_pressure_two_time_steps_back +INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp +INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable tendency_of_rain_water_mixing_ratio_due_to_microphysics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable tke_dissipative_heating_factor +INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vegetation_temperature +INFO: filtering out variable water_storage_in_aquifer +INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil +INFO: filtering out variable water_table_depth +INFO: filtering out variable water_table_recharge_when_deep +INFO: filtering out variable water_table_recharge_when_shallow +INFO: filtering out variable water_vapor_specific_humidity_at_previous_time_step +INFO: filtering out variable water_vapor_specific_humidity_two_time_steps_back +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable wood_mass +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_21/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_21/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_21/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_21/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_21/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 22 auto-generated caps to tests/build_fv3_21/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_21/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_21/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_21/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GSD_v0_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GSD_v0_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GSD_v0_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GSD_v0_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GSD_v0_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_stochastics_cap.F90' +++ CCPP_CAPS='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GSD_v0_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GSD_v0_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GSD_v0_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GSD_v0_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GSD_v0_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_stochastics_cap.F90' ++ source build_fv3_21/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y == *\W\W\3\=\Y* ]] +++ 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 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__8230 +++ eval 'setup__test_function__8230() { /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__8230 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ -d /gpfs/hps ]] +++ [[ -e /etc/SuSE-release ]] +++ [[ -d /dcom ]] +++ [[ -L /usrx ]] ++++ readlink /usrx +++ [[ /gpfs/dell1/usrx =~ dell ]] +++ eval module help +++ module purge ++++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge +++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' 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 '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' 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_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' 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 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' 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 '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' unset '_ModuleTable017_;' ++++ unset ADVISOR_2018_DIR ++++ unset BACIO_LIB4 ++++ unset BACIO_LIB8 ++++ unset BACIO_SRC ++++ unset BACIO_VER ++++ unset BINARY_TYPE_HPC ++++ unset __LMOD_REF_COUNT_CLASSPATH ++++ unset CLASSPATH ++++ unset CLCK_ROOT ++++ 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 __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH ++++ unset CPLUS_INCLUDE_PATH ++++ unset CRTM_FIX ++++ unset CRTM_INC ++++ unset CRTM_LIB ++++ unset CRTM_SRC ++++ unset CRTM_VER ++++ unset DAALROOT ++++ unset ECF_HOSTFILE ++++ unset ECF_PORT ++++ unset ECF_ROOT ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ unset __LMOD_REF_COUNT_INFOPATH ++++ unset INFOPATH ++++ unset INSPECTOR_2018_DIR ++++ unset INTEL_LICENSE_FILE ++++ unset INTEL_PYTHONHOME ++++ unset IPPROOT ++++ 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_CXX ++++ unset I_MPI_EXTRA_FILESYSTEM ++++ unset I_MPI_EXTRA_FILESYSTEM_LIST ++++ unset I_MPI_F77 ++++ unset I_MPI_F90 ++++ unset I_MPI_FC ++++ unset I_MPI_HYDRA_BOOTSTRAP ++++ unset I_MPI_HYDRA_IFACE ++++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH ++++ unset I_MPI_ROOT ++++ unset JASPER_INC ++++ unset JASPER_LIB ++++ unset JASPER_LIBDIR ++++ unset JASPER_SRC ++++ unset JASPER_VER ++++ unset KMP_AFFINITY ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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 ++++ unset LSF_BINDIR ++++ unset LSF_ENVDIR ++++ unset LSF_LIBDIR ++++ unset LSF_SERVERDIR ++++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 ++++ export __LMOD_REF_COUNT_MANPATH ++++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: ++++ export MANPATH ++++ unset MKLROOT ++++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles ++++ export MODULEPATH ++++ unset MPM_LAUNCHER ++++ unset NEMSIO_INC ++++ unset NEMSIO_LIB ++++ unset NEMSIO_SRC ++++ unset NEMSIO_VER ++++ unset NETCDF ++++ unset NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ unset __LMOD_REF_COUNT_NLSPATH ++++ unset NLSPATH ++++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1' ++++ export __LMOD_REF_COUNT_PATH ++++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin ++++ export PATH ++++ unset PKG_CONFIG_PATH ++++ unset PNG_INC ++++ unset PNG_LIB ++++ unset PNG_LIB12 ++++ unset PNG_LIBDIR ++++ unset PNG_LIBso ++++ unset PNG_SRC ++++ unset PNG_VER ++++ unset POST_INC ++++ unset POST_LIB ++++ unset POST_SRC ++++ unset POST_VER ++++ unset PSTLROOT ++++ unset PYTHONPATH ++++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH ++++ unset QT_PLUGIN_PATH ++++ unset SP_LIB4 ++++ unset SP_LIB8 ++++ unset SP_LIBd ++++ unset SP_SRC ++++ unset SP_VER ++++ unset TBBROOT ++++ unset VT_ADD_LIBS ++++ unset VT_ARCH ++++ unset VT_LIB_DIR ++++ unset VT_MPI ++++ unset VT_ROOT ++++ unset VT_SLIB_DIR ++++ 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 XLSF_UIDDIR ++++ unset Z_INC ++++ unset Z_LIB ++++ unset Z_SRC ++++ unset Z_VER ++++ unset __LMOD_REF_COUNT__LMFILES_ ++++ unset _LMFILES_ ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k ++++ export _ModuleTable001_ ++++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== ++++ 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 _ModuleTable014_ ++++ unset _ModuleTable015_ ++++ unset _ModuleTable016_ ++++ unset _ModuleTable017_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__8230 +++ unset __ms_function_name ++ [[ wcoss_dell_p3 == macosx.* ]] ++ [[ wcoss_dell_p3 == linux.* ]] ++ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k +++ export _ModuleTable001_ +++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module load fv3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 ++ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' '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="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/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_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 +++ export ADVISOR_2018_DIR +++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a +++ export BACIO_LIB4 +++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a +++ export BACIO_LIB8 +++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 +++ export BACIO_SRC +++ BACIO_VER=v2.0.3 +++ export BACIO_VER +++ BINARY_TYPE_HPC= +++ export BINARY_TYPE_HPC +++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' +++ export __LMOD_REF_COUNT_CLASSPATH +++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar +++ export CLASSPATH +++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest +++ export CLCK_ROOT +++ 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=wcoss_dell_p3 +++ export CMAKE_Platform +++ COMP=ips +++ export COMP +++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' +++ export __LMOD_REF_COUNT_CPATH +++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include +++ export CPATH +++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 +++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH +++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include +++ export CPLUS_INCLUDE_PATH +++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix +++ export CRTM_FIX +++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 +++ export CRTM_INC +++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a +++ export CRTM_LIB +++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src +++ export CRTM_SRC +++ CRTM_VER=v2.2.6 +++ export CRTM_VER +++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal +++ export DAALROOT +++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ export G2TMPL_VER +++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 +++ export G2_INC4 +++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d +++ export G2_INCd +++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a +++ export G2_LIB4 +++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a +++ export G2_LIBd +++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 +++ export G2_SRC +++ G2_VER=v3.1.1 +++ export G2_VER +++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver +++ export GDBSERVER_MIC +++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia +++ export GDB_CROSS +++ HDF5=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5' +++ export HDF5_LDFLAGS_F +++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' +++ export __LMOD_REF_COUNT_INFOPATH +++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx +++ export INFOPATH +++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 +++ export INSPECTOR_2018_DIR +++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses +++ export INTEL_LICENSE_FILE +++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 +++ export INTEL_PYTHONHOME +++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp +++ export IPPROOT +++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 +++ export IP_INC4 +++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 +++ export IP_INC8 +++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d +++ export IP_INCd +++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a +++ export IP_LIB4 +++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a +++ export IP_LIB8 +++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a +++ export IP_LIBd +++ IP_SRC=/usrx/local/nceplibs/dev/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_CXX=icpc +++ export I_MPI_CXX +++ I_MPI_EXTRA_FILESYSTEM=yes +++ export I_MPI_EXTRA_FILESYSTEM +++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs +++ export I_MPI_EXTRA_FILESYSTEM_LIST +++ I_MPI_F77=ifort +++ export I_MPI_F77 +++ I_MPI_F90=ifort +++ export I_MPI_F90 +++ I_MPI_FC=ifort +++ export I_MPI_FC +++ I_MPI_HYDRA_BOOTSTRAP=lsf +++ export I_MPI_HYDRA_BOOTSTRAP +++ I_MPI_HYDRA_IFACE=ib0 +++ export I_MPI_HYDRA_IFACE +++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 +++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH +++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi +++ export I_MPI_ROOT +++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include +++ export JASPER_INC +++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a +++ export JASPER_LIB +++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib +++ export JASPER_LIBDIR +++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 +++ export JASPER_SRC +++ JASPER_VER=1.900.29 +++ export JASPER_VER +++ KMP_AFFINITY=scatter +++ export KMP_AFFINITY +++ unset LAUNCH +++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH +++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LD_LIBRARY_PATH +++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LIBRARY_PATH +++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LIBRARY_PATH +++ LIB_NAME=POST +++ export LIB_NAME +++ LMOD_FAMILY_COMPILER=ips +++ export LMOD_FAMILY_COMPILER +++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 +++ export LMOD_FAMILY_COMPILER_VERSION +++ LMOD_FAMILY_MPI=impi +++ export LMOD_FAMILY_MPI +++ LMOD_FAMILY_MPI_VERSION=18.0.1 +++ export LMOD_FAMILY_MPI_VERSION +++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1' +++ export __LMOD_REF_COUNT_LOADEDMODULES +++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3 +++ export LOADEDMODULES +++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin +++ export LSF_BINDIR +++ LSF_ENVDIR=/gpfs/lsf/conf +++ export LSF_ENVDIR +++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib +++ export LSF_LIBDIR +++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc +++ export LSF_SERVERDIR +++ __LMOD_REF_COUNT_MANPATH='/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man +++ export MANPATH +++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl +++ export MKLROOT +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh +++ export MPM_LAUNCHER +++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 +++ export NEMSIO_INC +++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a +++ export NEMSIO_LIB +++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 +++ export NEMSIO_SRC +++ NEMSIO_VER=v2.2.4 +++ export NEMSIO_VER +++ NETCDF=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF_ROOT +++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' +++ export __LMOD_REF_COUNT_NLSPATH +++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N +++ export NLSPATH +++ __LMOD_REF_COUNT_PATH='/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' +++ export __LMOD_REF_COUNT_PATH +++ PATH=/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export PATH +++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig +++ export PKG_CONFIG_PATH +++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include +++ export PNG_INC +++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a +++ export PNG_LIB +++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a +++ export PNG_LIB12 +++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib +++ export PNG_LIBDIR +++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so +++ export PNG_LIBso +++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 +++ export PNG_SRC +++ PNG_VER=1.2.59 +++ export PNG_VER +++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 +++ export POST_INC +++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ export POST_VER +++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl +++ export PSTLROOT +++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi +++ export PYTHONPATH +++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a +++ export SP_LIB4 +++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a +++ export SP_LIB8 +++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a +++ export SP_LIBd +++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 +++ export SP_SRC +++ SP_VER=v2.0.3 +++ export SP_VER +++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb +++ export TBBROOT +++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' +++ export VT_ADD_LIBS +++ VT_ARCH=intel64 +++ export VT_ARCH +++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib +++ export VT_LIB_DIR +++ VT_MPI=impi4 +++ export VT_MPI +++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest +++ export VT_ROOT +++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib +++ export VT_SLIB_DIR +++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 +++ export W3EMC_INC4 +++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 +++ export W3EMC_INC8 +++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d +++ export W3EMC_INCd +++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a +++ export W3EMC_LIB4 +++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a +++ export W3EMC_LIB8 +++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a +++ export W3EMC_LIBd +++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 +++ export W3EMC_SRC +++ W3EMC_VER=v2.3.1 +++ export W3EMC_VER +++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a +++ export W3NCO_LIB4 +++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a +++ export W3NCO_LIB8 +++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a +++ export W3NCO_LIBd +++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 +++ export W3NCO_SRC +++ W3NCO_VER=v2.0.7 +++ export W3NCO_VER +++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid +++ export XLSF_UIDDIR +++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export Z_INC +++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a +++ export Z_LIB +++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src +++ export Z_SRC +++ Z_VER=1.2.11 +++ export Z_VER +++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' +++ export __LMOD_REF_COUNT__LMFILES_ +++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list + +Currently Loaded Modules: + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.5 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) fv3 + + + ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_21 ++ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model -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.1.20171018 +-- The CXX compiler identification is Intel 18.0.1.20171018 +-- The Fortran compiler identification is Intel 18.0.1.20171018 +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") +-- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") +-- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") +-- Found MPI: TRUE (found version "3.1") +ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for wcoss_dell_p3 + +C compiler: Intel 18.0.1.20171018 (mpiicc) +CXX compiler: Intel 18.0.1.20171018 (mpiicpc) +Fortran compiler: Intel 18.0.1.20171018 (mpiifort) + +DEBUG is disabled +REPRO is disabled +32BIT is ENABLED +OPENMP is ENABLED +AVX2 is disabled +INLINE_POST is ENABLED + + +Selected physics package: gfs + +Force 64 bits in gfsphysics +Force 64 bits in ipd +-- Dynamics compiled with 32-bit option, adjust fv_sat_adj types +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_CPT_v0_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GSD_v0_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GSD_v0_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GSD_v0_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GSD_v0_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GSD_v0_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_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: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_21 ++ make -j 4 +Scanning dependencies of target fv3cpl +Scanning dependencies of target ccpp +[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o +[ 1%] 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_errors.F90.o +[ 1%] 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 +[ 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 +Scanning dependencies of target fms +[ 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. +[ 2%] 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 2%] Linking Fortran static library libfv3cpl.a +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%] Built target fv3cpl +[ 2%] 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. +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 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 +[ 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 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 +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg.f.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +[ 9%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 12%] 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 +[ 12%] 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. +[ 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 13%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.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/mosaic/gradient.F90.o +[ 13%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.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 +[ 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 +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 15%] 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 +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 16%] 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 +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 19%] 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 +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +[ 22%] 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 +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozinterp.f90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +[ 23%] 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/dcyc2.f.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 25%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 26%] 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 +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_sice.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_fast_physics_cap.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_clouds.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +[ 30%] 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 +[ 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/sfc_nst.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.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 +[ 31%] 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/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 +[ 32%] 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 +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.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/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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/ccpp_FV3_CPT_v0_stochastics_cap.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_stochastics_cap.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_thompson_stochastics_cap.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_physics_cap.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_radiation_cap.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_physics_cap.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/fms/fms.F90.o +[ 37%] 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. +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 38%] 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. +[ 38%] 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/diag_manager/diag_grid.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/field_manager/field_manager.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_radiation_cap.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 42%] 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. +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 44%] 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. +[ 45%] 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. +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 45%] 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_output.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_thompson_physics_cap.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_util.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 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. +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_thompson_radiation_cap.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_time_vary_cap.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_time_vary_cap.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_thompson_time_vary_cap.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 48%] 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 49%] 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. +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 51%] 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. +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.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 +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 53%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 53%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 54%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 54%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 54%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 54%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 55%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_CPT_v0_cap.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_cap.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_thompson_cap.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_cap.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.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_MYNNSFC_wrapper.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 61%] Linking Fortran static library FMS/libfms.a +[ 61%] Built target fms +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.o +[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 68%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 69%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +[ 69%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 69%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 69%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 70%] Linking Fortran static library libccppphys.a +[ 70%] Built target ccppphys +Scanning dependencies of target gfsphysics +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 72%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 73%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 74%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 74%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 74%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 74%] Linking Fortran static library libgfsphysics.a +[ 74%] Built target gfsphysics +Scanning dependencies of target ccppdriver +Scanning dependencies of target ipd +[ 74%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 75%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 75%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 75%] Linking Fortran static library libccppdriver.a +[ 75%] Built target ccppdriver +[ 75%] Linking Fortran static library libipd.a +[ 75%] 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 +Scanning dependencies of target fv3core +[ 75%] 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/model/fv_fill.F90.o +[ 76%] 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. +[ 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/module_write_netcdf.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.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_mp_mod.F90.o +[ 80%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 82%] 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. +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 83%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 83%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 84%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 84%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 85%] Linking Fortran static library libio.a +[ 85%] Built target io +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o +[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o +[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/dyn_core.F90.o +[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 88%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 88%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 88%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 88%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_dynamics.F90.o +[ 88%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o +[ 88%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 88%] Linking Fortran static library libfv3core.a +[ 88%] Built target fv3core +Scanning dependencies of target stochastic_physics +[ 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_gg_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_layout_lag.f.o +[ 88%] 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/compns_stochy.F90.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/epslon_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/get_ls_node_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/pln2eo_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/setlats_a_stochy.f.o +[ 90%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_internal_state_mod.F90.o +[ 90%] 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 +[ 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/stochy_patterngenerator.F90.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 +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 93%] 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/cellular_automata.f90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o +[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o +[ 96%] Linking Fortran static library libstochastic_physics.a +[ 96%] Built target stochastic_physics +Scanning dependencies of target fv3cap +[ 97%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o +[ 97%] 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 +[ 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 +[ 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_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/module_NEMS_UTILS.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.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.F90.o +[ 98%] 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 C object CMakeFiles/NEMS.exe.dir/NEMS/src/nems_c_rusage.c.o +[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o +[100%] Linking Fortran executable NEMS.exe +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_21.exe ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_21 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_21 ++ elapsed=650 ++ echo 'Elapsed time 650 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y finished' +Elapsed time 650 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_CPT_v0,FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y finished ++ SECONDS=0 ++++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ MACHINE_ID=wcoss_dell_p3 ++ MAKE_OPT='CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y' ++ BUILD_NAME=fv3_22 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_22 ++ [[ wcoss_dell_p3 == cheyenne.* ]] ++ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] ++ MAKE_THREADS=4 ++ MAKE_THREADS=4 ++ hostname +v71a3 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ echo 'Compiling CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y into fv3_22.exe on wcoss_dell_p3' +Compiling CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y into fv3_22.exe on wcoss_dell_p3 ++ '[' YES = YES ']' ++ rm -rf build_fv3_22 ++ mkdir -p build_fv3_22 ++ CCPP_CMAKE_FLAGS= ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y == *\D\E\B\U\G\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y == *\D\E\B\U\G\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON' ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DDEBUG=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GSD_v0,FV3_GFS_v15_thompson --builddir=tests/build_fv3_22/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GSD_v0.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_v15_thompson.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_22/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology +INFO: filtering out variable air_temperature_at_previous_time_step +INFO: filtering out variable air_temperature_two_time_steps_back +INFO: filtering out variable area_fraction_of_wet_canopy +INFO: filtering out variable atmosphere_energy_content_at_Lagrangian_surface +INFO: filtering out variable atmosphere_energy_content_in_column +INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable canopy_air_temperature +INFO: filtering out variable canopy_air_vapor_pressure +INFO: filtering out variable canopy_intercepted_ice_mass +INFO: filtering out variable canopy_intercepted_liquid_water +INFO: filtering out variable cappa_moist_gas_constant_at_Lagrangian_surface +INFO: filtering out variable ccn_number_concentration +INFO: filtering out variable cell_area_for_fast_physics +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_base_mass_flux +INFO: filtering out variable cloud_condensed_water_conversion_threshold +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_fraction_at_Lagrangian_surface +INFO: filtering out variable cloud_fraction_for_MG +INFO: filtering out variable cloud_fraction_updated_by_physics +INFO: filtering out variable cloud_graupel_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_ice_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_phase_transition_denominator +INFO: filtering out variable cloud_phase_transition_threshold_temperature +INFO: filtering out variable cloud_rain_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_snow_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable coefficient_for_evaporation_of_rainfall +INFO: filtering out variable coefficient_from_cloud_ice_to_snow +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable convective_updraft_area_fraction +INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable effective_radius_of_stratiform_cloud_graupel_particle_in_um +INFO: filtering out variable effective_radius_of_stratiform_cloud_rain_particle_in_um +INFO: filtering out variable ending_x_direction_index +INFO: filtering out variable ending_x_direction_index_domain +INFO: filtering out variable ending_y_direction_index +INFO: filtering out variable ending_y_direction_index_domain +INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS +INFO: filtering out variable equilibrium_soil_water_content +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable fast_soil_pool_mass_content_of_carbon +INFO: filtering out variable fine_root_mass +INFO: filtering out variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa +INFO: filtering out variable flag_arakawa_wu_downdraft +INFO: filtering out variable flag_convective_tracer_transport +INFO: filtering out variable flag_flip +INFO: filtering out variable flag_flux_form_CS +INFO: filtering out variable flag_for_aerosol_input_MG +INFO: filtering out variable flag_for_canopy_stomatal_resistance_option +INFO: filtering out variable flag_for_cloud_effective_radii +INFO: filtering out variable flag_for_dynamic_vegetation_option +INFO: filtering out variable flag_for_fast_microphysics_energy_conservation +INFO: filtering out variable flag_for_frozen_soil_permeability_option +INFO: filtering out variable flag_for_ground_snow_surface_albedo_option +INFO: filtering out variable flag_for_hydrostatic_heating_from_physics +INFO: filtering out variable flag_for_hydrostatic_solver +INFO: filtering out variable flag_for_hydrostatic_solver_for_fast_physics +INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_inline_cloud_fraction_calculation +INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option +INFO: filtering out variable flag_for_ozone_physics +INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme +INFO: filtering out variable flag_for_precipitation_partition_option +INFO: filtering out variable flag_for_radiation_transfer_option +INFO: filtering out variable flag_for_runoff_and_groundwater_option +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_for_saturation_adjustment_for_microphysics_in_dynamics +INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option +INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option +INFO: filtering out variable flag_for_supercooled_liquid_water_option +INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option +INFO: filtering out variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface +INFO: filtering out variable flag_for_the_last_step_of_k_split_remapping +INFO: filtering out variable flag_mg3_as_mg2 +INFO: filtering out variable flag_skip_macro +INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_tracer_scavenged +INFO: filtering out variable gas_constants_for_multi_gases_physics +INFO: filtering out variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface +INFO: filtering out variable graupel_number_concentration_updated_by_physics +INFO: filtering out variable ground_temperature_for_noahmp +INFO: filtering out variable gwd_opt +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_supersaturation_threshold +INFO: filtering out variable in_number_concentration +INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable kappa_dry_for_fast_physics +INFO: filtering out variable kinematic_buoyancy_flux_from_shoc +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable lake_water_storage +INFO: filtering out variable latitude_index_in_debug_printouts +INFO: filtering out variable layer_bottom_depth_from_snow_surface +INFO: filtering out variable leaf_mass +INFO: filtering out variable liquid_water_density +INFO: filtering out variable local_graupel_mixing_ratio +INFO: filtering out variable local_graupel_number_concentration +INFO: filtering out variable local_rain_number_concentration +INFO: filtering out variable local_rain_water_mixing_ratio +INFO: filtering out variable local_snow_number_concentration +INFO: filtering out variable local_snow_water_mixing_ratio +INFO: filtering out variable log_pressure_at_Lagrangian_surface +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable maximum_updraft_velocity_at_cloud_base +INFO: filtering out variable mg_allow_supersat_after_sed +INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow +INFO: filtering out variable mg_bergeron_efficiency_factor +INFO: filtering out variable mg_cloud_water_variance +INFO: filtering out variable mg_drop_concentration_constant +INFO: filtering out variable mg_flag_drop_concentration_constant +INFO: filtering out variable mg_flag_for_cloud_ice_processes +INFO: filtering out variable mg_flag_for_gmao_ice_formulation +INFO: filtering out variable mg_flag_for_graupel +INFO: filtering out variable mg_flag_for_hail +INFO: filtering out variable mg_flag_for_heterogeneous_freezing +INFO: filtering out variable mg_flag_for_liu_liquid_treatment +INFO: filtering out variable mg_flag_for_sb2001_autoconversion +INFO: filtering out variable mg_flag_for_uniform_subcolumns +INFO: filtering out variable mg_flag_graupel_concentration_constant +INFO: filtering out variable mg_flag_ice_concentration_constant +INFO: filtering out variable mg_graupel_concentration_constant +INFO: filtering out variable mg_ice_concentration_constant +INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio +INFO: filtering out variable mg_minimum_rh_for_ice +INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice +INFO: filtering out variable mg_tuning_factor_for_alphas +INFO: filtering out variable mg_type_of_precip_fraction_method +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable mpi_rank_for_fast_physics +INFO: filtering out variable mpi_root_for_fast_physics +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable number_of_cloud_types_CS +INFO: filtering out variable number_of_frozen_precipitation_species +INFO: filtering out variable number_of_gases_for_multi_gases_physics +INFO: filtering out variable number_of_ghost_zones +INFO: filtering out variable number_of_snow_layers +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable number_of_tracers_for_CS +INFO: filtering out variable number_of_tracers_plus_one +INFO: filtering out variable number_of_water_species +INFO: filtering out variable omp_threads_for_fast_physics +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable prandtl_number +INFO: filtering out variable pressure_thickness_at_Lagrangian_surface +INFO: filtering out variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind +INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation +INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term +INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface +INFO: filtering out variable slow_soil_pool_mass_content_of_carbon +INFO: filtering out variable snow_albedo_at_previous_time_step +INFO: filtering out variable snow_layer_ice +INFO: filtering out variable snow_layer_liquid_water +INFO: filtering out variable snow_mass_at_previous_time_step +INFO: filtering out variable snow_number_concentration_updated_by_physics +INFO: filtering out variable snow_precipitation_rate_at_surface +INFO: filtering out variable snow_temperature +INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table +INFO: filtering out variable specific_heat_capacities_for_multi_gases_physics +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable starting_x_direction_index +INFO: filtering out variable starting_x_direction_index_domain +INFO: filtering out variable starting_y_direction_index +INFO: filtering out variable starting_y_direction_index_domain +INFO: filtering out variable stem_area_index +INFO: filtering out variable stem_mass +INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc +INFO: filtering out variable surface_air_pressure_at_previous_time_step +INFO: filtering out variable surface_air_pressure_two_time_steps_back +INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp +INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_geopotential_at_Lagrangian_surface +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable tendency_of_air_temperature_at_Lagrangian_surface +INFO: filtering out variable tendency_of_rain_water_mixing_ratio_due_to_microphysics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable thickness_at_Lagrangian_surface +INFO: filtering out variable time_step_for_remapping_for_fast_physics +INFO: filtering out variable tke_dissipative_heating_factor +INFO: filtering out variable top_layer_index_for_fast_physics +INFO: filtering out variable triple_point_temperature_of_water +INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS +INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vegetation_temperature +INFO: filtering out variable vertical_dimension_for_fast_physics +INFO: filtering out variable vertical_dimension_for_thickness_at_Lagrangian_surface +INFO: filtering out variable virtual_temperature_at_Lagrangian_surface +INFO: filtering out variable water_storage_in_aquifer +INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil +INFO: filtering out variable water_table_depth +INFO: filtering out variable water_table_recharge_when_deep +INFO: filtering out variable water_table_recharge_when_shallow +INFO: filtering out variable water_vapor_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable water_vapor_specific_humidity_at_previous_time_step +INFO: filtering out variable water_vapor_specific_humidity_two_time_steps_back +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable wood_mass +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_22/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_22/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_22/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_22/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_22/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 10 auto-generated caps to tests/build_fv3_22/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_22/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_22/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_22/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_stochastics_cap.F90' +++ CCPP_CAPS='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_stochastics_cap.F90' ++ source build_fv3_22/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y == *\W\W\3\=\Y* ]] +++ 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 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__11372 +++ eval 'setup__test_function__11372() { /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__11372 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ -d /gpfs/hps ]] +++ [[ -e /etc/SuSE-release ]] +++ [[ -d /dcom ]] +++ [[ -L /usrx ]] ++++ readlink /usrx +++ [[ /gpfs/dell1/usrx =~ dell ]] +++ eval module help +++ module purge ++++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge +++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' 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 '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' 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_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' 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 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' 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 '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' unset '_ModuleTable017_;' ++++ unset ADVISOR_2018_DIR ++++ unset BACIO_LIB4 ++++ unset BACIO_LIB8 ++++ unset BACIO_SRC ++++ unset BACIO_VER ++++ unset BINARY_TYPE_HPC ++++ unset __LMOD_REF_COUNT_CLASSPATH ++++ unset CLASSPATH ++++ unset CLCK_ROOT ++++ 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 __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH ++++ unset CPLUS_INCLUDE_PATH ++++ unset CRTM_FIX ++++ unset CRTM_INC ++++ unset CRTM_LIB ++++ unset CRTM_SRC ++++ unset CRTM_VER ++++ unset DAALROOT ++++ unset ECF_HOSTFILE ++++ unset ECF_PORT ++++ unset ECF_ROOT ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ unset __LMOD_REF_COUNT_INFOPATH ++++ unset INFOPATH ++++ unset INSPECTOR_2018_DIR ++++ unset INTEL_LICENSE_FILE ++++ unset INTEL_PYTHONHOME ++++ unset IPPROOT ++++ 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_CXX ++++ unset I_MPI_EXTRA_FILESYSTEM ++++ unset I_MPI_EXTRA_FILESYSTEM_LIST ++++ unset I_MPI_F77 ++++ unset I_MPI_F90 ++++ unset I_MPI_FC ++++ unset I_MPI_HYDRA_BOOTSTRAP ++++ unset I_MPI_HYDRA_IFACE ++++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH ++++ unset I_MPI_ROOT ++++ unset JASPER_INC ++++ unset JASPER_LIB ++++ unset JASPER_LIBDIR ++++ unset JASPER_SRC ++++ unset JASPER_VER ++++ unset KMP_AFFINITY ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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 ++++ unset LSF_BINDIR ++++ unset LSF_ENVDIR ++++ unset LSF_LIBDIR ++++ unset LSF_SERVERDIR ++++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 ++++ export __LMOD_REF_COUNT_MANPATH ++++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: ++++ export MANPATH ++++ unset MKLROOT ++++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles ++++ export MODULEPATH ++++ unset MPM_LAUNCHER ++++ unset NEMSIO_INC ++++ unset NEMSIO_LIB ++++ unset NEMSIO_SRC ++++ unset NEMSIO_VER ++++ unset NETCDF ++++ unset NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ unset __LMOD_REF_COUNT_NLSPATH ++++ unset NLSPATH ++++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1' ++++ export __LMOD_REF_COUNT_PATH ++++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin ++++ export PATH ++++ unset PKG_CONFIG_PATH ++++ unset PNG_INC ++++ unset PNG_LIB ++++ unset PNG_LIB12 ++++ unset PNG_LIBDIR ++++ unset PNG_LIBso ++++ unset PNG_SRC ++++ unset PNG_VER ++++ unset POST_INC ++++ unset POST_LIB ++++ unset POST_SRC ++++ unset POST_VER ++++ unset PSTLROOT ++++ unset PYTHONPATH ++++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH ++++ unset QT_PLUGIN_PATH ++++ unset SP_LIB4 ++++ unset SP_LIB8 ++++ unset SP_LIBd ++++ unset SP_SRC ++++ unset SP_VER ++++ unset TBBROOT ++++ unset VT_ADD_LIBS ++++ unset VT_ARCH ++++ unset VT_LIB_DIR ++++ unset VT_MPI ++++ unset VT_ROOT ++++ unset VT_SLIB_DIR ++++ 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 XLSF_UIDDIR ++++ unset Z_INC ++++ unset Z_LIB ++++ unset Z_SRC ++++ unset Z_VER ++++ unset __LMOD_REF_COUNT__LMFILES_ ++++ unset _LMFILES_ ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k ++++ export _ModuleTable001_ ++++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== ++++ 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 _ModuleTable014_ ++++ unset _ModuleTable015_ ++++ unset _ModuleTable016_ ++++ unset _ModuleTable017_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__11372 +++ unset __ms_function_name ++ [[ wcoss_dell_p3 == macosx.* ]] ++ [[ wcoss_dell_p3 == linux.* ]] ++ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k +++ export _ModuleTable001_ +++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module load fv3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 ++ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' '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="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/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_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 +++ export ADVISOR_2018_DIR +++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a +++ export BACIO_LIB4 +++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a +++ export BACIO_LIB8 +++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 +++ export BACIO_SRC +++ BACIO_VER=v2.0.3 +++ export BACIO_VER +++ BINARY_TYPE_HPC= +++ export BINARY_TYPE_HPC +++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' +++ export __LMOD_REF_COUNT_CLASSPATH +++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar +++ export CLASSPATH +++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest +++ export CLCK_ROOT +++ 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=wcoss_dell_p3 +++ export CMAKE_Platform +++ COMP=ips +++ export COMP +++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' +++ export __LMOD_REF_COUNT_CPATH +++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include +++ export CPATH +++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 +++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH +++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include +++ export CPLUS_INCLUDE_PATH +++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix +++ export CRTM_FIX +++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 +++ export CRTM_INC +++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a +++ export CRTM_LIB +++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src +++ export CRTM_SRC +++ CRTM_VER=v2.2.6 +++ export CRTM_VER +++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal +++ export DAALROOT +++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ export G2TMPL_VER +++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 +++ export G2_INC4 +++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d +++ export G2_INCd +++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a +++ export G2_LIB4 +++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a +++ export G2_LIBd +++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 +++ export G2_SRC +++ G2_VER=v3.1.1 +++ export G2_VER +++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver +++ export GDBSERVER_MIC +++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia +++ export GDB_CROSS +++ HDF5=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5' +++ export HDF5_LDFLAGS_F +++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' +++ export __LMOD_REF_COUNT_INFOPATH +++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx +++ export INFOPATH +++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 +++ export INSPECTOR_2018_DIR +++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses +++ export INTEL_LICENSE_FILE +++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 +++ export INTEL_PYTHONHOME +++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp +++ export IPPROOT +++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 +++ export IP_INC4 +++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 +++ export IP_INC8 +++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d +++ export IP_INCd +++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a +++ export IP_LIB4 +++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a +++ export IP_LIB8 +++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a +++ export IP_LIBd +++ IP_SRC=/usrx/local/nceplibs/dev/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_CXX=icpc +++ export I_MPI_CXX +++ I_MPI_EXTRA_FILESYSTEM=yes +++ export I_MPI_EXTRA_FILESYSTEM +++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs +++ export I_MPI_EXTRA_FILESYSTEM_LIST +++ I_MPI_F77=ifort +++ export I_MPI_F77 +++ I_MPI_F90=ifort +++ export I_MPI_F90 +++ I_MPI_FC=ifort +++ export I_MPI_FC +++ I_MPI_HYDRA_BOOTSTRAP=lsf +++ export I_MPI_HYDRA_BOOTSTRAP +++ I_MPI_HYDRA_IFACE=ib0 +++ export I_MPI_HYDRA_IFACE +++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 +++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH +++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi +++ export I_MPI_ROOT +++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include +++ export JASPER_INC +++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a +++ export JASPER_LIB +++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib +++ export JASPER_LIBDIR +++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 +++ export JASPER_SRC +++ JASPER_VER=1.900.29 +++ export JASPER_VER +++ KMP_AFFINITY=scatter +++ export KMP_AFFINITY +++ unset LAUNCH +++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH +++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LD_LIBRARY_PATH +++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LIBRARY_PATH +++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LIBRARY_PATH +++ LIB_NAME=POST +++ export LIB_NAME +++ LMOD_FAMILY_COMPILER=ips +++ export LMOD_FAMILY_COMPILER +++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 +++ export LMOD_FAMILY_COMPILER_VERSION +++ LMOD_FAMILY_MPI=impi +++ export LMOD_FAMILY_MPI +++ LMOD_FAMILY_MPI_VERSION=18.0.1 +++ export LMOD_FAMILY_MPI_VERSION +++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1' +++ export __LMOD_REF_COUNT_LOADEDMODULES +++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3 +++ export LOADEDMODULES +++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin +++ export LSF_BINDIR +++ LSF_ENVDIR=/gpfs/lsf/conf +++ export LSF_ENVDIR +++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib +++ export LSF_LIBDIR +++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc +++ export LSF_SERVERDIR +++ __LMOD_REF_COUNT_MANPATH='/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man +++ export MANPATH +++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl +++ export MKLROOT +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh +++ export MPM_LAUNCHER +++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 +++ export NEMSIO_INC +++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a +++ export NEMSIO_LIB +++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 +++ export NEMSIO_SRC +++ NEMSIO_VER=v2.2.4 +++ export NEMSIO_VER +++ NETCDF=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF_ROOT +++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' +++ export __LMOD_REF_COUNT_NLSPATH +++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N +++ export NLSPATH +++ __LMOD_REF_COUNT_PATH='/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' +++ export __LMOD_REF_COUNT_PATH +++ PATH=/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export PATH +++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig +++ export PKG_CONFIG_PATH +++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include +++ export PNG_INC +++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a +++ export PNG_LIB +++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a +++ export PNG_LIB12 +++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib +++ export PNG_LIBDIR +++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so +++ export PNG_LIBso +++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 +++ export PNG_SRC +++ PNG_VER=1.2.59 +++ export PNG_VER +++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 +++ export POST_INC +++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ export POST_VER +++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl +++ export PSTLROOT +++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi +++ export PYTHONPATH +++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a +++ export SP_LIB4 +++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a +++ export SP_LIB8 +++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a +++ export SP_LIBd +++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 +++ export SP_SRC +++ SP_VER=v2.0.3 +++ export SP_VER +++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb +++ export TBBROOT +++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' +++ export VT_ADD_LIBS +++ VT_ARCH=intel64 +++ export VT_ARCH +++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib +++ export VT_LIB_DIR +++ VT_MPI=impi4 +++ export VT_MPI +++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest +++ export VT_ROOT +++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib +++ export VT_SLIB_DIR +++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 +++ export W3EMC_INC4 +++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 +++ export W3EMC_INC8 +++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d +++ export W3EMC_INCd +++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a +++ export W3EMC_LIB4 +++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a +++ export W3EMC_LIB8 +++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a +++ export W3EMC_LIBd +++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 +++ export W3EMC_SRC +++ W3EMC_VER=v2.3.1 +++ export W3EMC_VER +++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a +++ export W3NCO_LIB4 +++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a +++ export W3NCO_LIB8 +++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a +++ export W3NCO_LIBd +++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 +++ export W3NCO_SRC +++ W3NCO_VER=v2.0.7 +++ export W3NCO_VER +++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid +++ export XLSF_UIDDIR +++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export Z_INC +++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a +++ export Z_LIB +++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src +++ export Z_SRC +++ Z_VER=1.2.11 +++ export Z_VER +++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' +++ export __LMOD_REF_COUNT__LMFILES_ +++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list + +Currently Loaded Modules: + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.5 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) fv3 + + + ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_22 ++ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model -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.1.20171018 +-- The CXX compiler identification is Intel 18.0.1.20171018 +-- The Fortran compiler identification is Intel 18.0.1.20171018 +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") +-- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") +-- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") +-- Found MPI: TRUE (found version "3.1") +ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for wcoss_dell_p3 + +C compiler: Intel 18.0.1.20171018 (mpiicc) +CXX compiler: Intel 18.0.1.20171018 (mpiicpc) +Fortran compiler: Intel 18.0.1.20171018 (mpiifort) + +DEBUG is ENABLED +REPRO is disabled +32BIT is ENABLED +OPENMP is ENABLED +AVX2 is disabled +INLINE_POST is ENABLED + + +Selected physics package: gfs + +Force 64 bits in gfsphysics +Force 64 bits in ipd +-- Dynamics compiled with 32-bit option, adjust fv_sat_adj types +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GSD_v0_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_22/FV3/ccpp/physics/ccpp_FV3_GFS_v15_thompson_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: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_22 ++ make -j 4 +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_types.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_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 +Scanning dependencies of target fms +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 1%] Linking Fortran static library libccpp.a +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +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 CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 2%] Linking Fortran static library libfv3cpl.a +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +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%] Built target fv3cpl +[ 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 +Scanning dependencies of target ccppphys +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +fpp: warning: keyword redefined: STATIC +[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 3%] 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. +[ 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 CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.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_ +mpp_comm_mpi.inc(1391): #warning: macro redefined: MPP_TYPE_ +mpp_comm_mpi.inc(1392): #warning: macro redefined: MPI_TYPE_ +mpp_comm_mpi.inc(1395): #warning: macro redefined: MPP_TYPE_CREATE_ +mpp_comm_mpi.inc(1396): #warning: macro redefined: MPP_TYPE_ +mpp_comm_mpi.inc(1397): #warning: macro redefined: MPI_TYPE_ +mpp_comm_mpi.inc(1400): #warning: macro redefined: MPP_TYPE_CREATE_ +mpp_comm_mpi.inc(1401): #warning: macro redefined: MPP_TYPE_ +mpp_comm_mpi.inc(1402): #warning: macro redefined: MPI_TYPE_ +mpp_comm_mpi.inc(1405): #warning: macro redefined: MPP_TYPE_CREATE_ +mpp_comm_mpi.inc(1406): #warning: macro redefined: MPP_TYPE_ +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_ +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmp_glacier.f90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.f90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.F90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerclm_def.F.o +fpp: warning: keyword redefined: STATIC +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physparam.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2o_def.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccn_def.F.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg_utils.F90.o +fpp: warning: keyword redefined: STATIC +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozne_def.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/surface_perturbation.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +fpp: warning: keyword redefined: STATIC +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.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_efp.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_memutils.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.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/horiz_interp/horiz_interp_type.F90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_ruclsm.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 13%] 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/funcphys.f90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_param.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_parameters.f90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bl_mynn.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_surface.f.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfaerosols.F.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aerinterp.F90.o +fpp: warning: keyword redefined: STATIC +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ointerp.f90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iccninterp.F90.o +[ 16%] 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 +[ 18%] 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/dcyc2.f.o +[ 18%] 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/GFS_surface_generic.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +fpp: warning: keyword redefined: STATIC +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 19%] 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/module_bfmicrophysics.f.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_aerosols.f.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_gases.f.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_datatb.f.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_mynn.F90.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.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 +[ 25%] 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/physics/moninedmf.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfdeepcnv.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/samfshalcnv.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/radsw_main.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +fpp: warning: keyword redefined: STATIC +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +fpp: warning: keyword redefined: STATIC +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.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/rrtmg_lw_post.F90.o +[ 28%] 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 +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_stochastics_cap.F90.o +[ 30%] 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/ccpp_FV3_GFS_v15_thompson_stochastics_cap.F90.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_main.f.o +[ 30%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_nst.f.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/ccpp_FV3_GSD_v0_physics_cap.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_thompson_physics_cap.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_radiation_cap.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_v15_thompson_radiation_cap.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_time_vary_cap.F90.o +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_thompson_time_vary_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_v15_thompson_cap.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GSD_v0_cap.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 +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +[ 35%] 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/gcm_shoc.F90.o +[ 35%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 37%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 37%] 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_MYNNSFC_wrapper.F90.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 38%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +[ 38%] 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/ozphys.f.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +fpp: warning: keyword redefined: STATIC +fpp: warning: keyword redefined: STATIC +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +fpp: warning: keyword redefined: STATIC +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 40%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +fpp: warning: keyword redefined: STATIC +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +fpp: warning: keyword redefined: STATIC +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +fpp: warning: keyword redefined: STATIC +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +fpp: warning: keyword redefined: STATIC +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.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/mfpbl.f.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.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. +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscu.f.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfscuq.f.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +fpp: warning: keyword redefined: STATIC +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 49%] Linking Fortran static library libccppphys.a +[ 49%] Built target ccppphys +Scanning dependencies of target gfsphysics +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +fpp: warning: keyword redefined: STATIC +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 52%] 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. +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 54%] 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. +[ 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_bilinear.F90.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.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/horiz_interp/horiz_interp_conserve.F90.o +[ 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 +[ 56%] 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. +[ 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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/diag_manager/diag_data.F90.o +[ 57%] 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 +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.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%] 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. +[ 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_output.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/data_override/data_override.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/diag_manager/diag_util.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +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_table.F90.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.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/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 +[ 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 +[ 62%] Linking Fortran static library libccppdriver.a +[ 62%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 62%] Built target ccppdriver +[ 63%] Linking Fortran static library libipd.a +[ 63%] Built target ipd +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 +[ 65%] 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. +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 67%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.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. +[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 68%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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 +[ 72%] 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 +[ 73%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 73%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.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 +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 +[ 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 +[ 76%] 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_netcdf.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 76%] 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/fv_mp_mod.F90.o +[ 76%] 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/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 +[ 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 +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/ffsync.F90.o +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 79%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.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/tools/fv_surf_map.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%] Linking Fortran static library libio.a +[ 80%] Built target io +[ 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 +[ 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 +[ 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/fv_nudge.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/driver/fvGFS/fv_nggps_diag.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_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_dynamics.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/atmosphere.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +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/stochy_resol_def.f.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 +[ 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_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/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/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/four_to_grid_stochy.F.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o +fpp: warning: keyword redefined: STATIC +[ 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 +[ 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 +[ 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/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/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 +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 +[ 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_MEDIATOR_methods.F90.o +[ 98%] 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 +[ 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 +[ 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 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 +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_22.exe ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_22 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_22 ++ elapsed=187 ++ echo 'Elapsed time 187 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y finished' +Elapsed time 187 seconds. Compiling CCPP=Y STATIC=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y finished ++ SECONDS=0 ++++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ MACHINE_ID=wcoss_dell_p3 ++ MAKE_OPT=WW3=Y ++ BUILD_NAME=fv3_2 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_2 ++ [[ wcoss_dell_p3 == cheyenne.* ]] ++ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] ++ MAKE_THREADS=4 ++ MAKE_THREADS=4 ++ hostname +v71a3 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ echo 'Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3' +Compiling WW3=Y into fv3_2.exe on wcoss_dell_p3 ++ '[' YES = YES ']' ++ rm -rf build_fv3_2 ++ mkdir -p build_fv3_2 ++ CCPP_CMAKE_FLAGS= ++ [[ WW3=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ WW3=Y == *\R\E\P\R\O\=\Y* ]] ++ [[ WW3=Y == *\3\2\B\I\T\=\Y* ]] ++ [[ WW3=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ WW3=Y == *\C\C\P\P\=\Y* ]] ++ [[ WW3=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ WW3=Y == *\W\W\3\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DWW3=Y' +++ trim ' -DWW3=Y' +++ local 'var= -DWW3=Y' +++ var=-DWW3=Y +++ var=-DWW3=Y +++ echo -n -DWW3=Y ++ CCPP_CMAKE_FLAGS=-DWW3=Y ++ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__187970 +++ eval 'setup__test_function__187970() { /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__187970 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ -d /gpfs/hps ]] +++ [[ -e /etc/SuSE-release ]] +++ [[ -d /dcom ]] +++ [[ -L /usrx ]] ++++ readlink /usrx +++ [[ /gpfs/dell1/usrx =~ dell ]] +++ eval module help +++ module purge ++++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge +++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' 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 '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' 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_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' 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 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' 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 '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' unset '_ModuleTable017_;' ++++ unset ADVISOR_2018_DIR ++++ unset BACIO_LIB4 ++++ unset BACIO_LIB8 ++++ unset BACIO_SRC ++++ unset BACIO_VER ++++ unset BINARY_TYPE_HPC ++++ unset __LMOD_REF_COUNT_CLASSPATH ++++ unset CLASSPATH ++++ unset CLCK_ROOT ++++ 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 __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH ++++ unset CPLUS_INCLUDE_PATH ++++ unset CRTM_FIX ++++ unset CRTM_INC ++++ unset CRTM_LIB ++++ unset CRTM_SRC ++++ unset CRTM_VER ++++ unset DAALROOT ++++ unset ECF_HOSTFILE ++++ unset ECF_PORT ++++ unset ECF_ROOT ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ unset __LMOD_REF_COUNT_INFOPATH ++++ unset INFOPATH ++++ unset INSPECTOR_2018_DIR ++++ unset INTEL_LICENSE_FILE ++++ unset INTEL_PYTHONHOME ++++ unset IPPROOT ++++ 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_CXX ++++ unset I_MPI_EXTRA_FILESYSTEM ++++ unset I_MPI_EXTRA_FILESYSTEM_LIST ++++ unset I_MPI_F77 ++++ unset I_MPI_F90 ++++ unset I_MPI_FC ++++ unset I_MPI_HYDRA_BOOTSTRAP ++++ unset I_MPI_HYDRA_IFACE ++++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH ++++ unset I_MPI_ROOT ++++ unset JASPER_INC ++++ unset JASPER_LIB ++++ unset JASPER_LIBDIR ++++ unset JASPER_SRC ++++ unset JASPER_VER ++++ unset KMP_AFFINITY ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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 ++++ unset LSF_BINDIR ++++ unset LSF_ENVDIR ++++ unset LSF_LIBDIR ++++ unset LSF_SERVERDIR ++++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 ++++ export __LMOD_REF_COUNT_MANPATH ++++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: ++++ export MANPATH ++++ unset MKLROOT ++++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles ++++ export MODULEPATH ++++ unset MPM_LAUNCHER ++++ unset NEMSIO_INC ++++ unset NEMSIO_LIB ++++ unset NEMSIO_SRC ++++ unset NEMSIO_VER ++++ unset NETCDF ++++ unset NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ unset __LMOD_REF_COUNT_NLSPATH ++++ unset NLSPATH ++++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1' ++++ export __LMOD_REF_COUNT_PATH ++++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin ++++ export PATH ++++ unset PKG_CONFIG_PATH ++++ unset PNG_INC ++++ unset PNG_LIB ++++ unset PNG_LIB12 ++++ unset PNG_LIBDIR ++++ unset PNG_LIBso ++++ unset PNG_SRC ++++ unset PNG_VER ++++ unset POST_INC ++++ unset POST_LIB ++++ unset POST_SRC ++++ unset POST_VER ++++ unset PSTLROOT ++++ unset PYTHONPATH ++++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH ++++ unset QT_PLUGIN_PATH ++++ unset SP_LIB4 ++++ unset SP_LIB8 ++++ unset SP_LIBd ++++ unset SP_SRC ++++ unset SP_VER ++++ unset TBBROOT ++++ unset VT_ADD_LIBS ++++ unset VT_ARCH ++++ unset VT_LIB_DIR ++++ unset VT_MPI ++++ unset VT_ROOT ++++ unset VT_SLIB_DIR ++++ 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 XLSF_UIDDIR ++++ unset Z_INC ++++ unset Z_LIB ++++ unset Z_SRC ++++ unset Z_VER ++++ unset __LMOD_REF_COUNT__LMFILES_ ++++ unset _LMFILES_ ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k ++++ export _ModuleTable001_ ++++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== ++++ 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 _ModuleTable014_ ++++ unset _ModuleTable015_ ++++ unset _ModuleTable016_ ++++ unset _ModuleTable017_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__187970 +++ unset __ms_function_name ++ [[ wcoss_dell_p3 == macosx.* ]] ++ [[ wcoss_dell_p3 == linux.* ]] ++ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k +++ export _ModuleTable001_ +++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module load fv3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 ++ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' '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="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/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_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 +++ export ADVISOR_2018_DIR +++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a +++ export BACIO_LIB4 +++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a +++ export BACIO_LIB8 +++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 +++ export BACIO_SRC +++ BACIO_VER=v2.0.3 +++ export BACIO_VER +++ BINARY_TYPE_HPC= +++ export BINARY_TYPE_HPC +++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' +++ export __LMOD_REF_COUNT_CLASSPATH +++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar +++ export CLASSPATH +++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest +++ export CLCK_ROOT +++ 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=wcoss_dell_p3 +++ export CMAKE_Platform +++ COMP=ips +++ export COMP +++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' +++ export __LMOD_REF_COUNT_CPATH +++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include +++ export CPATH +++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 +++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH +++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include +++ export CPLUS_INCLUDE_PATH +++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix +++ export CRTM_FIX +++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 +++ export CRTM_INC +++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a +++ export CRTM_LIB +++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src +++ export CRTM_SRC +++ CRTM_VER=v2.2.6 +++ export CRTM_VER +++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal +++ export DAALROOT +++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ export G2TMPL_VER +++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 +++ export G2_INC4 +++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d +++ export G2_INCd +++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a +++ export G2_LIB4 +++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a +++ export G2_LIBd +++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 +++ export G2_SRC +++ G2_VER=v3.1.1 +++ export G2_VER +++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver +++ export GDBSERVER_MIC +++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia +++ export GDB_CROSS +++ HDF5=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5' +++ export HDF5_LDFLAGS_F +++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' +++ export __LMOD_REF_COUNT_INFOPATH +++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx +++ export INFOPATH +++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 +++ export INSPECTOR_2018_DIR +++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses +++ export INTEL_LICENSE_FILE +++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 +++ export INTEL_PYTHONHOME +++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp +++ export IPPROOT +++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 +++ export IP_INC4 +++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 +++ export IP_INC8 +++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d +++ export IP_INCd +++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a +++ export IP_LIB4 +++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a +++ export IP_LIB8 +++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a +++ export IP_LIBd +++ IP_SRC=/usrx/local/nceplibs/dev/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_CXX=icpc +++ export I_MPI_CXX +++ I_MPI_EXTRA_FILESYSTEM=yes +++ export I_MPI_EXTRA_FILESYSTEM +++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs +++ export I_MPI_EXTRA_FILESYSTEM_LIST +++ I_MPI_F77=ifort +++ export I_MPI_F77 +++ I_MPI_F90=ifort +++ export I_MPI_F90 +++ I_MPI_FC=ifort +++ export I_MPI_FC +++ I_MPI_HYDRA_BOOTSTRAP=lsf +++ export I_MPI_HYDRA_BOOTSTRAP +++ I_MPI_HYDRA_IFACE=ib0 +++ export I_MPI_HYDRA_IFACE +++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 +++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH +++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi +++ export I_MPI_ROOT +++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include +++ export JASPER_INC +++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a +++ export JASPER_LIB +++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib +++ export JASPER_LIBDIR +++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 +++ export JASPER_SRC +++ JASPER_VER=1.900.29 +++ export JASPER_VER +++ KMP_AFFINITY=scatter +++ export KMP_AFFINITY +++ unset LAUNCH +++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH +++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LD_LIBRARY_PATH +++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LIBRARY_PATH +++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LIBRARY_PATH +++ LIB_NAME=POST +++ export LIB_NAME +++ LMOD_FAMILY_COMPILER=ips +++ export LMOD_FAMILY_COMPILER +++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 +++ export LMOD_FAMILY_COMPILER_VERSION +++ LMOD_FAMILY_MPI=impi +++ export LMOD_FAMILY_MPI +++ LMOD_FAMILY_MPI_VERSION=18.0.1 +++ export LMOD_FAMILY_MPI_VERSION +++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1' +++ export __LMOD_REF_COUNT_LOADEDMODULES +++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3 +++ export LOADEDMODULES +++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin +++ export LSF_BINDIR +++ LSF_ENVDIR=/gpfs/lsf/conf +++ export LSF_ENVDIR +++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib +++ export LSF_LIBDIR +++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc +++ export LSF_SERVERDIR +++ __LMOD_REF_COUNT_MANPATH='/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man +++ export MANPATH +++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl +++ export MKLROOT +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh +++ export MPM_LAUNCHER +++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 +++ export NEMSIO_INC +++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a +++ export NEMSIO_LIB +++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 +++ export NEMSIO_SRC +++ NEMSIO_VER=v2.2.4 +++ export NEMSIO_VER +++ NETCDF=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF_ROOT +++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' +++ export __LMOD_REF_COUNT_NLSPATH +++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N +++ export NLSPATH +++ __LMOD_REF_COUNT_PATH='/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' +++ export __LMOD_REF_COUNT_PATH +++ PATH=/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export PATH +++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig +++ export PKG_CONFIG_PATH +++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include +++ export PNG_INC +++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a +++ export PNG_LIB +++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a +++ export PNG_LIB12 +++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib +++ export PNG_LIBDIR +++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so +++ export PNG_LIBso +++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 +++ export PNG_SRC +++ PNG_VER=1.2.59 +++ export PNG_VER +++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 +++ export POST_INC +++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ export POST_VER +++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl +++ export PSTLROOT +++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi +++ export PYTHONPATH +++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a +++ export SP_LIB4 +++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a +++ export SP_LIB8 +++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a +++ export SP_LIBd +++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 +++ export SP_SRC +++ SP_VER=v2.0.3 +++ export SP_VER +++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb +++ export TBBROOT +++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' +++ export VT_ADD_LIBS +++ VT_ARCH=intel64 +++ export VT_ARCH +++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib +++ export VT_LIB_DIR +++ VT_MPI=impi4 +++ export VT_MPI +++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest +++ export VT_ROOT +++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib +++ export VT_SLIB_DIR +++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 +++ export W3EMC_INC4 +++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 +++ export W3EMC_INC8 +++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d +++ export W3EMC_INCd +++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a +++ export W3EMC_LIB4 +++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a +++ export W3EMC_LIB8 +++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a +++ export W3EMC_LIBd +++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 +++ export W3EMC_SRC +++ W3EMC_VER=v2.3.1 +++ export W3EMC_VER +++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a +++ export W3NCO_LIB4 +++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a +++ export W3NCO_LIB8 +++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a +++ export W3NCO_LIBd +++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 +++ export W3NCO_SRC +++ W3NCO_VER=v2.0.7 +++ export W3NCO_VER +++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid +++ export XLSF_UIDDIR +++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export Z_INC +++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a +++ export Z_LIB +++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src +++ export Z_SRC +++ Z_VER=1.2.11 +++ export Z_VER +++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' +++ export __LMOD_REF_COUNT__LMFILES_ +++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list + +Currently Loaded Modules: + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.5 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) fv3 + + + ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_2 ++ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model -DWW3=Y +-- The C compiler identification is Intel 18.0.1.20171018 +-- The CXX compiler identification is Intel 18.0.1.20171018 +-- The Fortran compiler identification is Intel 18.0.1.20171018 +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") +-- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") +-- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") +-- Found MPI: TRUE (found version "3.1") +ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for wcoss_dell_p3 + +C compiler: Intel 18.0.1.20171018 (mpiicc) +CXX compiler: Intel 18.0.1.20171018 (mpiicpc) +Fortran compiler: Intel 18.0.1.20171018 (mpiifort) + +DEBUG is disabled +REPRO is disabled +32BIT is disabled +OPENMP is ENABLED +AVX2 is disabled +INLINE_POST is ENABLED + + +Selected physics package: gfs + +Build WW3: + run: /usr/bin/gmake WW3_PARCOMPN=4 WW3_COMP=wcoss_dell_p3 ww3_nems + in: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/esmf + +-- Configuring done +-- Generating done +-- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_2 ++ make -j 4 +Scanning dependencies of target ww3_nems +Scanning dependencies of target fv3cpl +[ 1%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o +Scanning dependencies of target gfsphysics +[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +Scanning dependencies of target fms +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.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. +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.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_core.F90.o +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 CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 3%] Built target fv3cpl +[ 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. +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/wam_f107_kp_mod.f90.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/mersenne_twister.f.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/GFDL_parse_tracers.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 6%] 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 +[ 8%] 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 +[ 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 +[ 10%] 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 +[ 11%] 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 CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 11%] 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. +[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 11%] 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 +[ 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 +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +ifort: command line warning #10121: overriding '-xHOST' with '-xCORE-AVX-I' +[ 13%] 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. +[ 13%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 14%] 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. +[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 18%] 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 +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 18%] 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.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/GFS_layer/GFS_typedefs.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 22%] Built target ww3_nems +[ 23%] 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 +[ 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 +[ 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 +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 27%] 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 +[ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 29%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 29%] 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. +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.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/time_manager/time_manager.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. +Using cray pointers. +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.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/axis_utils/axis_utils.F90.o +[ 31%] 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. +[ 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 +[ 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 +[ 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.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. +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 35%] 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. +[ 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. +[ 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 CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 36%] 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. +[ 36%] 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. +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.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/column_diagnostics/column_diagnostics.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 41%] 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. +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.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/interpolator/interpolator.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/mosaic/grid.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 48%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 48%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 48%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 49%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 49%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 49%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o +[ 50%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 52%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 52%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 63%] Linking Fortran static library FMS/libfms.a +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 63%] Built target fms +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.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_vert_lsatdis.F90.o +[ 68%] 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 +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o +[ 69%] Linking Fortran static library libgfsphysics.a +[ 69%] Built target gfsphysics +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 +[ 69%] Linking Fortran static library libipd.a +[ 69%] Built target ipd +Scanning dependencies of target io +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +Scanning dependencies of target fv3core +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 70%] 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. +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o +[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.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/FV3GFS_io.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 78%] Linking Fortran static library libio.a +[ 78%] Built target io +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.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/tools/fv_diagnostics.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/model/fv_regional_bc.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/tools/test_cases.F90.o +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o +[ 81%] 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 +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 82%] 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_nesting.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 83%] 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. +Using allocatable derived type array members. +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_resol_def.f.o +[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.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 +[ 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/compns_stochy.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 +[ 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 +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 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 +[ 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/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 +[ 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%] 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/module_MEDIATOR_methods.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/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.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 +[ 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 +[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 +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_2.exe ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_2 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_2 ++ elapsed=562 ++ echo 'Elapsed time 562 seconds. Compiling WW3=Y finished' +Elapsed time 562 seconds. Compiling WW3=Y finished ++ SECONDS=0 ++++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ MACHINE_ID=wcoss_dell_p3 ++ MAKE_OPT=32BIT=Y ++ BUILD_NAME=fv3_3 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_3 ++ [[ wcoss_dell_p3 == cheyenne.* ]] ++ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] ++ MAKE_THREADS=4 ++ MAKE_THREADS=4 ++ hostname +v71a3 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ echo 'Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3' +Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3 ++ '[' YES = YES ']' ++ rm -rf build_fv3_3 ++ mkdir -p build_fv3_3 ++ CCPP_CMAKE_FLAGS= ++ [[ 32BIT=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ 32BIT=Y == *\R\E\P\R\O\=\Y* ]] ++ [[ 32BIT=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -D32BIT=Y' ++ [[ 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ 32BIT=Y == *\C\C\P\P\=\Y* ]] ++ [[ 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ 32BIT=Y == *\W\W\3\=\Y* ]] +++ trim ' -D32BIT=Y' +++ local 'var= -D32BIT=Y' +++ var=-D32BIT=Y +++ var=-D32BIT=Y +++ echo -n -D32BIT=Y ++ CCPP_CMAKE_FLAGS=-D32BIT=Y ++ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__187974 +++ eval 'setup__test_function__187974() { /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__187974 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ -d /gpfs/hps ]] +++ [[ -e /etc/SuSE-release ]] +++ [[ -d /dcom ]] +++ [[ -L /usrx ]] ++++ readlink /usrx +++ [[ /gpfs/dell1/usrx =~ dell ]] +++ eval module help +++ module purge ++++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge +++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' 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 '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' 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_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' 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 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' 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 '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' unset '_ModuleTable017_;' ++++ unset ADVISOR_2018_DIR ++++ unset BACIO_LIB4 ++++ unset BACIO_LIB8 ++++ unset BACIO_SRC ++++ unset BACIO_VER ++++ unset BINARY_TYPE_HPC ++++ unset __LMOD_REF_COUNT_CLASSPATH ++++ unset CLASSPATH ++++ unset CLCK_ROOT ++++ 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 __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH ++++ unset CPLUS_INCLUDE_PATH ++++ unset CRTM_FIX ++++ unset CRTM_INC ++++ unset CRTM_LIB ++++ unset CRTM_SRC ++++ unset CRTM_VER ++++ unset DAALROOT ++++ unset ECF_HOSTFILE ++++ unset ECF_PORT ++++ unset ECF_ROOT ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ unset __LMOD_REF_COUNT_INFOPATH ++++ unset INFOPATH ++++ unset INSPECTOR_2018_DIR ++++ unset INTEL_LICENSE_FILE ++++ unset INTEL_PYTHONHOME ++++ unset IPPROOT ++++ 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_CXX ++++ unset I_MPI_EXTRA_FILESYSTEM ++++ unset I_MPI_EXTRA_FILESYSTEM_LIST ++++ unset I_MPI_F77 ++++ unset I_MPI_F90 ++++ unset I_MPI_FC ++++ unset I_MPI_HYDRA_BOOTSTRAP ++++ unset I_MPI_HYDRA_IFACE ++++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH ++++ unset I_MPI_ROOT ++++ unset JASPER_INC ++++ unset JASPER_LIB ++++ unset JASPER_LIBDIR ++++ unset JASPER_SRC ++++ unset JASPER_VER ++++ unset KMP_AFFINITY ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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 ++++ unset LSF_BINDIR ++++ unset LSF_ENVDIR ++++ unset LSF_LIBDIR ++++ unset LSF_SERVERDIR ++++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 ++++ export __LMOD_REF_COUNT_MANPATH ++++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: ++++ export MANPATH ++++ unset MKLROOT ++++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles ++++ export MODULEPATH ++++ unset MPM_LAUNCHER ++++ unset NEMSIO_INC ++++ unset NEMSIO_LIB ++++ unset NEMSIO_SRC ++++ unset NEMSIO_VER ++++ unset NETCDF ++++ unset NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ unset __LMOD_REF_COUNT_NLSPATH ++++ unset NLSPATH ++++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1' ++++ export __LMOD_REF_COUNT_PATH ++++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin ++++ export PATH ++++ unset PKG_CONFIG_PATH ++++ unset PNG_INC ++++ unset PNG_LIB ++++ unset PNG_LIB12 ++++ unset PNG_LIBDIR ++++ unset PNG_LIBso ++++ unset PNG_SRC ++++ unset PNG_VER ++++ unset POST_INC ++++ unset POST_LIB ++++ unset POST_SRC ++++ unset POST_VER ++++ unset PSTLROOT ++++ unset PYTHONPATH ++++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH ++++ unset QT_PLUGIN_PATH ++++ unset SP_LIB4 ++++ unset SP_LIB8 ++++ unset SP_LIBd ++++ unset SP_SRC ++++ unset SP_VER ++++ unset TBBROOT ++++ unset VT_ADD_LIBS ++++ unset VT_ARCH ++++ unset VT_LIB_DIR ++++ unset VT_MPI ++++ unset VT_ROOT ++++ unset VT_SLIB_DIR ++++ 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 XLSF_UIDDIR ++++ unset Z_INC ++++ unset Z_LIB ++++ unset Z_SRC ++++ unset Z_VER ++++ unset __LMOD_REF_COUNT__LMFILES_ ++++ unset _LMFILES_ ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k ++++ export _ModuleTable001_ ++++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== ++++ 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 _ModuleTable014_ ++++ unset _ModuleTable015_ ++++ unset _ModuleTable016_ ++++ unset _ModuleTable017_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__187974 +++ unset __ms_function_name ++ [[ wcoss_dell_p3 == macosx.* ]] ++ [[ wcoss_dell_p3 == linux.* ]] ++ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k +++ export _ModuleTable001_ +++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module load fv3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 ++ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' '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="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/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_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 +++ export ADVISOR_2018_DIR +++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a +++ export BACIO_LIB4 +++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a +++ export BACIO_LIB8 +++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 +++ export BACIO_SRC +++ BACIO_VER=v2.0.3 +++ export BACIO_VER +++ BINARY_TYPE_HPC= +++ export BINARY_TYPE_HPC +++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' +++ export __LMOD_REF_COUNT_CLASSPATH +++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar +++ export CLASSPATH +++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest +++ export CLCK_ROOT +++ 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=wcoss_dell_p3 +++ export CMAKE_Platform +++ COMP=ips +++ export COMP +++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' +++ export __LMOD_REF_COUNT_CPATH +++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include +++ export CPATH +++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 +++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH +++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include +++ export CPLUS_INCLUDE_PATH +++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix +++ export CRTM_FIX +++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 +++ export CRTM_INC +++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a +++ export CRTM_LIB +++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src +++ export CRTM_SRC +++ CRTM_VER=v2.2.6 +++ export CRTM_VER +++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal +++ export DAALROOT +++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ export G2TMPL_VER +++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 +++ export G2_INC4 +++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d +++ export G2_INCd +++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a +++ export G2_LIB4 +++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a +++ export G2_LIBd +++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 +++ export G2_SRC +++ G2_VER=v3.1.1 +++ export G2_VER +++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver +++ export GDBSERVER_MIC +++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia +++ export GDB_CROSS +++ HDF5=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5' +++ export HDF5_LDFLAGS_F +++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' +++ export __LMOD_REF_COUNT_INFOPATH +++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx +++ export INFOPATH +++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 +++ export INSPECTOR_2018_DIR +++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses +++ export INTEL_LICENSE_FILE +++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 +++ export INTEL_PYTHONHOME +++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp +++ export IPPROOT +++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 +++ export IP_INC4 +++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 +++ export IP_INC8 +++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d +++ export IP_INCd +++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a +++ export IP_LIB4 +++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a +++ export IP_LIB8 +++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a +++ export IP_LIBd +++ IP_SRC=/usrx/local/nceplibs/dev/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_CXX=icpc +++ export I_MPI_CXX +++ I_MPI_EXTRA_FILESYSTEM=yes +++ export I_MPI_EXTRA_FILESYSTEM +++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs +++ export I_MPI_EXTRA_FILESYSTEM_LIST +++ I_MPI_F77=ifort +++ export I_MPI_F77 +++ I_MPI_F90=ifort +++ export I_MPI_F90 +++ I_MPI_FC=ifort +++ export I_MPI_FC +++ I_MPI_HYDRA_BOOTSTRAP=lsf +++ export I_MPI_HYDRA_BOOTSTRAP +++ I_MPI_HYDRA_IFACE=ib0 +++ export I_MPI_HYDRA_IFACE +++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 +++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH +++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi +++ export I_MPI_ROOT +++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include +++ export JASPER_INC +++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a +++ export JASPER_LIB +++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib +++ export JASPER_LIBDIR +++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 +++ export JASPER_SRC +++ JASPER_VER=1.900.29 +++ export JASPER_VER +++ KMP_AFFINITY=scatter +++ export KMP_AFFINITY +++ unset LAUNCH +++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH +++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LD_LIBRARY_PATH +++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LIBRARY_PATH +++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LIBRARY_PATH +++ LIB_NAME=POST +++ export LIB_NAME +++ LMOD_FAMILY_COMPILER=ips +++ export LMOD_FAMILY_COMPILER +++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 +++ export LMOD_FAMILY_COMPILER_VERSION +++ LMOD_FAMILY_MPI=impi +++ export LMOD_FAMILY_MPI +++ LMOD_FAMILY_MPI_VERSION=18.0.1 +++ export LMOD_FAMILY_MPI_VERSION +++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1' +++ export __LMOD_REF_COUNT_LOADEDMODULES +++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3 +++ export LOADEDMODULES +++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin +++ export LSF_BINDIR +++ LSF_ENVDIR=/gpfs/lsf/conf +++ export LSF_ENVDIR +++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib +++ export LSF_LIBDIR +++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc +++ export LSF_SERVERDIR +++ __LMOD_REF_COUNT_MANPATH='/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man +++ export MANPATH +++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl +++ export MKLROOT +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh +++ export MPM_LAUNCHER +++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 +++ export NEMSIO_INC +++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a +++ export NEMSIO_LIB +++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 +++ export NEMSIO_SRC +++ NEMSIO_VER=v2.2.4 +++ export NEMSIO_VER +++ NETCDF=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF_ROOT +++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' +++ export __LMOD_REF_COUNT_NLSPATH +++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N +++ export NLSPATH +++ __LMOD_REF_COUNT_PATH='/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' +++ export __LMOD_REF_COUNT_PATH +++ PATH=/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export PATH +++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig +++ export PKG_CONFIG_PATH +++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include +++ export PNG_INC +++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a +++ export PNG_LIB +++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a +++ export PNG_LIB12 +++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib +++ export PNG_LIBDIR +++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so +++ export PNG_LIBso +++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 +++ export PNG_SRC +++ PNG_VER=1.2.59 +++ export PNG_VER +++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 +++ export POST_INC +++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ export POST_VER +++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl +++ export PSTLROOT +++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi +++ export PYTHONPATH +++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a +++ export SP_LIB4 +++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a +++ export SP_LIB8 +++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a +++ export SP_LIBd +++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 +++ export SP_SRC +++ SP_VER=v2.0.3 +++ export SP_VER +++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb +++ export TBBROOT +++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' +++ export VT_ADD_LIBS +++ VT_ARCH=intel64 +++ export VT_ARCH +++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib +++ export VT_LIB_DIR +++ VT_MPI=impi4 +++ export VT_MPI +++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest +++ export VT_ROOT +++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib +++ export VT_SLIB_DIR +++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 +++ export W3EMC_INC4 +++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 +++ export W3EMC_INC8 +++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d +++ export W3EMC_INCd +++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a +++ export W3EMC_LIB4 +++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a +++ export W3EMC_LIB8 +++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a +++ export W3EMC_LIBd +++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 +++ export W3EMC_SRC +++ W3EMC_VER=v2.3.1 +++ export W3EMC_VER +++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a +++ export W3NCO_LIB4 +++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a +++ export W3NCO_LIB8 +++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a +++ export W3NCO_LIBd +++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 +++ export W3NCO_SRC +++ W3NCO_VER=v2.0.7 +++ export W3NCO_VER +++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid +++ export XLSF_UIDDIR +++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export Z_INC +++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a +++ export Z_LIB +++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src +++ export Z_SRC +++ Z_VER=1.2.11 +++ export Z_VER +++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' +++ export __LMOD_REF_COUNT__LMFILES_ +++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list + +Currently Loaded Modules: + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.5 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) fv3 + + + ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_3 ++ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model -D32BIT=Y +-- The C compiler identification is Intel 18.0.1.20171018 +-- The CXX compiler identification is Intel 18.0.1.20171018 +-- The Fortran compiler identification is Intel 18.0.1.20171018 +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") +-- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") +-- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") +-- Found MPI: TRUE (found version "3.1") +ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for wcoss_dell_p3 + +C compiler: Intel 18.0.1.20171018 (mpiicc) +CXX compiler: Intel 18.0.1.20171018 (mpiicpc) +Fortran compiler: Intel 18.0.1.20171018 (mpiifort) + +DEBUG is disabled +REPRO is disabled +32BIT is ENABLED +OPENMP is ENABLED +AVX2 is disabled +INLINE_POST is ENABLED + + +Selected physics package: gfs + +Force 64 bits in gfsphysics +Force 64 bits in ipd +Force 64 bits in stochastic_physics +-- Configuring done +-- Generating done +-- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_3 ++ make -j 4 +Scanning dependencies of target fv3cpl +[ 0%] 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 gfsphysics +[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o +Scanning dependencies of target fms +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 2%] Linking Fortran static library libfv3cpl.a +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.o +[ 3%] Built target fv3cpl +[ 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 4%] 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. +[ 4%] 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. +[ 4%] 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. +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.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 +[ 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/namelist_soilveg.f.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.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/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/date_def.f.o +[ 8%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.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 +[ 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 +[ 10%] 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 +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmp_glacier.f90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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/iccn_def.f.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/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 +[ 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 +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +ifort: command line warning #10121: overriding '-xHOST' with '-xCORE-AVX-I' +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o +[ 14%] 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. +[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o +[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 19%] 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 +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.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/GFS_layer/GFS_typedefs.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 23%] 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 +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/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 +[ 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 +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 27%] 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 +[ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 29%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 29%] 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. +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 31%] 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. +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.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/axis_utils/axis_utils.F90.o +[ 31%] 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. +[ 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 +[ 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 +[ 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.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/oda_tools/xbt_drop_rate_adjust.f90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 35%] 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. +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.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. +[ 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 CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 36%] 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. +[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 36%] 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. +[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 38%] 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 +[ 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 +[ 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 +[ 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 +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 43%] 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 +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 46%] 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 +[ 47%] 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. +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 51%] 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. +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.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/fft/fft99.F90.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o +[ 52%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 53%] 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. +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 58%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 61%] 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/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 64%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 64%] 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/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 65%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.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/gcm_shoc.f90.o +[ 66%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 66%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 67%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 67%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 67%] 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 Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o +[ 68%] 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 +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o +[ 69%] Linking Fortran static library libgfsphysics.a +[ 69%] Linking Fortran static library FMS/libfms.a +[ 69%] Built target gfsphysics +Scanning dependencies of target ipd +[ 69%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 69%] Built target fms +[ 69%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 69%] Linking Fortran static library libipd.a +[ 69%] Built target ipd +Scanning dependencies of target io +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +Scanning dependencies of target fv3core +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o +[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 74%] 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. +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 74%] 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 +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 77%] 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/tools/fv_diagnostics.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.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/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 +[ 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/driver/fvGFS/fv_nggps_diag.F90.o +[ 81%] 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_update_phys.F90.o +[ 82%] 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/external_ic.F90.o +[ 82%] 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_nesting.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 83%] 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. +Using allocatable derived type array members. +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_resol_def.f.o +[ 85%] 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_gg_def.f.o +[ 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/compns_stochy.F90.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/setlats_lag_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 +[ 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 +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 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/num_parthds_stochy.f.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 +[ 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 +[ 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/ENS_Cpl/ENS_CplComp_ESMFMod_STUB.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 +[ 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 +[ 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 +[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 +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_3.exe ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_3 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_3 ++ elapsed=559 ++ echo 'Elapsed time 559 seconds. Compiling 32BIT=Y finished' +Elapsed time 559 seconds. Compiling 32BIT=Y finished ++ SECONDS=0 ++++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ MACHINE_ID=wcoss_dell_p3 ++ MAKE_OPT=REPRO=Y ++ BUILD_NAME=fv3_4 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_4 ++ [[ wcoss_dell_p3 == cheyenne.* ]] ++ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] ++ MAKE_THREADS=4 ++ MAKE_THREADS=4 ++ hostname +v71a3 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ echo 'Compiling REPRO=Y into fv3_4.exe on wcoss_dell_p3' +Compiling REPRO=Y into fv3_4.exe on wcoss_dell_p3 ++ '[' YES = YES ']' ++ rm -rf build_fv3_4 ++ mkdir -p build_fv3_4 ++ CCPP_CMAKE_FLAGS= ++ [[ REPRO=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y' ++ [[ REPRO=Y == *\3\2\B\I\T\=\Y* ]] ++ [[ REPRO=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ REPRO=Y == *\C\C\P\P\=\Y* ]] ++ [[ REPRO=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ REPRO=Y == *\W\W\3\=\Y* ]] +++ trim ' -DREPRO=Y' +++ local 'var= -DREPRO=Y' +++ var=-DREPRO=Y +++ var=-DREPRO=Y +++ echo -n -DREPRO=Y ++ CCPP_CMAKE_FLAGS=-DREPRO=Y ++ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__187975 +++ eval 'setup__test_function__187975() { /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__187975 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ -d /gpfs/hps ]] +++ [[ -e /etc/SuSE-release ]] +++ [[ -d /dcom ]] +++ [[ -L /usrx ]] ++++ readlink /usrx +++ [[ /gpfs/dell1/usrx =~ dell ]] +++ eval module help +++ module purge ++++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge +++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' 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 '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' 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_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' 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 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' 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 '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' unset '_ModuleTable017_;' ++++ unset ADVISOR_2018_DIR ++++ unset BACIO_LIB4 ++++ unset BACIO_LIB8 ++++ unset BACIO_SRC ++++ unset BACIO_VER ++++ unset BINARY_TYPE_HPC ++++ unset __LMOD_REF_COUNT_CLASSPATH ++++ unset CLASSPATH ++++ unset CLCK_ROOT ++++ 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 __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH ++++ unset CPLUS_INCLUDE_PATH ++++ unset CRTM_FIX ++++ unset CRTM_INC ++++ unset CRTM_LIB ++++ unset CRTM_SRC ++++ unset CRTM_VER ++++ unset DAALROOT ++++ unset ECF_HOSTFILE ++++ unset ECF_PORT ++++ unset ECF_ROOT ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ unset __LMOD_REF_COUNT_INFOPATH ++++ unset INFOPATH ++++ unset INSPECTOR_2018_DIR ++++ unset INTEL_LICENSE_FILE ++++ unset INTEL_PYTHONHOME ++++ unset IPPROOT ++++ 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_CXX ++++ unset I_MPI_EXTRA_FILESYSTEM ++++ unset I_MPI_EXTRA_FILESYSTEM_LIST ++++ unset I_MPI_F77 ++++ unset I_MPI_F90 ++++ unset I_MPI_FC ++++ unset I_MPI_HYDRA_BOOTSTRAP ++++ unset I_MPI_HYDRA_IFACE ++++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH ++++ unset I_MPI_ROOT ++++ unset JASPER_INC ++++ unset JASPER_LIB ++++ unset JASPER_LIBDIR ++++ unset JASPER_SRC ++++ unset JASPER_VER ++++ unset KMP_AFFINITY ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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 ++++ unset LSF_BINDIR ++++ unset LSF_ENVDIR ++++ unset LSF_LIBDIR ++++ unset LSF_SERVERDIR ++++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 ++++ export __LMOD_REF_COUNT_MANPATH ++++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: ++++ export MANPATH ++++ unset MKLROOT ++++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles ++++ export MODULEPATH ++++ unset MPM_LAUNCHER ++++ unset NEMSIO_INC ++++ unset NEMSIO_LIB ++++ unset NEMSIO_SRC ++++ unset NEMSIO_VER ++++ unset NETCDF ++++ unset NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ unset __LMOD_REF_COUNT_NLSPATH ++++ unset NLSPATH ++++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1' ++++ export __LMOD_REF_COUNT_PATH ++++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin ++++ export PATH ++++ unset PKG_CONFIG_PATH ++++ unset PNG_INC ++++ unset PNG_LIB ++++ unset PNG_LIB12 ++++ unset PNG_LIBDIR ++++ unset PNG_LIBso ++++ unset PNG_SRC ++++ unset PNG_VER ++++ unset POST_INC ++++ unset POST_LIB ++++ unset POST_SRC ++++ unset POST_VER ++++ unset PSTLROOT ++++ unset PYTHONPATH ++++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH ++++ unset QT_PLUGIN_PATH ++++ unset SP_LIB4 ++++ unset SP_LIB8 ++++ unset SP_LIBd ++++ unset SP_SRC ++++ unset SP_VER ++++ unset TBBROOT ++++ unset VT_ADD_LIBS ++++ unset VT_ARCH ++++ unset VT_LIB_DIR ++++ unset VT_MPI ++++ unset VT_ROOT ++++ unset VT_SLIB_DIR ++++ 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 XLSF_UIDDIR ++++ unset Z_INC ++++ unset Z_LIB ++++ unset Z_SRC ++++ unset Z_VER ++++ unset __LMOD_REF_COUNT__LMFILES_ ++++ unset _LMFILES_ ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k ++++ export _ModuleTable001_ ++++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== ++++ 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 _ModuleTable014_ ++++ unset _ModuleTable015_ ++++ unset _ModuleTable016_ ++++ unset _ModuleTable017_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__187975 +++ unset __ms_function_name ++ [[ wcoss_dell_p3 == macosx.* ]] ++ [[ wcoss_dell_p3 == linux.* ]] ++ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k +++ export _ModuleTable001_ +++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module load fv3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 ++ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' '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="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/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_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 +++ export ADVISOR_2018_DIR +++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a +++ export BACIO_LIB4 +++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a +++ export BACIO_LIB8 +++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 +++ export BACIO_SRC +++ BACIO_VER=v2.0.3 +++ export BACIO_VER +++ BINARY_TYPE_HPC= +++ export BINARY_TYPE_HPC +++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' +++ export __LMOD_REF_COUNT_CLASSPATH +++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar +++ export CLASSPATH +++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest +++ export CLCK_ROOT +++ 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=wcoss_dell_p3 +++ export CMAKE_Platform +++ COMP=ips +++ export COMP +++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' +++ export __LMOD_REF_COUNT_CPATH +++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include +++ export CPATH +++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 +++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH +++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include +++ export CPLUS_INCLUDE_PATH +++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix +++ export CRTM_FIX +++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 +++ export CRTM_INC +++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a +++ export CRTM_LIB +++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src +++ export CRTM_SRC +++ CRTM_VER=v2.2.6 +++ export CRTM_VER +++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal +++ export DAALROOT +++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ export G2TMPL_VER +++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 +++ export G2_INC4 +++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d +++ export G2_INCd +++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a +++ export G2_LIB4 +++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a +++ export G2_LIBd +++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 +++ export G2_SRC +++ G2_VER=v3.1.1 +++ export G2_VER +++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver +++ export GDBSERVER_MIC +++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia +++ export GDB_CROSS +++ HDF5=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5' +++ export HDF5_LDFLAGS_F +++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' +++ export __LMOD_REF_COUNT_INFOPATH +++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx +++ export INFOPATH +++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 +++ export INSPECTOR_2018_DIR +++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses +++ export INTEL_LICENSE_FILE +++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 +++ export INTEL_PYTHONHOME +++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp +++ export IPPROOT +++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 +++ export IP_INC4 +++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 +++ export IP_INC8 +++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d +++ export IP_INCd +++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a +++ export IP_LIB4 +++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a +++ export IP_LIB8 +++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a +++ export IP_LIBd +++ IP_SRC=/usrx/local/nceplibs/dev/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_CXX=icpc +++ export I_MPI_CXX +++ I_MPI_EXTRA_FILESYSTEM=yes +++ export I_MPI_EXTRA_FILESYSTEM +++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs +++ export I_MPI_EXTRA_FILESYSTEM_LIST +++ I_MPI_F77=ifort +++ export I_MPI_F77 +++ I_MPI_F90=ifort +++ export I_MPI_F90 +++ I_MPI_FC=ifort +++ export I_MPI_FC +++ I_MPI_HYDRA_BOOTSTRAP=lsf +++ export I_MPI_HYDRA_BOOTSTRAP +++ I_MPI_HYDRA_IFACE=ib0 +++ export I_MPI_HYDRA_IFACE +++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 +++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH +++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi +++ export I_MPI_ROOT +++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include +++ export JASPER_INC +++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a +++ export JASPER_LIB +++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib +++ export JASPER_LIBDIR +++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 +++ export JASPER_SRC +++ JASPER_VER=1.900.29 +++ export JASPER_VER +++ KMP_AFFINITY=scatter +++ export KMP_AFFINITY +++ unset LAUNCH +++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH +++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LD_LIBRARY_PATH +++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LIBRARY_PATH +++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LIBRARY_PATH +++ LIB_NAME=POST +++ export LIB_NAME +++ LMOD_FAMILY_COMPILER=ips +++ export LMOD_FAMILY_COMPILER +++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 +++ export LMOD_FAMILY_COMPILER_VERSION +++ LMOD_FAMILY_MPI=impi +++ export LMOD_FAMILY_MPI +++ LMOD_FAMILY_MPI_VERSION=18.0.1 +++ export LMOD_FAMILY_MPI_VERSION +++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1' +++ export __LMOD_REF_COUNT_LOADEDMODULES +++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3 +++ export LOADEDMODULES +++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin +++ export LSF_BINDIR +++ LSF_ENVDIR=/gpfs/lsf/conf +++ export LSF_ENVDIR +++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib +++ export LSF_LIBDIR +++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc +++ export LSF_SERVERDIR +++ __LMOD_REF_COUNT_MANPATH='/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man +++ export MANPATH +++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl +++ export MKLROOT +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh +++ export MPM_LAUNCHER +++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 +++ export NEMSIO_INC +++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a +++ export NEMSIO_LIB +++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 +++ export NEMSIO_SRC +++ NEMSIO_VER=v2.2.4 +++ export NEMSIO_VER +++ NETCDF=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF_ROOT +++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' +++ export __LMOD_REF_COUNT_NLSPATH +++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N +++ export NLSPATH +++ __LMOD_REF_COUNT_PATH='/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' +++ export __LMOD_REF_COUNT_PATH +++ PATH=/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export PATH +++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig +++ export PKG_CONFIG_PATH +++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include +++ export PNG_INC +++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a +++ export PNG_LIB +++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a +++ export PNG_LIB12 +++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib +++ export PNG_LIBDIR +++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so +++ export PNG_LIBso +++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 +++ export PNG_SRC +++ PNG_VER=1.2.59 +++ export PNG_VER +++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 +++ export POST_INC +++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ export POST_VER +++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl +++ export PSTLROOT +++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi +++ export PYTHONPATH +++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a +++ export SP_LIB4 +++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a +++ export SP_LIB8 +++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a +++ export SP_LIBd +++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 +++ export SP_SRC +++ SP_VER=v2.0.3 +++ export SP_VER +++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb +++ export TBBROOT +++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' +++ export VT_ADD_LIBS +++ VT_ARCH=intel64 +++ export VT_ARCH +++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib +++ export VT_LIB_DIR +++ VT_MPI=impi4 +++ export VT_MPI +++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest +++ export VT_ROOT +++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib +++ export VT_SLIB_DIR +++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 +++ export W3EMC_INC4 +++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 +++ export W3EMC_INC8 +++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d +++ export W3EMC_INCd +++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a +++ export W3EMC_LIB4 +++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a +++ export W3EMC_LIB8 +++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a +++ export W3EMC_LIBd +++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 +++ export W3EMC_SRC +++ W3EMC_VER=v2.3.1 +++ export W3EMC_VER +++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a +++ export W3NCO_LIB4 +++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a +++ export W3NCO_LIB8 +++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a +++ export W3NCO_LIBd +++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 +++ export W3NCO_SRC +++ W3NCO_VER=v2.0.7 +++ export W3NCO_VER +++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid +++ export XLSF_UIDDIR +++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export Z_INC +++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a +++ export Z_LIB +++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src +++ export Z_SRC +++ Z_VER=1.2.11 +++ export Z_VER +++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' +++ export __LMOD_REF_COUNT__LMFILES_ +++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list + +Currently Loaded Modules: + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.5 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) fv3 + + + ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_4 ++ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model -DREPRO=Y +-- The C compiler identification is Intel 18.0.1.20171018 +-- The CXX compiler identification is Intel 18.0.1.20171018 +-- The Fortran compiler identification is Intel 18.0.1.20171018 +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") +-- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") +-- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") +-- Found MPI: TRUE (found version "3.1") +ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for wcoss_dell_p3 + +C compiler: Intel 18.0.1.20171018 (mpiicc) +CXX compiler: Intel 18.0.1.20171018 (mpiicpc) +Fortran compiler: Intel 18.0.1.20171018 (mpiifort) + +DEBUG is disabled +REPRO is ENABLED +32BIT is disabled +OPENMP is ENABLED +AVX2 is disabled +INLINE_POST is ENABLED + + +Selected physics package: gfs + +-- Configuring done +-- Generating done +-- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_4 ++ make -j 4 +Scanning dependencies of target fv3cpl +[ 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 gfsphysics +[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o +Scanning dependencies of target fms +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.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%] Linking Fortran static library libfv3cpl.a +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.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/wam_f107_kp_mod.f90.o +[ 4%] Built target fv3cpl +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 4%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 4%] 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. +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.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 +[ 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/iounitdef.f.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.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. +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 6%] 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 +[ 8%] 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 +[ 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 9%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozne_def.f.o +[ 10%] 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 +[ 11%] 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/iccn_def.f.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/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 +[ 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 +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 14%] 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. +[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o +[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 18%] 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 +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.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/GFS_layer/GFS_typedefs.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 23%] 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 +[ 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 +[ 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/physics/sfc_nst.f.o +[ 26%] 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_diagnostics.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o +[ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 29%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 29%] 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. +[ 30%] 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 +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.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/horiz_interp/horiz_interp_conserve.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/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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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 +[ 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 +[ 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.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. +[ 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 CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 35%] 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. +[ 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. +[ 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 CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 36%] 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. +[ 36%] 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. +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.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/column_diagnostics/column_diagnostics.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 40%] 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. +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.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/interpolator/interpolator.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/mosaic/grid.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 41%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 43%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 44%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o +[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 48%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o +[ 48%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 48%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 49%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o +[ 51%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 51%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 52%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 54%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 55%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 64%] Linking Fortran static library FMS/libfms.a +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 64%] Built target fms +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 67%] 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 Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o +[ 68%] 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 +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o +[ 69%] Linking Fortran static library libgfsphysics.a +[ 69%] Built target gfsphysics +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 +[ 69%] Linking Fortran static library libipd.a +[ 69%] Built target ipd +Scanning dependencies of target io +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +Scanning dependencies of target fv3core +[ 70%] 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. +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o +[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 71%] 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/fv_mp_mod.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.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/FV3GFS_io.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 78%] Linking Fortran static library libio.a +[ 78%] Built target io +[ 78%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.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/tools/fv_diagnostics.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/model/fv_regional_bc.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/driver/fvGFS/fv_nggps_diag.F90.o +[ 81%] 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 +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_update_phys.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 82%] 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_nesting.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 83%] 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. +Using allocatable derived type array members. +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_resol_def.f.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_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/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 +[ 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 +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 91%] 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/stochy_patterngenerator.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 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 +[ 93%] 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/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 +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 +[ 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%] 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/module_MEDIATOR_SpaceWeather.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/module_NEMS_UTILS.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 +[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 +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_4.exe ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_4 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_4 ++ elapsed=522 ++ echo 'Elapsed time 522 seconds. Compiling REPRO=Y finished' +Elapsed time 522 seconds. Compiling REPRO=Y finished ++ SECONDS=0 ++++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ MACHINE_ID=wcoss_dell_p3 ++ MAKE_OPT='REPRO=Y WW3=Y' ++ BUILD_NAME=fv3_5 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_5 ++ [[ wcoss_dell_p3 == cheyenne.* ]] ++ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] ++ MAKE_THREADS=4 ++ MAKE_THREADS=4 ++ hostname +v71a3 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ echo 'Compiling REPRO=Y WW3=Y into fv3_5.exe on wcoss_dell_p3' +Compiling REPRO=Y WW3=Y into fv3_5.exe on wcoss_dell_p3 ++ '[' YES = YES ']' ++ rm -rf build_fv3_5 ++ mkdir -p build_fv3_5 ++ CCPP_CMAKE_FLAGS= ++ [[ REPRO=Y WW3=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y WW3=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y' ++ [[ REPRO=Y WW3=Y == *\3\2\B\I\T\=\Y* ]] ++ [[ REPRO=Y WW3=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ REPRO=Y WW3=Y == *\C\C\P\P\=\Y* ]] ++ [[ REPRO=Y WW3=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ REPRO=Y WW3=Y == *\W\W\3\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DWW3=Y' +++ trim ' -DREPRO=Y -DWW3=Y' +++ local 'var= -DREPRO=Y -DWW3=Y' +++ var='-DREPRO=Y -DWW3=Y' +++ var='-DREPRO=Y -DWW3=Y' +++ echo -n '-DREPRO=Y -DWW3=Y' ++ CCPP_CMAKE_FLAGS='-DREPRO=Y -DWW3=Y' ++ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__47973 +++ eval 'setup__test_function__47973() { /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__47973 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ -d /gpfs/hps ]] +++ [[ -e /etc/SuSE-release ]] +++ [[ -d /dcom ]] +++ [[ -L /usrx ]] ++++ readlink /usrx +++ [[ /gpfs/dell1/usrx =~ dell ]] +++ eval module help +++ module purge ++++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge +++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' 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 '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' 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_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' 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 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' 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 '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' unset '_ModuleTable017_;' ++++ unset ADVISOR_2018_DIR ++++ unset BACIO_LIB4 ++++ unset BACIO_LIB8 ++++ unset BACIO_SRC ++++ unset BACIO_VER ++++ unset BINARY_TYPE_HPC ++++ unset __LMOD_REF_COUNT_CLASSPATH ++++ unset CLASSPATH ++++ unset CLCK_ROOT ++++ 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 __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH ++++ unset CPLUS_INCLUDE_PATH ++++ unset CRTM_FIX ++++ unset CRTM_INC ++++ unset CRTM_LIB ++++ unset CRTM_SRC ++++ unset CRTM_VER ++++ unset DAALROOT ++++ unset ECF_HOSTFILE ++++ unset ECF_PORT ++++ unset ECF_ROOT ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ unset __LMOD_REF_COUNT_INFOPATH ++++ unset INFOPATH ++++ unset INSPECTOR_2018_DIR ++++ unset INTEL_LICENSE_FILE ++++ unset INTEL_PYTHONHOME ++++ unset IPPROOT ++++ 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_CXX ++++ unset I_MPI_EXTRA_FILESYSTEM ++++ unset I_MPI_EXTRA_FILESYSTEM_LIST ++++ unset I_MPI_F77 ++++ unset I_MPI_F90 ++++ unset I_MPI_FC ++++ unset I_MPI_HYDRA_BOOTSTRAP ++++ unset I_MPI_HYDRA_IFACE ++++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH ++++ unset I_MPI_ROOT ++++ unset JASPER_INC ++++ unset JASPER_LIB ++++ unset JASPER_LIBDIR ++++ unset JASPER_SRC ++++ unset JASPER_VER ++++ unset KMP_AFFINITY ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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 ++++ unset LSF_BINDIR ++++ unset LSF_ENVDIR ++++ unset LSF_LIBDIR ++++ unset LSF_SERVERDIR ++++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 ++++ export __LMOD_REF_COUNT_MANPATH ++++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: ++++ export MANPATH ++++ unset MKLROOT ++++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles ++++ export MODULEPATH ++++ unset MPM_LAUNCHER ++++ unset NEMSIO_INC ++++ unset NEMSIO_LIB ++++ unset NEMSIO_SRC ++++ unset NEMSIO_VER ++++ unset NETCDF ++++ unset NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ unset __LMOD_REF_COUNT_NLSPATH ++++ unset NLSPATH ++++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1' ++++ export __LMOD_REF_COUNT_PATH ++++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin ++++ export PATH ++++ unset PKG_CONFIG_PATH ++++ unset PNG_INC ++++ unset PNG_LIB ++++ unset PNG_LIB12 ++++ unset PNG_LIBDIR ++++ unset PNG_LIBso ++++ unset PNG_SRC ++++ unset PNG_VER ++++ unset POST_INC ++++ unset POST_LIB ++++ unset POST_SRC ++++ unset POST_VER ++++ unset PSTLROOT ++++ unset PYTHONPATH ++++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH ++++ unset QT_PLUGIN_PATH ++++ unset SP_LIB4 ++++ unset SP_LIB8 ++++ unset SP_LIBd ++++ unset SP_SRC ++++ unset SP_VER ++++ unset TBBROOT ++++ unset VT_ADD_LIBS ++++ unset VT_ARCH ++++ unset VT_LIB_DIR ++++ unset VT_MPI ++++ unset VT_ROOT ++++ unset VT_SLIB_DIR ++++ 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 XLSF_UIDDIR ++++ unset Z_INC ++++ unset Z_LIB ++++ unset Z_SRC ++++ unset Z_VER ++++ unset __LMOD_REF_COUNT__LMFILES_ ++++ unset _LMFILES_ ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k ++++ export _ModuleTable001_ ++++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== ++++ 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 _ModuleTable014_ ++++ unset _ModuleTable015_ ++++ unset _ModuleTable016_ ++++ unset _ModuleTable017_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__47973 +++ unset __ms_function_name ++ [[ wcoss_dell_p3 == macosx.* ]] ++ [[ wcoss_dell_p3 == linux.* ]] ++ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k +++ export _ModuleTable001_ +++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module load fv3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 ++ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' '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="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/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_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 +++ export ADVISOR_2018_DIR +++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a +++ export BACIO_LIB4 +++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a +++ export BACIO_LIB8 +++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 +++ export BACIO_SRC +++ BACIO_VER=v2.0.3 +++ export BACIO_VER +++ BINARY_TYPE_HPC= +++ export BINARY_TYPE_HPC +++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' +++ export __LMOD_REF_COUNT_CLASSPATH +++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar +++ export CLASSPATH +++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest +++ export CLCK_ROOT +++ 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=wcoss_dell_p3 +++ export CMAKE_Platform +++ COMP=ips +++ export COMP +++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' +++ export __LMOD_REF_COUNT_CPATH +++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include +++ export CPATH +++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 +++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH +++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include +++ export CPLUS_INCLUDE_PATH +++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix +++ export CRTM_FIX +++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 +++ export CRTM_INC +++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a +++ export CRTM_LIB +++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src +++ export CRTM_SRC +++ CRTM_VER=v2.2.6 +++ export CRTM_VER +++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal +++ export DAALROOT +++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ export G2TMPL_VER +++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 +++ export G2_INC4 +++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d +++ export G2_INCd +++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a +++ export G2_LIB4 +++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a +++ export G2_LIBd +++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 +++ export G2_SRC +++ G2_VER=v3.1.1 +++ export G2_VER +++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver +++ export GDBSERVER_MIC +++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia +++ export GDB_CROSS +++ HDF5=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5' +++ export HDF5_LDFLAGS_F +++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' +++ export __LMOD_REF_COUNT_INFOPATH +++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx +++ export INFOPATH +++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 +++ export INSPECTOR_2018_DIR +++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses +++ export INTEL_LICENSE_FILE +++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 +++ export INTEL_PYTHONHOME +++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp +++ export IPPROOT +++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 +++ export IP_INC4 +++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 +++ export IP_INC8 +++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d +++ export IP_INCd +++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a +++ export IP_LIB4 +++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a +++ export IP_LIB8 +++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a +++ export IP_LIBd +++ IP_SRC=/usrx/local/nceplibs/dev/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_CXX=icpc +++ export I_MPI_CXX +++ I_MPI_EXTRA_FILESYSTEM=yes +++ export I_MPI_EXTRA_FILESYSTEM +++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs +++ export I_MPI_EXTRA_FILESYSTEM_LIST +++ I_MPI_F77=ifort +++ export I_MPI_F77 +++ I_MPI_F90=ifort +++ export I_MPI_F90 +++ I_MPI_FC=ifort +++ export I_MPI_FC +++ I_MPI_HYDRA_BOOTSTRAP=lsf +++ export I_MPI_HYDRA_BOOTSTRAP +++ I_MPI_HYDRA_IFACE=ib0 +++ export I_MPI_HYDRA_IFACE +++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 +++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH +++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi +++ export I_MPI_ROOT +++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include +++ export JASPER_INC +++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a +++ export JASPER_LIB +++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib +++ export JASPER_LIBDIR +++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 +++ export JASPER_SRC +++ JASPER_VER=1.900.29 +++ export JASPER_VER +++ KMP_AFFINITY=scatter +++ export KMP_AFFINITY +++ unset LAUNCH +++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH +++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LD_LIBRARY_PATH +++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LIBRARY_PATH +++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LIBRARY_PATH +++ LIB_NAME=POST +++ export LIB_NAME +++ LMOD_FAMILY_COMPILER=ips +++ export LMOD_FAMILY_COMPILER +++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 +++ export LMOD_FAMILY_COMPILER_VERSION +++ LMOD_FAMILY_MPI=impi +++ export LMOD_FAMILY_MPI +++ LMOD_FAMILY_MPI_VERSION=18.0.1 +++ export LMOD_FAMILY_MPI_VERSION +++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1' +++ export __LMOD_REF_COUNT_LOADEDMODULES +++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3 +++ export LOADEDMODULES +++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin +++ export LSF_BINDIR +++ LSF_ENVDIR=/gpfs/lsf/conf +++ export LSF_ENVDIR +++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib +++ export LSF_LIBDIR +++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc +++ export LSF_SERVERDIR +++ __LMOD_REF_COUNT_MANPATH='/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man +++ export MANPATH +++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl +++ export MKLROOT +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh +++ export MPM_LAUNCHER +++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 +++ export NEMSIO_INC +++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a +++ export NEMSIO_LIB +++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 +++ export NEMSIO_SRC +++ NEMSIO_VER=v2.2.4 +++ export NEMSIO_VER +++ NETCDF=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF_ROOT +++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' +++ export __LMOD_REF_COUNT_NLSPATH +++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N +++ export NLSPATH +++ __LMOD_REF_COUNT_PATH='/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' +++ export __LMOD_REF_COUNT_PATH +++ PATH=/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export PATH +++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig +++ export PKG_CONFIG_PATH +++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include +++ export PNG_INC +++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a +++ export PNG_LIB +++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a +++ export PNG_LIB12 +++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib +++ export PNG_LIBDIR +++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so +++ export PNG_LIBso +++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 +++ export PNG_SRC +++ PNG_VER=1.2.59 +++ export PNG_VER +++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 +++ export POST_INC +++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ export POST_VER +++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl +++ export PSTLROOT +++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi +++ export PYTHONPATH +++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a +++ export SP_LIB4 +++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a +++ export SP_LIB8 +++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a +++ export SP_LIBd +++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 +++ export SP_SRC +++ SP_VER=v2.0.3 +++ export SP_VER +++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb +++ export TBBROOT +++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' +++ export VT_ADD_LIBS +++ VT_ARCH=intel64 +++ export VT_ARCH +++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib +++ export VT_LIB_DIR +++ VT_MPI=impi4 +++ export VT_MPI +++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest +++ export VT_ROOT +++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib +++ export VT_SLIB_DIR +++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 +++ export W3EMC_INC4 +++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 +++ export W3EMC_INC8 +++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d +++ export W3EMC_INCd +++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a +++ export W3EMC_LIB4 +++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a +++ export W3EMC_LIB8 +++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a +++ export W3EMC_LIBd +++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 +++ export W3EMC_SRC +++ W3EMC_VER=v2.3.1 +++ export W3EMC_VER +++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a +++ export W3NCO_LIB4 +++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a +++ export W3NCO_LIB8 +++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a +++ export W3NCO_LIBd +++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 +++ export W3NCO_SRC +++ W3NCO_VER=v2.0.7 +++ export W3NCO_VER +++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid +++ export XLSF_UIDDIR +++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export Z_INC +++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a +++ export Z_LIB +++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src +++ export Z_SRC +++ Z_VER=1.2.11 +++ export Z_VER +++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' +++ export __LMOD_REF_COUNT__LMFILES_ +++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list + +Currently Loaded Modules: + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.5 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) fv3 + + + ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_5 ++ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model -DREPRO=Y -DWW3=Y +-- The C compiler identification is Intel 18.0.1.20171018 +-- The CXX compiler identification is Intel 18.0.1.20171018 +-- The Fortran compiler identification is Intel 18.0.1.20171018 +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") +-- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") +-- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") +-- Found MPI: TRUE (found version "3.1") +ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for wcoss_dell_p3 + +C compiler: Intel 18.0.1.20171018 (mpiicc) +CXX compiler: Intel 18.0.1.20171018 (mpiicpc) +Fortran compiler: Intel 18.0.1.20171018 (mpiifort) + +DEBUG is disabled +REPRO is ENABLED +32BIT is disabled +OPENMP is ENABLED +AVX2 is disabled +INLINE_POST is ENABLED + + +Selected physics package: gfs + +Build WW3: + run: /usr/bin/gmake WW3_PARCOMPN=4 WW3_COMP=wcoss_dell_p3 ww3_nems + in: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/esmf + +-- Configuring done +-- Generating done +-- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_5 ++ make -j 4 +Scanning dependencies of target ww3_nems +Scanning dependencies of target fv3cpl +[ 1%] 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 +Scanning dependencies of target gfsphysics +[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +Scanning dependencies of target fms +[ 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. +[ 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 2%] Linking Fortran static library libfv3cpl.a +[ 2%] Built target fv3cpl +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 2%] 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. +[ 3%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/efield.f.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. +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_io.F90.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 4%] 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/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 6%] 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 +[ 8%] 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 +[ 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 +[ 10%] 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 +[ 10%] 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 11%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_sf_noahmplsm.f90.o +[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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 +[ 11%] 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 +[ 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 +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 13%] 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. +[ 13%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +[ 14%] 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. +[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 18%] 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 18%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 18%] 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 +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.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/GFS_layer/GFS_typedefs.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 22%] Built target ww3_nems +[ 23%] 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 +[ 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 +[ 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 +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_nst.f.o +[ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o +[ 28%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 29%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 29%] 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. +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 31%] 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. +[ 31%] 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. +[ 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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 +[ 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 +[ 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.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. +[ 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 CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 35%] 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. +[ 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. +[ 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 CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 36%] 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. +[ 36%] 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. +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 38%] 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. +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 40%] 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. +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.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/interpolator/interpolator.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/mosaic/grid.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 44%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 45%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 46%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 46%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_orowam2017.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ohdc.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_co2.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_dissipation.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_h2o.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_ion.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_phys.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/lrgsclr.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbl.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpblt.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfpbltq.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscu.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mfscuq.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf.f.o +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.f.o +[ 55%] Linking Fortran static library FMS/libfms.a +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 57%] Built target fms +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadb.f.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstcnv.f.o +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 64%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 65%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iccninterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aerinterp.f90.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 67%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 67%] 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 Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_vert_lsatdis.F90.o +[ 68%] 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 +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/m_micro_driver.F90.o +[ 69%] Linking Fortran static library libgfsphysics.a +[ 69%] Built target gfsphysics +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 +[ 69%] Linking Fortran static library libipd.a +[ 69%] Built target ipd +Scanning dependencies of target io +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +Scanning dependencies of target fv3core +[ 70%] 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. +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o +[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +[ 71%] 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/sorted_index.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.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/FV3GFS_io.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 78%] Linking Fortran static library libio.a +[ 78%] Built target io +[ 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_io.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/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/driver/fvGFS/fv_nggps_diag.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 +[ 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/model/fv_tracer2d.F90.o +[ 81%] 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_update_phys.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 82%] 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 +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 83%] 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. +Using allocatable derived type array members. +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_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/stochy_gg_def.f.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_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 +[ 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 +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 91%] 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/stochy_patterngenerator.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 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/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 +[ 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 +[ 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/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 +[ 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 +[ 99%] 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 +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_5.exe ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_5 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_5 ++ elapsed=548 ++ echo 'Elapsed time 548 seconds. Compiling REPRO=Y WW3=Y finished' +Elapsed time 548 seconds. Compiling REPRO=Y WW3=Y finished ++ SECONDS=0 ++++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ MACHINE_ID=wcoss_dell_p3 ++ MAKE_OPT='REPRO=Y 32BIT=Y' ++ BUILD_NAME=fv3_6 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_6 ++ [[ wcoss_dell_p3 == cheyenne.* ]] ++ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] ++ MAKE_THREADS=4 ++ MAKE_THREADS=4 ++ hostname +v71a3 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ echo 'Compiling REPRO=Y 32BIT=Y into fv3_6.exe on wcoss_dell_p3' +Compiling REPRO=Y 32BIT=Y into fv3_6.exe on wcoss_dell_p3 ++ '[' YES = YES ']' ++ rm -rf build_fv3_6 ++ mkdir -p build_fv3_6 ++ CCPP_CMAKE_FLAGS= ++ [[ REPRO=Y 32BIT=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y 32BIT=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y' ++ [[ REPRO=Y 32BIT=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y' ++ [[ REPRO=Y 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ REPRO=Y 32BIT=Y == *\C\C\P\P\=\Y* ]] ++ [[ REPRO=Y 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ REPRO=Y 32BIT=Y == *\W\W\3\=\Y* ]] +++ trim ' -DREPRO=Y -D32BIT=Y' +++ local 'var= -DREPRO=Y -D32BIT=Y' +++ var='-DREPRO=Y -D32BIT=Y' +++ var='-DREPRO=Y -D32BIT=Y' +++ echo -n '-DREPRO=Y -D32BIT=Y' ++ CCPP_CMAKE_FLAGS='-DREPRO=Y -D32BIT=Y' ++ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__187978 +++ eval 'setup__test_function__187978() { /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__187978 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ -d /gpfs/hps ]] +++ [[ -e /etc/SuSE-release ]] +++ [[ -d /dcom ]] +++ [[ -L /usrx ]] ++++ readlink /usrx +++ [[ /gpfs/dell1/usrx =~ dell ]] +++ eval module help +++ module purge ++++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge +++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' 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 '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' 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_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' 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 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' 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 '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' unset '_ModuleTable017_;' ++++ unset ADVISOR_2018_DIR ++++ unset BACIO_LIB4 ++++ unset BACIO_LIB8 ++++ unset BACIO_SRC ++++ unset BACIO_VER ++++ unset BINARY_TYPE_HPC ++++ unset __LMOD_REF_COUNT_CLASSPATH ++++ unset CLASSPATH ++++ unset CLCK_ROOT ++++ 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 __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH ++++ unset CPLUS_INCLUDE_PATH ++++ unset CRTM_FIX ++++ unset CRTM_INC ++++ unset CRTM_LIB ++++ unset CRTM_SRC ++++ unset CRTM_VER ++++ unset DAALROOT ++++ unset ECF_HOSTFILE ++++ unset ECF_PORT ++++ unset ECF_ROOT ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ unset __LMOD_REF_COUNT_INFOPATH ++++ unset INFOPATH ++++ unset INSPECTOR_2018_DIR ++++ unset INTEL_LICENSE_FILE ++++ unset INTEL_PYTHONHOME ++++ unset IPPROOT ++++ 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_CXX ++++ unset I_MPI_EXTRA_FILESYSTEM ++++ unset I_MPI_EXTRA_FILESYSTEM_LIST ++++ unset I_MPI_F77 ++++ unset I_MPI_F90 ++++ unset I_MPI_FC ++++ unset I_MPI_HYDRA_BOOTSTRAP ++++ unset I_MPI_HYDRA_IFACE ++++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH ++++ unset I_MPI_ROOT ++++ unset JASPER_INC ++++ unset JASPER_LIB ++++ unset JASPER_LIBDIR ++++ unset JASPER_SRC ++++ unset JASPER_VER ++++ unset KMP_AFFINITY ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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 ++++ unset LSF_BINDIR ++++ unset LSF_ENVDIR ++++ unset LSF_LIBDIR ++++ unset LSF_SERVERDIR ++++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 ++++ export __LMOD_REF_COUNT_MANPATH ++++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: ++++ export MANPATH ++++ unset MKLROOT ++++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles ++++ export MODULEPATH ++++ unset MPM_LAUNCHER ++++ unset NEMSIO_INC ++++ unset NEMSIO_LIB ++++ unset NEMSIO_SRC ++++ unset NEMSIO_VER ++++ unset NETCDF ++++ unset NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ unset __LMOD_REF_COUNT_NLSPATH ++++ unset NLSPATH ++++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1' ++++ export __LMOD_REF_COUNT_PATH ++++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin ++++ export PATH ++++ unset PKG_CONFIG_PATH ++++ unset PNG_INC ++++ unset PNG_LIB ++++ unset PNG_LIB12 ++++ unset PNG_LIBDIR ++++ unset PNG_LIBso ++++ unset PNG_SRC ++++ unset PNG_VER ++++ unset POST_INC ++++ unset POST_LIB ++++ unset POST_SRC ++++ unset POST_VER ++++ unset PSTLROOT ++++ unset PYTHONPATH ++++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH ++++ unset QT_PLUGIN_PATH ++++ unset SP_LIB4 ++++ unset SP_LIB8 ++++ unset SP_LIBd ++++ unset SP_SRC ++++ unset SP_VER ++++ unset TBBROOT ++++ unset VT_ADD_LIBS ++++ unset VT_ARCH ++++ unset VT_LIB_DIR ++++ unset VT_MPI ++++ unset VT_ROOT ++++ unset VT_SLIB_DIR ++++ 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 XLSF_UIDDIR ++++ unset Z_INC ++++ unset Z_LIB ++++ unset Z_SRC ++++ unset Z_VER ++++ unset __LMOD_REF_COUNT__LMFILES_ ++++ unset _LMFILES_ ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k ++++ export _ModuleTable001_ ++++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== ++++ 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 _ModuleTable014_ ++++ unset _ModuleTable015_ ++++ unset _ModuleTable016_ ++++ unset _ModuleTable017_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__187978 +++ unset __ms_function_name ++ [[ wcoss_dell_p3 == macosx.* ]] ++ [[ wcoss_dell_p3 == linux.* ]] ++ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k +++ export _ModuleTable001_ +++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module load fv3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 ++ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' '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="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/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_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 +++ export ADVISOR_2018_DIR +++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a +++ export BACIO_LIB4 +++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a +++ export BACIO_LIB8 +++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 +++ export BACIO_SRC +++ BACIO_VER=v2.0.3 +++ export BACIO_VER +++ BINARY_TYPE_HPC= +++ export BINARY_TYPE_HPC +++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' +++ export __LMOD_REF_COUNT_CLASSPATH +++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar +++ export CLASSPATH +++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest +++ export CLCK_ROOT +++ 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=wcoss_dell_p3 +++ export CMAKE_Platform +++ COMP=ips +++ export COMP +++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' +++ export __LMOD_REF_COUNT_CPATH +++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include +++ export CPATH +++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 +++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH +++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include +++ export CPLUS_INCLUDE_PATH +++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix +++ export CRTM_FIX +++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 +++ export CRTM_INC +++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a +++ export CRTM_LIB +++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src +++ export CRTM_SRC +++ CRTM_VER=v2.2.6 +++ export CRTM_VER +++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal +++ export DAALROOT +++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ export G2TMPL_VER +++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 +++ export G2_INC4 +++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d +++ export G2_INCd +++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a +++ export G2_LIB4 +++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a +++ export G2_LIBd +++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 +++ export G2_SRC +++ G2_VER=v3.1.1 +++ export G2_VER +++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver +++ export GDBSERVER_MIC +++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia +++ export GDB_CROSS +++ HDF5=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5' +++ export HDF5_LDFLAGS_F +++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' +++ export __LMOD_REF_COUNT_INFOPATH +++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx +++ export INFOPATH +++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 +++ export INSPECTOR_2018_DIR +++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses +++ export INTEL_LICENSE_FILE +++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 +++ export INTEL_PYTHONHOME +++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp +++ export IPPROOT +++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 +++ export IP_INC4 +++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 +++ export IP_INC8 +++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d +++ export IP_INCd +++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a +++ export IP_LIB4 +++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a +++ export IP_LIB8 +++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a +++ export IP_LIBd +++ IP_SRC=/usrx/local/nceplibs/dev/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_CXX=icpc +++ export I_MPI_CXX +++ I_MPI_EXTRA_FILESYSTEM=yes +++ export I_MPI_EXTRA_FILESYSTEM +++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs +++ export I_MPI_EXTRA_FILESYSTEM_LIST +++ I_MPI_F77=ifort +++ export I_MPI_F77 +++ I_MPI_F90=ifort +++ export I_MPI_F90 +++ I_MPI_FC=ifort +++ export I_MPI_FC +++ I_MPI_HYDRA_BOOTSTRAP=lsf +++ export I_MPI_HYDRA_BOOTSTRAP +++ I_MPI_HYDRA_IFACE=ib0 +++ export I_MPI_HYDRA_IFACE +++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 +++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH +++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi +++ export I_MPI_ROOT +++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include +++ export JASPER_INC +++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a +++ export JASPER_LIB +++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib +++ export JASPER_LIBDIR +++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 +++ export JASPER_SRC +++ JASPER_VER=1.900.29 +++ export JASPER_VER +++ KMP_AFFINITY=scatter +++ export KMP_AFFINITY +++ unset LAUNCH +++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH +++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LD_LIBRARY_PATH +++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LIBRARY_PATH +++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LIBRARY_PATH +++ LIB_NAME=POST +++ export LIB_NAME +++ LMOD_FAMILY_COMPILER=ips +++ export LMOD_FAMILY_COMPILER +++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 +++ export LMOD_FAMILY_COMPILER_VERSION +++ LMOD_FAMILY_MPI=impi +++ export LMOD_FAMILY_MPI +++ LMOD_FAMILY_MPI_VERSION=18.0.1 +++ export LMOD_FAMILY_MPI_VERSION +++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1' +++ export __LMOD_REF_COUNT_LOADEDMODULES +++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3 +++ export LOADEDMODULES +++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin +++ export LSF_BINDIR +++ LSF_ENVDIR=/gpfs/lsf/conf +++ export LSF_ENVDIR +++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib +++ export LSF_LIBDIR +++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc +++ export LSF_SERVERDIR +++ __LMOD_REF_COUNT_MANPATH='/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man +++ export MANPATH +++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl +++ export MKLROOT +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh +++ export MPM_LAUNCHER +++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 +++ export NEMSIO_INC +++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a +++ export NEMSIO_LIB +++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 +++ export NEMSIO_SRC +++ NEMSIO_VER=v2.2.4 +++ export NEMSIO_VER +++ NETCDF=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF_ROOT +++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' +++ export __LMOD_REF_COUNT_NLSPATH +++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N +++ export NLSPATH +++ __LMOD_REF_COUNT_PATH='/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' +++ export __LMOD_REF_COUNT_PATH +++ PATH=/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export PATH +++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig +++ export PKG_CONFIG_PATH +++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include +++ export PNG_INC +++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a +++ export PNG_LIB +++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a +++ export PNG_LIB12 +++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib +++ export PNG_LIBDIR +++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so +++ export PNG_LIBso +++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 +++ export PNG_SRC +++ PNG_VER=1.2.59 +++ export PNG_VER +++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 +++ export POST_INC +++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ export POST_VER +++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl +++ export PSTLROOT +++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi +++ export PYTHONPATH +++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a +++ export SP_LIB4 +++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a +++ export SP_LIB8 +++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a +++ export SP_LIBd +++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 +++ export SP_SRC +++ SP_VER=v2.0.3 +++ export SP_VER +++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb +++ export TBBROOT +++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' +++ export VT_ADD_LIBS +++ VT_ARCH=intel64 +++ export VT_ARCH +++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib +++ export VT_LIB_DIR +++ VT_MPI=impi4 +++ export VT_MPI +++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest +++ export VT_ROOT +++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib +++ export VT_SLIB_DIR +++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 +++ export W3EMC_INC4 +++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 +++ export W3EMC_INC8 +++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d +++ export W3EMC_INCd +++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a +++ export W3EMC_LIB4 +++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a +++ export W3EMC_LIB8 +++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a +++ export W3EMC_LIBd +++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 +++ export W3EMC_SRC +++ W3EMC_VER=v2.3.1 +++ export W3EMC_VER +++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a +++ export W3NCO_LIB4 +++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a +++ export W3NCO_LIB8 +++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a +++ export W3NCO_LIBd +++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 +++ export W3NCO_SRC +++ W3NCO_VER=v2.0.7 +++ export W3NCO_VER +++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid +++ export XLSF_UIDDIR +++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export Z_INC +++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a +++ export Z_LIB +++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src +++ export Z_SRC +++ Z_VER=1.2.11 +++ export Z_VER +++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' +++ export __LMOD_REF_COUNT__LMFILES_ +++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list + +Currently Loaded Modules: + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.5 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) fv3 + + + ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_6 ++ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model -DREPRO=Y -D32BIT=Y +-- The C compiler identification is Intel 18.0.1.20171018 +-- The CXX compiler identification is Intel 18.0.1.20171018 +-- The Fortran compiler identification is Intel 18.0.1.20171018 +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") +-- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") +-- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") +-- Found MPI: TRUE (found version "3.1") +ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for wcoss_dell_p3 + +C compiler: Intel 18.0.1.20171018 (mpiicc) +CXX compiler: Intel 18.0.1.20171018 (mpiicpc) +Fortran compiler: Intel 18.0.1.20171018 (mpiifort) + +DEBUG is disabled +REPRO is ENABLED +32BIT is ENABLED +OPENMP is ENABLED +AVX2 is disabled +INLINE_POST is ENABLED + + +Selected physics package: gfs + +Force 64 bits in gfsphysics +Force 64 bits in ipd +Force 64 bits in stochastic_physics +-- Configuring done +-- Generating done +-- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_6 ++ make -j 4 +Scanning dependencies of target fv3cpl +[ 1%] 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 +Scanning dependencies of target gfsphysics +[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.F.o +[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o +[ 1%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o +Scanning dependencies of target fms +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.F90.o +[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_parameter.F90.o +[ 2%] Linking Fortran static library libfv3cpl.a +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +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/efield.f.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/drifters/drifters_core.F90.o +[ 4%] Built target fv3cpl +[ 4%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 4%] 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. +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o +[ 4%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.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 +[ 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/iounitdef.f.o +[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/constants/constants.F90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_radar.F90.o +[ 6%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 7%] 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 +[ 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 +[ 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 +[ 10%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gfs_phy_tracer_config.F.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 10%] 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 +[ 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/iccn_def.f.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/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 +[ 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 +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o +[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o +[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o +[ 14%] 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. +[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 15%] 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. +[ 16%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_type.F90.o +[ 17%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 17%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o +[ 18%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 18%] 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 +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o +[ 20%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.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/GFS_layer/GFS_typedefs.F90.o +[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o +[ 23%] 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 +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/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 +[ 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/physics/sfc_nst.f.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_diagnostics.F90.o +[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_physics_driver.F90.o +[ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 29%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 29%] 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. +[ 30%] 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 +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.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. +Using cray pointers. +[ 31%] 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. +[ 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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 +[ 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 +[ 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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.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. +[ 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 CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o +[ 35%] 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. +[ 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/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 CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.o +[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.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/idea_tracer.f.o +[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o +[ 38%] 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 +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +[ 40%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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 +[ 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 +[ 41%] 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 +[ 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 +[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o +[ 43%] 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 +[ 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 +[ 46%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp.f.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninp1.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq.f.o +[ 47%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninq1.f.o +[ 48%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninshoc.f.o +[ 48%] 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 +[ 49%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mstadbtn2.f.o +[ 49%] 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 +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozphys_2015.f.o +[ 50%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpd_shoc.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/precpdp.f.o +[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/progt2.f.o +[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o +[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o +[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 55%] 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. +[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 57%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 58%] 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. +[ 58%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o +[ 58%] 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. +[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_noahmp_drv.f.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sflx.f.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 60%] 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. +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o +[ 60%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o +[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_1lyr.f.o +[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_fixdp.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv_opr.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/tridi2t3.f.o +[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.f90.o +[ 62%] 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 +[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o +[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.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 +[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o +[ 63%] 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 +[ 64%] 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%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 64%] 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 +[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 65%] 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 +[ 65%] Linking Fortran static library libgfsphysics.a +[ 66%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 67%] 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 +[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 68%] Built target gfsphysics +[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +Scanning dependencies of target ipd +[ 68%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +[ 68%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 68%] Linking Fortran static library libipd.a +[ 68%] Built target ipd +[ 68%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.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%] Linking Fortran static library FMS/libfms.a +[ 69%] Built target fms +Scanning dependencies of target io +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +Scanning dependencies of target fv3core +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o +[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o +[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o +[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o +[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o +[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 73%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_grid_utils.F90.o +[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.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/module_wrt_grid_comp.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 78%] Linking Fortran static library libio.a +[ 78%] Built target io +[ 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/model/fv_regional_bc.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/driver/fvGFS/fv_nggps_diag.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/model/fv_tracer2d.F90.o +[ 82%] 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_update_phys.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 83%] 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. +Using allocatable derived type array members. +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_resol_def.f.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o +[ 86%] 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_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/epslon_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/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 +[ 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 +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 91%] 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/stochy_patterngenerator.F90.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 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/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 +[ 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 +[ 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/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_MEDIATOR_methods.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 +[ 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 +[ 99%] 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 +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_6.exe ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_6 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_6 ++ elapsed=522 ++ echo 'Elapsed time 522 seconds. Compiling REPRO=Y 32BIT=Y finished' +Elapsed time 522 seconds. Compiling REPRO=Y 32BIT=Y finished ++ SECONDS=0 ++++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ MACHINE_ID=wcoss_dell_p3 ++ MAKE_OPT='REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017' ++ BUILD_NAME=fv3_7 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_7 ++ [[ wcoss_dell_p3 == cheyenne.* ]] ++ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] ++ MAKE_THREADS=4 ++ MAKE_THREADS=4 ++ hostname +v71a3 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ echo 'Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 into fv3_7.exe on wcoss_dell_p3' +Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 into fv3_7.exe on wcoss_dell_p3 ++ '[' YES = YES ']' ++ rm -rf build_fv3_7 ++ mkdir -p build_fv3_7 ++ CCPP_CMAKE_FLAGS= ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\3\2\B\I\T\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\O\P\E\N\M\P\=\N* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_2017 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017 --builddir=tests/build_fv3_7/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_7/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip +INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology +INFO: filtering out variable area_fraction_of_wet_canopy +INFO: filtering out variable atmosphere_energy_content_at_Lagrangian_surface +INFO: filtering out variable atmosphere_energy_content_in_column +INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl +INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc +INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable canopy_air_temperature +INFO: filtering out variable canopy_air_vapor_pressure +INFO: filtering out variable canopy_intercepted_ice_mass +INFO: filtering out variable canopy_intercepted_liquid_water +INFO: filtering out variable cappa_moist_gas_constant_at_Lagrangian_surface +INFO: filtering out variable ccn_number_concentration +INFO: filtering out variable ccpp_block_number +INFO: filtering out variable cell_area_for_fast_physics +INFO: filtering out variable cell_size +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_base_mass_flux +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface +INFO: filtering out variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_droplet_number_concentration +INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics +INFO: filtering out variable cloud_fraction_at_Lagrangian_surface +INFO: filtering out variable cloud_fraction_for_MG +INFO: filtering out variable cloud_fraction_updated_by_physics +INFO: filtering out variable cloud_graupel_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_ice_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_phase_transition_denominator +INFO: filtering out variable cloud_phase_transition_threshold_temperature +INFO: filtering out variable cloud_rain_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_snow_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable cloud_specie_mix_flag +INFO: filtering out variable cloudpdf +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable conv_activity_counter +INFO: filtering out variable convective_updraft_area_fraction +INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces +INFO: filtering out variable couple_sgs_clouds_to_radiation_flag +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable density_of_frozen_precipitation +INFO: filtering out variable depth_of_soil_levels_for_land_surface_model +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable do_mynnsfclay +INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable edmf_flag +INFO: filtering out variable edmf_momentum_transport_flag +INFO: filtering out variable edmf_partition_flag +INFO: filtering out variable edmf_tke_transport_flag +INFO: filtering out variable effective_radius_of_stratiform_cloud_graupel_particle_in_um +INFO: filtering out variable effective_radius_of_stratiform_cloud_ice_particle_in_um +INFO: filtering out variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um +INFO: filtering out variable effective_radius_of_stratiform_cloud_rain_particle_in_um +INFO: filtering out variable effective_radius_of_stratiform_cloud_snow_particle_in_um +INFO: filtering out variable emdf_updraft_area +INFO: filtering out variable emdf_updraft_cloud_water +INFO: filtering out variable emdf_updraft_entrainment_rate +INFO: filtering out variable emdf_updraft_theta_l +INFO: filtering out variable emdf_updraft_total_water +INFO: filtering out variable emdf_updraft_vertical_velocity +INFO: filtering out variable ending_x_direction_index +INFO: filtering out variable ending_x_direction_index_domain +INFO: filtering out variable ending_y_direction_index +INFO: filtering out variable ending_y_direction_index_domain +INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS +INFO: filtering out variable equilibrium_soil_water_content +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable fast_soil_pool_mass_content_of_carbon +INFO: filtering out variable fine_root_mass +INFO: filtering out variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa +INFO: filtering out variable flag_arakawa_wu_downdraft +INFO: filtering out variable flag_convective_tracer_transport +INFO: filtering out variable flag_flip +INFO: filtering out variable flag_flux_form_CS +INFO: filtering out variable flag_for_2015_ozone_physics +INFO: filtering out variable flag_for_aerosol_input_MG +INFO: filtering out variable flag_for_canopy_stomatal_resistance_option +INFO: filtering out variable flag_for_cloud_effective_radii +INFO: filtering out variable flag_for_dynamic_vegetation_option +INFO: filtering out variable flag_for_fast_microphysics_energy_conservation +INFO: filtering out variable flag_for_frozen_soil_permeability_option +INFO: filtering out variable flag_for_frozen_soil_physics +INFO: filtering out variable flag_for_ground_snow_surface_albedo_option +INFO: filtering out variable flag_for_hydrostatic_heating_from_physics +INFO: filtering out variable flag_for_hydrostatic_solver +INFO: filtering out variable flag_for_hydrostatic_solver_for_fast_physics +INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_inline_cloud_fraction_calculation +INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option +INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme +INFO: filtering out variable flag_for_precipitation_partition_option +INFO: filtering out variable flag_for_radiation_transfer_option +INFO: filtering out variable flag_for_reading_leaf_area_index_from_input +INFO: filtering out variable flag_for_resetting_radar_reflectivity_calculation +INFO: filtering out variable flag_for_restart +INFO: filtering out variable flag_for_runoff_and_groundwater_option +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_for_saturation_adjustment_for_microphysics_in_dynamics +INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option +INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option +INFO: filtering out variable flag_for_supercooled_liquid_water_option +INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option +INFO: filtering out variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface +INFO: filtering out variable flag_for_the_last_step_of_k_split_remapping +INFO: filtering out variable flag_mg3_as_mg2 +INFO: filtering out variable flag_skip_macro +INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_tracer_scavenged +INFO: filtering out variable gas_constants_for_multi_gases_physics +INFO: filtering out variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface +INFO: filtering out variable gf_memory_counter +INFO: filtering out variable graupel_mixing_ratio_updated_by_physics +INFO: filtering out variable graupel_number_concentration_updated_by_physics +INFO: filtering out variable grav_settling +INFO: filtering out variable ground_temperature_for_noahmp +INFO: filtering out variable gwd_opt +INFO: filtering out variable h2o_forcing +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_friendly_aerosol_number_concentration +INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable ice_number_concentration +INFO: filtering out variable ice_number_concentration_updated_by_physics +INFO: filtering out variable ice_supersaturation_threshold +INFO: filtering out variable ice_water_mixing_ratio +INFO: filtering out variable ice_water_mixing_ratio_updated_by_physics +INFO: filtering out variable in_number_concentration +INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable k_level_of_highest_reaching_plume +INFO: filtering out variable kappa_dry_for_fast_physics +INFO: filtering out variable kinematic_buoyancy_flux_from_shoc +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable lake_water_storage +INFO: filtering out variable latitude_index_in_debug_printouts +INFO: filtering out variable layer_bottom_depth_from_snow_surface +INFO: filtering out variable leaf_area_index +INFO: filtering out variable leaf_mass +INFO: filtering out variable limit_for_temperature_tendency_for_microphysics +INFO: filtering out variable liquid_water_density +INFO: filtering out variable local_graupel_mixing_ratio +INFO: filtering out variable local_graupel_number_concentration +INFO: filtering out variable local_rain_number_concentration +INFO: filtering out variable local_rain_water_mixing_ratio +INFO: filtering out variable local_snow_number_concentration +INFO: filtering out variable local_snow_water_mixing_ratio +INFO: filtering out variable log_pressure_at_Lagrangian_surface +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable maximum_mass_flux +INFO: filtering out variable maximum_updraft_velocity_at_cloud_base +INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency +INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency +INFO: filtering out variable mg_allow_supersat_after_sed +INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow +INFO: filtering out variable mg_bergeron_efficiency_factor +INFO: filtering out variable mg_cloud_water_variance +INFO: filtering out variable mg_drop_concentration_constant +INFO: filtering out variable mg_flag_drop_concentration_constant +INFO: filtering out variable mg_flag_for_cloud_ice_processes +INFO: filtering out variable mg_flag_for_gmao_ice_formulation +INFO: filtering out variable mg_flag_for_graupel +INFO: filtering out variable mg_flag_for_hail +INFO: filtering out variable mg_flag_for_heterogeneous_freezing +INFO: filtering out variable mg_flag_for_liu_liquid_treatment +INFO: filtering out variable mg_flag_for_sb2001_autoconversion +INFO: filtering out variable mg_flag_for_uniform_subcolumns +INFO: filtering out variable mg_flag_graupel_concentration_constant +INFO: filtering out variable mg_flag_ice_concentration_constant +INFO: filtering out variable mg_graupel_concentration_constant +INFO: filtering out variable mg_ice_concentration_constant +INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio +INFO: filtering out variable mg_minimum_rh_for_ice +INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice +INFO: filtering out variable mg_tuning_factor_for_alphas +INFO: filtering out variable mg_type_of_precip_fraction_method +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable mix_total_water_flag +INFO: filtering out variable mixing_length +INFO: filtering out variable mixing_length_flag +INFO: filtering out variable moisture_from_previous_timestep +INFO: filtering out variable moisture_tendency_due_to_dynamics +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable mpi_comm +INFO: filtering out variable mpi_rank_for_fast_physics +INFO: filtering out variable mpi_root_for_fast_physics +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_cloud_types_CS +INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data +INFO: filtering out variable number_of_frozen_precipitation_species +INFO: filtering out variable number_of_gases_for_multi_gases_physics +INFO: filtering out variable number_of_ghost_zones +INFO: filtering out variable number_of_plumes +INFO: filtering out variable number_of_snow_layers +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable number_of_tracers_for_CS +INFO: filtering out variable number_of_tracers_plus_one +INFO: filtering out variable number_of_water_species +INFO: filtering out variable omp_threads_for_fast_physics +INFO: filtering out variable ozone_mixing_ratio +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable prandtl_number +INFO: filtering out variable pressure_thickness_at_Lagrangian_surface +INFO: filtering out variable q_prime_squared +INFO: filtering out variable rain_number_concentration_updated_by_physics +INFO: filtering out variable rain_water_mixing_ratio_updated_by_physics +INFO: filtering out variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind +INFO: filtering out variable reciprocal_of_obukhov_length +INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation +INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term +INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface +INFO: filtering out variable slow_soil_pool_mass_content_of_carbon +INFO: filtering out variable snow_albedo_at_previous_time_step +INFO: filtering out variable snow_layer_ice +INFO: filtering out variable snow_layer_liquid_water +INFO: filtering out variable snow_mass_at_previous_time_step +INFO: filtering out variable snow_number_concentration_updated_by_physics +INFO: filtering out variable snow_precipitation_rate_at_surface +INFO: filtering out variable snow_temperature +INFO: filtering out variable snow_temperature_bottom_first_layer +INFO: filtering out variable snow_water_mixing_ratio_updated_by_physics +INFO: filtering out variable soil_temperature_for_land_surface_model +INFO: filtering out variable soil_vertical_dimension_for_land_surface_model +INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table +INFO: filtering out variable specific_heat_capacities_for_multi_gases_physics +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stability_function_for_heat +INFO: filtering out variable starting_x_direction_index +INFO: filtering out variable starting_x_direction_index_domain +INFO: filtering out variable starting_y_direction_index +INFO: filtering out variable starting_y_direction_index_domain +INFO: filtering out variable stem_area_index +INFO: filtering out variable stem_mass +INFO: filtering out variable subgrid_cloud_fraction_pbl +INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl +INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc +INFO: filtering out variable surface_condensation_mass +INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp +INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_geopotential_at_Lagrangian_surface +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable t_prime_q_prime +INFO: filtering out variable t_prime_squared +INFO: filtering out variable temperature_from_previous_timestep +INFO: filtering out variable temperature_tendency_due_to_dynamics +INFO: filtering out variable tendency_of_air_temperature_at_Lagrangian_surface +INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable thickness_at_Lagrangian_surface +INFO: filtering out variable time_step_for_remapping_for_fast_physics +INFO: filtering out variable tke_advect +INFO: filtering out variable tke_at_mass_points +INFO: filtering out variable tke_budget +INFO: filtering out variable tke_dissipative_heating_factor +INFO: filtering out variable top_layer_index_for_fast_physics +INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable triple_point_temperature_of_water +INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS +INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vegetation_temperature +INFO: filtering out variable vertical_dimension_for_fast_physics +INFO: filtering out variable vertical_dimension_for_thickness_at_Lagrangian_surface +INFO: filtering out variable vertical_dimension_of_h2o_forcing_data +INFO: filtering out variable virtual_temperature_at_Lagrangian_surface +INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model +INFO: filtering out variable water_friendly_aerosol_number_concentration +INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable water_storage_in_aquifer +INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil +INFO: filtering out variable water_table_depth +INFO: filtering out variable water_table_recharge_when_deep +INFO: filtering out variable water_table_recharge_when_shallow +INFO: filtering out variable water_vapor_mixing_ratio_at_surface +INFO: filtering out variable water_vapor_specific_humidity_at_Lagrangian_surface +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable wood_mass +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_7/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_7/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_7/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_7/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_7/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 5 auto-generated caps to tests/build_fv3_7/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_7/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_7/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_7/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90' +++ CCPP_CAPS='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90' ++ source build_fv3_7/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 == *\W\W\3\=\Y* ]] +++ trim ' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ local 'var= -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo -n '-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ CCPP_CMAKE_FLAGS='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' ++ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__187985 +++ eval 'setup__test_function__187985() { /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__187985 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ -d /gpfs/hps ]] +++ [[ -e /etc/SuSE-release ]] +++ [[ -d /dcom ]] +++ [[ -L /usrx ]] ++++ readlink /usrx +++ [[ /gpfs/dell1/usrx =~ dell ]] +++ eval module help +++ module purge ++++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge +++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' 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 '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' 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_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' 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 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' 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 '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' unset '_ModuleTable017_;' ++++ unset ADVISOR_2018_DIR ++++ unset BACIO_LIB4 ++++ unset BACIO_LIB8 ++++ unset BACIO_SRC ++++ unset BACIO_VER ++++ unset BINARY_TYPE_HPC ++++ unset __LMOD_REF_COUNT_CLASSPATH ++++ unset CLASSPATH ++++ unset CLCK_ROOT ++++ 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 __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH ++++ unset CPLUS_INCLUDE_PATH ++++ unset CRTM_FIX ++++ unset CRTM_INC ++++ unset CRTM_LIB ++++ unset CRTM_SRC ++++ unset CRTM_VER ++++ unset DAALROOT ++++ unset ECF_HOSTFILE ++++ unset ECF_PORT ++++ unset ECF_ROOT ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ unset __LMOD_REF_COUNT_INFOPATH ++++ unset INFOPATH ++++ unset INSPECTOR_2018_DIR ++++ unset INTEL_LICENSE_FILE ++++ unset INTEL_PYTHONHOME ++++ unset IPPROOT ++++ 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_CXX ++++ unset I_MPI_EXTRA_FILESYSTEM ++++ unset I_MPI_EXTRA_FILESYSTEM_LIST ++++ unset I_MPI_F77 ++++ unset I_MPI_F90 ++++ unset I_MPI_FC ++++ unset I_MPI_HYDRA_BOOTSTRAP ++++ unset I_MPI_HYDRA_IFACE ++++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH ++++ unset I_MPI_ROOT ++++ unset JASPER_INC ++++ unset JASPER_LIB ++++ unset JASPER_LIBDIR ++++ unset JASPER_SRC ++++ unset JASPER_VER ++++ unset KMP_AFFINITY ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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 ++++ unset LSF_BINDIR ++++ unset LSF_ENVDIR ++++ unset LSF_LIBDIR ++++ unset LSF_SERVERDIR ++++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 ++++ export __LMOD_REF_COUNT_MANPATH ++++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: ++++ export MANPATH ++++ unset MKLROOT ++++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles ++++ export MODULEPATH ++++ unset MPM_LAUNCHER ++++ unset NEMSIO_INC ++++ unset NEMSIO_LIB ++++ unset NEMSIO_SRC ++++ unset NEMSIO_VER ++++ unset NETCDF ++++ unset NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ unset __LMOD_REF_COUNT_NLSPATH ++++ unset NLSPATH ++++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1' ++++ export __LMOD_REF_COUNT_PATH ++++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin ++++ export PATH ++++ unset PKG_CONFIG_PATH ++++ unset PNG_INC ++++ unset PNG_LIB ++++ unset PNG_LIB12 ++++ unset PNG_LIBDIR ++++ unset PNG_LIBso ++++ unset PNG_SRC ++++ unset PNG_VER ++++ unset POST_INC ++++ unset POST_LIB ++++ unset POST_SRC ++++ unset POST_VER ++++ unset PSTLROOT ++++ unset PYTHONPATH ++++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH ++++ unset QT_PLUGIN_PATH ++++ unset SP_LIB4 ++++ unset SP_LIB8 ++++ unset SP_LIBd ++++ unset SP_SRC ++++ unset SP_VER ++++ unset TBBROOT ++++ unset VT_ADD_LIBS ++++ unset VT_ARCH ++++ unset VT_LIB_DIR ++++ unset VT_MPI ++++ unset VT_ROOT ++++ unset VT_SLIB_DIR ++++ 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 XLSF_UIDDIR ++++ unset Z_INC ++++ unset Z_LIB ++++ unset Z_SRC ++++ unset Z_VER ++++ unset __LMOD_REF_COUNT__LMFILES_ ++++ unset _LMFILES_ ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k ++++ export _ModuleTable001_ ++++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== ++++ 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 _ModuleTable014_ ++++ unset _ModuleTable015_ ++++ unset _ModuleTable016_ ++++ unset _ModuleTable017_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__187985 +++ unset __ms_function_name ++ [[ wcoss_dell_p3 == macosx.* ]] ++ [[ wcoss_dell_p3 == linux.* ]] ++ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k +++ export _ModuleTable001_ +++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module load fv3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 ++ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' '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="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/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_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 +++ export ADVISOR_2018_DIR +++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a +++ export BACIO_LIB4 +++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a +++ export BACIO_LIB8 +++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 +++ export BACIO_SRC +++ BACIO_VER=v2.0.3 +++ export BACIO_VER +++ BINARY_TYPE_HPC= +++ export BINARY_TYPE_HPC +++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' +++ export __LMOD_REF_COUNT_CLASSPATH +++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar +++ export CLASSPATH +++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest +++ export CLCK_ROOT +++ 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=wcoss_dell_p3 +++ export CMAKE_Platform +++ COMP=ips +++ export COMP +++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' +++ export __LMOD_REF_COUNT_CPATH +++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include +++ export CPATH +++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 +++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH +++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include +++ export CPLUS_INCLUDE_PATH +++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix +++ export CRTM_FIX +++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 +++ export CRTM_INC +++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a +++ export CRTM_LIB +++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src +++ export CRTM_SRC +++ CRTM_VER=v2.2.6 +++ export CRTM_VER +++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal +++ export DAALROOT +++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ export G2TMPL_VER +++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 +++ export G2_INC4 +++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d +++ export G2_INCd +++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a +++ export G2_LIB4 +++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a +++ export G2_LIBd +++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 +++ export G2_SRC +++ G2_VER=v3.1.1 +++ export G2_VER +++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver +++ export GDBSERVER_MIC +++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia +++ export GDB_CROSS +++ HDF5=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5' +++ export HDF5_LDFLAGS_F +++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' +++ export __LMOD_REF_COUNT_INFOPATH +++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx +++ export INFOPATH +++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 +++ export INSPECTOR_2018_DIR +++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses +++ export INTEL_LICENSE_FILE +++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 +++ export INTEL_PYTHONHOME +++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp +++ export IPPROOT +++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 +++ export IP_INC4 +++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 +++ export IP_INC8 +++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d +++ export IP_INCd +++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a +++ export IP_LIB4 +++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a +++ export IP_LIB8 +++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a +++ export IP_LIBd +++ IP_SRC=/usrx/local/nceplibs/dev/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_CXX=icpc +++ export I_MPI_CXX +++ I_MPI_EXTRA_FILESYSTEM=yes +++ export I_MPI_EXTRA_FILESYSTEM +++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs +++ export I_MPI_EXTRA_FILESYSTEM_LIST +++ I_MPI_F77=ifort +++ export I_MPI_F77 +++ I_MPI_F90=ifort +++ export I_MPI_F90 +++ I_MPI_FC=ifort +++ export I_MPI_FC +++ I_MPI_HYDRA_BOOTSTRAP=lsf +++ export I_MPI_HYDRA_BOOTSTRAP +++ I_MPI_HYDRA_IFACE=ib0 +++ export I_MPI_HYDRA_IFACE +++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 +++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH +++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi +++ export I_MPI_ROOT +++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include +++ export JASPER_INC +++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a +++ export JASPER_LIB +++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib +++ export JASPER_LIBDIR +++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 +++ export JASPER_SRC +++ JASPER_VER=1.900.29 +++ export JASPER_VER +++ KMP_AFFINITY=scatter +++ export KMP_AFFINITY +++ unset LAUNCH +++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH +++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LD_LIBRARY_PATH +++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LIBRARY_PATH +++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LIBRARY_PATH +++ LIB_NAME=POST +++ export LIB_NAME +++ LMOD_FAMILY_COMPILER=ips +++ export LMOD_FAMILY_COMPILER +++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 +++ export LMOD_FAMILY_COMPILER_VERSION +++ LMOD_FAMILY_MPI=impi +++ export LMOD_FAMILY_MPI +++ LMOD_FAMILY_MPI_VERSION=18.0.1 +++ export LMOD_FAMILY_MPI_VERSION +++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1' +++ export __LMOD_REF_COUNT_LOADEDMODULES +++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3 +++ export LOADEDMODULES +++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin +++ export LSF_BINDIR +++ LSF_ENVDIR=/gpfs/lsf/conf +++ export LSF_ENVDIR +++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib +++ export LSF_LIBDIR +++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc +++ export LSF_SERVERDIR +++ __LMOD_REF_COUNT_MANPATH='/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man +++ export MANPATH +++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl +++ export MKLROOT +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh +++ export MPM_LAUNCHER +++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 +++ export NEMSIO_INC +++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a +++ export NEMSIO_LIB +++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 +++ export NEMSIO_SRC +++ NEMSIO_VER=v2.2.4 +++ export NEMSIO_VER +++ NETCDF=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF_ROOT +++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' +++ export __LMOD_REF_COUNT_NLSPATH +++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N +++ export NLSPATH +++ __LMOD_REF_COUNT_PATH='/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' +++ export __LMOD_REF_COUNT_PATH +++ PATH=/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export PATH +++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig +++ export PKG_CONFIG_PATH +++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include +++ export PNG_INC +++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a +++ export PNG_LIB +++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a +++ export PNG_LIB12 +++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib +++ export PNG_LIBDIR +++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so +++ export PNG_LIBso +++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 +++ export PNG_SRC +++ PNG_VER=1.2.59 +++ export PNG_VER +++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 +++ export POST_INC +++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ export POST_VER +++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl +++ export PSTLROOT +++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi +++ export PYTHONPATH +++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a +++ export SP_LIB4 +++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a +++ export SP_LIB8 +++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a +++ export SP_LIBd +++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 +++ export SP_SRC +++ SP_VER=v2.0.3 +++ export SP_VER +++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb +++ export TBBROOT +++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' +++ export VT_ADD_LIBS +++ VT_ARCH=intel64 +++ export VT_ARCH +++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib +++ export VT_LIB_DIR +++ VT_MPI=impi4 +++ export VT_MPI +++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest +++ export VT_ROOT +++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib +++ export VT_SLIB_DIR +++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 +++ export W3EMC_INC4 +++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 +++ export W3EMC_INC8 +++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d +++ export W3EMC_INCd +++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a +++ export W3EMC_LIB4 +++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a +++ export W3EMC_LIB8 +++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a +++ export W3EMC_LIBd +++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 +++ export W3EMC_SRC +++ W3EMC_VER=v2.3.1 +++ export W3EMC_VER +++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a +++ export W3NCO_LIB4 +++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a +++ export W3NCO_LIB8 +++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a +++ export W3NCO_LIBd +++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 +++ export W3NCO_SRC +++ W3NCO_VER=v2.0.7 +++ export W3NCO_VER +++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid +++ export XLSF_UIDDIR +++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export Z_INC +++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a +++ export Z_LIB +++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src +++ export Z_SRC +++ Z_VER=1.2.11 +++ export Z_VER +++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' +++ export __LMOD_REF_COUNT__LMFILES_ +++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list + +Currently Loaded Modules: + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.5 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) fv3 + + + ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_7 ++ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF +-- The C compiler identification is Intel 18.0.1.20171018 +-- The CXX compiler identification is Intel 18.0.1.20171018 +-- The Fortran compiler identification is Intel 18.0.1.20171018 +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") +-- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") +-- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") +-- Found MPI: TRUE (found version "3.1") +ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for wcoss_dell_p3 + +C compiler: Intel 18.0.1.20171018 (mpiicc) +CXX compiler: Intel 18.0.1.20171018 (mpiicpc) +Fortran compiler: Intel 18.0.1.20171018 (mpiifort) + +DEBUG is disabled +REPRO is ENABLED +32BIT is disabled +OPENMP is ENABLED +AVX2 is disabled +INLINE_POST is ENABLED + + +Selected physics package: gfs + +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_7/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90 +Force 64 bits in CCPP_layer +-- Configuring done +-- Generating done +-- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_7 ++ make -j 4 +Scanning dependencies of target fv3cpl +[ 1%] 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 +Scanning dependencies of target ccpp +[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_errors.F90.o +[ 1%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_types.F90.o +Scanning dependencies of target fms +[ 1%] 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. +[ 2%] Building Fortran object FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp.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 FV3/ccpp/framework/src/CMakeFiles/ccpp.dir/ccpp_api.F90.o +[ 2%] 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. +[ 2%] Linking Fortran static library libccpp.a +[ 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. +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/cloud_interpolator.F90.o +[ 4%] Built target ccpp +[ 4%] Linking Fortran static library libfv3cpl.a +[ 4%] 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. +[ 4%] Built target fv3cpl +[ 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 +[ 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. +[ 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/machine.F.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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/iounitdef.f.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/module_sf_noahmp_glacier.f90.o +[ 5%] 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/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/gfs_phy_tracer_config.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_MP_FER_HIRES.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_efp.F90.o +[ 11%] 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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 12%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_pset.F90.o +[ 13%] 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. +[ 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 +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +[ 14%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o +[ 14%] 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/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 +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 15%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 15%] 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 +[ 16%] 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/maximum_hourly_diagnostics.F90.o +[ 16%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.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 +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 17%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/funcphys.f90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 18%] 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 +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_initialize.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radiation_astronomy.f.o +[ 20%] 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 +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 22%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 23%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 23%] 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 +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_bfmicrophysics.f.o +[ 24%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_datatb.f.o +[ 24%] 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 +[ 25%] 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/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 +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gscond.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 27%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_time_vary_pre.fv3.F90.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 +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +[ 28%] 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/sfc_nst.f.o +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_setup.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.o +[ 29%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 29%] 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. +[ 29%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_interstitial.F90.o +[ 30%] 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_2017_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/ccpp_FV3_GFS_2017_physics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_radiation_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_time_vary_cap.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/time_manager.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.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/horiz_interp/horiz_interp_bilinear.F90.o +[ 33%] 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. +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 34%] 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. +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 35%] 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. +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 39%] 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. +[ 39%] 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. +[ 39%] 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. +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 39%] 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. +[ 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. +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/block_control/block_control.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.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/column_diagnostics/column_diagnostics.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 41%] 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. +[ 41%] 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. +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 41%] 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. +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/CCPP_layer/CCPP_typedefs.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_cap.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 44%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.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 CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 49%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 50%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 50%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 50%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 50%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 51%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 52%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 52%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 53%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninshoc.f.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/multi_gases.F90.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 59%] 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 +[ 61%] Linking Fortran static library FMS/libfms.a +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 62%] Built target fms +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 65%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 65%] 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 +[ 66%] 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 +[ 67%] 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 +[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 67%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 67%] 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/mersenne_twister.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/namelist_soilveg.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/physparam.f.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 +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 70%] 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_driver.F90.o +[ 71%] 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 +[ 73%] 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 +[ 73%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +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_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 io +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_internal_state.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.F90.o +Scanning dependencies of target fv3core +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o +[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o +[ 77%] 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.F90.o +[ 77%] 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/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o +[ 78%] 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_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 +[ 80%] 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/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 81%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 81%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 82%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o +[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o +[ 84%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_iau_mod.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 85%] Linking Fortran static library libio.a +[ 85%] Built target io +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_utils.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/nh_core.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 86%] 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/tools/fv_nudge.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/dyn_core.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/tools/external_ic.F90.o +[ 86%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 87%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_nesting.F90.o +[ 87%] 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 +[ 88%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 88%] Linking Fortran static library libfv3core.a +[ 88%] 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/stochy_gg_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/stochy_layout_lag.f.o +[ 90%] 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/stochy_namelist_def.F90.o +[ 90%] 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 +[ 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/gozrineo_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/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/four_to_grid_stochy.F.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/compns_stochy.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 94%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o +[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o +[ 95%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/plumes.f90.o +[ 96%] Linking Fortran static library libstochastic_physics.a +[ 96%] Built target stochastic_physics +Scanning dependencies of target fv3cap +[ 96%] 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 +[ 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 +[ 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_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_NEMS_UTILS.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 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 +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_7.exe ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_7 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_7 ++ elapsed=613 ++ echo 'Elapsed time 613 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 finished' +Elapsed time 613 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017 finished ++ SECONDS=0 ++++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ MACHINE_ID=wcoss_dell_p3 ++ MAKE_OPT='REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y' ++ BUILD_NAME=fv3_8 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_8 ++ [[ wcoss_dell_p3 == cheyenne.* ]] ++ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] ++ MAKE_THREADS=4 ++ MAKE_THREADS=4 ++ hostname +v71a3 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ echo 'Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y into fv3_8.exe on wcoss_dell_p3' +Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y into fv3_8.exe on wcoss_dell_p3 ++ '[' YES = YES ']' ++ rm -rf build_fv3_8 ++ mkdir -p build_fv3_8 ++ CCPP_CMAKE_FLAGS= ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\3\2\B\I\T\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017,FV3_GFS_2017_gfdlmp --builddir=tests/build_fv3_8/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_gfdlmp.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_8/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip +INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology +INFO: filtering out variable area_fraction_of_wet_canopy +INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl +INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc +INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable canopy_air_temperature +INFO: filtering out variable canopy_air_vapor_pressure +INFO: filtering out variable canopy_intercepted_ice_mass +INFO: filtering out variable canopy_intercepted_liquid_water +INFO: filtering out variable ccn_number_concentration +INFO: filtering out variable ccpp_block_number +INFO: filtering out variable cell_size +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_base_mass_flux +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface +INFO: filtering out variable cloud_droplet_number_concentration +INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics +INFO: filtering out variable cloud_fraction_for_MG +INFO: filtering out variable cloud_phase_transition_denominator +INFO: filtering out variable cloud_phase_transition_threshold_temperature +INFO: filtering out variable cloud_specie_mix_flag +INFO: filtering out variable cloudpdf +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable conv_activity_counter +INFO: filtering out variable convective_updraft_area_fraction +INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces +INFO: filtering out variable couple_sgs_clouds_to_radiation_flag +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable density_of_frozen_precipitation +INFO: filtering out variable depth_of_soil_levels_for_land_surface_model +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable do_mynnsfclay +INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable edmf_flag +INFO: filtering out variable edmf_momentum_transport_flag +INFO: filtering out variable edmf_partition_flag +INFO: filtering out variable edmf_tke_transport_flag +INFO: filtering out variable emdf_updraft_area +INFO: filtering out variable emdf_updraft_cloud_water +INFO: filtering out variable emdf_updraft_entrainment_rate +INFO: filtering out variable emdf_updraft_theta_l +INFO: filtering out variable emdf_updraft_total_water +INFO: filtering out variable emdf_updraft_vertical_velocity +INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS +INFO: filtering out variable equilibrium_soil_water_content +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable fast_soil_pool_mass_content_of_carbon +INFO: filtering out variable fine_root_mass +INFO: filtering out variable flag_arakawa_wu_downdraft +INFO: filtering out variable flag_convective_tracer_transport +INFO: filtering out variable flag_flip +INFO: filtering out variable flag_flux_form_CS +INFO: filtering out variable flag_for_2015_ozone_physics +INFO: filtering out variable flag_for_aerosol_input_MG +INFO: filtering out variable flag_for_canopy_stomatal_resistance_option +INFO: filtering out variable flag_for_dynamic_vegetation_option +INFO: filtering out variable flag_for_frozen_soil_permeability_option +INFO: filtering out variable flag_for_frozen_soil_physics +INFO: filtering out variable flag_for_ground_snow_surface_albedo_option +INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option +INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme +INFO: filtering out variable flag_for_precipitation_partition_option +INFO: filtering out variable flag_for_radiation_transfer_option +INFO: filtering out variable flag_for_reading_leaf_area_index_from_input +INFO: filtering out variable flag_for_resetting_radar_reflectivity_calculation +INFO: filtering out variable flag_for_restart +INFO: filtering out variable flag_for_runoff_and_groundwater_option +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option +INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option +INFO: filtering out variable flag_for_supercooled_liquid_water_option +INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option +INFO: filtering out variable flag_mg3_as_mg2 +INFO: filtering out variable flag_skip_macro +INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_tracer_scavenged +INFO: filtering out variable gf_memory_counter +INFO: filtering out variable graupel_number_concentration_updated_by_physics +INFO: filtering out variable grav_settling +INFO: filtering out variable ground_temperature_for_noahmp +INFO: filtering out variable gwd_opt +INFO: filtering out variable h2o_forcing +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_friendly_aerosol_number_concentration +INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable ice_number_concentration +INFO: filtering out variable ice_number_concentration_updated_by_physics +INFO: filtering out variable ice_supersaturation_threshold +INFO: filtering out variable ice_water_mixing_ratio +INFO: filtering out variable in_number_concentration +INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable k_level_of_highest_reaching_plume +INFO: filtering out variable kinematic_buoyancy_flux_from_shoc +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable lake_water_storage +INFO: filtering out variable latitude_index_in_debug_printouts +INFO: filtering out variable layer_bottom_depth_from_snow_surface +INFO: filtering out variable leaf_area_index +INFO: filtering out variable leaf_mass +INFO: filtering out variable limit_for_temperature_tendency_for_microphysics +INFO: filtering out variable liquid_water_density +INFO: filtering out variable local_graupel_mixing_ratio +INFO: filtering out variable local_graupel_number_concentration +INFO: filtering out variable local_rain_number_concentration +INFO: filtering out variable local_rain_water_mixing_ratio +INFO: filtering out variable local_snow_number_concentration +INFO: filtering out variable local_snow_water_mixing_ratio +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable maximum_mass_flux +INFO: filtering out variable maximum_updraft_velocity_at_cloud_base +INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency +INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency +INFO: filtering out variable mg_allow_supersat_after_sed +INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow +INFO: filtering out variable mg_bergeron_efficiency_factor +INFO: filtering out variable mg_cloud_water_variance +INFO: filtering out variable mg_drop_concentration_constant +INFO: filtering out variable mg_flag_drop_concentration_constant +INFO: filtering out variable mg_flag_for_cloud_ice_processes +INFO: filtering out variable mg_flag_for_gmao_ice_formulation +INFO: filtering out variable mg_flag_for_graupel +INFO: filtering out variable mg_flag_for_hail +INFO: filtering out variable mg_flag_for_heterogeneous_freezing +INFO: filtering out variable mg_flag_for_liu_liquid_treatment +INFO: filtering out variable mg_flag_for_sb2001_autoconversion +INFO: filtering out variable mg_flag_for_uniform_subcolumns +INFO: filtering out variable mg_flag_graupel_concentration_constant +INFO: filtering out variable mg_flag_ice_concentration_constant +INFO: filtering out variable mg_graupel_concentration_constant +INFO: filtering out variable mg_ice_concentration_constant +INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio +INFO: filtering out variable mg_minimum_rh_for_ice +INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice +INFO: filtering out variable mg_tuning_factor_for_alphas +INFO: filtering out variable mg_type_of_precip_fraction_method +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable mix_total_water_flag +INFO: filtering out variable mixing_length +INFO: filtering out variable mixing_length_flag +INFO: filtering out variable moisture_from_previous_timestep +INFO: filtering out variable moisture_tendency_due_to_dynamics +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable mpi_comm +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_cloud_types_CS +INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data +INFO: filtering out variable number_of_frozen_precipitation_species +INFO: filtering out variable number_of_plumes +INFO: filtering out variable number_of_snow_layers +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable number_of_tracers_for_CS +INFO: filtering out variable number_of_tracers_plus_one +INFO: filtering out variable ozone_mixing_ratio +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable prandtl_number +INFO: filtering out variable q_prime_squared +INFO: filtering out variable rain_number_concentration_updated_by_physics +INFO: filtering out variable reciprocal_of_obukhov_length +INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation +INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term +INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface +INFO: filtering out variable slow_soil_pool_mass_content_of_carbon +INFO: filtering out variable snow_albedo_at_previous_time_step +INFO: filtering out variable snow_layer_ice +INFO: filtering out variable snow_layer_liquid_water +INFO: filtering out variable snow_mass_at_previous_time_step +INFO: filtering out variable snow_number_concentration_updated_by_physics +INFO: filtering out variable snow_precipitation_rate_at_surface +INFO: filtering out variable snow_temperature +INFO: filtering out variable snow_temperature_bottom_first_layer +INFO: filtering out variable soil_temperature_for_land_surface_model +INFO: filtering out variable soil_vertical_dimension_for_land_surface_model +INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stability_function_for_heat +INFO: filtering out variable stem_area_index +INFO: filtering out variable stem_mass +INFO: filtering out variable subgrid_cloud_fraction_pbl +INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl +INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc +INFO: filtering out variable surface_condensation_mass +INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp +INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable t_prime_q_prime +INFO: filtering out variable t_prime_squared +INFO: filtering out variable temperature_from_previous_timestep +INFO: filtering out variable temperature_tendency_due_to_dynamics +INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable tke_advect +INFO: filtering out variable tke_at_mass_points +INFO: filtering out variable tke_budget +INFO: filtering out variable tke_dissipative_heating_factor +INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable triple_point_temperature_of_water +INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS +INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vegetation_temperature +INFO: filtering out variable vertical_dimension_of_h2o_forcing_data +INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model +INFO: filtering out variable water_friendly_aerosol_number_concentration +INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable water_storage_in_aquifer +INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil +INFO: filtering out variable water_table_depth +INFO: filtering out variable water_table_recharge_when_deep +INFO: filtering out variable water_table_recharge_when_shallow +INFO: filtering out variable water_vapor_mixing_ratio_at_surface +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable wood_mass +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_8/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_8/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_8/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_8/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_8/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 11 auto-generated caps to tests/build_fv3_8/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_8/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_8/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_8/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90' +++ CCPP_CAPS='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90' ++ source build_fv3_8/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y == *\W\W\3\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' +++ trim ' -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' +++ local 'var= -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' +++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' +++ var='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' +++ echo -n '-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' ++ CCPP_CMAKE_FLAGS='-DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y' ++ source /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__33349 +++ eval 'setup__test_function__33349() { /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__33349 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ cat +++ __ms_bash_test=t +++ [[ ! -z '' ]] +++ [[ ! -z t ]] +++ __ms_shell=bash +++ [[ -d /lfs3 ]] +++ [[ -d /scratch1 ]] +++ [[ -d /gpfs/hps ]] +++ [[ -e /etc/SuSE-release ]] +++ [[ -d /dcom ]] +++ [[ -L /usrx ]] ++++ readlink /usrx +++ [[ /gpfs/dell1/usrx =~ dell ]] +++ eval module help +++ module purge ++++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge +++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' 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 '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' 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_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' 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 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' 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 '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' unset '_ModuleTable017_;' ++++ unset ADVISOR_2018_DIR ++++ unset BACIO_LIB4 ++++ unset BACIO_LIB8 ++++ unset BACIO_SRC ++++ unset BACIO_VER ++++ unset BINARY_TYPE_HPC ++++ unset __LMOD_REF_COUNT_CLASSPATH ++++ unset CLASSPATH ++++ unset CLCK_ROOT ++++ 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 __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH ++++ unset CPLUS_INCLUDE_PATH ++++ unset CRTM_FIX ++++ unset CRTM_INC ++++ unset CRTM_LIB ++++ unset CRTM_SRC ++++ unset CRTM_VER ++++ unset DAALROOT ++++ unset ECF_HOSTFILE ++++ unset ECF_PORT ++++ unset ECF_ROOT ++++ 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 HDF5 ++++ unset HDF5_CFLAGS ++++ unset HDF5_CXXFLAGS ++++ unset HDF5_FFLAGS ++++ unset HDF5_INCLUDE ++++ unset HDF5_LDFLAGS ++++ unset HDF5_LDFLAGS_C ++++ unset HDF5_LDFLAGS_CXX ++++ unset HDF5_LDFLAGS_F ++++ unset __LMOD_REF_COUNT_INFOPATH ++++ unset INFOPATH ++++ unset INSPECTOR_2018_DIR ++++ unset INTEL_LICENSE_FILE ++++ unset INTEL_PYTHONHOME ++++ unset IPPROOT ++++ 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_CXX ++++ unset I_MPI_EXTRA_FILESYSTEM ++++ unset I_MPI_EXTRA_FILESYSTEM_LIST ++++ unset I_MPI_F77 ++++ unset I_MPI_F90 ++++ unset I_MPI_FC ++++ unset I_MPI_HYDRA_BOOTSTRAP ++++ unset I_MPI_HYDRA_IFACE ++++ unset I_MPI_LSF_USE_COLLECTIVE_LAUNCH ++++ unset I_MPI_ROOT ++++ unset JASPER_INC ++++ unset JASPER_LIB ++++ unset JASPER_LIBDIR ++++ unset JASPER_SRC ++++ unset JASPER_VER ++++ unset KMP_AFFINITY ++++ unset __LMOD_REF_COUNT_LD_LIBRARY_PATH ++++ unset 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 ++++ unset LSF_BINDIR ++++ unset LSF_ENVDIR ++++ unset LSF_LIBDIR ++++ unset LSF_SERVERDIR ++++ __LMOD_REF_COUNT_MANPATH=/usrx/local/prod/lmod/lmod/share/man:1 ++++ export __LMOD_REF_COUNT_MANPATH ++++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: ++++ export MANPATH ++++ unset MKLROOT ++++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles ++++ export MODULEPATH ++++ unset MPM_LAUNCHER ++++ unset NEMSIO_INC ++++ unset NEMSIO_LIB ++++ unset NEMSIO_SRC ++++ unset NEMSIO_VER ++++ unset NETCDF ++++ unset NETCDF_CFLAGS ++++ unset NETCDF_CXX4FLAGS ++++ unset NETCDF_CXXFLAGS ++++ unset NETCDF_FFLAGS ++++ unset NETCDF_INC ++++ unset NETCDF_INCLUDE ++++ unset NETCDF_LDFLAGS ++++ unset NETCDF_LDFLAGS_C ++++ unset NETCDF_LDFLAGS_CXX ++++ unset NETCDF_LDFLAGS_CXX4 ++++ unset NETCDF_LDFLAGS_F ++++ unset NETCDF_LIB ++++ unset NETCDF_ROOT ++++ unset __LMOD_REF_COUNT_NLSPATH ++++ unset NLSPATH ++++ __LMOD_REF_COUNT_PATH='/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1' ++++ export __LMOD_REF_COUNT_PATH ++++ PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin ++++ export PATH ++++ unset PKG_CONFIG_PATH ++++ unset PNG_INC ++++ unset PNG_LIB ++++ unset PNG_LIB12 ++++ unset PNG_LIBDIR ++++ unset PNG_LIBso ++++ unset PNG_SRC ++++ unset PNG_VER ++++ unset POST_INC ++++ unset POST_LIB ++++ unset POST_SRC ++++ unset POST_VER ++++ unset PSTLROOT ++++ unset PYTHONPATH ++++ unset __LMOD_REF_COUNT_QT_PLUGIN_PATH ++++ unset QT_PLUGIN_PATH ++++ unset SP_LIB4 ++++ unset SP_LIB8 ++++ unset SP_LIBd ++++ unset SP_SRC ++++ unset SP_VER ++++ unset TBBROOT ++++ unset VT_ADD_LIBS ++++ unset VT_ARCH ++++ unset VT_LIB_DIR ++++ unset VT_MPI ++++ unset VT_ROOT ++++ unset VT_SLIB_DIR ++++ 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 XLSF_UIDDIR ++++ unset Z_INC ++++ unset Z_LIB ++++ unset Z_SRC ++++ unset Z_VER ++++ unset __LMOD_REF_COUNT__LMFILES_ ++++ unset _LMFILES_ ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k ++++ export _ModuleTable001_ ++++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== ++++ 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 _ModuleTable014_ ++++ unset _ModuleTable015_ ++++ unset _ModuleTable016_ ++++ unset _ModuleTable017_ ++++ : -s sh +++ eval +++ unset __ms_shell +++ unset __ms_ksh_test +++ unset __ms_bash_test +++ unset setup__test_function__33349 +++ unset __ms_function_name ++ [[ wcoss_dell_p3 == macosx.* ]] ++ [[ wcoss_dell_p3 == linux.* ]] ++ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k +++ export _ModuleTable001_ +++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module load fv3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 ++ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' '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="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/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_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 +++ export ADVISOR_2018_DIR +++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a +++ export BACIO_LIB4 +++ BACIO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a +++ export BACIO_LIB8 +++ BACIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3 +++ export BACIO_SRC +++ BACIO_VER=v2.0.3 +++ export BACIO_VER +++ BINARY_TYPE_HPC= +++ export BINARY_TYPE_HPC +++ __LMOD_REF_COUNT_CLASSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1' +++ export __LMOD_REF_COUNT_CLASSPATH +++ CLASSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar +++ export CLASSPATH +++ CLCK_ROOT=/usrx/local/prod/intel/2018UP01/clck_latest +++ export CLCK_ROOT +++ 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=wcoss_dell_p3 +++ export CMAKE_Platform +++ COMP=ips +++ export COMP +++ __LMOD_REF_COUNT_CPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1' +++ export __LMOD_REF_COUNT_CPATH +++ CPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include +++ export CPATH +++ __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include:1 +++ export __LMOD_REF_COUNT_CPLUS_INCLUDE_PATH +++ CPLUS_INCLUDE_PATH=/usrx/local/prod/intel/2018UP01/clck_latest/include +++ export CPLUS_INCLUDE_PATH +++ CRTM_FIX=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix +++ export CRTM_FIX +++ CRTM_INC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6 +++ export CRTM_INC +++ CRTM_LIB=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a +++ export CRTM_LIB +++ CRTM_SRC=/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src +++ export CRTM_SRC +++ CRTM_VER=v2.2.6 +++ export CRTM_VER +++ DAALROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal +++ export DAALROOT +++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk +++ export ESMFMKFILE +++ G2TMPL_INC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0 +++ export G2TMPL_INC +++ G2TMPL_LIB=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a +++ export G2TMPL_LIB +++ G2TMPL_SRC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src +++ export G2TMPL_SRC +++ G2TMPL_VER=v1.6.0 +++ export G2TMPL_VER +++ G2_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4 +++ export G2_INC4 +++ G2_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d +++ export G2_INCd +++ G2_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a +++ export G2_LIB4 +++ G2_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a +++ export G2_LIBd +++ G2_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1 +++ export G2_SRC +++ G2_VER=v3.1.1 +++ export G2_VER +++ GDBSERVER_MIC=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver +++ export GDBSERVER_MIC +++ GDB_CROSS=/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia +++ export GDB_CROSS +++ HDF5=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export HDF5 +++ HDF5_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CFLAGS +++ HDF5_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_CXXFLAGS +++ HDF5_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_FFLAGS +++ HDF5_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export HDF5_INCLUDE +++ HDF5_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5 -lhdf5_fortran' +++ export HDF5_LDFLAGS +++ HDF5_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5' +++ export HDF5_LDFLAGS_C +++ HDF5_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -hdf5_hl_cpp -lhdf5 -lhdf5_cpp' +++ export HDF5_LDFLAGS_CXX +++ HDF5_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lhdf5_hl -lhdf5hl_fortran -lhdf5' +++ export HDF5_LDFLAGS_F +++ __LMOD_REF_COUNT_INFOPATH='/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1' +++ export __LMOD_REF_COUNT_INFOPATH +++ INFOPATH=/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx +++ export INFOPATH +++ INSPECTOR_2018_DIR=/usrx/local/prod/intel/2018UP01/inspector_2018 +++ export INSPECTOR_2018_DIR +++ INTEL_LICENSE_FILE=/usrx/local/prod/intel/licenses +++ export INTEL_LICENSE_FILE +++ INTEL_PYTHONHOME=/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64 +++ export INTEL_PYTHONHOME +++ IPPROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp +++ export IPPROOT +++ IP_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4 +++ export IP_INC4 +++ IP_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8 +++ export IP_INC8 +++ IP_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d +++ export IP_INCd +++ IP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a +++ export IP_LIB4 +++ IP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a +++ export IP_LIB8 +++ IP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a +++ export IP_LIBd +++ IP_SRC=/usrx/local/nceplibs/dev/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_CXX=icpc +++ export I_MPI_CXX +++ I_MPI_EXTRA_FILESYSTEM=yes +++ export I_MPI_EXTRA_FILESYSTEM +++ I_MPI_EXTRA_FILESYSTEM_LIST=gpfs +++ export I_MPI_EXTRA_FILESYSTEM_LIST +++ I_MPI_F77=ifort +++ export I_MPI_F77 +++ I_MPI_F90=ifort +++ export I_MPI_F90 +++ I_MPI_FC=ifort +++ export I_MPI_FC +++ I_MPI_HYDRA_BOOTSTRAP=lsf +++ export I_MPI_HYDRA_BOOTSTRAP +++ I_MPI_HYDRA_IFACE=ib0 +++ export I_MPI_HYDRA_IFACE +++ I_MPI_LSF_USE_COLLECTIVE_LAUNCH=1 +++ export I_MPI_LSF_USE_COLLECTIVE_LAUNCH +++ I_MPI_ROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi +++ export I_MPI_ROOT +++ JASPER_INC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include +++ export JASPER_INC +++ JASPER_LIB=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a +++ export JASPER_LIB +++ JASPER_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib +++ export JASPER_LIBDIR +++ JASPER_SRC=/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29 +++ export JASPER_SRC +++ JASPER_VER=1.900.29 +++ export JASPER_VER +++ KMP_AFFINITY=scatter +++ export KMP_AFFINITY +++ unset LAUNCH +++ __LMOD_REF_COUNT_LD_LIBRARY_PATH='/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LD_LIBRARY_PATH +++ LD_LIBRARY_PATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LD_LIBRARY_PATH +++ __LMOD_REF_COUNT_LIBRARY_PATH='/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1' +++ export __LMOD_REF_COUNT_LIBRARY_PATH +++ LIBRARY_PATH=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4 +++ export LIBRARY_PATH +++ LIB_NAME=POST +++ export LIB_NAME +++ LMOD_FAMILY_COMPILER=ips +++ export LMOD_FAMILY_COMPILER +++ LMOD_FAMILY_COMPILER_VERSION=18.0.1.163 +++ export LMOD_FAMILY_COMPILER_VERSION +++ LMOD_FAMILY_MPI=impi +++ export LMOD_FAMILY_MPI +++ LMOD_FAMILY_MPI_VERSION=18.0.1 +++ export LMOD_FAMILY_MPI_VERSION +++ __LMOD_REF_COUNT_LOADEDMODULES='ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1' +++ export __LMOD_REF_COUNT_LOADEDMODULES +++ LOADEDMODULES=ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3 +++ export LOADEDMODULES +++ LSF_BINDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin +++ export LSF_BINDIR +++ LSF_ENVDIR=/gpfs/lsf/conf +++ export LSF_ENVDIR +++ LSF_LIBDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib +++ export LSF_LIBDIR +++ LSF_SERVERDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc +++ export LSF_SERVERDIR +++ __LMOD_REF_COUNT_MANPATH='/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1' +++ export __LMOD_REF_COUNT_MANPATH +++ MANPATH=/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man +++ export MANPATH +++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl +++ export MKLROOT +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh +++ export MPM_LAUNCHER +++ NEMSIO_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4 +++ export NEMSIO_INC +++ NEMSIO_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a +++ export NEMSIO_LIB +++ NEMSIO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4 +++ export NEMSIO_SRC +++ NEMSIO_VER=v2.2.4 +++ export NEMSIO_VER +++ NETCDF=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF +++ NETCDF_CFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CFLAGS +++ NETCDF_CXX4FLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXX4FLAGS +++ NETCDF_CXXFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_CXXFLAGS +++ NETCDF_FFLAGS=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_FFLAGS +++ NETCDF_INC=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INC +++ NETCDF_INCLUDE=-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +++ export NETCDF_INCLUDE +++ NETCDF_LDFLAGS='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS +++ NETCDF_LDFLAGS_C='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf' +++ export NETCDF_LDFLAGS_C +++ NETCDF_LDFLAGS_CXX='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++' +++ export NETCDF_LDFLAGS_CXX +++ NETCDF_LDFLAGS_CXX4='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdf -lnetcdf_c++4' +++ export NETCDF_LDFLAGS_CXX4 +++ NETCDF_LDFLAGS_F='-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib -lnetcdff' +++ export NETCDF_LDFLAGS_F +++ NETCDF_LIB=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib +++ export NETCDF_LIB +++ NETCDF_ROOT=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel +++ export NETCDF_ROOT +++ __LMOD_REF_COUNT_NLSPATH='/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1' +++ export __LMOD_REF_COUNT_NLSPATH +++ NLSPATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N +++ export NLSPATH +++ __LMOD_REF_COUNT_PATH='/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1' +++ export __LMOD_REF_COUNT_PATH +++ PATH=/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export PATH +++ PKG_CONFIG_PATH=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig +++ export PKG_CONFIG_PATH +++ PNG_INC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include +++ export PNG_INC +++ PNG_LIB=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a +++ export PNG_LIB +++ PNG_LIB12=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a +++ export PNG_LIB12 +++ PNG_LIBDIR=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib +++ export PNG_LIBDIR +++ PNG_LIBso=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so +++ export PNG_LIBso +++ PNG_SRC=/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59 +++ export PNG_SRC +++ PNG_VER=1.2.59 +++ export PNG_VER +++ POST_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4 +++ export POST_INC +++ POST_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a +++ export POST_LIB +++ POST_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5 +++ export POST_SRC +++ POST_VER=v8.0.5 +++ export POST_VER +++ PSTLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl +++ export PSTLROOT +++ PYTHONPATH=/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi +++ export PYTHONPATH +++ SP_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a +++ export SP_LIB4 +++ SP_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a +++ export SP_LIB8 +++ SP_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a +++ export SP_LIBd +++ SP_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3 +++ export SP_SRC +++ SP_VER=v2.0.3 +++ export SP_VER +++ TBBROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb +++ export TBBROOT +++ VT_ADD_LIBS='-ldwarf -lelf -lvtunwind -lm -lpthread' +++ export VT_ADD_LIBS +++ VT_ARCH=intel64 +++ export VT_ARCH +++ VT_LIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/lib +++ export VT_LIB_DIR +++ VT_MPI=impi4 +++ export VT_MPI +++ VT_ROOT=/usrx/local/prod/intel/2018UP01/itac_latest +++ export VT_ROOT +++ VT_SLIB_DIR=/usrx/local/prod/intel/2018UP01/itac_latest/slib +++ export VT_SLIB_DIR +++ W3EMC_INC4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4 +++ export W3EMC_INC4 +++ W3EMC_INC8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8 +++ export W3EMC_INC8 +++ W3EMC_INCd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d +++ export W3EMC_INCd +++ W3EMC_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a +++ export W3EMC_LIB4 +++ W3EMC_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a +++ export W3EMC_LIB8 +++ W3EMC_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a +++ export W3EMC_LIBd +++ W3EMC_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1 +++ export W3EMC_SRC +++ W3EMC_VER=v2.3.1 +++ export W3EMC_VER +++ W3NCO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a +++ export W3NCO_LIB4 +++ W3NCO_LIB8=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a +++ export W3NCO_LIB8 +++ W3NCO_LIBd=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a +++ export W3NCO_LIBd +++ W3NCO_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7 +++ export W3NCO_SRC +++ W3NCO_VER=v2.0.7 +++ export W3NCO_VER +++ XLSF_UIDDIR=/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid +++ export XLSF_UIDDIR +++ Z_INC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include +++ export Z_INC +++ Z_LIB=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a +++ export Z_LIB +++ Z_SRC=/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src +++ export Z_SRC +++ Z_VER=1.2.11 +++ export Z_VER +++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' +++ export __LMOD_REF_COUNT__LMFILES_ +++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 +++ export _LMFILES_ +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ module list +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash list + +Currently Loaded Modules: + 1) ips/18.0.1.163 8) w3emc/2.3.1 15) zlib/1.2.11 + 2) impi/18.0.1 9) nemsio/2.2.4 16) post/8.0.5 + 3) lsf/10.1 10) g2/3.1.1 17) hdf5_parallel/1.10.6 + 4) bacio/2.0.3 11) g2tmpl/1.6.0 18) netcdf_parallel/4.7.4 + 5) ip/3.0.2 12) crtm/2.2.6 19) esmf/8.0.0_ParallelNetCDF + 6) sp/2.0.3 13) jasper/1.900.29 20) cmake/3.10.0 + 7) w3nco/2.0.7 14) libpng/1.2.59 21) fv3 + + + ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ export MODULEPATH +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt +++ export _ModuleTable001_ +++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny +++ export _ModuleTable002_ +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w +++ export _ModuleTable003_ +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi +++ export _ModuleTable004_ +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb +++ export _ModuleTable005_ +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv +++ export _ModuleTable006_ +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz +++ export _ModuleTable007_ +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u +++ export _ModuleTable008_ +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw +++ export _ModuleTable009_ +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv +++ export _ModuleTable010_ +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 +++ export _ModuleTable011_ +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j +++ export _ModuleTable012_ +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf +++ export _ModuleTable013_ +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y +++ export _ModuleTable014_ +++ _ModuleTable015_=ZV9wcm9kIix9 +++ export _ModuleTable015_ +++ _ModuleTable_Sz_=15 +++ export _ModuleTable_Sz_ +++ : -s sh ++ eval ++ cd build_fv3_8 ++ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model -DREPRO=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=OFF -DSTATIC=ON -DMULTI_GASES=OFF -DWW3=Y +-- The C compiler identification is Intel 18.0.1.20171018 +-- The CXX compiler identification is Intel 18.0.1.20171018 +-- The Fortran compiler identification is Intel 18.0.1.20171018 +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc +-- Check for working C compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc -- works +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Detecting C compile features +-- Detecting C compile features - done +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc +-- Check for working CXX compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc -- works +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort +-- Check for working Fortran compiler: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort -- works +-- Detecting Fortran compiler ABI info +-- Detecting Fortran compiler ABI info - done +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 +-- Checking whether /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort supports Fortran 90 -- yes +-- Found MPI_C: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicc (found version "3.1") +-- Found MPI_CXX: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiicpc (found version "3.1") +-- Found MPI_Fortran: /usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64/mpiifort (found version "3.1") +-- Found MPI: TRUE (found version "3.1") +ESMFMKFILE: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk + Found ESMF: +ESMF_VERSION_MAJOR: 8 +ESMF_F90COMPILEPATHS: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include +ESMF_F90ESMFLINKRPATHS: -Wl,-rpath,/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib +ESMF_F90ESMFLINKLIBS: -lesmf -cxxlib -lrt -ldl -lnetcdff -lnetcdf +-- Found ESMF: /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/mod;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/include;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include (found version "8.0.0") + +Setting configuration for wcoss_dell_p3 + +C compiler: Intel 18.0.1.20171018 (mpiicc) +CXX compiler: Intel 18.0.1.20171018 (mpiicpc) +Fortran compiler: Intel 18.0.1.20171018 (mpiifort) + +DEBUG is disabled +REPRO is ENABLED +32BIT is disabled +OPENMP is ENABLED +AVX2 is disabled +INLINE_POST is ENABLED + + +Selected physics package: gfs + +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8/FV3/ccpp/physics/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90 +Force 64 bits in CCPP_layer +Build WW3: + run: /usr/bin/gmake WW3_PARCOMPN=4 WW3_COMP=wcoss_dell_p3 ww3_nems + in: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/WW3/model/esmf + +-- Configuring done +-- Generating done +-- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_8 ++ make -j 4 +Scanning dependencies of target ww3_nems +Scanning dependencies of target fv3cpl +[ 0%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cap_cpl.F90.o +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/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%] Building Fortran object FV3/cpl/CMakeFiles/fv3cpl.dir/module_cplfields.F90.o +[ 1%] Linking Fortran static library libccpp.a +[ 1%] Built target ccpp +[ 1%] Linking Fortran static library libfv3cpl.a +[ 1%] Built target fv3cpl +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 +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 1%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +Scanning dependencies of target ccppphys +[ 1%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +[ 1%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o +[ 1%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +[ 1%] 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/drifters_io.F90.o +[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_radar.F90.o +[ 2%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/iounitdef.f.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/namelist_soilveg.f.o +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres_k.F90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/namelist_soilveg_ruc.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_sf_noahmp_glacier.f90.o +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_sf_noahmplsm.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. +[ 4%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/noahmp_tables.f90.o +[ 5%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o +[ 5%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_soil_pre.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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/physcons.F90.o +[ 5%] 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/physparam.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 +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 6%] 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. +[ 6%] 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 +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.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/set_soilveg.f.o +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.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/module_BL_MYJPBL.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdps.f.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.F90.o +[ 9%] 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. +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 14%] 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/funcphys.f90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 14%] 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 +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +[ 19%] Built target ww3_nems +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 22%] 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/module_sf_mynn.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 +[ 25%] 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/gscond.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 27%] 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_2017_gfdlmp_fast_physics_cap.F90.o +[ 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/radlw_main.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +[ 28%] 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. +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 29%] 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. +[ 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_setup.F90.o +[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 29%] 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. +[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.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_bilinear.F90.o +[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.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/horiz_interp/horiz_interp_conserve.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/horiz_interp/horiz_interp_spherical.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 32%] 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. +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 33%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o +[ 35%] 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. +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.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/field_manager/fm_util.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o +[ 36%] 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. +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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 CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 36%] 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. +[ 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/GFS_suite_interstitial.F90.o +[ 36%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rrtmg_pre.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 +[ 38%] 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 CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stochastics_cap.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 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/ccpp_FV3_GFS_2017_gfdlmp_stochastics_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_physics_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_radiation_cap.F90.o +[ 39%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_physics_cap.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 41%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_radiation_cap.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 42%] 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. +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_time_vary_cap.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_time_vary_cap.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 43%] 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. +[ 43%] 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. +[ 43%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 44%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 45%] 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. +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/station_data/station_data.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_cap.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_gfdlmp_cap.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_debug.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 48%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_suite_init_finalize_test.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cs_conv_aw_adj.F90.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 50%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_post.F90.o +[ 50%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_driver_pre.F90.o +[ 50%] Building C object CMakeFiles/fms.dir/FMS/mosaic/gradient_c2l.c.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 51%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 51%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_pre.F90.o +[ 51%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 51%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/drag_suite.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcm_shoc.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 52%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 52%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 52%] Linking Fortran static library FMS/libfms.a +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.F90.o +[ 53%] Built target fms +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNPBL_wrapper.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNSFC_wrapper.F90.o +[ 53%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_post.F90.o +[ 53%] 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/moninedmf_hafs.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_fer_hires.F90.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 +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys_2015.f.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 55%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ysuvdif.F90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 66%] Linking Fortran static library libccppphys.a +[ 66%] 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/mersenne_twister.f.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.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/physparam.f.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 71%] Linking Fortran static library libgfsphysics.a +[ 71%] Built target gfsphysics +Scanning dependencies of target ipd +[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +Scanning dependencies of target ccppdriver +[ 71%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 72%] Linking Fortran static library libccppdriver.a +[ 72%] Built target ccppdriver +[ 73%] Linking Fortran static library libipd.a +[ 73%] Built target ipd +Scanning dependencies of target io +[ 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 +[ 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/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/sim_nc_mod.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.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/post_gfs.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 +[ 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/model/fv_sg.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 76%] 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%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_wrt_grid_comp.F90.o +[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o +[ 77%] Building Fortran object FV3/io/CMakeFiles/io.dir/FV3GFS_io.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.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 +[ 78%] 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/tp_core.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 79%] 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/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%] Linking Fortran static library libio.a +[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_diagnostics.F90.o +[ 81%] Built target io +[ 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 +[ 81%] 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 +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.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/fv_update_phys.F90.o +[ 84%] 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/tools/external_ic.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 85%] 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_control.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 +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o +Using 8-byte addressing +Using pure routines. +Using allocatable derived type array members. +Using cray pointers. +[ 86%] Linking Fortran static library libfv3core.a +[ 86%] Built target fv3core +Scanning dependencies of target stochastic_physics +[ 86%] 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/stochy_gg_def.f.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 +[ 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 +[ 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 +[ 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/gozrineo_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_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 +[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o +[ 92%] 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/stochy_patterngenerator.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.F90.o +[ 93%] 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/cellular_automata.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/num_parthds_stochy.f.o +[ 94%] Linking Fortran static library libstochastic_physics.a +[ 94%] Built target stochastic_physics +Scanning dependencies of target fv3cap +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/time_utils.F90.o +[ 96%] Linking Fortran static library libfv3cap.a +[ 96%] Built target fv3cap +Scanning dependencies of target NEMS.exe +[ 96%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o +[ 96%] 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_SpaceWeather.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_NEMS_UTILS.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o +[ 98%] 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 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 +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': +/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' +[100%] Built target NEMS.exe ++ mv NEMS.exe ../fv3_8.exe ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_8 ++ cd .. ++ '[' YES = YES ']' ++ rm -rf build_fv3_8 ++ elapsed=628 ++ echo 'Elapsed time 628 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y finished' +Elapsed time 628 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_gfdlmp WW3=Y finished ++ SECONDS=0 ++++ readlink -f /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh +++ dirname /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/compile_cmake.sh ++ readonly MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ MYDIR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ readonly ARGC=4 ++ ARGC=4 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ [[ 4 -eq 0 ]] ++ [[ 4 -lt 2 ]] ++ PATHTR=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ MACHINE_ID=wcoss_dell_p3 ++ MAKE_OPT='REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y' ++ BUILD_NAME=fv3_9 ++ clean_before=YES ++ clean_after=YES ++ BUILD_DIR=build_fv3_9 ++ [[ wcoss_dell_p3 == cheyenne.* ]] ++ [[ wcoss_dell_p3 == wcoss_dell_p3 ]] ++ MAKE_THREADS=4 ++ MAKE_THREADS=4 ++ hostname +v71a3 ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests ++ echo 'Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y into fv3_9.exe on wcoss_dell_p3' +Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y into fv3_9.exe on wcoss_dell_p3 ++ '[' YES = YES ']' ++ rm -rf build_fv3_9 ++ mkdir -p build_fv3_9 ++ CCPP_CMAKE_FLAGS= ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\O\P\E\N\M\P\=\N* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\C\C\P\P\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\D\E\B\U\G\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\R\E\P\R\O\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\3\2\B\I\T\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\S\T\A\T\I\C\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON' ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\M\U\L\T\I\_\G\A\S\E\S\=\Y* ]] ++ CCPP_CMAKE_FLAGS=' -DREPRO=Y -D32BIT=Y -DCCPP=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Bitforbit -DDYN32=ON -DSTATIC=ON -DMULTI_GASES=OFF' +++ echo REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y +++ sed 's/.* SUITES=//' +++ sed 's/ .*//' ++ SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched ++ cd /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model ++ ./FV3/ccpp/framework/scripts/ccpp_prebuild.py --config=FV3/ccpp/config/ccpp_prebuild_config.py --static --suites=FV3_GFS_2017,FV3_GFS_2017_stretched --builddir=tests/build_fv3_9/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 +INFO: Parsing suite definition files ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017.xml ... +INFO: Parsing suite definition file FV3/ccpp/suites/suite_FV3_GFS_2017_stretched.xml ... +INFO: Parsing metadata tables for variables provided by host model ... +INFO: Parsed variable definition tables in module machine +INFO: Parsed variable definition tables in module module_radsw_parameters +INFO: Parsed variable definition tables in module module_radlw_parameters +INFO: Parsed variable definition tables in module CCPP_typedefs +INFO: Parsed variable definition tables in module GFS_typedefs +INFO: Parsed variable definition tables in module CCPP_data +INFO: Parsed variable definition tables in module ccpp_types +INFO: Convert local names from new metadata format into old metadata format ... +INFO: Converting local name sfcflw of variable lw_fluxes_sfc from new to old metadata +INFO: Converting local name nslwr of variable number_of_timesteps_between_longwave_radiation_calls from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d) of variable kinematic_buoyancy_flux_from_shoc from new to old metadata +INFO: Converting local name nkbfshoc of variable index_of_kinematic_buoyancy_flux_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name dvisbm_cpl of variable cumulative_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cnvw of variable convective_cloud_water_mixing_ratio from new to old metadata +INFO: Converting local name ltaerosol of variable flag_for_aerosol_physics from new to old metadata +INFO: Converting local name rainmcadj of variable lwe_thickness_of_moist_convective_adj_precipitation_amount from new to old metadata +INFO: Converting local name loop_cnt of variable ccpp_loop_counter from new to old metadata +INFO: Converting local name ncpi of variable local_ice_number_concentration from new to old metadata +INFO: Converting local name pt of variable virtual_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nirbmui of variable surface_upwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name vconvtend of variable tendency_of_y_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name uustar_ice of variable surface_friction_velocity_over_ice from new to old metadata +INFO: Converting local name phy_myj_uz0 of variable u_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name evap_land of variable kinematic_surface_upward_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name ocean of variable flag_nonzero_ocean_surface_fraction from new to old metadata +INFO: Converting local name ep1d_ocean of variable surface_upward_potential_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name qconvtend of variable tendency_of_water_vapor_specific_humidity_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name islmsk_cice of variable sea_land_ice_mask_cice from new to old metadata +INFO: Converting local name cmm_ice of variable surface_drag_wind_speed_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name visdfdi of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cnv_ndrop of variable number_concentration_of_cloud_liquid_water_particles_for_detrainment from new to old metadata +INFO: Converting local name sh2o of variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name tau_tofd of variable time_integral_of_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name dnirbmi_cpl of variable instantaneous_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name refdmax263k of variable maximum_reflectivity_at_minus10c_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name ulwsfci of variable surface_upwelling_longwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_condensate) of variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntcw of variable index_for_liquid_cloud_condensate from new to old metadata +INFO: Converting local name lheatstrg of variable flag_for_canopy_heat_storage from new to old metadata +INFO: Converting local name cplwav2atm of variable flag_for_wave_coupling_to_atm from new to old metadata +INFO: Converting local name tsfc_land of variable surface_skin_temperature_over_land_interstitial from new to old metadata +INFO: Converting local name save_v of variable y_wind_save from new to old metadata +INFO: Converting local name xkzm_m of variable atmosphere_momentum_diffusivity_background from new to old metadata +INFO: Converting local name gabsbdlw_land of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_land from new to old metadata +INFO: Converting local name tprcp_ice of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ice from new to old metadata +INFO: Converting local name stblcpxy of variable slow_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name cdq_land of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name du3dt(:,:,2) of variable cumulative_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_berg_eff_factor of variable mg_bergeron_efficiency_factor from new to old metadata +INFO: Converting local name clouds(:,:,3) of variable mean_effective_radius_for_liquid_cloud from new to old metadata +INFO: Converting local name aer_nm of variable aerosol_number_concentration_from_gocart_aerosol_climatology from new to old metadata +INFO: Converting local name xzts of variable sensitivity_of_dtl_thickness_to_surface_temperature from new to old metadata +INFO: Converting local name lake of variable flag_nonzero_lake_surface_fraction from new to old metadata +INFO: Converting local name kb of variable vertical_index_difference_between_layer_and_lower_bound from new to old metadata +INFO: Converting local name ipt of variable index_for_diagnostic_printout from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name ntia of variable index_for_ice_friendly_aerosols from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_rain_water) of variable tendency_of_rain_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntrw of variable index_for_rain_water from new to old metadata +INFO: Converting local name con_epsm1 of variable ratio_of_dry_air_to_water_vapor_gas_constants_minus_one from new to old metadata +INFO: Converting local name dqsfc_cice of variable surface_upward_latent_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name last_step of variable flag_for_the_last_step_of_k_split_remapping from new to old metadata +INFO: Converting local name huge of variable netcdf_float_fillvalue from new to old metadata +INFO: Converting local name save_q(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_save from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration from new to old metadata +INFO: Converting local name ntlnc of variable index_for_liquid_cloud_number_concentration from new to old metadata +INFO: Converting local name dv3dt(:,:,1) of variable cumulative_change_in_y_wind_due_to_PBL from new to old metadata +INFO: Converting local name imp_physics_mg of variable flag_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name cldtaulw of variable cloud_optical_depth_layers_at_10mu_band from new to old metadata +INFO: Converting local name wet of variable flag_nonzero_wet_surface_fraction from new to old metadata +INFO: Converting local name qsnowxy of variable snow_precipitation_rate_at_surface from new to old metadata +INFO: Converting local name iopt_frz of variable flag_for_supercooled_liquid_water_option from new to old metadata +INFO: Converting local name dsnow_cpl of variable tendency_of_lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name cldsa of variable cloud_area_fraction_for_radiation from new to old metadata +INFO: Converting local name totsnwb of variable accumulated_lwe_thickness_of_snow_amount_in_bucket from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_water) of variable rain_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name totsnw of variable accumulated_lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name xkzm_s of variable diffusivity_background_sigma_level from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_friendly_aerosols) of variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name ntwa of variable index_for_water_friendly_aerosols from new to old metadata +INFO: Converting local name fswtr of variable fraction_of_cloud_top_water_scavenged from new to old metadata +INFO: Converting local name nvisbmi_cpl of variable instantaneous_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d) of variable atmosphere_heat_diffusivity_from_shoc from new to old metadata +INFO: Converting local name nahdshoc of variable index_of_atmosphere_heat_diffusivity_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name nthreads of variable omp_threads_for_fast_physics from new to old metadata +INFO: Converting local name icemp of variable lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name dqsfc_cpl of variable cumulative_surface_upward_latent_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name con_jcal of variable joules_per_calorie_constant from new to old metadata +INFO: Converting local name xmu of variable zenith_angle_temporal_adjustment_factor_for_shortwave_fluxes from new to old metadata +INFO: Converting local name con_fvirt of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one from new to old metadata +INFO: Converting local name evfactl_deep of variable rain_evaporation_coefficient_over_land_deep_convection from new to old metadata +INFO: Converting local name canliqxy of variable canopy_intercepted_liquid_water from new to old metadata +INFO: Converting local name phy_myj_qsfc of variable surface_specific_humidity_for_MYJ_schemes from new to old metadata +INFO: Converting local name rainncprv of variable lwe_thickness_of_explicit_rainfall_amount_from_previous_timestep from new to old metadata +INFO: Converting local name Tbd of variable GFS_tbd_type_instance from new to old metadata +INFO: Converting local name v1 of variable y_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name det_mf of variable cumulative_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name psurf of variable surface_air_pressure_diag from new to old metadata +INFO: Converting local name gasvmr(:,:,10) of variable volume_mixing_ratio_cfc113 from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_rain_effective_radius) of variable effective_radius_of_stratiform_cloud_rain_particle_in_um from new to old metadata +INFO: Converting local name nreffr of variable index_for_rain_effective_radius from new to old metadata +INFO: Converting local name del_gz of variable geopotential_difference_between_midlayers_divided_by_midlayer_virtual_temperature from new to old metadata +INFO: Converting local name imfdeepcnv_ntiedtke of variable flag_for_ntiedtke_deep_convection_scheme from new to old metadata +INFO: Converting local name h2o_coeff of variable number_of_coefficients_in_h2o_forcing_data from new to old metadata +INFO: Converting local name tgrs of variable air_temperature from new to old metadata +INFO: Converting local name xlon of variable longitude from new to old metadata +INFO: Converting local name c_d of variable coefficient_c_d from new to old metadata +INFO: Converting local name tlvl of variable air_temperature_at_interface_for_radiation from new to old metadata +INFO: Converting local name f_rimef of variable rime_factor from new to old metadata +INFO: Converting local name mg_do_ice_gmao of variable mg_flag_for_gmao_ice_formulation from new to old metadata +INFO: Converting local name snowca of variable cumulative_surface_snow_area_fraction_multiplied_by_timestep from new to old metadata +INFO: Converting local name hflx of variable kinematic_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name dt3dt(:,:,6) of variable cumulative_change_in_temperature_due_to_microphysics from new to old metadata +INFO: Converting local name nirdfui of variable surface_upwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name trans of variable transpiration_flux from new to old metadata +INFO: Converting local name ntchs of variable index_for_first_chemical_tracer from new to old metadata +INFO: Converting local name idxday of variable daytime_points from new to old metadata +INFO: Converting local name iceprv of variable lwe_thickness_of_ice_amount_from_previous_timestep from new to old metadata +INFO: Converting local name mg_alf of variable mg_tuning_factor_for_alphas from new to old metadata +INFO: Converting local name nupdraft of variable number_of_plumes from new to old metadata +INFO: Converting local name qr_r of variable cloud_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name sec of variable seconds_elapsed_since_model_initialization from new to old metadata +INFO: Converting local name epi of variable instantaneous_surface_potential_evaporation from new to old metadata +INFO: Converting local name gflx_land of variable upward_heat_flux_in_soil_over_land from new to old metadata +INFO: Converting local name du3dt_ngw of variable time_integral_of_change_in_x_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name bl_mynn_cloudpdf of variable cloudpdf from new to old metadata +INFO: Converting local name vtype of variable vegetation_type_classification_real from new to old metadata +INFO: Converting local name imfdeepcnv_gf of variable flag_for_gf_deep_convection_scheme from new to old metadata +INFO: Converting local name lssav of variable flag_diagnostics from new to old metadata +INFO: Converting local name sfalb of variable surface_diffused_shortwave_albedo from new to old metadata +INFO: Converting local name acvb of variable smallest_cloud_base_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name c_0 of variable coefficient_c_0 from new to old metadata +INFO: Converting local name mpirank of variable mpi_rank_for_fast_physics from new to old metadata +INFO: Converting local name ntrac of variable number_of_tracers from new to old metadata +INFO: Converting local name dvsfci of variable instantaneous_surface_y_momentum_flux_for_diag from new to old metadata +INFO: Converting local name GFS_Interstitial of variable GFS_interstitial_type_instance_all_threads from new to old metadata +INFO: Converting local name in_nm of variable in_number_concentration from new to old metadata +INFO: Converting local name blksz2(ccpp_block_number) of variable horizontal_dimension from new to old metadata +INFO: Converting local name blk_no of variable ccpp_block_number from new to old metadata +INFO: Converting local name min_lakeice of variable lake_ice_minimum from new to old metadata +INFO: Converting local name canicexy of variable canopy_intercepted_ice_mass from new to old metadata +INFO: Converting local name mg_precip_frac_method of variable mg_type_of_precip_fraction_method from new to old metadata +INFO: Converting local name lonr of variable number_of_equatorial_longitude_points from new to old metadata +INFO: Converting local name dt3dt(:,:,7) of variable cumulative_change_in_temperature_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name dtzm of variable mean_change_over_depth_in_sea_water_temperature from new to old metadata +INFO: Converting local name du3dt_mtb of variable time_integral_of_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name stress_land of variable surface_wind_stress_over_land from new to old metadata +INFO: Converting local name nspinup of variable number_of_iterations_to_spin_up_cellular_automata from new to old metadata +INFO: Converting local name zogw of variable height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name ntsw of variable index_for_snow_water from new to old metadata +INFO: Converting local name cov of variable t_prime_q_prime from new to old metadata +INFO: Converting local name sup of variable ice_supersaturation_threshold from new to old metadata +INFO: Converting local name dt3dt(:,:,3) of variable cumulative_change_in_temperature_due_to_PBL from new to old metadata +INFO: Converting local name mg_qcvar of variable mg_cloud_water_variance from new to old metadata +INFO: Converting local name ffmm_ice of variable Monin_Obukhov_similarity_function_for_momentum_over_ice from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name GFS_statein_type of variable GFS_statein_type from new to old metadata +INFO: Converting local name train of variable accumulated_change_of_air_temperature_due_to_FA_scheme from new to old metadata +INFO: Converting local name fscav of variable coefficients_for_aerosol_scavenging from new to old metadata +INFO: Converting local name prslk(:,1) of variable dimensionless_exner_function_at_lowest_model_layer from new to old metadata +INFO: Converting local name tf of variable frozen_cloud_threshold_temperature from new to old metadata +INFO: Converting local name communicator of variable mpi_comm from new to old metadata +INFO: Converting local name qs_r of variable cloud_snow_mixing_ratio from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind from new to old metadata +INFO: Converting local name bl_mynn_edmf_part of variable edmf_partition_flag from new to old metadata +INFO: Converting local name dq3dt(:,:,7) of variable cumulative_change_in_ozone_concentration_due_to_ozone_mixing_ratio from new to old metadata +INFO: Converting local name swhc of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_ngnst of variable mg_graupel_concentration_constant from new to old metadata +INFO: Converting local name GFS_grid_type of variable GFS_grid_type from new to old metadata +INFO: Converting local name js of variable starting_y_direction_index from new to old metadata +INFO: Converting local name out_dt of variable flag_for_tendency_of_air_temperature_at_Lagrangian_surface from new to old metadata +INFO: Converting local name delr of variable layer_pressure_thickness_for_radiation from new to old metadata +INFO: Converting local name ncgl of variable local_graupel_number_concentration from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_water) of variable snow_water_mixing_ratio from new to old metadata +INFO: Converting local name totgrp of variable accumulated_lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name cldtausw of variable cloud_optical_depth_layers_at_0p55mu_band from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ozone) of variable tendency_of_ozone_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name ntoz of variable index_for_ozone from new to old metadata +INFO: Converting local name evap of variable kinematic_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name oro of variable orography from new to old metadata +INFO: Converting local name topfsw of variable sw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name jmap of variable map_of_block_column_number_to_global_j_index from new to old metadata +INFO: Converting local name cdq of variable surface_drag_coefficient_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name psauras of variable coefficient_from_cloud_ice_to_snow_ras from new to old metadata +INFO: Converting local name soiltype of variable soil_type_classification from new to old metadata +INFO: Converting local name evap_ocean of variable kinematic_surface_upward_latent_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nblks of variable number_of_blocks from new to old metadata +INFO: Converting local name oceanfrac of variable sea_area_fraction from new to old metadata +INFO: Converting local name dxinv of variable inverse_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name dvsfc of variable cumulative_surface_y_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_stateout_type of variable GFS_stateout_type from new to old metadata +INFO: Converting local name qg of variable cloud_graupel_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name nmtvr of variable number_of_statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name nseed of variable cellular_automata_seed_frequency from new to old metadata +INFO: Converting local name nlives of variable cellular_automata_lifetime from new to old metadata +INFO: Converting local name vegf1d of variable perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name slc of variable volume_fraction_of_unfrozen_soil_moisture from new to old metadata +INFO: Converting local name hice of variable sea_ice_thickness from new to old metadata +INFO: Converting local name mbota of variable model_layer_number_at_cloud_base from new to old metadata +INFO: Converting local name ncnvw of variable index_for_convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name flqc of variable surface_exchange_coefficient_for_moisture from new to old metadata +INFO: Converting local name imfshalcnv_samf of variable flag_for_samf_shallow_convection_scheme from new to old metadata +INFO: Converting local name ntdiag of variable diagnostics_control_for_chemical_tracers from new to old metadata +INFO: Converting local name c1_shal of variable detrainment_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name con_g of variable gravitational_acceleration from new to old metadata +INFO: Converting local name je of variable ending_y_direction_index from new to old metadata +INFO: Converting local name hprime(:,1) of variable standard_deviation_of_subgrid_orography from new to old metadata +INFO: Converting local name lh of variable surface_latent_heat from new to old metadata +INFO: Converting local name v10max of variable maximum_v_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfcg of variable instantaneous_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name mg_ninst of variable mg_ice_concentration_constant from new to old metadata +INFO: Converting local name lwhd of variable tendency_of_air_temperature_due_to_longwave_heating_for_idea from new to old metadata +INFO: Converting local name ntkev of variable index_for_turbulent_kinetic_energy_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name fm10 of variable Monin_Obukhov_similarity_function_for_momentum_at_10m from new to old metadata +INFO: Converting local name phour of variable forecast_time_at_previous_timestep from new to old metadata +INFO: Converting local name phys_hydrostatic of variable flag_for_hydrostatic_heating_from_physics from new to old metadata +INFO: Converting local name nswsfci of variable surface_net_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_graupel_effective_radius) of variable effective_radius_of_stratiform_cloud_graupel_particle_in_um from new to old metadata +INFO: Converting local name ngeffr of variable index_for_graupel_effective_radius from new to old metadata +INFO: Converting local name kt of variable vertical_index_difference_between_layer_and_upper_bound from new to old metadata +INFO: Converting local name GFS_tbd_type of variable GFS_tbd_type from new to old metadata +INFO: Converting local name tsurf_ocean of variable surface_skin_temperature_after_iteration_over_ocean from new to old metadata +INFO: Converting local name gu0(:,1) of variable x_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name akap of variable kappa_dry_for_fast_physics from new to old metadata +INFO: Converting local name lsm of variable flag_for_land_surface_scheme from new to old metadata +INFO: Converting local name nscav of variable number_of_tracers_scavenged from new to old metadata +INFO: Converting local name ffmm of variable Monin_Obukhov_similarity_function_for_momentum from new to old metadata +INFO: Converting local name nnirbm_cpl of variable cumulative_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tau_mtb of variable instantaneous_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name snicexy of variable snow_layer_ice from new to old metadata +INFO: Converting local name flag_guess of variable flag_for_guess_run from new to old metadata +INFO: Converting local name dnirbm_cpl of variable cumulative_surface_downwelling_direct_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name chh_ocean of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name dtsfci_cpl of variable instantaneous_surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name flgmin of variable minimum_large_ice_fraction from new to old metadata +INFO: Converting local name t02max of variable maximum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tconvtend of variable tendency_of_air_temperature_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name zorl of variable surface_roughness_length from new to old metadata +INFO: Converting local name coslat of variable cosine_of_latitude from new to old metadata +INFO: Converting local name pertalb of variable magnitude_of_surface_albedo_perturbation from new to old metadata +INFO: Converting local name aecm of variable instantaneous_aerosol_column_mass_densities from new to old metadata +INFO: Converting local name con_rv of variable gas_constant_water_vapor from new to old metadata +INFO: Converting local name wminco of variable cloud_condensed_water_conversion_threshold from new to old metadata +INFO: Converting local name fastcpxy of variable fast_soil_pool_mass_content_of_carbon from new to old metadata +INFO: Converting local name kind_grid of variable kind_grid from new to old metadata +INFO: Converting local name stress of variable surface_wind_stress from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer from new to old metadata +INFO: Converting local name rhc of variable critical_relative_humidity from new to old metadata +INFO: Converting local name tsfco of variable sea_surface_temperature from new to old metadata +INFO: Converting local name tau_ngw of variable instantaneous_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tsfcl of variable surface_skin_temperature_over_land from new to old metadata +INFO: Converting local name clouds(:,:,7) of variable mean_effective_radius_for_rain_drop from new to old metadata +INFO: Converting local name con_cliq of variable specific_heat_of_liquid_water_at_constant_pressure from new to old metadata +INFO: Converting local name zmtb of variable height_of_mountain_blocking from new to old metadata +INFO: Converting local name ulwsfcin_cpl of variable surface_upwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name dlwsfc_cpl of variable cumulative_surface_downwelling_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcdlw of variable surface_downwelling_longwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name t1 of variable air_temperature_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name ntiw of variable index_for_ice_cloud_condensate from new to old metadata +INFO: Converting local name bl_mynn_mixlength of variable mixing_length_flag from new to old metadata +INFO: Converting local name faerlw(:,:,:,1) of variable aerosol_optical_depth_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name ozpl of variable ozone_forcing from new to old metadata +INFO: Converting local name dlength of variable characteristic_grid_length_scale from new to old metadata +INFO: Converting local name slag of variable equation_of_time from new to old metadata +INFO: Converting local name ntot2d of variable number_of_fields_in_phyf2d from new to old metadata +INFO: Converting local name iopt_run of variable flag_for_runoff_and_groundwater_option from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_number_concentration) of variable cloud_droplet_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name sneqvoxy of variable snow_mass_at_previous_time_step from new to old metadata +INFO: Converting local name con_rhw0 of variable sea_water_reference_density from new to old metadata +INFO: Converting local name mtopa of variable model_layer_number_at_cloud_top from new to old metadata +INFO: Converting local name dlqf of variable condensate_fraction_detrained_in_updraft_layers from new to old metadata +INFO: Converting local name levi of variable vertical_interface_dimension from new to old metadata +INFO: Converting local name do_shoc of variable flag_for_shoc from new to old metadata +INFO: Converting local name du3dt_tms of variable time_integral_of_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name snow_cpl of variable lwe_thickness_of_snow_amount_for_coupling from new to old metadata +INFO: Converting local name pkz of variable finite_volume_mean_edge_pressure_raised_to_the_power_of_kappa from new to old metadata +INFO: Converting local name nn of variable number_of_tracers_for_convective_transport from new to old metadata +INFO: Converting local name do_sat_adj of variable flag_for_saturation_adjustment_for_microphysics_in_dynamics from new to old metadata +INFO: Converting local name dx of variable cell_size from new to old metadata +INFO: Converting local name do_ugwp of variable do_ugwp from new to old metadata +INFO: Converting local name rain of variable lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name iopt_crs of variable flag_for_canopy_stomatal_resistance_option from new to old metadata +INFO: Converting local name qgrs(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer from new to old metadata +INFO: Converting local name ntqv of variable index_for_water_vapor from new to old metadata +INFO: Converting local name t02min of variable minimum_temperature_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name imp_physics_gfdl of variable flag_for_gfdl_microphysics_scheme from new to old metadata +INFO: Converting local name lprnt of variable flag_print from new to old metadata +INFO: Converting local name gabsbdlw_ice of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ice from new to old metadata +INFO: Converting local name imp_physics_thompson of variable flag_for_thompson_microphysics_scheme from new to old metadata +INFO: Converting local name ctei_rm of variable critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name tseal of variable surface_skin_temperature_for_nsst from new to old metadata +INFO: Converting local name dusfc_fd of variable integrated_x_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name dusfcin_cpl of variable surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name slope of variable surface_slope_classification_real from new to old metadata +INFO: Converting local name htrlw of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name mg_qcmin(2) of variable mg_minimum_ice_mixing_ratio from new to old metadata +INFO: Converting local name tice of variable sea_ice_temperature_interstitial from new to old metadata +INFO: Converting local name adjvisbmu of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dvgwd of variable time_integral_of_y_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name dusfc_cice of variable surface_x_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name errmsg of variable ccpp_error_message from new to old metadata +INFO: Converting local name flag_cice of variable flag_for_cice from new to old metadata +INFO: Converting local name Coupling of variable GFS_coupling_type_instance from new to old metadata +INFO: Converting local name cs_parm(3) of variable detrainment_and_precipitation_tunable_parameter_3_CS from new to old metadata +INFO: Converting local name snliqxy of variable snow_layer_liquid_water from new to old metadata +INFO: Converting local name mstrat of variable flag_for_moorthi_stratus from new to old metadata +INFO: Converting local name imfdeepcnv_sas of variable flag_for_sas_deep_convection_scheme from new to old metadata +INFO: Converting local name weasd_ice of variable water_equivalent_accumulated_snow_depth_over_ice from new to old metadata +INFO: Converting local name bl_mynn_edmf_mom of variable edmf_momentum_transport_flag from new to old metadata +INFO: Converting local name npdf3d of variable number_of_3d_arrays_associated_with_pdf_based_clouds from new to old metadata +INFO: Converting local name dq3dt(:,:,2) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_deep_convection from new to old metadata +INFO: Converting local name w_upi of variable vertical_velocity_for_updraft from new to old metadata +INFO: Converting local name qlyr of variable water_vapor_specific_humidity_at_layer_for_radiation from new to old metadata +INFO: Converting local name fm10_ice of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ice from new to old metadata +INFO: Converting local name qgl of variable local_graupel_mixing_ratio from new to old metadata +INFO: Converting local name gt0(:,1) of variable air_temperature_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name ccpp_t of variable ccpp_t from new to old metadata +INFO: Converting local name clouds(:,:,4) of variable cloud_ice_water_path from new to old metadata +INFO: Converting local name rain_cpl of variable lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name bl_mynn_cloudmix of variable cloud_specie_mix_flag from new to old metadata +INFO: Converting local name tgxy of variable ground_temperature_for_noahmp from new to old metadata +INFO: Converting local name gfluxi of variable instantaneous_surface_ground_heat_flux from new to old metadata +INFO: Converting local name oa4 of variable asymmetry_of_subgrid_orography from new to old metadata +INFO: Converting local name refdmax of variable maximum_reflectivity_at_1km_agl_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name GFS_Data(ccpp_block_number) of variable GFS_data_type_instance from new to old metadata +INFO: Converting local name dvsfc_cpl of variable cumulative_surface_y_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name shocaftcnv of variable flag_for_shoc_after_convection from new to old metadata +INFO: Converting local name mg_rhmini of variable mg_minimum_rh_for_ice from new to old metadata +INFO: Converting local name t2mi_cpl of variable instantaneous_temperature_at_2m_for_coupling from new to old metadata +INFO: Converting local name GFS_Interstitial(ccpp_thread_number) of variable GFS_interstitial_type_instance from new to old metadata +INFO: Converting local name thrd_no of variable ccpp_thread_number from new to old metadata +INFO: Converting local name evbs of variable soil_upward_latent_heat_flux from new to old metadata +INFO: Converting local name dtdtr of variable tendency_of_air_temperature_due_to_radiative_heating_on_physics_time_step from new to old metadata +INFO: Converting local name spfhmin of variable minimum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name xsaixy of variable stem_area_index from new to old metadata +INFO: Converting local name lsoil of variable soil_vertical_dimension from new to old metadata +INFO: Converting local name mg_ts_auto_ice of variable mg_time_scale_for_autoconversion_of_ice from new to old metadata +INFO: Converting local name ca_deep of variable fraction_of_cellular_automata_for_deep_convection from new to old metadata +INFO: Converting local name work1 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_liquid_water_effective_radius) of variable effective_radius_of_stratiform_cloud_liquid_water_particle_in_um from new to old metadata +INFO: Converting local name nleffr of variable index_for_cloud_liquid_water_effective_radius from new to old metadata +INFO: Converting local name dlwsfci of variable surface_downwelling_longwave_flux from new to old metadata +INFO: Converting local name mg_nicons of variable mg_flag_ice_concentration_constant from new to old metadata +INFO: Converting local name faersw(:,:,:,1) of variable aerosol_optical_depth_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name xt of variable diurnal_thermocline_layer_heat_content from new to old metadata +INFO: Converting local name prsl of variable air_pressure from new to old metadata +INFO: Converting local name cv of variable fraction_of_convective_cloud from new to old metadata +INFO: Converting local name blksz of variable horizontal_block_size from new to old metadata +INFO: Converting local name pertvegf of variable magnitude_of_perturbation_of_vegetation_fraction from new to old metadata +INFO: Converting local name gq0(:,:,index_for_cloud_amount) of variable cloud_fraction_updated_by_physics from new to old metadata +INFO: Converting local name ntclamt of variable index_for_cloud_amount from new to old metadata +INFO: Converting local name zorlo of variable surface_roughness_length_over_ocean from new to old metadata +INFO: Converting local name te0 of variable atmosphere_energy_content_at_Lagrangian_surface from new to old metadata +INFO: Converting local name ktop of variable vertical_index_at_cloud_top from new to old metadata +INFO: Converting local name prevsq of variable moisture_from_previous_timestep from new to old metadata +INFO: Converting local name kpbl of variable vertical_index_at_top_of_atmosphere_boundary_layer from new to old metadata +INFO: Converting local name ncells of variable cellular_automata_finer_grid from new to old metadata +INFO: Converting local name cnvc of variable convective_cloud_cover from new to old metadata +INFO: Converting local name totprcp of variable accumulated_lwe_thickness_of_precipitation_amount from new to old metadata +INFO: Converting local name cgwf of variable multiplication_factors_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name do_shum of variable flag_for_stochastic_shum_option from new to old metadata +INFO: Converting local name save_q of variable tracer_concentration_save from new to old metadata +INFO: Converting local name h2o_pres of variable natural_log_of_h2o_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name iopt_snf of variable flag_for_precipitation_partition_option from new to old metadata +INFO: Converting local name c0s_shal of variable rain_conversion_parameter_shallow_convection from new to old metadata +INFO: Converting local name zwtxy of variable water_table_depth from new to old metadata +INFO: Converting local name qr of variable cloud_rain_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dzlyr of variable layer_thickness_for_radiation from new to old metadata +INFO: Converting local name taussxy of variable nondimensional_snow_age from new to old metadata +INFO: Converting local name tsfa of variable surface_air_temperature_for_radiation from new to old metadata +INFO: Converting local name snoalb of variable upper_bound_on_max_albedo_over_deep_snow from new to old metadata +INFO: Converting local name xs of variable sea_water_salinity from new to old metadata +INFO: Converting local name dvsfci_cpl of variable instantaneous_surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name xlat of variable latitude from new to old metadata +INFO: Converting local name ugrs of variable x_wind from new to old metadata +INFO: Converting local name shdmin of variable minimum_vegetation_area_fraction from new to old metadata +INFO: Converting local name nnirdfi_cpl of variable instantaneous_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name microp_uniform of variable mg_flag_for_uniform_subcolumns from new to old metadata +INFO: Converting local name frland of variable land_area_fraction_for_microphysics from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_friendly_aerosols) of variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name oz_pres of variable natural_log_of_ozone_forcing_data_pressure_levels from new to old metadata +INFO: Converting local name zlwb of variable time_integral_of_height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qss of variable surface_specific_humidity from new to old metadata +INFO: Converting local name dry of variable flag_nonzero_land_surface_fraction from new to old metadata +INFO: Converting local name bk of variable b_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name cdmbgwd of variable multiplication_factors_for_mountain_blocking_and_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name prauras of variable coefficient_from_cloud_water_to_rain_ras from new to old metadata +INFO: Converting local name swhtr of variable flag_for_output_of_shortwave_heating_rate from new to old metadata +INFO: Converting local name zorl_land of variable surface_roughness_length_over_land_interstitial from new to old metadata +INFO: Converting local name t2m of variable temperature_at_2m from new to old metadata +INFO: Converting local name tau_ogw of variable instantaneous_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name shoc_parm(3) of variable shoc_tke_dissipation_tunable_parameter_near_surface from new to old metadata +INFO: Converting local name gflx_ice of variable upward_heat_flux_in_soil_over_ice from new to old metadata +INFO: Converting local name nspc1 of variable number_of_species_for_aerosol_optical_depth from new to old metadata +INFO: Converting local name drain_cpl of variable tendency_of_lwe_thickness_of_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name phis of variable surface_geopotential_at_Lagrangian_surface from new to old metadata +INFO: Converting local name q2mi_cpl of variable instantaneous_specific_humidity_at_2m_for_coupling from new to old metadata +INFO: Converting local name zogw of variable time_integral_of_height_of_launch_level_of_orographic_gravity_wave from new to old metadata +INFO: Converting local name prsi of variable air_pressure_at_interface from new to old metadata +INFO: Converting local name aerodp of variable atmosphere_optical_thickness_due_to_ambient_aerosol_particles from new to old metadata +INFO: Converting local name shal_cnv of variable flag_for_shallow_convection from new to old metadata +INFO: Converting local name icsdlw of variable seed_random_numbers_lw from new to old metadata +INFO: Converting local name ncld of variable number_of_hydrometeors from new to old metadata +INFO: Converting local name gasvmr(:,:,6) of variable volume_mixing_ratio_cfc11 from new to old metadata +INFO: Converting local name tracers_water of variable number_of_water_tracers from new to old metadata +INFO: Converting local name nscyc of variable number_of_timesteps_between_surface_cycling_calls from new to old metadata +INFO: Converting local name dswsfc_cpl of variable cumulative_surface_downwelling_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name adjvisdfu of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name cs_parm(2) of variable updraft_velocity_tunable_parameter_2_CS from new to old metadata +INFO: Converting local name lsswr of variable flag_to_calc_sw from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_gf_shallow_convection_scheme from new to old metadata +INFO: Converting local name kinver of variable index_of_highest_temperature_inversion from new to old metadata +INFO: Converting local name tslb of variable soil_temperature_for_land_surface_model from new to old metadata +INFO: Converting local name weasd of variable water_equivalent_accumulated_snow_depth from new to old metadata +INFO: Converting local name tisfc of variable sea_ice_temperature from new to old metadata +INFO: Converting local name faerlw of variable aerosol_optical_properties_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name logunit of variable iounit_log from new to old metadata +INFO: Converting local name fast_mp_consv of variable flag_for_fast_microphysics_energy_conservation from new to old metadata +INFO: Converting local name cnv_mfd of variable detrained_mass_flux from new to old metadata +INFO: Converting local name zvir of variable ratio_of_vapor_to_dry_air_gas_constants_minus_one_default_kind from new to old metadata +INFO: Converting local name jed of variable ending_y_direction_index_domain from new to old metadata +INFO: Converting local name gasvmr(:,:,3) of variable volume_mixing_ratio_ch4 from new to old metadata +INFO: Converting local name sfcdsw of variable surface_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name hydrostatic of variable flag_for_hydrostatic_solver_for_fast_physics from new to old metadata +INFO: Converting local name dvsfc_bl of variable integrated_y_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name Grid of variable GFS_grid_type_instance from new to old metadata +INFO: Converting local name ncnd of variable number_of_cloud_condensate_types from new to old metadata +INFO: Converting local name LTP of variable extra_top_layer from new to old metadata +INFO: Converting local name zm of variable ocean_mixed_layer_thickness from new to old metadata +INFO: Converting local name shoc_parm(2) of variable shoc_tke_dissipation_tunable_parameter from new to old metadata +INFO: Converting local name cdec of variable cosine_of_solar_declination_angle from new to old metadata +INFO: Converting local name npzq_con of variable vertical_dimension_for_condensed_water_at_Lagrangian_surface from new to old metadata +INFO: Converting local name rmol of variable reciprocal_of_obukhov_length from new to old metadata +INFO: Converting local name snowxy of variable number_of_snow_layers from new to old metadata +INFO: Converting local name hflx_land of variable kinematic_surface_upward_sensible_heat_flux_over_land from new to old metadata +INFO: Converting local name clw of variable convective_transportable_tracers from new to old metadata +INFO: Converting local name srflag of variable flag_for_precipitation_type from new to old metadata +INFO: Converting local name suntim of variable duration_of_sunshine from new to old metadata +INFO: Converting local name isot of variable soil_type_dataset_choice from new to old metadata +INFO: Converting local name isol of variable flag_for_solar_constant from new to old metadata +INFO: Converting local name th2m of variable potential_temperature_at_2m from new to old metadata +INFO: Converting local name hpbl of variable atmosphere_boundary_layer_thickness from new to old metadata +INFO: Converting local name cd of variable surface_drag_coefficient_for_momentum_in_air from new to old metadata +INFO: Converting local name dusfc_ls of variable integrated_x_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name do_sppt of variable flag_for_stochastic_surface_physics_perturbations from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_water_mixing_ratio_in_phy_f3d) of variable convective_cloud_water_mixing_ratio_in_phy_f3d from new to old metadata +INFO: Converting local name rb_ice of variable bulk_richardson_number_at_lowest_model_level_over_ice from new to old metadata +INFO: Converting local name itc of variable number_of_aerosol_tracers_for_convection from new to old metadata +INFO: Converting local name Cldprop of variable GFS_cldprop_type_instance from new to old metadata +INFO: Converting local name grav_settling of variable grav_settling from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntinc of variable index_for_ice_cloud_number_concentration from new to old metadata +INFO: Converting local name iopt_inf of variable flag_for_frozen_soil_permeability_option from new to old metadata +INFO: Converting local name c0s_deep of variable rain_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dtaux2d_ls of variable x_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name phy_myj_qz0 of variable specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iovr_sw of variable flag_for_max_random_overlap_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name icliq_sw of variable flag_for_optical_property_for_liquid_clouds_for_shortwave_radiation from new to old metadata +INFO: Converting local name psmean of variable cumulative_surface_pressure_multiplied_by_timestep from new to old metadata +INFO: Converting local name cmm_ocean of variable surface_drag_wind_speed_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name shcnvcw of variable flag_shallow_convective_cloud from new to old metadata +INFO: Converting local name drain of variable subsurface_runoff_flux from new to old metadata +INFO: Converting local name ak of variable a_parameter_of_the_hybrid_coordinate from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_liquid_cloud_number_concentration) of variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name sfc_z0_type of variable flag_for_surface_roughness_option_over_ocean from new to old metadata +INFO: Converting local name cvt of variable pressure_at_top_of_convective_cloud from new to old metadata +INFO: Converting local name gwd_opt of variable gwd_opt from new to old metadata +INFO: Converting local name snowmp of variable lwe_thickness_of_snow_amount from new to old metadata +INFO: Converting local name ncnvcld3d of variable number_of_convective_3d_cloud_fields from new to old metadata +INFO: Converting local name cape of variable convective_available_potential_energy_for_coupling from new to old metadata +INFO: Converting local name du3dt_ogw of variable time_integral_of_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name te0_2d of variable atmosphere_energy_content_in_column from new to old metadata +INFO: Converting local name dsnowprv of variable snow_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name chh of variable surface_drag_mass_flux_for_heat_and_moisture_in_air from new to old metadata +INFO: Converting local name dt3dt(:,:,5) of variable cumulative_change_in_temperature_due_to_shal_convection from new to old metadata +INFO: Converting local name cplwav of variable flag_for_wave_coupling from new to old metadata +INFO: Converting local name clw(:,:,2) of variable cloud_condensed_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name shoc_parm(1) of variable shoc_tke_dissipatation_pressure_threshold from new to old metadata +INFO: Converting local name oro_uf of variable orography_unfiltered from new to old metadata +INFO: Converting local name peln of variable log_pressure_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gasvmr(:,:,8) of variable volume_mixing_ratio_cfc22 from new to old metadata +INFO: Converting local name pertzt of variable magnitude_of_perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name clouds(:,:,1) of variable total_cloud_fraction from new to old metadata +INFO: Converting local name iaer of variable flag_for_default_aerosol_effect_in_shortwave_radiation from new to old metadata +INFO: Converting local name wet1 of variable normalized_soil_wetness from new to old metadata +INFO: Converting local name npz of variable vertical_dimension_for_fast_physics from new to old metadata +INFO: Converting local name cal_pre of variable flag_for_precipitation_type_algorithm from new to old metadata +INFO: Converting local name lmk of variable adjusted_vertical_layer_dimension_for_radiation from new to old metadata +INFO: Converting local name kind_phys of variable kind_phys from new to old metadata +INFO: Converting local name Sfcprop of variable GFS_sfcprop_type_instance from new to old metadata +INFO: Converting local name wslakexy of variable lake_water_storage from new to old metadata +INFO: Converting local name f10m of variable ratio_of_wind_at_lowest_model_layer_and_wind_at_10m from new to old metadata +INFO: Converting local name gasvmr(:,:,1) of variable volume_mixing_ratio_co2 from new to old metadata +INFO: Converting local name q2mp of variable specific_humidity_at_2m_from_noahmp from new to old metadata +INFO: Converting local name lwhc of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_timestep from new to old metadata +INFO: Converting local name snowd_ice of variable surface_snow_thickness_water_equivalent_over_ice from new to old metadata +INFO: Converting local name lsnow_lsm_lbound of variable lower_bound_of_snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name mg_dcs of variable mg_autoconversion_size_threshold_ice_snow from new to old metadata +INFO: Converting local name rhgrd of variable fa_threshold_relative_humidity_for_onset_of_condensation from new to old metadata +INFO: Converting local name dudt_ogw of variable instantaneous_change_in_x_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name slmsk of variable sea_land_ice_mask_real from new to old metadata +INFO: Converting local name ictm of variable flag_for_initial_time_date_control from new to old metadata +INFO: Converting local name qss_ocean of variable surface_specific_humidity_over_ocean from new to old metadata +INFO: Converting local name tsfc of variable surface_skin_temperature from new to old metadata +INFO: Converting local name prsik of variable dimensionless_exner_function_at_model_interfaces from new to old metadata +INFO: Converting local name t2mmp of variable temperature_at_2m_from_noahmp from new to old metadata +INFO: Converting local name tau_ogw of variable time_integral_of_momentum_flux_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name topflw_type of variable topflw_type from new to old metadata +INFO: Converting local name cnv_nice of variable number_concentration_of_ice_crystals_for_detrainment from new to old metadata +INFO: Converting local name cscnv of variable flag_for_Chikira_Sugiyama_deep_convection from new to old metadata +INFO: Converting local name u10mi_cpl of variable instantaneous_x_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name fh2_ocean of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ocean from new to old metadata +INFO: Converting local name phii of variable geopotential_at_interface from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel) of variable graupel_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name ntgl of variable index_for_graupel from new to old metadata +INFO: Converting local name nvisdfi_cpl of variable instantaneous_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name norad_precip of variable flag_for_precipitation_effect_on_radiation from new to old metadata +INFO: Converting local name dq3dt(:,:,5) of variable cumulative_change_in_ozone_mixing_ratio_due_to_PBL from new to old metadata +INFO: Converting local name dusfcg of variable instantaneous_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name stype of variable soil_type_classification_real from new to old metadata +INFO: Converting local name lwhtr of variable flag_for_output_of_longwave_heating_rate from new to old metadata +INFO: Converting local name skebv_wts of variable weights_for_stochastic_skeb_perturbation_of_y_wind_flipped from new to old metadata +INFO: Converting local name prnum of variable prandtl_number from new to old metadata +INFO: Converting local name dtsfcin_cpl of variable surface_upward_sensible_heat_flux_for_coupling from new to old metadata +INFO: Converting local name sigmatot of variable convective_updraft_area_fraction_at_model_interfaces from new to old metadata +INFO: Converting local name rann of variable random_number_array from new to old metadata +INFO: Converting local name work2 of variable grid_size_related_coefficient_used_in_scale_sensitive_schemes_complement from new to old metadata +INFO: Converting local name ep1d_land of variable surface_upward_potential_latent_heat_flux_over_land from new to old metadata +INFO: Converting local name num_p3d of variable array_dimension_of_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name frac_grid of variable flag_for_fractional_grid from new to old metadata +INFO: Converting local name dtdtc of variable tendency_of_air_temperature_due_to_radiative_heating_assuming_clear_sky from new to old metadata +INFO: Converting local name chxy of variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp from new to old metadata +INFO: Converting local name dtauy2d_bl of variable y_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name dtsfc of variable cumulative_surface_upward_sensible_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name gflx_ocean of variable upward_heat_flux_in_soil_over_ocean from new to old metadata +INFO: Converting local name deeprechxy of variable water_table_recharge_when_deep from new to old metadata +INFO: Converting local name imfshalcnv_sas of variable flag_for_sas_shallow_convection_scheme from new to old metadata +INFO: Converting local name woodxy of variable wood_mass from new to old metadata +INFO: Converting local name phy_f3d(:,:,3) of variable air_temperature_at_previous_time_step from new to old metadata +INFO: Converting local name otspt of variable flag_convective_tracer_transport from new to old metadata +INFO: Converting local name tsurf of variable surface_skin_temperature_after_iteration from new to old metadata +INFO: Converting local name phy_f2d(:,array_dimension_of_2d_arrays_for_microphysics) of variable surface_wind_enhancement_due_to_convection from new to old metadata +INFO: Converting local name num_p2d of variable array_dimension_of_2d_arrays_for_microphysics from new to old metadata +INFO: Converting local name diss_est of variable dissipation_estimate_of_air_temperature_at_model_layers from new to old metadata +INFO: Converting local name ffmm_land of variable Monin_Obukhov_similarity_function_for_momentum_over_land from new to old metadata +INFO: Converting local name imfshalcnv of variable flag_for_mass_flux_shallow_convection_scheme from new to old metadata +INFO: Converting local name iopt_rad of variable flag_for_radiation_transfer_option from new to old metadata +INFO: Converting local name effr_in of variable flag_for_cloud_effective_radii from new to old metadata +INFO: Converting local name Sh3D of variable stability_function_for_heat from new to old metadata +INFO: Converting local name con_sbc of variable stefan_boltzmann_constant from new to old metadata +INFO: Converting local name phy_myj_z0base of variable baseline_surface_roughness_length from new to old metadata +INFO: Converting local name pertshc of variable magnitude_of_perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name f_ice of variable fraction_of_ice_water_cloud from new to old metadata +INFO: Converting local name qs of variable cloud_snow_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name iflip of variable flag_for_vertical_index_direction_control from new to old metadata +INFO: Converting local name draincprv of variable convective_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name icsdsw of variable seed_random_numbers_sw from new to old metadata +INFO: Converting local name dtaux2d_bl of variable x_momentum_tendency_from_blocking_drag from new to old metadata +INFO: Converting local name uustar_ocean of variable surface_friction_velocity_over_ocean from new to old metadata +INFO: Converting local name zlwb of variable height_of_low_level_wave_breaking from new to old metadata +INFO: Converting local name sigma of variable slope_of_subgrid_orography from new to old metadata +INFO: Converting local name cd_land of variable surface_drag_coefficient_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name shoc_parm(5) of variable shoc_flag_for_optional_surface_TKE_dissipation from new to old metadata +INFO: Converting local name qss_ice of variable surface_specific_humidity_over_ice from new to old metadata +INFO: Converting local name graupel of variable lwe_thickness_of_graupel_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_myjsfc of variable do_myjsfc from new to old metadata +INFO: Converting local name htsw0 of variable tendency_of_air_temperature_due_to_shortwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name ep of variable cumulative_surface_upward_potential_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name tprcp of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dnirdf_cpl of variable cumulative_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name qwv_surf of variable water_vapor_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name fm10_ocean of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_ocean from new to old metadata +INFO: Converting local name QC_BL of variable subgrid_cloud_mixing_ratio_pbl from new to old metadata +INFO: Converting local name adjsfculw_ice of variable surface_upwelling_longwave_flux_over_ice_interstitial from new to old metadata +INFO: Converting local name tsfci_cpl of variable instantaneous_surface_skin_temperature_for_coupling from new to old metadata +INFO: Converting local name pertz0 of variable magnitude_of_perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name eahxy of variable canopy_air_vapor_pressure from new to old metadata +INFO: Converting local name cnv_dqldt of variable tendency_of_cloud_water_due_to_convective_microphysics from new to old metadata +INFO: Converting local name gq0 of variable tracer_concentration_updated_by_physics from new to old metadata +INFO: Converting local name iopt_dveg of variable flag_for_dynamic_vegetation_option from new to old metadata +INFO: Converting local name gv0(:,1) of variable y_wind_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name first_time_step of variable flag_for_first_time_step from new to old metadata +INFO: Converting local name dtaux2d_ss of variable x_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name wetdpl of variable instantaneous_large_scale_wet_deposition from new to old metadata +INFO: Converting local name cndm_surf of variable surface_condensation_mass from new to old metadata +INFO: Converting local name cmm_land of variable surface_drag_wind_speed_for_momentum_in_air_over_land from new to old metadata +INFO: Converting local name fh2 of variable Monin_Obukhov_similarity_function_for_heat_at_2m from new to old metadata +INFO: Converting local name gw_dudt of variable tendency_of_x_wind_due_to_ugwp from new to old metadata +INFO: Converting local name shinhong of variable flag_for_scale_aware_Shinhong_PBL from new to old metadata +INFO: Converting local name maxMF of variable maximum_mass_flux from new to old metadata +INFO: Converting local name gu0 of variable x_wind_updated_by_physics from new to old metadata +INFO: Converting local name ncstrac of variable number_of_tracers_for_CS from new to old metadata +INFO: Converting local name do_qa of variable flag_for_inline_cloud_fraction_calculation from new to old metadata +INFO: Converting local name pgr of variable surface_air_pressure from new to old metadata +INFO: Converting local name del of variable air_pressure_difference_between_midlayers from new to old metadata +INFO: Converting local name nqrimef of variable index_for_mass_weighted_rime_factor from new to old metadata +INFO: Converting local name du3dt(:,:,1) of variable cumulative_change_in_x_wind_due_to_PBL from new to old metadata +INFO: Converting local name raincs of variable lwe_thickness_of_shallow_convective_precipitation_amount from new to old metadata +INFO: Converting local name sdec of variable sine_of_solar_declination_angle from new to old metadata +INFO: Converting local name xlaixy of variable leaf_area_index from new to old metadata +INFO: Converting local name iopt_alb of variable flag_for_ground_snow_surface_albedo_option from new to old metadata +INFO: Converting local name moninq_fac of variable atmosphere_diffusivity_coefficient_factor from new to old metadata +INFO: Converting local name work3 of variable ratio_of_exner_function_between_midlayer_and_interface_at_lowest_model_layer from new to old metadata +INFO: Converting local name adjnirbmd of variable surface_downwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name imp_physics_zhao_carr_pdf of variable flag_for_zhao_carr_pdf_microphysics_scheme from new to old metadata +INFO: Converting local name dv3dt(:,:,3) of variable cumulative_change_in_y_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name evcwa of variable cumulative_canopy_upward_latent_heat_flu_multiplied_by_timestep from new to old metadata +INFO: Converting local name lsm_noah of variable flag_for_noah_land_surface_scheme from new to old metadata +INFO: Converting local name ntk of variable index_for_turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name qsnw of variable local_snow_water_mixing_ratio from new to old metadata +INFO: Converting local name edmf_thl of variable emdf_updraft_theta_l from new to old metadata +INFO: Converting local name crtrh(2) of variable critical_relative_humidity_at_PBL_top from new to old metadata +INFO: Converting local name xv of variable diurnal_thermocline_layer_y_current from new to old metadata +INFO: Converting local name rlapse of variable air_temperature_lapse_rate_constant from new to old metadata +INFO: Converting local name clw(:,:,1) of variable ice_water_mixing_ratio_convective_transport_tracer from new to old metadata +INFO: Converting local name levozp of variable vertical_dimension_of_ozone_forcing_data from new to old metadata +INFO: Converting local name spfhmax of variable maximum_specific_humidity_at_2m from new to old metadata +INFO: Converting local name runoff of variable surface_runoff_flux from new to old metadata +INFO: Converting local name do_sb_physics of variable mg_flag_for_sb2001_autoconversion from new to old metadata +INFO: Converting local name phy_myj_a1q of variable weight_for_specific_humidity_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name cactiv of variable conv_activity_counter from new to old metadata +INFO: Converting local name clw(:,:,index_for_turbulent_kinetic_energy_convective_transport_tracer) of variable turbulent_kinetic_energy_convective_transport_tracer from new to old metadata +INFO: Converting local name oz_phys_2015 of variable flag_for_2015_ozone_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_snow_number_concentration) of variable snow_number_concentration from new to old metadata +INFO: Converting local name ntsnc of variable index_for_snow_number_concentration from new to old metadata +INFO: Converting local name dlwsfci_cpl of variable instantaneous_surface_downwelling_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name errflg of variable ccpp_error_flag from new to old metadata +INFO: Converting local name kbot of variable vertical_index_at_cloud_base from new to old metadata +INFO: Converting local name clw_surf of variable cloud_condensed_water_mixing_ratio_at_surface from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind from new to old metadata +INFO: Converting local name snowprv of variable lwe_thickness_of_snow_amount_from_previous_timestep from new to old metadata +INFO: Converting local name spec_adv of variable flag_for_individual_cloud_species_advected from new to old metadata +INFO: Converting local name rainmp of variable lwe_thickness_of_explicit_rain_amount from new to old metadata +INFO: Converting local name jdat of variable forecast_date_and_time from new to old metadata +INFO: Converting local name ntrcaer of variable number_of_aerosol_tracers_MG from new to old metadata +INFO: Converting local name gflux of variable cumulative_surface_ground_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name q1 of variable water_vapor_specific_humidity_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gq0(:,1,index_for_water_vapor) of variable water_vapor_specific_humidity_at_lowest_model_layer_updated_by_physics from new to old metadata +INFO: Converting local name nday of variable daytime_points_dimension from new to old metadata +INFO: Converting local name cs_parm(9) of variable entrainment_efficiency_tunable_parameter_9_CS from new to old metadata +INFO: Converting local name flx_form of variable flag_flux_form_CS from new to old metadata +INFO: Converting local name dtsfc_cpl of variable cumulative_surface_upward_sensible_heat_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name nstf_name(1) of variable flag_for_nsstm_run from new to old metadata +INFO: Converting local name ca_sgs of variable flag_for_sgs_cellular_automata from new to old metadata +INFO: Converting local name mg_qcmin(1) of variable mg_minimum_cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio from new to old metadata +INFO: Converting local name rilist of variable gas_constants_for_multi_gases_physics from new to old metadata +INFO: Converting local name dtauy2d_ls of variable y_momentum_tendency_from_large_scale_gwd from new to old metadata +INFO: Converting local name oz_coeff of variable number_of_coefficients_in_ozone_forcing_data from new to old metadata +INFO: Converting local name edmf_qt of variable emdf_updraft_total_water from new to old metadata +INFO: Converting local name stmassxy of variable stem_mass from new to old metadata +INFO: Converting local name dgraupelprv of variable graupel_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_mass_weighted_rime_factor) of variable mass_weighted_rime_factor_updated_by_physics from new to old metadata +INFO: Converting local name alnwf of variable mean_nir_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name smoiseq of variable equilibrium_soil_water_content from new to old metadata +INFO: Converting local name psautco of variable coefficient_from_cloud_ice_to_snow from new to old metadata +INFO: Converting local name fhlwr of variable frequency_for_longwave_radiation from new to old metadata +INFO: Converting local name xtts of variable sensitivity_of_dtl_heat_content_to_surface_temperature from new to old metadata +INFO: Converting local name tracers_start_index of variable start_index_of_other_tracers from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_condensate) of variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name jsd of variable starting_y_direction_index_domain from new to old metadata +INFO: Converting local name semis_land of variable surface_longwave_emissivity_over_land_interstitial from new to old metadata +INFO: Converting local name tdomr of variable dominant_rain_type from new to old metadata +INFO: Converting local name conv_act of variable gf_memory_counter from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_number_concentration) of variable ice_number_concentration from new to old metadata +INFO: Converting local name ugrs(:,1) of variable x_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name qicn of variable mass_fraction_of_convective_cloud_ice from new to old metadata +INFO: Converting local name fh2_ice of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_ice from new to old metadata +INFO: Converting local name tsq of variable t_prime_squared from new to old metadata +INFO: Converting local name tdomip of variable dominant_sleet_type from new to old metadata +INFO: Converting local name lslwr of variable flag_to_calc_lw from new to old metadata +INFO: Converting local name GFS_cldprop_type of variable GFS_cldprop_type from new to old metadata +INFO: Converting local name imp_physics of variable flag_for_microphysics_scheme from new to old metadata +INFO: Converting local name sfcalb(:,1) of variable surface_albedo_due_to_near_IR_direct from new to old metadata +INFO: Converting local name mg_do_graupel of variable mg_flag_for_graupel from new to old metadata +INFO: Converting local name soilm of variable soil_moisture_content from new to old metadata +INFO: Converting local name exch_m of variable atmosphere_momentum_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name wetdpc of variable instantaneous_convective_scale_wet_deposition from new to old metadata +INFO: Converting local name el_pbl of variable mixing_length from new to old metadata +INFO: Converting local name ncnvc of variable index_for_convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name fn_nml of variable namelist_filename from new to old metadata +INFO: Converting local name weasd_ocean of variable water_equivalent_accumulated_snow_depth_over_ocean from new to old metadata +INFO: Converting local name evfact_deep of variable rain_evaporation_coefficient_deep_convection from new to old metadata +INFO: Converting local name dqsfc of variable cumulative_surface_upward_latent_heat_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name totgrpb of variable accumulated_lwe_thickness_of_graupel_amount_in_bucket from new to old metadata +INFO: Converting local name trans_aero of variable flag_for_aerosol_convective_transport_and_PBL_diffusion from new to old metadata +INFO: Converting local name dusfc_bl of variable integrated_x_momentum_flux_from_blocking_drag from new to old metadata +INFO: Converting local name gw_kdis of variable eddy_mixing_due_to_ugwp from new to old metadata +INFO: Converting local name mg_qcmin of variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio from new to old metadata +INFO: Converting local name dq3dt(:,:,3) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_shal_convection from new to old metadata +INFO: Converting local name qi of variable cloud_ice_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imfshalcnv_gf of variable flag_for_ntiedtke_shallow_convection_scheme from new to old metadata +INFO: Converting local name zorl_ocean of variable surface_roughness_length_over_ocean_interstitial from new to old metadata +INFO: Converting local name tsfc_ice of variable surface_skin_temperature_over_ice_interstitial from new to old metadata +INFO: Converting local name input_nml_file_length of variable number_of_lines_of_namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name flhc of variable surface_exchange_coefficient_for_heat from new to old metadata +INFO: Converting local name qke of variable tke_at_mass_points from new to old metadata +INFO: Converting local name snowd of variable surface_snow_thickness_water_equivalent from new to old metadata +INFO: Converting local name ncpr of variable local_rain_number_concentration from new to old metadata +INFO: Converting local name ldiag3d of variable flag_diagnostics_3D from new to old metadata +INFO: Converting local name ffhh_ocean of variable Monin_Obukhov_similarity_function_for_heat_over_ocean from new to old metadata +INFO: Converting local name nsamftrac of variable number_of_tracers_for_samf from new to old metadata +INFO: Converting local name con_hvap of variable latent_heat_of_vaporization_of_water_at_0C from new to old metadata +INFO: Converting local name dtaux2d_fd of variable x_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name levh2o of variable vertical_dimension_of_h2o_forcing_data from new to old metadata +INFO: Converting local name ras of variable flag_for_ras_deep_convection from new to old metadata +INFO: Converting local name ialb of variable flag_for_using_climatology_albedo from new to old metadata +INFO: Converting local name raincd of variable lwe_thickness_of_deep_convective_precipitation_amount from new to old metadata +INFO: Converting local name alb1d of variable surface_albedo_perturbation from new to old metadata +INFO: Converting local name nwat of variable number_of_water_species from new to old metadata +INFO: Converting local name dwn_mf of variable cumulative_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name save_t of variable air_temperature_save from new to old metadata +INFO: Converting local name fice of variable sea_ice_concentration from new to old metadata +INFO: Converting local name dvisdf_cpl of variable cumulative_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name cvb of variable pressure_at_bottom_of_convective_cloud from new to old metadata +INFO: Converting local name save_q(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio_save from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_water) of variable snow_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name qrain of variable sensible_heat_flux_due_to_rainfall from new to old metadata +INFO: Converting local name stress_ocean of variable surface_wind_stress_over_ocean from new to old metadata +INFO: Converting local name adjsfculw_land of variable surface_upwelling_longwave_flux_over_land_interstitial from new to old metadata +INFO: Converting local name ndust of variable number_of_dust_bins_for_diagnostics from new to old metadata +INFO: Converting local name GFS_radtend_type of variable GFS_radtend_type from new to old metadata +INFO: Converting local name ngas of variable number_of_gases_for_multi_gases_physics from new to old metadata +INFO: Converting local name diceprv of variable ice_precipitation_rate_from_previous_timestep from new to old metadata +INFO: Converting local name con_ttp of variable triple_point_temperature_of_water from new to old metadata +INFO: Converting local name rechxy of variable water_table_recharge_when_shallow from new to old metadata +INFO: Converting local name ffhh of variable Monin_Obukhov_similarity_function_for_heat from new to old metadata +INFO: Converting local name edmf_w of variable emdf_updraft_vertical_velocity from new to old metadata +INFO: Converting local name sed_supersat of variable mg_allow_supersat_after_sed from new to old metadata +INFO: Converting local name sr of variable ratio_of_snowfall_to_rainfall from new to old metadata +INFO: Converting local name stc of variable soil_temperature from new to old metadata +INFO: Converting local name idate of variable date_and_time_at_model_initialization_reordered from new to old metadata +INFO: Converting local name nctp of variable number_of_cloud_types_CS from new to old metadata +INFO: Converting local name levrp1 of variable number_of_vertical_layers_for_radiation_calculations_plus_one from new to old metadata +INFO: Converting local name v10mmax of variable maximum_y_wind_at_10m from new to old metadata +INFO: Converting local name clouds(:,:,8) of variable cloud_snow_water_path from new to old metadata +INFO: Converting local name dusfc of variable cumulative_surface_x_momentum_flux_for_diag_multiplied_by_timestep from new to old metadata +INFO: Converting local name sfcalb(:,3) of variable surface_albedo_due_to_UV_and_VIS_direct from new to old metadata +INFO: Converting local name zmtnblck of variable level_of_dividing_streamline from new to old metadata +INFO: Converting local name xcosz of variable instantaneous_cosine_of_zenith_angle from new to old metadata +INFO: Converting local name CCPP_interstitial_type of variable CCPP_interstitial_type from new to old metadata +INFO: Converting local name theta of variable angle_from_east_of_maximum_subgrid_orographic_variations from new to old metadata +INFO: Converting local name nbdsw of variable number_of_aerosol_bands_for_shortwave_radiation from new to old metadata +INFO: Converting local name dqsfc1 of variable instantaneous_surface_upward_latent_heat_flux from new to old metadata +INFO: Converting local name htrsw of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep from new to old metadata +INFO: Converting local name gq0(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name ntgnc of variable index_for_graupel_number_concentration from new to old metadata +INFO: Converting local name semis of variable surface_longwave_emissivity from new to old metadata +INFO: Converting local name ca_smooth of variable flag_for_gaussian_spatial_filter from new to old metadata +INFO: Converting local name zhour of variable time_since_diagnostics_zeroed from new to old metadata +INFO: Converting local name uswsfci of variable surface_upwelling_shortwave_flux from new to old metadata +INFO: Converting local name dq3dt(:,:,6) of variable cumulative_change_in_ozone_concentration_due_to_production_and_loss_rate from new to old metadata +INFO: Converting local name con_t0c of variable temperature_at_zero_celsius from new to old metadata +INFO: Converting local name dvsfcin_cpl of variable surface_y_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name runoff of variable total_runoff from new to old metadata +INFO: Converting local name upd_mf of variable cumulative_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_cloud_fraction_in_3d_arrays_for_microphysics) of variable cloud_fraction_for_MG from new to old metadata +INFO: Converting local name indcld of variable index_for_cloud_fraction_in_3d_arrays_for_microphysics from new to old metadata +INFO: Converting local name vegtype of variable vegetation_type_classification from new to old metadata +INFO: Converting local name ied of variable ending_x_direction_index_domain from new to old metadata +INFO: Converting local name transa of variable cumulative_transpiration_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name dt3dt(:,:,2) of variable cumulative_change_in_temperature_due_to_shortwave_radiation from new to old metadata +INFO: Converting local name dvsfc_ls of variable integrated_y_momentum_flux_from_large_scale_gwd from new to old metadata +INFO: Converting local name snowd_ocean of variable surface_snow_thickness_water_equivalent_over_ocean from new to old metadata +INFO: Converting local name clouds(:,:,2) of variable cloud_liquid_water_path from new to old metadata +INFO: Converting local name visbmui of variable surface_upwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name plvl of variable air_pressure_at_interface_for_radiation_in_hPa from new to old metadata +INFO: Converting local name uustar_land of variable surface_friction_velocity_over_land from new to old metadata +INFO: Converting local name phy_myj_akms of variable momentum_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name cnv_fice of variable ice_fraction_in_convective_tower from new to old metadata +INFO: Converting local name nbdlw of variable number_of_aerosol_bands_for_longwave_radiation from new to old metadata +INFO: Converting local name dudt_mtb of variable instantaneous_change_in_x_wind_due_to_mountain_blocking_drag from new to old metadata +INFO: Converting local name rb_ocean of variable bulk_richardson_number_at_lowest_model_level_over_ocean from new to old metadata +INFO: Converting local name ccnorm of variable flag_for_cloud_condensate_normalized_by_cloud_cover from new to old metadata +INFO: Converting local name dqdt of variable tendency_of_tracers_due_to_model_physics from new to old metadata +INFO: Converting local name u10m of variable x_wind_at_10m from new to old metadata +INFO: Converting local name tmpmin of variable minimum_temperature_at_2m from new to old metadata +INFO: Converting local name save_u of variable x_wind_save from new to old metadata +INFO: Converting local name tsnow of variable snow_temperature_bottom_first_layer from new to old metadata +INFO: Converting local name kind_INTEGER of variable kind_INTEGER from new to old metadata +INFO: Converting local name nswsfc_cpl of variable cumulative_surface_net_downward_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name vgrs(:,1) of variable y_wind_at_lowest_model_layer from new to old metadata +INFO: Converting local name bl_mynn_edmf_tke of variable edmf_tke_transport_flag from new to old metadata +INFO: Converting local name tile_num of variable number_of_tile from new to old metadata +INFO: Converting local name con_pi of variable pi from new to old metadata +INFO: Converting local name abem of variable instantaneous_anthopogenic_and_biomass_burning_emissions from new to old metadata +INFO: Converting local name latidxprnt of variable latitude_index_in_debug_printouts from new to old metadata +INFO: Converting local name tcrf of variable cloud_phase_transition_denominator from new to old metadata +INFO: Converting local name cpilist of variable specific_heat_capacities_for_multi_gases_physics from new to old metadata +INFO: Converting local name tprcp_ocean of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_ocean from new to old metadata +INFO: Converting local name vgrs of variable y_wind from new to old metadata +INFO: Converting local name me of variable mpi_rank from new to old metadata +INFO: Converting local name nseffr of variable index_for_snow_effective_radius from new to old metadata +INFO: Converting local name crtrh(1) of variable critical_relative_humidity_at_surface from new to old metadata +INFO: Converting local name nrcm of variable array_dimension_of_random_number from new to old metadata +INFO: Converting local name phy_f2d(:,2) of variable surface_air_pressure_at_previous_time_step from new to old metadata +INFO: Converting local name totice of variable accumulated_lwe_thickness_of_ice_amount from new to old metadata +INFO: Converting local name vdftra of variable vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name clam_shal of variable entrainment_rate_coefficient_shallow_convection from new to old metadata +INFO: Converting local name ulwsfc of variable cumulative_surface_upwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldf of variable cloud_area_fraction from new to old metadata +INFO: Converting local name prslk of variable dimensionless_exner_function_at_model_layers from new to old metadata +INFO: Converting local name imp_physics_wsm6 of variable flag_for_wsm6_microphysics_scheme from new to old metadata +INFO: Converting local name blksz(ccpp_block_number) of variable horizontal_loop_extent from new to old metadata +INFO: Converting local name dtp of variable time_step_for_physics from new to old metadata +INFO: Converting local name nnirdf_cpl of variable cumulative_surface_net_downward_diffuse_near_infrared_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name tsurf_ice of variable surface_skin_temperature_after_iteration_over_ice from new to old metadata +INFO: Converting local name snowfallac of variable total_accumulated_snowfall from new to old metadata +INFO: Converting local name solhr of variable forecast_hour_of_the_day from new to old metadata +INFO: Converting local name use_zmtnblck of variable flag_for_mountain_blocking from new to old metadata +INFO: Converting local name sfcflw_type of variable sfcflw_type from new to old metadata +INFO: Converting local name rhofr of variable density_of_frozen_precipitation from new to old metadata +INFO: Converting local name dxmax of variable maximum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name rainc_cpl of variable lwe_thickness_of_convective_precipitation_amount_for_coupling from new to old metadata +INFO: Converting local name prautco of variable coefficient_from_cloud_water_to_rain from new to old metadata +INFO: Converting local name cumabs of variable maximum_column_heating_rate from new to old metadata +INFO: Converting local name Statein of variable GFS_statein_type_instance from new to old metadata +INFO: Converting local name ntasks of variable mpi_size from new to old metadata +INFO: Converting local name qsq of variable q_prime_squared from new to old metadata +INFO: Converting local name bl_mynn_mixqt of variable mix_total_water_flag from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_turbulent_kinetic_energy) of variable tendency_of_turbulent_kinetic_energy_due_to_model_physics from new to old metadata +INFO: Converting local name ntke of variable index_for_turbulent_kinetic_energy from new to old metadata +INFO: Converting local name kmp of variable top_layer_index_for_fast_physics from new to old metadata +INFO: Converting local name ffhh_ice of variable Monin_Obukhov_similarity_function_for_heat_over_ice from new to old metadata +INFO: Converting local name dq3dt(:,:,1) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_PBL from new to old metadata +INFO: Converting local name con_hfus of variable latent_heat_of_fusion_of_water_at_0C from new to old metadata +INFO: Converting local name isubc_lw of variable flag_for_lw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name du3dt(:,:,3) of variable cumulative_change_in_x_wind_due_to_deep_convection from new to old metadata +INFO: Converting local name clx of variable fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height from new to old metadata +INFO: Converting local name shoc_parm(4) of variable shoc_implicit_TKE_integration_uncentering_term from new to old metadata +INFO: Converting local name gasvmr(:,:,7) of variable volume_mixing_ratio_cfc12 from new to old metadata +INFO: Converting local name cappa of variable cappa_moist_gas_constant_at_Lagrangian_surface from new to old metadata +INFO: Converting local name cf_upi of variable convective_cloud_fraction_for_microphysics from new to old metadata +INFO: Converting local name cdata of variable ccpp_t_instance from new to old metadata +INFO: Converting local name phy_myj_akhs of variable heat_exchange_coefficient_for_MYJ_schemes from new to old metadata +INFO: Converting local name sedim of variable instantaneous_sedimentation from new to old metadata +INFO: Converting local name graupelmp of variable lwe_thickness_of_graupel_amount from new to old metadata +INFO: Converting local name skebu_wts of variable weights_for_stochastic_skeb_perturbation_of_x_wind_flipped from new to old metadata +INFO: Converting local name GFS_control_type of variable GFS_control_type from new to old metadata +INFO: Converting local name yearlen of variable number_of_days_in_year from new to old metadata +INFO: Converting local name save_q(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_save from new to old metadata +INFO: Converting local name smois of variable volume_fraction_of_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name gq0(:,:,index_for_liquid_cloud_condensate) of variable cloud_condensed_water_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name pwat of variable column_precipitable_water from new to old metadata +INFO: Converting local name cld1d of variable cloud_work_function from new to old metadata +INFO: Converting local name qvi of variable gas_tracers_for_multi_gas_physics_at_Lagrangian_surface from new to old metadata +INFO: Converting local name gabsbdlw of variable surface_downwelling_longwave_flux_absorbed_by_ground from new to old metadata +INFO: Converting local name tau_ngw of variable time_integral_of_momentum_flux_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name xlat_d of variable latitude_degree from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_ice_effective_radius) of variable effective_radius_of_stratiform_cloud_ice_particle_in_um from new to old metadata +INFO: Converting local name nieffr of variable index_for_ice_effective_radius from new to old metadata +INFO: Converting local name do_ca of variable flag_for_cellular_automata from new to old metadata +INFO: Converting local name wtxy of variable water_storage_in_aquifer_and_saturated_soil from new to old metadata +INFO: Converting local name srunoff of variable surface_runoff from new to old metadata +INFO: Converting local name ntrnc of variable index_for_rain_number_concentration from new to old metadata +INFO: Converting local name ustm of variable surface_friction_velocity_drag from new to old metadata +INFO: Converting local name cnvprcp of variable cumulative_lwe_thickness_of_convective_precipitation_amount from new to old metadata +INFO: Converting local name imfdeepcnv_samf of variable flag_for_samf_deep_convection_scheme from new to old metadata +INFO: Converting local name si of variable vertical_sigma_coordinate_for_radiation_initialization from new to old metadata +INFO: Converting local name gwdcu of variable tendency_of_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name elvmax of variable maximum_subgrid_orography from new to old metadata +INFO: Converting local name slimskin_cpl of variable sea_land_ice_mask_in from new to old metadata +INFO: Converting local name dtsfc_cice of variable surface_upward_sensible_heat_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name do_mynnedmf of variable do_mynnedmf from new to old metadata +INFO: Converting local name zorll of variable surface_roughness_length_over_land from new to old metadata +INFO: Converting local name nswsfci_cpl of variable instantaneous_surface_net_downward_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name do_cldice of variable mg_flag_for_cloud_ice_processes from new to old metadata +INFO: Converting local name alboldxy of variable snow_albedo_at_previous_time_step from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel) of variable graupel_mixing_ratio from new to old metadata +INFO: Converting local name rhcmax of variable maximum_critical_relative_humidity from new to old metadata +INFO: Converting local name Stateout of variable GFS_stateout_type_instance from new to old metadata +INFO: Converting local name nirbmdi of variable surface_downwelling_direct_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name radar_reset of variable flag_for_resetting_radar_reflectivity_calculation from new to old metadata +INFO: Converting local name drainncprv of variable explicit_rainfall_rate_from_previous_timestep from new to old metadata +INFO: Converting local name gflx of variable upward_heat_flux_in_soil from new to old metadata +INFO: Converting local name hflx_ocean of variable kinematic_surface_upward_sensible_heat_flux_over_ocean from new to old metadata +INFO: Converting local name nvdiff of variable number_of_vertical_diffusion_tracers from new to old metadata +INFO: Converting local name dspheat of variable flag_TKE_dissipation_heating from new to old metadata +INFO: Converting local name fhswr of variable frequency_for_shortwave_radiation from new to old metadata +INFO: Converting local name nthreads of variable omp_threads from new to old metadata +INFO: Converting local name islmsk of variable sea_land_ice_mask from new to old metadata +INFO: Converting local name ccwf of variable multiplication_factor_for_critical_cloud_workfunction from new to old metadata +INFO: Converting local name nstf_name(5) of variable vertical_temperature_average_range_upper_bound from new to old metadata +INFO: Converting local name forceq of variable moisture_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name nseasalt of variable number_of_seasalt_bins_for_diagnostics from new to old metadata +INFO: Converting local name gasvmr(:,:,2) of variable volume_mixing_ratio_n2o from new to old metadata +INFO: Converting local name ctei_rml of variable grid_sensitive_critical_cloud_top_entrainment_instability_criteria from new to old metadata +INFO: Converting local name sfc_wts of variable weights_for_stochastic_surface_physics_perturbation from new to old metadata +INFO: Converting local name oc of variable convexity_of_subgrid_orography from new to old metadata +INFO: Converting local name ep1d of variable surface_upward_potential_latent_heat_flux from new to old metadata +INFO: Converting local name u10mmax of variable maximum_x_wind_at_10m from new to old metadata +INFO: Converting local name v10m of variable y_wind_at_10m from new to old metadata +INFO: Converting local name nca of variable number_of_independent_cellular_automata from new to old metadata +INFO: Converting local name rtmassxy of variable fine_root_mass from new to old metadata +INFO: Converting local name ffmm_ocean of variable Monin_Obukhov_similarity_function_for_momentum_over_ocean from new to old metadata +INFO: Converting local name pertlai of variable magnitude_of_perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name mg_ncnst of variable mg_drop_concentration_constant from new to old metadata +INFO: Converting local name pgcon_shal of variable momentum_transport_reduction_factor_pgf_shallow_convection from new to old metadata +INFO: Converting local name edmf_qc of variable emdf_updraft_cloud_water from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_graupel) of variable tendency_of_graupel_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name acvt of variable largest_cloud_top_vertical_index_encountered_thus_far from new to old metadata +INFO: Converting local name cmm of variable surface_drag_wind_speed_for_momentum_in_air from new to old metadata +INFO: Converting local name dt_cool of variable sub_layer_cooling_amount from new to old metadata +INFO: Converting local name qc_r of variable cloud_liquid_water_mixing_ratio from new to old metadata +INFO: Converting local name ral_ts of variable time_scale_for_rayleigh_damping from new to old metadata +INFO: Converting local name GFS_diag_type of variable GFS_diag_type from new to old metadata +INFO: Converting local name dnirdfi_cpl of variable instantaneous_surface_downwelling_diffuse_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name chh_ice of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name flipv of variable flag_flip from new to old metadata +INFO: Converting local name ldiag_ugwp of variable diag_ugwp_flag from new to old metadata +INFO: Converting local name ctei_r of variable cloud_top_entrainment_instability_value from new to old metadata +INFO: Converting local name ccn_nm of variable ccn_number_concentration from new to old metadata +INFO: Converting local name edmf_ent of variable emdf_updraft_entrainment_rate from new to old metadata +INFO: Converting local name htswc of variable tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name phy_myj_thz0 of variable potential_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name bl_mynn_edmf of variable edmf_flag from new to old metadata +INFO: Converting local name con_rd of variable gas_constant_dry_air from new to old metadata +INFO: Converting local name qss_land of variable surface_specific_humidity_over_land from new to old metadata +INFO: Converting local name zt1d of variable perturbation_of_heat_to_momentum_roughness_length_ratio from new to old metadata +INFO: Converting local name imp_physics_zhao_carr of variable flag_for_zhao_carr_microphysics_scheme from new to old metadata +INFO: Converting local name delz of variable thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dtsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_diag from new to old metadata +INFO: Converting local name dvsfc_fd of variable integrated_y_momentum_flux_from_form_drag from new to old metadata +INFO: Converting local name totprcpb of variable accumulated_lwe_thickness_of_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name tcr of variable cloud_phase_transition_threshold_temperature from new to old metadata +INFO: Converting local name clstp of variable convective_cloud_switch from new to old metadata +INFO: Converting local name isatmedmf_vdifq of variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name coszen of variable cosine_of_zenith_angle from new to old metadata +INFO: Converting local name nifa2d of variable tendency_of_ice_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name icy of variable flag_nonzero_sea_ice_surface_fraction from new to old metadata +INFO: Converting local name dudt of variable tendency_of_x_wind_due_to_model_physics from new to old metadata +INFO: Converting local name bl_dnfr of variable downdraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name snohf of variable snow_freezing_rain_upward_latent_heat_flux from new to old metadata +INFO: Converting local name bexp1d of variable perturbation_of_soil_type_b_parameter from new to old metadata +INFO: Converting local name faersw of variable aerosol_optical_properties_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name dtdt of variable tendency_of_air_temperature_due_to_model_physics from new to old metadata +INFO: Converting local name nvisdf_cpl of variable cumulative_surface_net_downward_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name dqsfcin_cpl of variable surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name con_p0 of variable standard_atmospheric_pressure from new to old metadata +INFO: Converting local name con_epsq of variable minimum_value_of_specific_humidity from new to old metadata +INFO: Converting local name dusfci_cpl of variable instantaneous_surface_x_momentum_flux_for_coupling from new to old metadata +INFO: Converting local name ep1d_ice of variable surface_upward_potential_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name fhour of variable forecast_time from new to old metadata +INFO: Converting local name refl_10cm of variable radar_reflectivity_10cm from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation_flipped from new to old metadata +INFO: Converting local name dspfac of variable tke_dissipative_heating_factor from new to old metadata +INFO: Converting local name wminras of variable cloud_condensed_water_ice_conversion_threshold_ras from new to old metadata +INFO: Converting local name c1_deep of variable detrainment_conversion_parameter_deep_convection from new to old metadata +INFO: Converting local name dt3dt(:,:,4) of variable cumulative_change_in_temperature_due_to_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,4) of variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name phy_myj_a1u of variable weight_for_momentum_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name iopt_stc of variable flag_for_soil_and_snow_temperature_time_stepping_option from new to old metadata +INFO: Converting local name adjvisbmd of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name icloud_bl of variable couple_sgs_clouds_to_radiation_flag from new to old metadata +INFO: Converting local name rb of variable bulk_richardson_number_at_lowest_model_level from new to old metadata +INFO: Converting local name faerlw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name phy_myj_elflx of variable kinematic_surface_latent_heat_flux from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_snow_effective_radius) of variable effective_radius_of_stratiform_cloud_snow_particle_in_um from new to old metadata +INFO: Converting local name iopt_tbot of variable flag_for_lower_boundary_soil_temperature_option from new to old metadata +INFO: Converting local name pdfflag of variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme from new to old metadata +INFO: Converting local name do_aw of variable flag_for_Arakawa_Wu_adjustment from new to old metadata +INFO: Converting local name do_tofd of variable turb_oro_form_drag_flag from new to old metadata +INFO: Converting local name dqdti of variable instantaneous_water_vapor_specific_humidity_tendency_due_to_convection from new to old metadata +INFO: Converting local name qi_r of variable cloud_ice_mixing_ratio from new to old metadata +INFO: Converting local name flag_iter of variable flag_for_iteration from new to old metadata +INFO: Converting local name CLDFRA_BL of variable subgrid_cloud_fraction_pbl from new to old metadata +INFO: Converting local name zorl_ice of variable surface_roughness_length_over_ice_interstitial from new to old metadata +INFO: Converting local name dd_mf of variable instantaneous_atmosphere_downdraft_convective_mass_flux from new to old metadata +INFO: Converting local name visdfui of variable surface_upwelling_diffuse_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name julian of variable julian_day from new to old metadata +INFO: Converting local name cd_ice of variable surface_drag_coefficient_for_momentum_in_air_over_ice from new to old metadata +INFO: Converting local name iovr_lw of variable flag_for_max_random_overlap_clouds_for_longwave_radiation from new to old metadata +INFO: Converting local name lmp of variable adjusted_vertical_level_dimension_for_radiation from new to old metadata +INFO: Converting local name kdt of variable index_of_time_step from new to old metadata +INFO: Converting local name ushfsfci of variable instantaneous_surface_upward_sensible_heat_flux_for_chemistry_coupling from new to old metadata +INFO: Converting local name rb_land of variable bulk_richardson_number_at_lowest_model_level_over_land from new to old metadata +INFO: Converting local name uustar of variable surface_friction_velocity from new to old metadata +INFO: Converting local name adjnirbmu of variable surface_upwelling_direct_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name do_mynnsfclay of variable do_mynnsfclay from new to old metadata +INFO: Converting local name aero_in of variable flag_for_aerosol_input_MG from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_water_vapor) of variable tendency_of_water_vapor_specific_humidity_due_to_model_physics from new to old metadata +INFO: Converting local name mol of variable theta_star from new to old metadata +INFO: Converting local name fwetxy of variable area_fraction_of_wet_canopy from new to old metadata +INFO: Converting local name phy_f2d(:,1) of variable surface_air_pressure_two_time_steps_back from new to old metadata +INFO: Converting local name topflw of variable lw_fluxes_top_atmosphere from new to old metadata +INFO: Converting local name satmedmf of variable flag_for_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name waxy of variable water_storage_in_aquifer from new to old metadata +INFO: Converting local name snow of variable lwe_thickness_of_snow_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name ivegsrc of variable vegetation_type_dataset_choice from new to old metadata +INFO: Converting local name sigmaf of variable bounded_vegetation_area_fraction from new to old metadata +INFO: Converting local name f_rain of variable fraction_of_rain_water_cloud from new to old metadata +INFO: Converting local name dkt of variable instantaneous_atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name asolfac_deep of variable aerosol_aware_parameter_deep_convection from new to old metadata +INFO: Converting local name dv3dt(:,:,2) of variable cumulative_change_in_y_wind_due_to_orographic_gravity_wave_drag from new to old metadata +INFO: Converting local name ipr of variable horizontal_index_of_printed_column from new to old metadata +INFO: Converting local name npzcappa of variable vertical_dimension_for_cappa_at_Lagrangian_surface from new to old metadata +INFO: Converting local name clam_deep of variable entrainment_rate_coefficient_deep_convection from new to old metadata +INFO: Converting local name dusfci of variable instantaneous_surface_x_momentum_flux_for_diag from new to old metadata +INFO: Converting local name cs_parm(4) of variable detrainment_and_precipitation_tunable_parameter_4_CS from new to old metadata +INFO: Converting local name levsp1 of variable vertical_dimension_plus_one from new to old metadata +INFO: Converting local name con_cp of variable specific_heat_of_dry_air_at_constant_pressure from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity from new to old metadata +INFO: Converting local name prsik(:,1) of variable dimensionless_exner_function_at_lowest_model_interface from new to old metadata +INFO: Converting local name con_csol of variable specific_heat_of_ice_at_constant_pressure from new to old metadata +INFO: Converting local name gasvmr(:,:,5) of variable volume_mixing_ratio_co from new to old metadata +INFO: Converting local name mg_ngcons of variable mg_flag_graupel_concentration_constant from new to old metadata +INFO: Converting local name acsnow of variable accumulated_water_equivalent_of_frozen_precip from new to old metadata +INFO: Converting local name levsm1 of variable vertical_dimension_minus_one from new to old metadata +INFO: Converting local name phy_myj_a1t of variable weight_for_potental_temperature_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name ntracp1 of variable number_of_tracers_plus_one from new to old metadata +INFO: Converting local name GFS_Data of variable GFS_data_type_instance_all_blocks from new to old metadata +INFO: Converting local name zol of variable surface_stability_parameter from new to old metadata +INFO: Converting local name CCPP_interstitial of variable CCPP_interstitial_type_instance from new to old metadata +INFO: Converting local name isd of variable starting_x_direction_index_domain from new to old metadata +INFO: Converting local name cplflx of variable flag_for_flux_coupling from new to old metadata +INFO: Converting local name lradar of variable flag_for_radar_reflectivity from new to old metadata +INFO: Converting local name iseed_ca of variable seed_for_random_number_generation_in_cellular_automata_scheme from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_for_convective_cloud_cover_in_phy_f3d) of variable convective_cloud_cover_in_phy_f3d from new to old metadata +INFO: Converting local name dqsfci of variable instantaneous_surface_upward_latent_heat_flux_for_diag from new to old metadata +INFO: Converting local name dxmin of variable minimum_scaling_factor_for_critical_relative_humidity from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation from new to old metadata +INFO: Converting local name tahxy of variable canopy_air_temperature from new to old metadata +INFO: Converting local name imn of variable forecast_month from new to old metadata +INFO: Converting local name evcw of variable canopy_upward_latent_heat_flux from new to old metadata +INFO: Converting local name input_nml_file of variable namelist_filename_for_internal_file_reads from new to old metadata +INFO: Converting local name raddt of variable time_step_for_radiation from new to old metadata +INFO: Converting local name dvisbmi_cpl of variable instantaneous_surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name gwdcv of variable tendency_of_y_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name evbsa of variable cumulative_soil_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cldwrk of variable cumulative_cloud_work_function from new to old metadata +INFO: Converting local name npzdelz of variable vertical_dimension_for_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name dvsfc_cice of variable surface_y_momentum_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name ql of variable cloud_liquid_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name imp_physics_fer_hires of variable flag_for_fer_hires_microphysics_scheme from new to old metadata +INFO: Converting local name dvdt of variable tendency_of_y_wind_due_to_model_physics from new to old metadata +INFO: Converting local name dusfc_cpl of variable cumulative_surface_x_momentum_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name prsl(:,1) of variable air_pressure_at_lowest_model_layer from new to old metadata +INFO: Converting local name ktop_shallow of variable k_level_of_highest_reaching_plume from new to old metadata +INFO: Converting local name sfcfsw of variable sw_fluxes_sfc from new to old metadata +INFO: Converting local name gv0 of variable y_wind_updated_by_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_water) of variable rain_water_mixing_ratio from new to old metadata +INFO: Converting local name cdq_ocean of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ocean from new to old metadata +INFO: Converting local name sfcalb(:,4) of variable surface_albedo_due_to_UV_and_VIS_diffused from new to old metadata +INFO: Converting local name gamq of variable countergradient_mixing_term_for_water_vapor from new to old metadata +INFO: Converting local name mdt of variable time_step_for_remapping_for_fast_physics from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ice_cloud_condensate) of variable ice_water_mixing_ratio from new to old metadata +INFO: Converting local name sfcalb(:,2) of variable surface_albedo_due_to_near_IR_diffused from new to old metadata +INFO: Converting local name phy_fctd of variable cloud_base_mass_flux from new to old metadata +INFO: Converting local name weasd_land of variable water_equivalent_accumulated_snow_depth_over_land from new to old metadata +INFO: Converting local name nwfa2d of variable tendency_of_water_friendly_aerosols_at_surface from new to old metadata +INFO: Converting local name GFS_Control of variable GFS_control_type_instance from new to old metadata +INFO: Converting local name nncl of variable number_of_tracers_for_cloud_condensate from new to old metadata +INFO: Converting local name olyr of variable ozone_concentration_at_layer_for_radiation from new to old metadata +INFO: Converting local name tg3 of variable deep_soil_temperature from new to old metadata +INFO: Converting local name Radtend of variable GFS_radtend_type_instance from new to old metadata +INFO: Converting local name sinlat of variable sine_of_latitude from new to old metadata +INFO: Converting local name sppt_wts of variable weights_for_stochastic_sppt_perturbation_flipped from new to old metadata +INFO: Converting local name ng of variable number_of_ghost_zones from new to old metadata +INFO: Converting local name phil of variable geopotential from new to old metadata +INFO: Converting local name flag_frsoil of variable flag_for_frozen_soil_physics from new to old metadata +INFO: Converting local name faersw(:,:,:,2) of variable aerosol_single_scattering_albedo_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name qc of variable cloud_fraction_at_Lagrangian_surface from new to old metadata +INFO: Converting local name do_sfcperts of variable flag_for_stochastic_surface_perturbations from new to old metadata +INFO: Converting local name betas_deep of variable downdraft_fraction_reaching_surface_over_ocean_deep_convection from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_rain_number_concentration) of variable rain_number_concentration from new to old metadata +INFO: Converting local name ifd of variable index_of_dtlm_start from new to old metadata +INFO: Converting local name area of variable cell_area_for_fast_physics from new to old metadata +INFO: Converting local name trans_trac of variable flag_for_convective_transport_of_tracers from new to old metadata +INFO: Converting local name isatmedmf of variable choice_of_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name old_monin of variable flag_for_old_PBL_scheme from new to old metadata +INFO: Converting local name cplchm of variable flag_for_chemistry_coupling from new to old metadata +INFO: Converting local name raincprv of variable lwe_thickness_of_convective_precipitation_amount_from_previous_timestep from new to old metadata +INFO: Converting local name u1 of variable x_wind_at_lowest_model_layer_for_diag from new to old metadata +INFO: Converting local name gw_dvdt of variable tendency_of_y_wind_due_to_ugwp from new to old metadata +INFO: Converting local name dtsfc1 of variable instantaneous_surface_upward_sensible_heat_flux from new to old metadata +INFO: Converting local name gasvmr(:,:,9) of variable volume_mixing_ratio_ccl4 from new to old metadata +INFO: Converting local name semis_ice of variable surface_longwave_emissivity_over_ice_interstitial from new to old metadata +INFO: Converting local name zmtb of variable time_integral_of_height_of_mountain_blocking from new to old metadata +INFO: Converting local name dtauy2d_fd of variable y_momentum_tendency_from_form_drag from new to old metadata +INFO: Converting local name lakefrac of variable lake_area_fraction from new to old metadata +INFO: Converting local name do_myjpbl of variable do_myjpbl from new to old metadata +INFO: Converting local name sncovr of variable surface_snow_area_fraction_over_land from new to old metadata +INFO: Converting local name spd10max of variable maximum_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name faerlw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_longwave_bands_01_16 from new to old metadata +INFO: Converting local name adjsfculw_ocean of variable surface_upwelling_longwave_flux_over_ocean_interstitial from new to old metadata +INFO: Converting local name nscfshoc of variable index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d from new to old metadata +INFO: Converting local name qv_r of variable humidity_mixing_ratio from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_vapor) of variable water_vapor_specific_humidity_updated_by_physics from new to old metadata +INFO: Converting local name lsnow_lsm of variable snow_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name dv3dt_ngw of variable time_integral_of_change_in_y_wind_due_to_nonstationary_gravity_wave from new to old metadata +INFO: Converting local name tlyr of variable air_temperature_at_layer_for_radiation from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_turbulent_kinetic_energy) of variable turbulent_kinetic_energy from new to old metadata +INFO: Converting local name h2opl of variable h2o_forcing from new to old metadata +INFO: Converting local name smc of variable volume_fraction_of_soil_moisture from new to old metadata +INFO: Converting local name latr of variable number_of_latitude_points from new to old metadata +INFO: Converting local name crick_proof of variable flag_for_CRICK_proof_cloud_water from new to old metadata +INFO: Converting local name ssem of variable instantaneous_seasalt_emission_flux from new to old metadata +INFO: Converting local name xlai1d of variable perturbation_of_leaf_area_index from new to old metadata +INFO: Converting local name tdoms of variable dominant_snow_type from new to old metadata +INFO: Converting local name canopy of variable canopy_water_amount from new to old metadata +INFO: Converting local name dtauy2d_ss of variable y_momentum_tendency_from_small_scale_gwd from new to old metadata +INFO: Converting local name forcet of variable temperature_tendency_due_to_dynamics from new to old metadata +INFO: Converting local name snowmt of variable surface_snow_melt from new to old metadata +INFO: Converting local name ttendlim of variable limit_for_temperature_tendency_for_microphysics from new to old metadata +INFO: Converting local name clouds(:,:,6) of variable cloud_rain_water_path from new to old metadata +INFO: Converting local name sigmafrac of variable convective_updraft_area_fraction from new to old metadata +INFO: Converting local name tau_tofd of variable instantaneous_momentum_flux_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ice_friendly_aerosols) of variable ice_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name nsswr of variable number_of_timesteps_between_shortwave_radiation_calls from new to old metadata +INFO: Converting local name ulwsfc_cice of variable surface_upwelling_longwave_flux_for_coupling_interstitial from new to old metadata +INFO: Converting local name dq3dt(:,:,8) of variable cumulative_change_in_ozone_concentration_due_to_temperature from new to old metadata +INFO: Converting local name stress_ice of variable surface_wind_stress_over_ice from new to old metadata +INFO: Converting local name is of variable starting_x_direction_index from new to old metadata +INFO: Converting local name sbsno of variable snow_deposition_sublimation_upward_latent_heat_flux from new to old metadata +INFO: Converting local name cnvprcpb of variable cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket from new to old metadata +INFO: Converting local name rdlai of variable flag_for_reading_leaf_area_index_from_input from new to old metadata +INFO: Converting local name phy_f3d(:,:,4) of variable water_vapor_specific_humidity_at_previous_time_step from new to old metadata +INFO: Converting local name area of variable cell_area from new to old metadata +INFO: Converting local name con_eps of variable ratio_of_dry_air_to_water_vapor_gas_constants from new to old metadata +INFO: Converting local name edmf_a of variable emdf_updraft_area from new to old metadata +INFO: Converting local name dusfc1 of variable instantaneous_surface_x_momentum_flux from new to old metadata +INFO: Converting local name qlcn of variable mass_fraction_of_convective_cloud_liquid_water from new to old metadata +INFO: Converting local name fh2_land of variable Monin_Obukhov_similarity_function_for_heat_at_2m_over_land from new to old metadata +INFO: Converting local name tprcp_land of variable nonnegative_lwe_thickness_of_precipitation_amount_on_dynamics_timestep_over_land from new to old metadata +INFO: Converting local name chh_land of variable surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land from new to old metadata +INFO: Converting local name dt3dt(:,:,1) of variable cumulative_change_in_temperature_due_to_longwave_radiation from new to old metadata +INFO: Converting local name nfracseed of variable cellular_automata_seed_probability from new to old metadata +INFO: Converting local name cwm of variable total_cloud_condensate_mixing_ratio_updated_by_physics from new to old metadata +INFO: Converting local name u10max of variable maximum_u_wind_at_10m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name dvsfc_ss of variable integrated_y_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name smcref2 of variable threshold_volume_fraction_of_condensed_water_in_soil from new to old metadata +INFO: Converting local name kcnv of variable flag_deep_convection from new to old metadata +INFO: Converting local name keepsmfr of variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model from new to old metadata +INFO: Converting local name frain of variable dynamics_to_physics_timestep_ratio from new to old metadata +INFO: Converting local name debug of variable flag_debug from new to old metadata +INFO: Converting local name qrn of variable local_rain_water_mixing_ratio from new to old metadata +INFO: Converting local name tsfc_ocean of variable surface_skin_temperature_over_ocean_interstitial from new to old metadata +INFO: Converting local name levr of variable number_of_vertical_layers_for_radiation_calculations from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_graupel_number_concentration) of variable graupel_number_concentration from new to old metadata +INFO: Converting local name bl_upfr of variable updraft_fraction_in_boundary_layer_mass_flux_scheme from new to old metadata +INFO: Converting local name nsfcpert of variable number_of_surface_perturbations from new to old metadata +INFO: Converting local name evpco of variable coefficient_for_evaporation_of_rainfall from new to old metadata +INFO: Converting local name iems of variable flag_for_surface_emissivity_control from new to old metadata +INFO: Converting local name dlwsfc of variable cumulative_surface_downwelling_longwave_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name cimin of variable minimum_sea_ice_concentration from new to old metadata +INFO: Converting local name zs of variable depth_of_soil_levels_for_land_surface_model from new to old metadata +INFO: Converting local name fm10_land of variable Monin_Obukhov_similarity_function_for_momentum_at_10m_over_land from new to old metadata +INFO: Converting local name lsm_noahmp of variable flag_for_noahmp_land_surface_scheme from new to old metadata +INFO: Converting local name cs_parm(1) of variable updraft_velocity_tunable_parameter_1_CS from new to old metadata +INFO: Converting local name z_c of variable sub_layer_cooling_thickness from new to old metadata +INFO: Converting local name rainc of variable lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name do_cnvgwd of variable flag_for_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name nlunit of variable iounit_namelist from new to old metadata +INFO: Converting local name gw_dtdt of variable tendency_of_air_temperature_due_to_ugwp from new to old metadata +INFO: Converting local name phy_myj_vz0 of variable v_wind_component_at_viscous_sublayer_top from new to old metadata +INFO: Converting local name dusfc_ss of variable integrated_x_momentum_flux_from_small_scale_gwd from new to old metadata +INFO: Converting local name reset of variable flag_reset_maximum_hourly_fields from new to old metadata +INFO: Converting local name idat of variable date_and_time_at_model_initialization from new to old metadata +INFO: Converting local name ntchmdiag of variable number_of_chemical_tracers_for_diagnostics from new to old metadata +INFO: Converting local name rho_h2o of variable density_of_fresh_water from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_ozone) of variable ozone_mixing_ratio from new to old metadata +INFO: Converting local name qv of variable water_vapor_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name adjnirdfd of variable surface_downwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name ca_global of variable flag_for_global_cellular_automata from new to old metadata +INFO: Converting local name landfrac of variable land_area_fraction from new to old metadata +INFO: Converting local name iopt_btr of variable flag_for_soil_moisture_factor_stomatal_resistance_option from new to old metadata +INFO: Converting local name cqs2 of variable surface_exchange_coefficient_for_moisture_at_2m from new to old metadata +INFO: Converting local name snohfa of variable cumulative_snow_freezing_rain_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name nvisbm_cpl of variable cumulative_surface_net_downward_direct_ultraviolet_and_visible_shortwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name GFS_sfcprop_type of variable GFS_sfcprop_type from new to old metadata +INFO: Converting local name oz_phys of variable flag_for_ozone_physics from new to old metadata +INFO: Converting local name rhowater of variable liquid_water_density from new to old metadata +INFO: Converting local name zsnsoxy of variable layer_bottom_depth_from_snow_surface from new to old metadata +INFO: Converting local name nthresh of variable threshold_for_perturbed_vertical_velocity from new to old metadata +INFO: Converting local name phy_f3d(:,:,1) of variable air_temperature_two_time_steps_back from new to old metadata +INFO: Converting local name gq0(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name wetness of variable normalized_soil_wetness_for_land_surface_model from new to old metadata +INFO: Converting local name v10mi_cpl of variable instantaneous_y_wind_at_10m_for_coupling from new to old metadata +INFO: Converting local name rh02min of variable minimum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name nf_aelw of variable number_of_aerosol_output_fields_for_longwave_radiation from new to old metadata +INFO: Converting local name isubc_sw of variable flag_for_sw_clouds_without_sub_grid_approximation from new to old metadata +INFO: Converting local name gq0(:,:,index_for_rain_number_concentration) of variable rain_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name dvsfc1 of variable instantaneous_surface_y_momentum_flux from new to old metadata +INFO: Converting local name nirdfdi of variable surface_downwelling_diffuse_near_infrared_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name isatmedmf_vdif of variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL from new to old metadata +INFO: Converting local name fprcp of variable number_of_frozen_precipitation_species from new to old metadata +INFO: Converting local name tsurf_land of variable surface_skin_temperature_after_iteration_over_land from new to old metadata +INFO: Converting local name kd of variable vertical_index_difference_between_inout_and_local from new to old metadata +INFO: Converting local name w_0 of variable coefficient_w_0 from new to old metadata +INFO: Converting local name solcon of variable solar_constant from new to old metadata +INFO: Converting local name gq0(:,:,index_for_snow_number_concentration) of variable snow_number_concentration_updated_by_physics from new to old metadata +INFO: Converting local name bl_mynn_tkebudget of variable tke_budget from new to old metadata +INFO: Converting local name xu of variable diurnal_thermocline_layer_x_current from new to old metadata +INFO: Converting local name bl_mynn_tkeadvect of variable tke_advect from new to old metadata +INFO: Converting local name hflx_ice of variable kinematic_surface_upward_sensible_heat_flux_over_ice from new to old metadata +INFO: Converting local name smcwlt2 of variable volume_fraction_of_condensed_water_in_soil_at_wilting_point from new to old metadata +INFO: Converting local name imfdeepcnv of variable flag_for_mass_flux_deep_convection_scheme from new to old metadata +INFO: Converting local name ntchm of variable number_of_chemical_tracers from new to old metadata +INFO: Converting local name ncpl of variable local_condesed_water_number_concentration from new to old metadata +INFO: Converting local name vvl of variable omega from new to old metadata +INFO: Converting local name xkzminv of variable atmosphere_heat_diffusivity_background_maximum from new to old metadata +INFO: Converting local name snowc of variable surface_snow_area_fraction from new to old metadata +INFO: Converting local name phy_f3d(:,:,index_of_subgrid_scale_cloud_fraction_from_shoc_in_phy_f3d) of variable subgrid_scale_cloud_fraction_from_shoc from new to old metadata +INFO: Converting local name du3dt(:,:,4) of variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag from new to old metadata +INFO: Converting local name jcap of variable number_of_spectral_wave_trancation_for_sas from new to old metadata +INFO: Converting local name cd_ocean of variable surface_drag_coefficient_for_momentum_in_air_over_ocean from new to old metadata +INFO: Converting local name vfrac of variable vegetation_area_fraction from new to old metadata +INFO: Converting local name dvdftra of variable tendency_of_vertically_diffused_tracer_concentration from new to old metadata +INFO: Converting local name npzp1 of variable vertical_dimension_for_fast_physics_plus_one from new to old metadata +INFO: Converting local name duem of variable instantaneous_dust_emission_flux from new to old metadata +INFO: Converting local name prslrd0 of variable pressure_cutoff_for_rayleigh_damping from new to old metadata +INFO: Converting local name q2m of variable specific_humidity_at_2m from new to old metadata +INFO: Converting local name chs2 of variable surface_exchange_coefficient_for_heat_at_2m from new to old metadata +INFO: Converting local name lfmassxy of variable leaf_mass from new to old metadata +INFO: Converting local name nnirbmi_cpl of variable instantaneous_surface_net_downward_direct_near_infrared_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name rainp of variable tendency_of_rain_water_mixing_ratio_due_to_microphysics from new to old metadata +INFO: Converting local name ud_mf of variable instantaneous_atmosphere_updraft_convective_mass_flux from new to old metadata +INFO: Converting local name dudt_tms of variable instantaneous_change_in_x_wind_due_to_turbulent_orographic_form_drag from new to old metadata +INFO: Converting local name mg3_as_mg2 of variable flag_mg3_as_mg2 from new to old metadata +INFO: Converting local name htlw0 of variable tendency_of_air_temperature_due_to_longwave_heating_assuming_clear_sky_on_radiation_time_step from new to old metadata +INFO: Converting local name w_d of variable coefficient_w_d from new to old metadata +INFO: Converting local name shdmax of variable maximum_vegetation_area_fraction from new to old metadata +INFO: Converting local name iccn of variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics from new to old metadata +INFO: Converting local name htlwc of variable tendency_of_air_temperature_due_to_longwave_heating_on_radiation_time_step from new to old metadata +INFO: Converting local name scmpsw of variable components_of_surface_downward_shortwave_fluxes from new to old metadata +INFO: Converting local name tgrs(:,1) of variable air_temperature_at_lowest_model_layer from new to old metadata +INFO: Converting local name cmxy of variable surface_drag_coefficient_for_momentum_for_noahmp from new to old metadata +INFO: Converting local name snowd_land of variable surface_snow_thickness_water_equivalent_over_land from new to old metadata +INFO: Converting local name clouds(:,:,5) of variable mean_effective_radius_for_ice_cloud from new to old metadata +INFO: Converting local name xz of variable diurnal_thermocline_layer_thickness from new to old metadata +INFO: Converting local name tsfg of variable surface_ground_temperature_for_radiation from new to old metadata +INFO: Converting local name dkt of variable atmosphere_heat_diffusivity from new to old metadata +INFO: Converting local name qgrs of variable tracer_concentration from new to old metadata +INFO: Converting local name pgcon_deep of variable momentum_transport_reduction_factor_pgf_deep_convection from new to old metadata +INFO: Converting local name wind10mmax of variable maximum_wind_at_10m from new to old metadata +INFO: Converting local name slopetype of variable surface_slope_classification from new to old metadata +INFO: Converting local name Intdiag of variable GFS_diag_type_instance from new to old metadata +INFO: Converting local name mg_nccons of variable mg_flag_drop_concentration_constant from new to old metadata +INFO: Converting local name adjvisdfd of variable surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_snow_water) of variable tendency_of_snow_water_mixing_ratio_due_to_model_physics from new to old metadata +INFO: Converting local name nlwsfc_cpl of variable cumulative_surface_net_downward_longwave_flux_for_coupling_multiplied_by_timestep from new to old metadata +INFO: Converting local name clouds(:,:,9) of variable mean_effective_radius_for_snow_flake from new to old metadata +INFO: Converting local name con_cvap of variable specific_heat_of_water_vapor_at_constant_pressure from new to old metadata +INFO: Converting local name drydep of variable instantaneous_dry_deposition from new to old metadata +INFO: Converting local name semis_ocean of variable surface_longwave_emissivity_over_ocean_interstitial from new to old metadata +INFO: Converting local name master of variable mpi_root from new to old metadata +INFO: Converting local name gamt of variable countergradient_mixing_term_for_temperature from new to old metadata +INFO: Converting local name redrag of variable flag_for_reduced_drag_coefficient_over_sea from new to old metadata +INFO: Converting local name gq0(:,:,index_for_ozone) of variable ozone_concentration_updated_by_physics from new to old metadata +INFO: Converting local name do_skeb of variable flag_for_stochastic_skeb_option from new to old metadata +INFO: Converting local name qg_r of variable mass_weighted_rime_factor_mixing_ratio from new to old metadata +INFO: Converting local name min_seaice of variable sea_ice_minimum from new to old metadata +INFO: Converting local name betal_deep of variable downdraft_fraction_reaching_surface_over_land_deep_convection from new to old metadata +INFO: Converting local name alvwf of variable mean_vis_albedo_with_weak_cosz_dependency from new to old metadata +INFO: Converting local name do_gwd of variable flag_for_gravity_wave_drag from new to old metadata +INFO: Converting local name nf_aesw of variable number_of_aerosol_output_fields_for_shortwave_radiation from new to old metadata +INFO: Converting local name avg_max_length of variable time_interval_for_maximum_hourly_fields from new to old metadata +INFO: Converting local name tdomzr of variable dominant_freezing_rain_type from new to old metadata +INFO: Converting local name toticeb of variable accumulated_lwe_thickness_of_ice_amount_in_bucket from new to old metadata +INFO: Converting local name isppt_deep of variable flag_for_combination_of_sppt_with_isppt_deep from new to old metadata +INFO: Converting local name ice of variable lwe_thickness_of_ice_amount_on_dynamics_timestep from new to old metadata +INFO: Converting local name dq3dt(:,:,9) of variable cumulative_change_in_ozone_concentration_due_to_overhead_ozone_column from new to old metadata +INFO: Converting local name lsidea of variable flag_idealized_physics from new to old metadata +INFO: Converting local name ico2 of variable flag_for_using_prescribed_global_mean_co2_value from new to old metadata +INFO: Converting local name evap_ice of variable kinematic_surface_upward_latent_heat_flux_over_ice from new to old metadata +INFO: Converting local name do_awdd of variable flag_arakawa_wu_downdraft from new to old metadata +INFO: Converting local name hetfrz_classnuc of variable mg_flag_for_heterogeneous_freezing from new to old metadata +INFO: Converting local name mpiroot of variable mpi_root_for_fast_physics from new to old metadata +INFO: Converting local name dq3dt(:,:,4) of variable cumulative_change_in_water_vapor_specific_humidity_due_to_microphysics from new to old metadata +INFO: Converting local name GFS_coupling_type of variable GFS_coupling_type from new to old metadata +INFO: Converting local name psurfi_cpl of variable instantaneous_surface_air_pressure_for_coupling from new to old metadata +INFO: Converting local name xkzm_h of variable atmosphere_heat_diffusivity_background from new to old metadata +INFO: Converting local name rh02max of variable maximum_relative_humidity_at_2m_over_maximum_hourly_time_interval from new to old metadata +INFO: Converting local name tmpmax of variable maximum_temperature_at_2m from new to old metadata +INFO: Converting local name fscav of variable fraction_of_tracer_scavenged from new to old metadata +INFO: Converting local name ntiwx of variable index_for_ice_cloud_condensate_vertical_diffusion_tracer from new to old metadata +INFO: Converting local name gasvmr(:,:,4) of variable volume_mixing_ratio_o2 from new to old metadata +INFO: Converting local name dpt2m of variable dewpoint_temperature_at_2m from new to old metadata +INFO: Converting local name mg_do_liq_liu of variable mg_flag_for_liu_liquid_treatment from new to old metadata +INFO: Converting local name ffhh_land of variable Monin_Obukhov_similarity_function_for_heat_over_land from new to old metadata +INFO: Converting local name crtrh(3) of variable critical_relative_humidity_at_top_of_atmosphere from new to old metadata +INFO: Converting local name smcwtdxy of variable soil_water_content_between_soil_bottom_and_water_table from new to old metadata +INFO: Converting local name visbmdi of variable surface_downwelling_direct_ultraviolet_and_visible_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name cdq_ice of variable surface_drag_coefficient_for_heat_and_moisture_in_air_over_ice from new to old metadata +INFO: Converting local name adjnirdfu of variable surface_upwelling_diffuse_near_infrared_shortwave_flux from new to old metadata +INFO: Converting local name wcbmax of variable maximum_updraft_velocity_at_cloud_base from new to old metadata +INFO: Converting local name tsflw of variable surface_midlayer_air_temperature_in_longwave_radiation from new to old metadata +INFO: Converting local name asolfac_shal of variable aerosol_aware_parameter_shallow_convection from new to old metadata +INFO: Converting local name gabsbdlw_ocean of variable surface_downwelling_longwave_flux_absorbed_by_ground_over_ocean from new to old metadata +INFO: Converting local name de_lgth of variable cloud_decorrelation_length from new to old metadata +INFO: Converting local name GFS_interstitial_type of variable GFS_interstitial_type from new to old metadata +INFO: Converting local name imap of variable map_of_block_column_number_to_global_i_index from new to old metadata +INFO: Converting local name plyr of variable air_pressure_at_layer_for_radiation_in_hPa from new to old metadata +INFO: Converting local name skip_macro of variable flag_skip_macro from new to old metadata +INFO: Converting local name tsnoxy of variable snow_temperature from new to old metadata +INFO: Converting local name sbsnoa of variable cumulative_snow_deposition_sublimation_upward_latent_heat_flux_multiplied_by_timestep from new to old metadata +INFO: Converting local name prcpmp of variable lwe_thickness_of_explicit_precipitation_amount from new to old metadata +INFO: Converting local name clcn of variable convective_cloud_volume_fraction from new to old metadata +INFO: Converting local name gt0 of variable air_temperature_updated_by_physics from new to old metadata +INFO: Converting local name gamma of variable anisotropy_of_subgrid_orography from new to old metadata +INFO: Converting local name uconvtend of variable tendency_of_x_wind_due_to_deep_convection_for_coupling_on_physics_timestep from new to old metadata +INFO: Converting local name dswsfci_cpl of variable instantaneous_surface_downwelling_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name delp of variable pressure_thickness_at_Lagrangian_surface from new to old metadata +INFO: Converting local name lsm_ruc of variable flag_for_ruc_land_surface_scheme from new to old metadata +INFO: Converting local name dt_mf of variable instantaneous_atmosphere_detrainment_convective_mass_flux from new to old metadata +INFO: Converting local name d_conv of variable free_convection_layer_thickness from new to old metadata +INFO: Converting local name nlwsfci_cpl of variable instantaneous_surface_net_downward_longwave_flux_for_coupling from new to old metadata +INFO: Converting local name levs of variable vertical_dimension from new to old metadata +INFO: Converting local name shum_wts of variable weights_for_stochastic_shum_perturbation from new to old metadata +INFO: Converting local name dswsfci of variable surface_downwelling_shortwave_flux from new to old metadata +INFO: Converting local name do_ysu of variable flag_for_ysu from new to old metadata +INFO: Converting local name q_con of variable cloud_condensed_water_specific_humidity_at_Lagrangian_surface from new to old metadata +INFO: Converting local name phy_f3d(:,:,2) of variable water_vapor_specific_humidity_two_time_steps_back from new to old metadata +INFO: Converting local name tref of variable sea_surface_reference_temperature from new to old metadata +INFO: Converting local name faersw(:,:,:,3) of variable aerosol_asymmetry_parameter_for_shortwave_bands_01_16 from new to old metadata +INFO: Converting local name ie of variable ending_x_direction_index from new to old metadata +INFO: Converting local name qgrs(:,:,index_for_water_friendly_aerosols) of variable water_friendly_aerosol_number_concentration from new to old metadata +INFO: Converting local name dugwd of variable time_integral_of_x_stress_due_to_gravity_wave_drag from new to old metadata +INFO: Converting local name ntot3d of variable number_of_fields_in_phyf3d from new to old metadata +INFO: Converting local name GFS_data_type of variable GFS_data_type from new to old metadata +INFO: Converting local name graupelprv of variable lwe_thickness_of_graupel_amount_from_previous_timestep from new to old metadata +INFO: Converting local name nstf_name(4) of variable vertical_temperature_average_range_lower_bound from new to old metadata +INFO: Converting local name kind_dyn of variable kind_dyn from new to old metadata +INFO: Converting local name acv of variable accumulated_lwe_thickness_of_convective_precipitation_amount_cnvc90 from new to old metadata +INFO: Converting local name lsoil_lsm of variable soil_vertical_dimension_for_land_surface_model from new to old metadata +INFO: Converting local name phy_myj_chkqlm of variable surface_layer_evaporation_switch from new to old metadata +INFO: Converting local name dtf of variable time_step_for_dynamics from new to old metadata +INFO: Converting local name dqsfci_cpl of variable instantaneous_surface_upward_latent_heat_flux_for_coupling from new to old metadata +INFO: Converting local name mg_do_hail of variable mg_flag_for_hail from new to old metadata +INFO: Converting local name iopt_sfc of variable flag_for_surface_layer_drag_coefficient_option from new to old metadata +INFO: Converting local name dqdt(:,:,index_for_ice_cloud_number_concentration) of variable tendency_of_ice_number_concentration_due_to_model_physics from new to old metadata +INFO: Converting local name kind_LOGICAL of variable kind_LOGICAL from new to old metadata +INFO: Converting local name hybedmf of variable flag_for_hedmf from new to old metadata +INFO: Converting local name dvisdfi_cpl of variable instantaneous_surface_downwelling_diffuse_ultraviolet_and_visible_shortwave_flux_for_coupling from new to old metadata +INFO: Converting local name exch_h of variable atmosphere_heat_diffusivity_for_mynnpbl from new to old metadata +INFO: Converting local name z01d of variable perturbation_of_momentum_roughness_length from new to old metadata +INFO: Converting local name prevst of variable temperature_from_previous_timestep from new to old metadata +INFO: Converting local name tracers_total of variable number_of_total_tracers from new to old metadata +INFO: Converting local name wind of variable wind_speed_at_lowest_model_layer from new to old metadata +INFO: Converting local name hprime of variable statistical_measures_of_subgrid_orography from new to old metadata +INFO: Converting local name oz_coeffp5 of variable number_of_coefficients_in_ozone_forcing_data_plus_five from new to old metadata +INFO: Converting local name tvxy of variable vegetation_temperature from new to old metadata +INFO: Converting local name ncps of variable local_snow_number_concentration from new to old metadata +INFO: Converting local name zlvl of variable height_above_ground_at_lowest_model_layer from new to old metadata +INFO: Converting local name restart of variable flag_for_restart from new to old metadata +INFO: Converting local name con_tice of variable freezing_point_temperature_of_seawater from new to old metadata +INFO: Converting local name sfcnsw of variable surface_net_downwelling_shortwave_flux_on_radiation_time_step from new to old metadata +INFO: Converting local name tau_mtb of variable time_integral_of_momentum_flux_due_to_mountain_blocking_drag from new to old metadata +INFO: Metadata table for model FV3 written to tests/build_fv3_9/FV3/ccpp/physics/CCPP_VARIABLES_FV3.html +INFO: Parsing metadata tables in physics scheme files ... +INFO: Parsed tables in scheme rayleigh_damp +INFO: Parsed tables in scheme GFS_surface_composites_pre +INFO: Parsed tables in scheme GFS_surface_composites_inter +INFO: Parsed tables in scheme GFS_surface_composites_post +INFO: Parsed tables in scheme rrtmg_sw +INFO: Parsed tables in scheme sfc_ocean +INFO: Parsed tables in scheme gwdc_pre +INFO: Parsed tables in scheme gwdc +INFO: Parsed tables in scheme gwdc_post +INFO: Parsed tables in scheme cu_gf_driver_pre +INFO: Parsed tables in scheme gfdl_cloud_microphys +INFO: Parsed tables in scheme GFS_time_vary_pre +INFO: Parsed tables in scheme GFS_rrtmg_setup +INFO: Parsed tables in scheme zhaocarr_gscond +INFO: Parsed tables in scheme ysuvdif +INFO: Parsed tables in scheme rrtmg_sw_post +INFO: Parsed tables in scheme GFS_SCNV_generic_pre +INFO: Parsed tables in scheme GFS_SCNV_generic_post +INFO: Parsed tables in scheme GFS_rrtmg_pre +INFO: Parsed tables in scheme sfc_sice +INFO: Parsed tables in scheme samfdeepcnv +INFO: Parsed tables in scheme satmedmfvdif +INFO: Parsed tables in scheme mynnrad_post +INFO: Parsed tables in scheme cu_gf_driver_post +INFO: Parsed tables in scheme cs_conv_aw_adj +INFO: Parsed tables in scheme GFS_phys_time_vary +INFO: Parsed tables in scheme mp_thompson_post +INFO: Parsed tables in scheme GFS_suite_interstitial_rad_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_phys_reset +INFO: Parsed tables in scheme GFS_suite_interstitial_1 +INFO: Parsed tables in scheme GFS_suite_interstitial_2 +INFO: Parsed tables in scheme GFS_suite_stateout_reset +INFO: Parsed tables in scheme GFS_suite_stateout_update +INFO: Parsed tables in scheme GFS_suite_interstitial_3 +INFO: Parsed tables in scheme GFS_suite_interstitial_4 +INFO: Parsed tables in scheme GFS_suite_interstitial_5 +INFO: Parsed tables in scheme samfshalcnv +INFO: Parsed tables in scheme zhaocarr_precpd +INFO: Parsed tables in scheme noahmpdrv +INFO: Parsed tables in scheme mp_fer_hires +INFO: Parsed tables in scheme myjpbl_wrapper +INFO: Parsed tables in scheme GFS_surface_generic_pre +INFO: Parsed tables in scheme GFS_surface_generic_post +INFO: Parsed tables in scheme cu_ntiedtke_post +INFO: Parsed tables in scheme sfc_diag +INFO: Parsed tables in scheme rrtmg_lw +INFO: Parsed tables in scheme GFS_diagtoscreen +INFO: Parsed tables in scheme GFS_interstitialtoscreen +INFO: Parsed tables in scheme GFS_abort +INFO: Parsed tables in scheme GFS_checkland +INFO: Parsed tables in scheme mynnrad_pre +INFO: Parsed tables in scheme ozphys_2015 +INFO: Parsed tables in scheme satmedmfvdifq +INFO: Parsed tables in scheme cs_conv_pre +INFO: Parsed tables in scheme cs_conv_post +INFO: Parsed tables in scheme cs_conv +INFO: Parsed tables in scheme shinhongvdif +INFO: Parsed tables in scheme h2ophys +INFO: Parsed tables in scheme rrtmg_lw_post +INFO: Parsed tables in scheme sfc_nst +INFO: Parsed tables in scheme sfc_nst_pre +INFO: Parsed tables in scheme sfc_nst_post +INFO: Parsed tables in scheme cu_ntiedtke_pre +INFO: Parsed tables in scheme cu_ntiedtke +INFO: Parsed tables in scheme cires_ugwp_post +INFO: Parsed tables in scheme hedmf +INFO: Parsed tables in scheme sfc_diff +INFO: Parsed tables in scheme mp_thompson_pre +INFO: Parsed tables in scheme sfc_diag_post +INFO: Parsed tables in scheme m_micro_pre +INFO: Parsed tables in scheme m_micro_post +INFO: Parsed tables in scheme m_micro +INFO: Parsed tables in scheme fv_sat_adj +INFO: Parsed tables in scheme GFS_surface_loop_control_part1 +INFO: Parsed tables in scheme GFS_surface_loop_control_part2 +INFO: Parsed tables in scheme shoc +INFO: Parsed tables in scheme GFS_rrtmg_post +INFO: Parsed tables in scheme GFS_GWD_generic_pre +INFO: Parsed tables in scheme GFS_GWD_generic_post +INFO: Parsed tables in scheme rrtmg_sw_pre +INFO: Parsed tables in scheme GFS_MP_generic_pre +INFO: Parsed tables in scheme GFS_MP_generic_post +INFO: Parsed tables in scheme cu_gf_driver +INFO: Parsed tables in scheme GFS_PBL_generic_pre +INFO: Parsed tables in scheme GFS_PBL_generic_post +INFO: Parsed tables in scheme hedmf_hafs +INFO: Parsed tables in scheme mp_thompson +INFO: Parsed tables in scheme rrtmg_lw_pre +INFO: Parsed tables in scheme gwdps +INFO: Parsed tables in scheme shalcnv +INFO: Parsed tables in scheme cires_ugwp +INFO: Parsed tables in scheme get_prs_fv3 +INFO: Parsed tables in scheme get_phi_fv3 +INFO: Parsed tables in scheme mynnsfc_wrapper +INFO: Parsed tables in scheme GFS_suite_ini_fini_test +INFO: Parsed tables in scheme myjsfc_wrapper +INFO: Parsed tables in scheme mynnedmf_wrapper +INFO: Parsed tables in scheme ozphys +INFO: Parsed tables in scheme lsm_ruc +INFO: Parsed tables in scheme GFS_stochastics +INFO: Parsed tables in scheme drag_suite +INFO: Parsed tables in scheme lsm_noah +INFO: Parsed tables in scheme sfc_cice +INFO: Parsed tables in scheme sascnvn +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_pre +INFO: Parsed tables in scheme lsm_ruc_sfc_sice_post +INFO: Parsed tables in scheme GFS_DCNV_generic_pre +INFO: Parsed tables in scheme GFS_DCNV_generic_post +INFO: Parsed tables in scheme cnvc90 +INFO: Parsed tables in scheme GFS_rad_time_vary +INFO: Parsed tables in scheme maximum_hourly_diagnostics +INFO: Parsed tables in scheme rascnv +INFO: Parsed tables in scheme dcyc2t3 +INFO: Parsed tables in scheme moninshoc +INFO: filtering out variable GFS_stateout_type_instance +INFO: filtering out variable accumulated_change_of_air_temperature_due_to_FA_scheme +INFO: filtering out variable accumulated_water_equivalent_of_frozen_precip +INFO: filtering out variable aerosol_number_concentration_from_gocart_aerosol_climatology +INFO: filtering out variable area_fraction_of_wet_canopy +INFO: filtering out variable atmosphere_heat_diffusivity_for_mynnpbl +INFO: filtering out variable atmosphere_heat_diffusivity_from_shoc +INFO: filtering out variable atmosphere_momentum_diffusivity_for_mynnpbl +INFO: filtering out variable baseline_surface_roughness_length +INFO: filtering out variable canopy_air_temperature +INFO: filtering out variable canopy_air_vapor_pressure +INFO: filtering out variable canopy_intercepted_ice_mass +INFO: filtering out variable canopy_intercepted_liquid_water +INFO: filtering out variable ccn_number_concentration +INFO: filtering out variable ccpp_block_number +INFO: filtering out variable cell_size +INFO: filtering out variable characteristic_grid_length_scale +INFO: filtering out variable choice_of_original_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable choice_of_updated_scale_aware_TKE_moist_EDMF_PBL +INFO: filtering out variable cloud_area_fraction +INFO: filtering out variable cloud_base_mass_flux +INFO: filtering out variable cloud_condensed_water_ice_conversion_threshold_ras +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_lowest_model_layer +INFO: filtering out variable cloud_condensed_water_mixing_ratio_at_surface +INFO: filtering out variable cloud_droplet_number_concentration +INFO: filtering out variable cloud_droplet_number_concentration_updated_by_physics +INFO: filtering out variable cloud_fraction_for_MG +INFO: filtering out variable cloud_phase_transition_denominator +INFO: filtering out variable cloud_phase_transition_threshold_temperature +INFO: filtering out variable cloud_specie_mix_flag +INFO: filtering out variable cloudpdf +INFO: filtering out variable coefficient_from_cloud_ice_to_snow_ras +INFO: filtering out variable coefficient_from_cloud_water_to_rain_ras +INFO: filtering out variable condensate_fraction_detrained_in_updraft_layers +INFO: filtering out variable conv_activity_counter +INFO: filtering out variable convective_updraft_area_fraction +INFO: filtering out variable convective_updraft_area_fraction_at_model_interfaces +INFO: filtering out variable couple_sgs_clouds_to_radiation_flag +INFO: filtering out variable cumulative_change_in_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable cumulative_change_in_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable density_of_frozen_precipitation +INFO: filtering out variable depth_of_soil_levels_for_land_surface_model +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_3_CS +INFO: filtering out variable detrainment_and_precipitation_tunable_parameter_4_CS +INFO: filtering out variable dimensionless_exner_function_at_model_interfaces +INFO: filtering out variable do_myjsfc +INFO: filtering out variable do_mynnsfclay +INFO: filtering out variable downdraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable edmf_flag +INFO: filtering out variable edmf_momentum_transport_flag +INFO: filtering out variable edmf_partition_flag +INFO: filtering out variable edmf_tke_transport_flag +INFO: filtering out variable emdf_updraft_area +INFO: filtering out variable emdf_updraft_cloud_water +INFO: filtering out variable emdf_updraft_entrainment_rate +INFO: filtering out variable emdf_updraft_theta_l +INFO: filtering out variable emdf_updraft_total_water +INFO: filtering out variable emdf_updraft_vertical_velocity +INFO: filtering out variable entrainment_efficiency_tunable_parameter_9_CS +INFO: filtering out variable equilibrium_soil_water_content +INFO: filtering out variable fa_threshold_relative_humidity_for_onset_of_condensation +INFO: filtering out variable fast_soil_pool_mass_content_of_carbon +INFO: filtering out variable fine_root_mass +INFO: filtering out variable flag_arakawa_wu_downdraft +INFO: filtering out variable flag_convective_tracer_transport +INFO: filtering out variable flag_flip +INFO: filtering out variable flag_flux_form_CS +INFO: filtering out variable flag_for_2015_ozone_physics +INFO: filtering out variable flag_for_aerosol_input_MG +INFO: filtering out variable flag_for_canopy_stomatal_resistance_option +INFO: filtering out variable flag_for_dynamic_vegetation_option +INFO: filtering out variable flag_for_frozen_soil_permeability_option +INFO: filtering out variable flag_for_frozen_soil_physics +INFO: filtering out variable flag_for_ground_snow_surface_albedo_option +INFO: filtering out variable flag_for_in_ccn_forcing_for_morrison_gettelman_microphysics +INFO: filtering out variable flag_for_individual_cloud_species_advected +INFO: filtering out variable flag_for_lower_boundary_soil_temperature_option +INFO: filtering out variable flag_for_pdf_for_morrison_gettelman_microphysics_scheme +INFO: filtering out variable flag_for_precipitation_partition_option +INFO: filtering out variable flag_for_radiation_transfer_option +INFO: filtering out variable flag_for_reading_leaf_area_index_from_input +INFO: filtering out variable flag_for_resetting_radar_reflectivity_calculation +INFO: filtering out variable flag_for_restart +INFO: filtering out variable flag_for_runoff_and_groundwater_option +INFO: filtering out variable flag_for_sas_deep_convection_scheme +INFO: filtering out variable flag_for_soil_and_snow_temperature_time_stepping_option +INFO: filtering out variable flag_for_soil_moisture_factor_stomatal_resistance_option +INFO: filtering out variable flag_for_supercooled_liquid_water_option +INFO: filtering out variable flag_for_surface_layer_drag_coefficient_option +INFO: filtering out variable flag_mg3_as_mg2 +INFO: filtering out variable flag_skip_macro +INFO: filtering out variable fraction_of_cloud_top_water_scavenged +INFO: filtering out variable fraction_of_tracer_scavenged +INFO: filtering out variable gf_memory_counter +INFO: filtering out variable graupel_number_concentration_updated_by_physics +INFO: filtering out variable grav_settling +INFO: filtering out variable ground_temperature_for_noahmp +INFO: filtering out variable gwd_opt +INFO: filtering out variable h2o_forcing +INFO: filtering out variable heat_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable ice_friendly_aerosol_number_concentration +INFO: filtering out variable ice_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable ice_number_concentration +INFO: filtering out variable ice_number_concentration_updated_by_physics +INFO: filtering out variable ice_supersaturation_threshold +INFO: filtering out variable ice_water_mixing_ratio +INFO: filtering out variable in_number_concentration +INFO: filtering out variable index_for_ice_cloud_condensate_vertical_diffusion_tracer +INFO: filtering out variable integrated_x_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_x_momentum_flux_from_form_drag +INFO: filtering out variable integrated_x_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_x_momentum_flux_from_small_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_blocking_drag +INFO: filtering out variable integrated_y_momentum_flux_from_form_drag +INFO: filtering out variable integrated_y_momentum_flux_from_large_scale_gwd +INFO: filtering out variable integrated_y_momentum_flux_from_small_scale_gwd +INFO: filtering out variable k_level_of_highest_reaching_plume +INFO: filtering out variable kinematic_buoyancy_flux_from_shoc +INFO: filtering out variable kinematic_surface_latent_heat_flux +INFO: filtering out variable lake_water_storage +INFO: filtering out variable latitude_index_in_debug_printouts +INFO: filtering out variable layer_bottom_depth_from_snow_surface +INFO: filtering out variable leaf_area_index +INFO: filtering out variable leaf_mass +INFO: filtering out variable limit_for_temperature_tendency_for_microphysics +INFO: filtering out variable liquid_water_density +INFO: filtering out variable local_graupel_mixing_ratio +INFO: filtering out variable local_graupel_number_concentration +INFO: filtering out variable local_rain_number_concentration +INFO: filtering out variable local_rain_water_mixing_ratio +INFO: filtering out variable local_snow_number_concentration +INFO: filtering out variable local_snow_water_mixing_ratio +INFO: filtering out variable mass_weighted_rime_factor_updated_by_physics +INFO: filtering out variable maximum_column_heating_rate +INFO: filtering out variable maximum_mass_flux +INFO: filtering out variable maximum_updraft_velocity_at_cloud_base +INFO: filtering out variable mean_nir_albedo_with_weak_cosz_dependency +INFO: filtering out variable mean_vis_albedo_with_weak_cosz_dependency +INFO: filtering out variable mg_allow_supersat_after_sed +INFO: filtering out variable mg_autoconversion_size_threshold_ice_snow +INFO: filtering out variable mg_bergeron_efficiency_factor +INFO: filtering out variable mg_cloud_water_variance +INFO: filtering out variable mg_drop_concentration_constant +INFO: filtering out variable mg_flag_drop_concentration_constant +INFO: filtering out variable mg_flag_for_cloud_ice_processes +INFO: filtering out variable mg_flag_for_gmao_ice_formulation +INFO: filtering out variable mg_flag_for_graupel +INFO: filtering out variable mg_flag_for_hail +INFO: filtering out variable mg_flag_for_heterogeneous_freezing +INFO: filtering out variable mg_flag_for_liu_liquid_treatment +INFO: filtering out variable mg_flag_for_sb2001_autoconversion +INFO: filtering out variable mg_flag_for_uniform_subcolumns +INFO: filtering out variable mg_flag_graupel_concentration_constant +INFO: filtering out variable mg_flag_ice_concentration_constant +INFO: filtering out variable mg_graupel_concentration_constant +INFO: filtering out variable mg_ice_concentration_constant +INFO: filtering out variable mg_minimum_cloud_condensed_water_and_ice_mixing_ratio +INFO: filtering out variable mg_minimum_rh_for_ice +INFO: filtering out variable mg_time_scale_for_autoconversion_of_ice +INFO: filtering out variable mg_tuning_factor_for_alphas +INFO: filtering out variable mg_type_of_precip_fraction_method +INFO: filtering out variable minimum_value_of_specific_humidity +INFO: filtering out variable mix_total_water_flag +INFO: filtering out variable mixing_length +INFO: filtering out variable mixing_length_flag +INFO: filtering out variable moisture_from_previous_timestep +INFO: filtering out variable moisture_tendency_due_to_dynamics +INFO: filtering out variable momentum_exchange_coefficient_for_MYJ_schemes +INFO: filtering out variable mpi_comm +INFO: filtering out variable multiplication_factor_for_critical_cloud_workfunction +INFO: filtering out variable natural_log_of_h2o_forcing_data_pressure_levels +INFO: filtering out variable nondimensional_snow_age +INFO: filtering out variable normalized_soil_wetness_for_land_surface_model +INFO: filtering out variable number_of_cloud_types_CS +INFO: filtering out variable number_of_coefficients_in_h2o_forcing_data +INFO: filtering out variable number_of_frozen_precipitation_species +INFO: filtering out variable number_of_plumes +INFO: filtering out variable number_of_snow_layers +INFO: filtering out variable number_of_spectral_wave_trancation_for_sas +INFO: filtering out variable number_of_tracers_for_CS +INFO: filtering out variable number_of_tracers_plus_one +INFO: filtering out variable ozone_mixing_ratio +INFO: filtering out variable potential_temperature_at_2m +INFO: filtering out variable potential_temperature_at_viscous_sublayer_top +INFO: filtering out variable prandtl_number +INFO: filtering out variable q_prime_squared +INFO: filtering out variable rain_number_concentration_updated_by_physics +INFO: filtering out variable reciprocal_of_obukhov_length +INFO: filtering out variable shoc_flag_for_optional_surface_TKE_dissipation +INFO: filtering out variable shoc_implicit_TKE_integration_uncentering_term +INFO: filtering out variable shoc_tke_dissipatation_pressure_threshold +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter +INFO: filtering out variable shoc_tke_dissipation_tunable_parameter_near_surface +INFO: filtering out variable slow_soil_pool_mass_content_of_carbon +INFO: filtering out variable snow_albedo_at_previous_time_step +INFO: filtering out variable snow_layer_ice +INFO: filtering out variable snow_layer_liquid_water +INFO: filtering out variable snow_mass_at_previous_time_step +INFO: filtering out variable snow_number_concentration_updated_by_physics +INFO: filtering out variable snow_precipitation_rate_at_surface +INFO: filtering out variable snow_temperature +INFO: filtering out variable snow_temperature_bottom_first_layer +INFO: filtering out variable soil_temperature_for_land_surface_model +INFO: filtering out variable soil_vertical_dimension_for_land_surface_model +INFO: filtering out variable soil_water_content_between_soil_bottom_and_water_table +INFO: filtering out variable specific_heat_of_ice_at_constant_pressure +INFO: filtering out variable specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable stability_function_for_heat +INFO: filtering out variable stem_area_index +INFO: filtering out variable stem_mass +INFO: filtering out variable subgrid_cloud_fraction_pbl +INFO: filtering out variable subgrid_cloud_mixing_ratio_pbl +INFO: filtering out variable subgrid_scale_cloud_fraction_from_shoc +INFO: filtering out variable surface_condensation_mass +INFO: filtering out variable surface_drag_coefficient_for_heat_and_moisture_for_noahmp +INFO: filtering out variable surface_drag_coefficient_for_momentum_for_noahmp +INFO: filtering out variable surface_exchange_coefficient_for_heat +INFO: filtering out variable surface_exchange_coefficient_for_heat_at_2m +INFO: filtering out variable surface_exchange_coefficient_for_moisture +INFO: filtering out variable surface_exchange_coefficient_for_moisture_at_2m +INFO: filtering out variable surface_friction_velocity_drag +INFO: filtering out variable surface_latent_heat +INFO: filtering out variable surface_layer_evaporation_switch +INFO: filtering out variable surface_specific_humidity_for_MYJ_schemes +INFO: filtering out variable surface_stability_parameter +INFO: filtering out variable t_prime_q_prime +INFO: filtering out variable t_prime_squared +INFO: filtering out variable temperature_from_previous_timestep +INFO: filtering out variable temperature_tendency_due_to_dynamics +INFO: filtering out variable tendency_of_cloud_droplet_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_ice_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_ice_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_liquid_cloud_water_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_ozone_mixing_ratio_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosol_number_concentration_due_to_model_physics +INFO: filtering out variable tendency_of_water_friendly_aerosols_at_surface +INFO: filtering out variable tendency_of_water_vapor_specific_humidity_due_to_model_physics +INFO: filtering out variable tendency_of_x_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable tendency_of_y_wind_due_to_convective_gravity_wave_drag +INFO: filtering out variable theta_star +INFO: filtering out variable tke_advect +INFO: filtering out variable tke_at_mass_points +INFO: filtering out variable tke_budget +INFO: filtering out variable tke_dissipative_heating_factor +INFO: filtering out variable total_accumulated_snowfall +INFO: filtering out variable triple_point_temperature_of_water +INFO: filtering out variable turbulent_kinetic_energy_convective_transport_tracer +INFO: filtering out variable u_wind_component_at_viscous_sublayer_top +INFO: filtering out variable updraft_fraction_in_boundary_layer_mass_flux_scheme +INFO: filtering out variable updraft_velocity_tunable_parameter_1_CS +INFO: filtering out variable updraft_velocity_tunable_parameter_2_CS +INFO: filtering out variable v_wind_component_at_viscous_sublayer_top +INFO: filtering out variable vegetation_temperature +INFO: filtering out variable vertical_dimension_of_h2o_forcing_data +INFO: filtering out variable volume_fraction_of_frozen_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_soil_moisture_for_land_surface_model +INFO: filtering out variable volume_fraction_of_unfrozen_soil_moisture_for_land_surface_model +INFO: filtering out variable water_friendly_aerosol_number_concentration +INFO: filtering out variable water_friendly_aerosol_number_concentration_updated_by_physics +INFO: filtering out variable water_storage_in_aquifer +INFO: filtering out variable water_storage_in_aquifer_and_saturated_soil +INFO: filtering out variable water_table_depth +INFO: filtering out variable water_table_recharge_when_deep +INFO: filtering out variable water_table_recharge_when_shallow +INFO: filtering out variable water_vapor_mixing_ratio_at_surface +INFO: filtering out variable weight_for_momentum_at_viscous_sublayer_top +INFO: filtering out variable weight_for_potental_temperature_at_viscous_sublayer_top +INFO: filtering out variable weight_for_specific_humidity_at_viscous_sublayer_top +INFO: filtering out variable wood_mass +INFO: filtering out variable x_momentum_tendency_from_blocking_drag +INFO: filtering out variable x_momentum_tendency_from_form_drag +INFO: filtering out variable x_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable x_momentum_tendency_from_small_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_blocking_drag +INFO: filtering out variable y_momentum_tendency_from_form_drag +INFO: filtering out variable y_momentum_tendency_from_large_scale_gwd +INFO: filtering out variable y_momentum_tendency_from_small_scale_gwd +INFO: Checking optional arguments in physics schemes ... +INFO: Metadata table for model FV3 written to tests/build_fv3_9/FV3/ccpp/framework/doc/DevelopersGuide/CCPP_VARIABLES_FV3.tex +INFO: Comparing metadata for requested and provided variables ... +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_ice_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_liquid_water_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Automatic unit conversion from m to um for effective_radius_of_stratiform_cloud_snow_particle_in_um after returning from MODULE_mp_thompson SCHEME_mp_thompson SUBROUTINE_mp_thompson_run +INFO: Generating schemes makefile/cmakefile snippet ... +INFO: Added 170 schemes to tests/build_fv3_9/FV3/ccpp/physics/CCPP_SCHEMES.mk, tests/build_fv3_9/FV3/ccpp/physics/CCPP_SCHEMES.cmake, tests/build_fv3_9/FV3/ccpp/physics/CCPP_SCHEMES.sh +INFO: Generating suite and group caps ... +INFO: Generating static API ccpp_static_api.F90 in tests/build_fv3_9/FV3/ccpp/physics ... +INFO: Generating caps makefile/cmakefile snippet ... +INFO: Added 11 auto-generated caps to tests/build_fv3_9/FV3/ccpp/physics/CCPP_CAPS.mk and tests/build_fv3_9/FV3/ccpp/physics/CCPP_CAPS.cmake +INFO: CCPP prebuild step completed successfully. ++ source build_fv3_9/FV3/ccpp/physics/CCPP_SCHEMES.sh +++ export 'CCPP_SCHEMES=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' +++ CCPP_SCHEMES='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f' ++ source build_fv3_9/FV3/ccpp/physics/CCPP_CAPS.sh +++ export 'CCPP_CAPS=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90' +++ CCPP_CAPS='/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90' ++ source build_fv3_9/FV3/ccpp/physics/CCPP_STATIC_API.sh +++ export CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_static_api.F90 +++ CCPP_STATIC_API=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_static_api.F90 ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\N\A\M\_\p\h\y\s\=\Y* ]] ++ [[ REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y == *\W\W\3\=\Y* ]] +++ 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 /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/NEMS/src/conf/module-setup.sh.inc +++ __ms_function_name=setup__test_function__179047 +++ eval 'setup__test_function__179047() { /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__33161 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' ++++ eval 'if ( set | grep setup__test_function__179047 | grep -v name > /dev/null 2>&1 ) ; then echo t ; fi ' +++ cat ++ __ms_bash_test=t ++ [[ ! -z '' ]] @@ -2574,7 +56182,7 @@ Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3 ++ eval module help ++ module purge +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash purge -++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' 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 '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' 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_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' 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 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL2Z2ZHljb3JlX3ByNy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="Ii9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9";' 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 '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' unset '_ModuleTable017_;' +++ eval unset 'ADVISOR_2018_DIR;' unset 'BACIO_LIB4;' unset 'BACIO_LIB8;' unset 'BACIO_SRC;' unset 'BACIO_VER;' unset 'BINARY_TYPE_HPC;' unset '__LMOD_REF_COUNT_CLASSPATH;' unset 'CLASSPATH;' unset 'CLCK_ROOT;' 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 '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' unset 'CPLUS_INCLUDE_PATH;' unset 'CRTM_FIX;' unset 'CRTM_INC;' unset 'CRTM_LIB;' unset 'CRTM_SRC;' unset 'CRTM_VER;' unset 'DAALROOT;' unset 'ECF_HOSTFILE;' unset 'ECF_PORT;' unset 'ECF_ROOT;' 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 'HDF5;' unset 'HDF5_CFLAGS;' unset 'HDF5_CXXFLAGS;' unset 'HDF5_FFLAGS;' unset 'HDF5_INCLUDE;' unset 'HDF5_LDFLAGS;' unset 'HDF5_LDFLAGS_C;' unset 'HDF5_LDFLAGS_CXX;' unset 'HDF5_LDFLAGS_F;' unset '__LMOD_REF_COUNT_INFOPATH;' unset 'INFOPATH;' unset 'INSPECTOR_2018_DIR;' unset 'INTEL_LICENSE_FILE;' unset 'INTEL_PYTHONHOME;' unset 'IPPROOT;' 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_CXX;' unset 'I_MPI_EXTRA_FILESYSTEM;' unset 'I_MPI_EXTRA_FILESYSTEM_LIST;' unset 'I_MPI_F77;' unset 'I_MPI_F90;' unset 'I_MPI_FC;' unset 'I_MPI_HYDRA_BOOTSTRAP;' unset 'I_MPI_HYDRA_IFACE;' unset 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' unset 'I_MPI_ROOT;' unset 'JASPER_INC;' unset 'JASPER_LIB;' unset 'JASPER_LIBDIR;' unset 'JASPER_SRC;' unset 'JASPER_VER;' unset 'KMP_AFFINITY;' unset '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' unset '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;' unset 'LSF_BINDIR;' unset 'LSF_ENVDIR;' unset 'LSF_LIBDIR;' unset 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/lmod/lmod/share/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/lmod/lmod/share/man::";' export 'MANPATH;' unset 'MKLROOT;' 'MODULEPATH="/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' unset 'MPM_LAUNCHER;' unset 'NEMSIO_INC;' unset 'NEMSIO_LIB;' unset 'NEMSIO_SRC;' unset 'NEMSIO_VER;' unset 'NETCDF;' unset 'NETCDF_CFLAGS;' unset 'NETCDF_CXX4FLAGS;' unset 'NETCDF_CXXFLAGS;' unset 'NETCDF_FFLAGS;' unset 'NETCDF_INC;' unset 'NETCDF_INCLUDE;' unset 'NETCDF_LDFLAGS;' unset 'NETCDF_LDFLAGS_C;' unset 'NETCDF_LDFLAGS_CXX;' unset 'NETCDF_LDFLAGS_CXX4;' unset 'NETCDF_LDFLAGS_F;' unset 'NETCDF_LIB;' unset 'NETCDF_ROOT;' unset '__LMOD_REF_COUNT_NLSPATH;' unset 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin";' export 'PATH;' unset 'PKG_CONFIG_PATH;' unset 'PNG_INC;' unset 'PNG_LIB;' unset 'PNG_LIB12;' unset 'PNG_LIBDIR;' unset 'PNG_LIBso;' unset 'PNG_SRC;' unset 'PNG_VER;' unset 'POST_INC;' unset 'POST_LIB;' unset 'POST_SRC;' unset 'POST_VER;' unset 'PSTLROOT;' unset 'PYTHONPATH;' unset '__LMOD_REF_COUNT_QT_PLUGIN_PATH;' unset 'QT_PLUGIN_PATH;' unset 'SP_LIB4;' unset 'SP_LIB8;' unset 'SP_LIBd;' unset 'SP_SRC;' unset 'SP_VER;' unset 'TBBROOT;' unset 'VT_ADD_LIBS;' unset 'VT_ARCH;' unset 'VT_LIB_DIR;' unset 'VT_MPI;' unset 'VT_ROOT;' unset 'VT_SLIB_DIR;' 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 'XLSF_UIDDIR;' unset 'Z_INC;' unset 'Z_LIB;' unset 'Z_SRC;' unset 'Z_VER;' unset '__LMOD_REF_COUNT__LMFILES_;' unset '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' 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 '_ModuleTable014_;' unset '_ModuleTable015_;' unset '_ModuleTable016_;' unset '_ModuleTable017_;' +++ unset ADVISOR_2018_DIR +++ unset BACIO_LIB4 +++ unset BACIO_LIB8 @@ -2675,7 +56283,7 @@ Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3 +++ MANPATH=/usrx/local/prod/lmod/lmod/share/man:: +++ export MANPATH +++ unset MKLROOT -+++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles ++++ MODULEPATH=/usrx/local/dev/emc_rocoto/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles +++ export MODULEPATH +++ unset MPM_LAUNCHER +++ unset NEMSIO_INC @@ -2750,9 +56358,9 @@ Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3 +++ unset Z_VER +++ unset __LMOD_REF_COUNT__LMFILES_ +++ unset _LMFILES_ -+++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL2Z2ZHljb3JlX3ByNy91ZnMtd2VhdGhlci1tb2RlbC9tb2R1bGVmaWxlcy93Y29zc19kZWxsX3AzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIs ++++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k +++ export _ModuleTable001_ -+++ _ModuleTable002_=Ii9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9 ++++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== +++ export _ModuleTable002_ +++ _ModuleTable_Sz_=2 +++ export _ModuleTable_Sz_ @@ -2775,18 +56383,18 @@ Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3 ++ unset __ms_shell ++ unset __ms_ksh_test ++ unset __ms_bash_test -++ unset setup__test_function__33161 +++ unset setup__test_function__179047 ++ unset __ms_function_name + [[ wcoss_dell_p3 == macosx.* ]] + [[ wcoss_dell_p3 == linux.* ]] -+ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3 -++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3 -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9mdmR5Y29yZV9wcjcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIs";' export '_ModuleTable001_;' '_ModuleTable002_="Ii9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles ++ module use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 +++ /usrx/local/prod/lmod/lmod/libexec/lmod bash use /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3 ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k";' export '_ModuleTable001_;' '_ModuleTable002_="ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ==";' export '_ModuleTable002_;' '_ModuleTable_Sz_="2";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles ++ export MODULEPATH -++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9mdmR5Y29yZV9wcjcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9jb3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIs +++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXt9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9k ++ export _ModuleTable001_ -++ _ModuleTable002_=Ii9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29yZV9wcm9kIix9 +++ _ModuleTable002_=ZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsfQ== ++ export _ModuleTable002_ ++ _ModuleTable_Sz_=2 ++ export _ModuleTable_Sz_ @@ -2794,7 +56402,7 @@ Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3 + eval + module load fv3 ++ /usrx/local/prod/lmod/lmod/libexec/lmod bash load fv3 -+ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' '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="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/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_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9mdmR5Y29yZV9wcjcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tE";' export '_ModuleTable003_;' '_ModuleTable004_="ZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable004_;' '_ModuleTable005_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxoZGY1X3BhcmFsbGVsPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL2hkZjVfcGFyYWxsZWwvMS4xMC42IixbImZ1bGxOYW1lIl09ImhkZjVfcGFyYWxsZWwvMS4xMC42IixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImhkZjVfcGFyYWxsZWwvMS4xMC42Iix9LGltcGk9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMS5sdWEiLFsiZnVsbE5hbWUi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0iaW1waS8xOC4wLjEiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzE4LjAuMSIsfSxpcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxpcHM9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2lwcy8xOC4wLjEuMTYzIixbImZ1bGxOYW1lIl09Imlwcy8xOC4wLjEuMTYz";' export '_ModuleTable006_;' '_ModuleTable007_="IixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLH0samFzcGVyPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9qYXNwZXIvMS45MDAuMjkiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjI5IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsfSxsaWJwbmc9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2xp";' export '_ModuleTable007_;' '_ModuleTable008_="YnBuZy8xLjIuNTkiLFsiZnVsbE5hbWUiXT0ibGlicG5nLzEuMi41OSIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJsaWJwbmcvMS4yLjU5Iix9LGxzZj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvbHNmLzEwLjEiLFsiZnVsbE5hbWUiXT0ibHNmLzEwLjEiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJsc2YvMTAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIu";' export '_ModuleTable008_;' '_ModuleTable009_="NCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmX3BhcmFsbGVsPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL25ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJmdWxsTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40Iix9LHBvc3Q9e1siZm4i";' export '_ModuleTable009_;' '_ModuleTable010_="XT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjUiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuNSIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC41Iix9LHNwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHczZW1jPXtbImZuIl09Ii91c3J4L2xvY2Fs";' export '_ModuleTable010_;' '_ModuleTable011_="L25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwv";' export '_ModuleTable011_;' '_ModuleTable012_="cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvZnZkeWNvcmVfcHI3L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290";' export '_ModuleTable012_;' '_ModuleTable013_="by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21w";' export '_ModuleTable013_;' '_ModuleTable014_="aS9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9tcGlfdGhpcmQvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL21waV9wcm9kL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVf";' export '_ModuleTable014_;' '_ModuleTable015_="cHJvZCIsfQ==";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' ++ eval 'ADVISOR_2018_DIR="/usrx/local/prod/intel/2018UP01/advisor_2018";' export 'ADVISOR_2018_DIR;' 'BACIO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a";' export 'BACIO_LIB4;' 'BACIO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_8.a";' export 'BACIO_LIB8;' 'BACIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/bacio_v2.0.3";' export 'BACIO_SRC;' 'BACIO_VER="v2.0.3";' export 'BACIO_VER;' 'BINARY_TYPE_HPC="";' export 'BINARY_TYPE_HPC;' '__LMOD_REF_COUNT_CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar:1";' export '__LMOD_REF_COUNT_CLASSPATH;' 'CLASSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64/mpi.jar:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/daal.jar";' export 'CLASSPATH;' 'CLCK_ROOT="/usrx/local/prod/intel/2018UP01/clck_latest";' export 'CLCK_ROOT;' '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="wcoss_dell_p3";' export 'CMAKE_Platform;' 'COMP="ips";' export 'COMP;' '__LMOD_REF_COUNT_CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include:1";' export '__LMOD_REF_COUNT_CPATH;' 'CPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/include:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/include";' export 'CPATH;' '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include:1";' export '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH;' 'CPLUS_INCLUDE_PATH="/usrx/local/prod/intel/2018UP01/clck_latest/include";' export 'CPLUS_INCLUDE_PATH;' 'CRTM_FIX="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/fix";' export 'CRTM_FIX;' 'CRTM_INC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/include/crtm_v2.2.6";' export 'CRTM_INC;' 'CRTM_LIB="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/ips/18.0.1/libcrtm_v2.2.6.a";' export 'CRTM_LIB;' 'CRTM_SRC="/gpfs/dell1/nco/ops/nwprod/lib/crtm/v2.2.6/src";' export 'CRTM_SRC;' 'CRTM_VER="v2.2.6";' export 'CRTM_VER;' 'DAALROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal";' export 'DAALROOT;' 'ESMFMKFILE="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk";' export 'ESMFMKFILE;' 'G2TMPL_INC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0";' export 'G2TMPL_INC;' 'G2TMPL_LIB="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a";' export 'G2TMPL_LIB;' 'G2TMPL_SRC="/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src";' export 'G2TMPL_SRC;' 'G2TMPL_VER="v1.6.0";' export 'G2TMPL_VER;' 'G2_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_4";' export 'G2_INC4;' 'G2_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2_v3.1.1_d";' export 'G2_INCd;' 'G2_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_4.a";' export 'G2_LIB4;' 'G2_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2_v3.1.1_d.a";' export 'G2_LIBd;' 'G2_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/g2_v3.1.1";' export 'G2_SRC;' 'G2_VER="v3.1.1";' export 'G2_VER;' 'GDBSERVER_MIC="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin/gdbserver";' export 'GDBSERVER_MIC;' 'GDB_CROSS="/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin/gdb-ia";' export 'GDB_CROSS;' 'HDF5="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'HDF5;' 'HDF5_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CFLAGS;' 'HDF5_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_CXXFLAGS;' 'HDF5_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_FFLAGS;' 'HDF5_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'HDF5_INCLUDE;' 'HDF5_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran -lhdf5 '-lhdf5_fortran";' export 'HDF5_LDFLAGS;' 'HDF5_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl '-lhdf5";' export 'HDF5_LDFLAGS_C;' 'HDF5_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -hdf5_hl_cpp -lhdf5 '-lhdf5_cpp";' export 'HDF5_LDFLAGS_CXX;' 'HDF5_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lhdf5_hl -lhdf5hl_fortran '-lhdf5";' export 'HDF5_LDFLAGS_F;' '__LMOD_REF_COUNT_INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:1;info_gdb_igfx:1";' export '__LMOD_REF_COUNT_INFOPATH;' 'INFOPATH="/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/info:info_gdb_igfx";' export 'INFOPATH;' 'INSPECTOR_2018_DIR="/usrx/local/prod/intel/2018UP01/inspector_2018";' export 'INSPECTOR_2018_DIR;' 'INTEL_LICENSE_FILE="/usrx/local/prod/intel/licenses";' export 'INTEL_LICENSE_FILE;' 'INTEL_PYTHONHOME="/usrx/local/prod/intel/2018UP01/debugger_2018/python/intel64";' export 'INTEL_PYTHONHOME;' 'IPPROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp";' export 'IPPROOT;' 'IP_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_4";' export 'IP_INC4;' 'IP_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_8";' export 'IP_INC8;' 'IP_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ip_v3.0.2_d";' export 'IP_INCd;' 'IP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_4.a";' export 'IP_LIB4;' 'IP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_8.a";' export 'IP_LIB8;' 'IP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libip_v3.0.2_d.a";' export 'IP_LIBd;' 'IP_SRC="/usrx/local/nceplibs/dev/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_CXX="icpc";' export 'I_MPI_CXX;' 'I_MPI_EXTRA_FILESYSTEM="yes";' export 'I_MPI_EXTRA_FILESYSTEM;' 'I_MPI_EXTRA_FILESYSTEM_LIST="gpfs";' export 'I_MPI_EXTRA_FILESYSTEM_LIST;' 'I_MPI_F77="ifort";' export 'I_MPI_F77;' 'I_MPI_F90="ifort";' export 'I_MPI_F90;' 'I_MPI_FC="ifort";' export 'I_MPI_FC;' 'I_MPI_HYDRA_BOOTSTRAP="lsf";' export 'I_MPI_HYDRA_BOOTSTRAP;' 'I_MPI_HYDRA_IFACE="ib0";' export 'I_MPI_HYDRA_IFACE;' 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH="1";' export 'I_MPI_LSF_USE_COLLECTIVE_LAUNCH;' 'I_MPI_ROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi";' export 'I_MPI_ROOT;' 'JASPER_INC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/include";' export 'JASPER_INC;' 'JASPER_LIB="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a";' export 'JASPER_LIB;' 'JASPER_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib";' export 'JASPER_LIBDIR;' 'JASPER_SRC="/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29";' export 'JASPER_SRC;' 'JASPER_VER="1.900.29";' export 'JASPER_VER;' 'KMP_AFFINITY="scatter";' export 'KMP_AFFINITY;' unset 'LAUNCH;' '__LMOD_REF_COUNT_LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/itac_latest/slib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:1;/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LD_LIBRARY_PATH;' 'LD_LIBRARY_PATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/itac_latest/slib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/lib64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/debugger_2018/iga/lib:/usrx/local/prod/intel/2018UP01/debugger_2018/libipt/intel64/lib:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LD_LIBRARY_PATH;' '__LMOD_REF_COUNT_LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:1;/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4:1";' export '__LMOD_REF_COUNT_LIBRARY_PATH;' 'LIBRARY_PATH="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib:/usrx/local/prod/intel/2018UP01/clck_latest/lib/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/ipp/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.7:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/daal/lib/intel64_lin:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb/lib/intel64_lin/gcc4.4";' export 'LIBRARY_PATH;' 'LIB_NAME="POST";' export 'LIB_NAME;' 'LMOD_FAMILY_COMPILER="ips";' export 'LMOD_FAMILY_COMPILER;' 'LMOD_FAMILY_COMPILER_VERSION="18.0.1.163";' export 'LMOD_FAMILY_COMPILER_VERSION;' 'LMOD_FAMILY_MPI="impi";' export 'LMOD_FAMILY_MPI;' 'LMOD_FAMILY_MPI_VERSION="18.0.1";' export 'LMOD_FAMILY_MPI_VERSION;' '__LMOD_REF_COUNT_LOADEDMODULES="ips/18.0.1.163:1;impi/18.0.1:1;lsf/10.1:1;bacio/2.0.3:1;ip/3.0.2:1;sp/2.0.3:1;w3nco/2.0.7:1;w3emc/2.3.1:1;nemsio/2.2.4:1;g2/3.1.1:1;g2tmpl/1.6.0:1;crtm/2.2.6:1;jasper/1.900.29:1;libpng/1.2.59:1;zlib/1.2.11:1;post/8.0.5:1;hdf5_parallel/1.10.6:1;netcdf_parallel/4.7.4:1;esmf/8.0.0_ParallelNetCDF:1;cmake/3.10.0:1;fv3:1";' export '__LMOD_REF_COUNT_LOADEDMODULES;' 'LOADEDMODULES="ips/18.0.1.163:impi/18.0.1:lsf/10.1:bacio/2.0.3:ip/3.0.2:sp/2.0.3:w3nco/2.0.7:w3emc/2.3.1:nemsio/2.2.4:g2/3.1.1:g2tmpl/1.6.0:crtm/2.2.6:jasper/1.900.29:libpng/1.2.59:zlib/1.2.11:post/8.0.5:hdf5_parallel/1.10.6:netcdf_parallel/4.7.4:esmf/8.0.0_ParallelNetCDF:cmake/3.10.0:fv3";' export 'LOADEDMODULES;' 'LSF_BINDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin";' export 'LSF_BINDIR;' 'LSF_ENVDIR="/gpfs/lsf/conf";' export 'LSF_ENVDIR;' 'LSF_LIBDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib";' export 'LSF_LIBDIR;' 'LSF_SERVERDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc";' export 'LSF_SERVERDIR;' '__LMOD_REF_COUNT_MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:2;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:1;/gpfs/lsf/10.1/man:1;/usrx/local/prod/intel/2018UP01/itac_latest/man:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:1;/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:1;/usrx/local/prod/lmod/lmod/share/man:1;/usrx/local/prod/intel/2018UP01/inspector_2018/man:1;/usrx/local/prod/intel/2018UP01/advisor_2018/man:1";' export '__LMOD_REF_COUNT_MANPATH;' 'MANPATH="/usrx/local/prod/packages/cmake/3.10.0/share/man:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/share/man:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/share/man:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/share/man:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/man:/gpfs/lsf/10.1/man:/usrx/local/prod/intel/2018UP01/itac_latest/man:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/man/common:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-ia/man:/usrx/local/prod/intel/2018UP01/documentation_2018/en/debugger/gdb-igfx/man:/usrx/local/prod/lmod/lmod/share/man::/usrx/local/prod/intel/2018UP01/inspector_2018/man:/usrx/local/prod/intel/2018UP01/advisor_2018/man";' export 'MANPATH;' 'MKLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl";' export 'MKLROOT;' 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' 'MPM_LAUNCHER="/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh";' export 'MPM_LAUNCHER;' 'NEMSIO_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/nemsio_v2.2.4";' export 'NEMSIO_INC;' 'NEMSIO_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libnemsio_v2.2.4.a";' export 'NEMSIO_LIB;' 'NEMSIO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/nemsio_v2.2.4";' export 'NEMSIO_SRC;' 'NEMSIO_VER="v2.2.4";' export 'NEMSIO_VER;' 'NETCDF="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF;' 'NETCDF_CFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CFLAGS;' 'NETCDF_CXX4FLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXX4FLAGS;' 'NETCDF_CXXFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_CXXFLAGS;' 'NETCDF_FFLAGS="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_FFLAGS;' 'NETCDF_INC="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INC;' 'NETCDF_INCLUDE="-I/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/include";' export 'NETCDF_INCLUDE;' 'NETCDF_LDFLAGS="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS;' 'NETCDF_LDFLAGS_C="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdf";' export 'NETCDF_LDFLAGS_C;' 'NETCDF_LDFLAGS_CXX="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++";' export 'NETCDF_LDFLAGS_CXX;' 'NETCDF_LDFLAGS_CXX4="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' -lnetcdf '-lnetcdf_c++4";' export 'NETCDF_LDFLAGS_CXX4;' 'NETCDF_LDFLAGS_F="-L/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib' '-lnetcdff";' export 'NETCDF_LDFLAGS_F;' 'NETCDF_LIB="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/lib";' export 'NETCDF_LIB;' 'NETCDF_ROOT="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel";' export 'NETCDF_ROOT;' '__LMOD_REF_COUNT_NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N:1";' export '__LMOD_REF_COUNT_NLSPATH;' 'NLSPATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/lib/intel64_lin/locale/%l_%t/%N:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/lib/intel64_lin/locale/%l_%t/%N::/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/share/locale/%l_%t/%N";' export 'NLSPATH;' '__LMOD_REF_COUNT_PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:2;/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:1;/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:1;/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:1;/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:1;/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:1;/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:1;/usrx/local/prod/intel/2018UP01/itac_latest/bin:1;/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:1;/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:1;/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:1;/usr/lib64/qt-3.3/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1;/usr/lpp/mmfs/bin:1;/opt/ibutils/bin:1;/opt/dell/srvadmin/bin:1;/u/Dusan.Jovic/bin:2;/usrx/local/emc_rocoto/1.2.3/bin:1;/u/Dusan.Jovic/.local/bin:1;/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include:1";' export '__LMOD_REF_COUNT_PATH;' 'PATH="/usrx/local/prod/packages/cmake/3.10.0/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/bin:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/netcdf_parallel/bin:/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/bin:/usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/bin:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/bin:/usrx/local/prod/intel/2018UP01/advisor_2018/bin64:/usrx/local/prod/intel/2018UP01/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP01/inspector_2018/bin64:/usrx/local/prod/intel/2018UP01/itac_latest/bin:/usrx/local/prod/intel/2018UP01/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP01/debugger_2018/gdb/intel64/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/u/Dusan.Jovic/bin:/usrx/local/emc_rocoto/1.2.3/bin:/u/Dusan.Jovic/.local/bin:/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'PATH;' 'PKG_CONFIG_PATH="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl/bin/pkgconfig";' export 'PKG_CONFIG_PATH;' 'PNG_INC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/include";' export 'PNG_INC;' 'PNG_LIB="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.a";' export 'PNG_LIB;' 'PNG_LIB12="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng12.a";' export 'PNG_LIB12;' 'PNG_LIBDIR="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib";' export 'PNG_LIBDIR;' 'PNG_LIBso="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/lib/libpng.so";' export 'PNG_LIBso;' 'PNG_SRC="/usrx/local/prod/packages/gnu/4.8.5/libpng/1.2.59/src/libpng-1.2.59";' export 'PNG_SRC;' 'PNG_VER="1.2.59";' export 'PNG_VER;' 'POST_INC="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/ncep_post_v8.0.5_4";' export 'POST_INC;' 'POST_LIB="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libncep_post_v8.0.5_4.a";' export 'POST_LIB;' 'POST_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/post_v8.0.5";' export 'POST_SRC;' 'POST_VER="v8.0.5";' export 'POST_VER;' 'PSTLROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/pstl";' export 'PSTLROOT;' 'PYTHONPATH="/usrx/local/prod/intel/2018UP01/advisor_2018/pythonapi";' export 'PYTHONPATH;' 'SP_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_4.a";' export 'SP_LIB4;' 'SP_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_8.a";' export 'SP_LIB8;' 'SP_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libsp_v2.0.3_d.a";' export 'SP_LIBd;' 'SP_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/sp_v2.0.3";' export 'SP_SRC;' 'SP_VER="v2.0.3";' export 'SP_VER;' 'TBBROOT="/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/tbb";' export 'TBBROOT;' 'VT_ADD_LIBS="-ldwarf' -lelf -lvtunwind -lm '-lpthread";' export 'VT_ADD_LIBS;' 'VT_ARCH="intel64";' export 'VT_ARCH;' 'VT_LIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/lib";' export 'VT_LIB_DIR;' 'VT_MPI="impi4";' export 'VT_MPI;' 'VT_ROOT="/usrx/local/prod/intel/2018UP01/itac_latest";' export 'VT_ROOT;' 'VT_SLIB_DIR="/usrx/local/prod/intel/2018UP01/itac_latest/slib";' export 'VT_SLIB_DIR;' 'W3EMC_INC4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_4";' export 'W3EMC_INC4;' 'W3EMC_INC8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_8";' export 'W3EMC_INC8;' 'W3EMC_INCd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/w3emc_v2.3.1_d";' export 'W3EMC_INCd;' 'W3EMC_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_4.a";' export 'W3EMC_LIB4;' 'W3EMC_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_8.a";' export 'W3EMC_LIB8;' 'W3EMC_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3emc_v2.3.1_d.a";' export 'W3EMC_LIBd;' 'W3EMC_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3emc_v2.3.1";' export 'W3EMC_SRC;' 'W3EMC_VER="v2.3.1";' export 'W3EMC_VER;' 'W3NCO_LIB4="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_4.a";' export 'W3NCO_LIB4;' 'W3NCO_LIB8="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_8.a";' export 'W3NCO_LIB8;' 'W3NCO_LIBd="/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libw3nco_v2.0.7_d.a";' export 'W3NCO_LIBd;' 'W3NCO_SRC="/usrx/local/nceplibs/dev/NCEPLIBS/src/w3nco_v2.0.7";' export 'W3NCO_SRC;' 'W3NCO_VER="v2.0.7";' export 'W3NCO_VER;' 'XLSF_UIDDIR="/gpfs/lsf/10.1/linux3.10-glibc2.17-x86_64/lib/uid";' export 'XLSF_UIDDIR;' 'Z_INC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/include";' export 'Z_INC;' 'Z_LIB="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/lib/libz.a";' export 'Z_LIB;' 'Z_SRC="/usrx/local/prod/packages/ips/18.0.1/zlib/1.2.11/src";' export 'Z_SRC;' 'Z_VER="1.2.11";' export 'Z_VER;' '__LMOD_REF_COUNT__LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1";' export '__LMOD_REF_COUNT__LMFILES_;' '_LMFILES_="/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3";' export '_LMFILES_;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' ++ ADVISOR_2018_DIR=/usrx/local/prod/intel/2018UP01/advisor_2018 ++ export ADVISOR_2018_DIR ++ BACIO_LIB4=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libbacio_v2.0.3_4.a @@ -2845,11 +56453,11 @@ Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3 ++ export DAALROOT ++ ESMFMKFILE=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/esmf/8.0.0_ParallelNetCDF/lib/esmf.mk ++ export ESMFMKFILE -++ G2TMPL_INC=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/include/g2tmpl_v1.6.0 +++ G2TMPL_INC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/include/g2tmpl_v1.6.0 ++ export G2TMPL_INC -++ G2TMPL_LIB=/usrx/local/nceplibs/dev/NCEPLIBS/compilers/ips/18.0.1.163/lib/libg2tmpl_v1.6.0.a +++ G2TMPL_LIB=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/ips/18.0.1/libg2tmpl_v1.6.0.a ++ export G2TMPL_LIB -++ G2TMPL_SRC=/usrx/local/nceplibs/dev/NCEPLIBS/src/g2tmpl_v1.6.0/src +++ G2TMPL_SRC=/gpfs/dell1/nco/ops/nwprod/lib/g2tmpl/v1.6.0/src ++ export G2TMPL_SRC ++ G2TMPL_VER=v1.6.0 ++ export G2TMPL_VER @@ -2986,7 +56594,7 @@ Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3 ++ export MANPATH ++ MKLROOT=/usrx/local/prod/intel/2018UP01/compilers_and_libraries/linux/mkl ++ export MKLROOT -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles ++ export MODULEPATH ++ MPM_LAUNCHER=/usrx/local/prod/intel/2018UP01/debugger_2018/mpm/mic/bin/start_mpm.sh ++ export MPM_LAUNCHER @@ -3122,39 +56730,39 @@ Compiling 32BIT=Y into fv3_3.exe on wcoss_dell_p3 ++ export Z_SRC ++ Z_VER=1.2.11 ++ export Z_VER -++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' +++ __LMOD_REF_COUNT__LMFILES_='/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:1;/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:1;/usrx/local/prod/modulefiles/core_third/lsf/10.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:1;/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:1;/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:1;/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:1;/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:1;/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:1;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3:1' ++ export __LMOD_REF_COUNT__LMFILES_ -++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 +++ _LMFILES_=/usrx/local/prod/modulefiles/core_third/ips/18.0.1.163:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1/impi/18.0.1.lua:/usrx/local/prod/modulefiles/core_third/lsf/10.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/bacio/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/ip/3.0.2:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/sp/2.0.3:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3nco/2.0.7:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/w3emc/2.3.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/nemsio/2.2.4:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/g2/3.1.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/g2tmpl/1.6.0:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1/crtm/2.2.6:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/jasper/1.900.29:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/libpng/1.2.59:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1/zlib/1.2.11:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles/post/8.0.5:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/hdf5_parallel/1.10.6:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/netcdf_parallel/4.7.4:/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles/esmf/8.0.0_ParallelNetCDF:/usrx/local/prod/modulefiles/core_third/cmake/3.10.0:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ++ export _LMFILES_ ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt ++ export _ModuleTable001_ ++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny ++ export _ModuleTable002_ -++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9mdmR5Y29yZV9wcjcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tE +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w ++ export _ModuleTable003_ -++ _ModuleTable004_=ZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi ++ export _ModuleTable004_ -++ _ModuleTable005_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxoZGY1X3BhcmFsbGVsPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL2hkZjVfcGFyYWxsZWwvMS4xMC42IixbImZ1bGxOYW1lIl09ImhkZjVfcGFyYWxsZWwvMS4xMC42IixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImhkZjVfcGFyYWxsZWwvMS4xMC42Iix9LGltcGk9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMS5sdWEiLFsiZnVsbE5hbWUi +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb ++ export _ModuleTable005_ -++ _ModuleTable006_=XT0iaW1waS8xOC4wLjEiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzE4LjAuMSIsfSxpcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxpcHM9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2lwcy8xOC4wLjEuMTYzIixbImZ1bGxOYW1lIl09Imlwcy8xOC4wLjEuMTYz +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv ++ export _ModuleTable006_ -++ _ModuleTable007_=IixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLH0samFzcGVyPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9qYXNwZXIvMS45MDAuMjkiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjI5IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsfSxsaWJwbmc9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2xp +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz ++ export _ModuleTable007_ -++ _ModuleTable008_=YnBuZy8xLjIuNTkiLFsiZnVsbE5hbWUiXT0ibGlicG5nLzEuMi41OSIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJsaWJwbmcvMS4yLjU5Iix9LGxzZj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvbHNmLzEwLjEiLFsiZnVsbE5hbWUiXT0ibHNmLzEwLjEiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJsc2YvMTAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIu +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u ++ export _ModuleTable008_ -++ _ModuleTable009_=NCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmX3BhcmFsbGVsPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL25ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJmdWxsTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40Iix9LHBvc3Q9e1siZm4i +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw ++ export _ModuleTable009_ -++ _ModuleTable010_=XT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjUiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuNSIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC41Iix9LHNwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHczZW1jPXtbImZuIl09Ii91c3J4L2xvY2Fs +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv ++ export _ModuleTable010_ -++ _ModuleTable011_=L25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwv +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 ++ export _ModuleTable011_ -++ _ModuleTable012_=cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvZnZkeWNvcmVfcHI3L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290 +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j ++ export _ModuleTable012_ -++ _ModuleTable013_=by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21w +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf ++ export _ModuleTable013_ -++ _ModuleTable014_=aS9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9tcGlfdGhpcmQvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL21waV9wcm9kL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVf +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y ++ export _ModuleTable014_ -++ _ModuleTable015_=cHJvZCIsfQ== +++ _ModuleTable015_=ZV9wcm9kIix9 ++ export _ModuleTable015_ ++ _ModuleTable_Sz_=15 ++ export _ModuleTable_Sz_ @@ -3174,45 +56782,45 @@ Currently Loaded Modules: -+ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9mdmR5Y29yZV9wcjcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tE";' export '_ModuleTable003_;' '_ModuleTable004_="ZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0";' export '_ModuleTable004_;' '_ModuleTable005_="dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxoZGY1X3BhcmFsbGVsPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL2hkZjVfcGFyYWxsZWwvMS4xMC42IixbImZ1bGxOYW1lIl09ImhkZjVfcGFyYWxsZWwvMS4xMC42IixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImhkZjVfcGFyYWxsZWwvMS4xMC42Iix9LGltcGk9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMS5sdWEiLFsiZnVsbE5hbWUi";' export '_ModuleTable005_;' '_ModuleTable006_="XT0iaW1waS8xOC4wLjEiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzE4LjAuMSIsfSxpcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxpcHM9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2lwcy8xOC4wLjEuMTYzIixbImZ1bGxOYW1lIl09Imlwcy8xOC4wLjEuMTYz";' export '_ModuleTable006_;' '_ModuleTable007_="IixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLH0samFzcGVyPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9qYXNwZXIvMS45MDAuMjkiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjI5IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsfSxsaWJwbmc9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2xp";' export '_ModuleTable007_;' '_ModuleTable008_="YnBuZy8xLjIuNTkiLFsiZnVsbE5hbWUiXT0ibGlicG5nLzEuMi41OSIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJsaWJwbmcvMS4yLjU5Iix9LGxzZj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvbHNmLzEwLjEiLFsiZnVsbE5hbWUiXT0ibHNmLzEwLjEiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJsc2YvMTAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIu";' export '_ModuleTable008_;' '_ModuleTable009_="NCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmX3BhcmFsbGVsPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL25ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJmdWxsTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40Iix9LHBvc3Q9e1siZm4i";' export '_ModuleTable009_;' '_ModuleTable010_="XT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjUiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuNSIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC41Iix9LHNwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHczZW1jPXtbImZuIl09Ii91c3J4L2xvY2Fs";' export '_ModuleTable010_;' '_ModuleTable011_="L25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwv";' export '_ModuleTable011_;' '_ModuleTable012_="cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvZnZkeWNvcmVfcHI3L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290";' export '_ModuleTable012_;' '_ModuleTable013_="by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21w";' export '_ModuleTable013_;' '_ModuleTable014_="aS9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9tcGlfdGhpcmQvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL21waV9wcm9kL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVf";' export '_ModuleTable014_;' '_ModuleTable015_="cHJvZCIsfQ==";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' -++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles ++ eval 'MODULEPATH="/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles";' export 'MODULEPATH;' '_ModuleTable001_="X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt";' export '_ModuleTable001_;' '_ModuleTable002_="YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny";' export '_ModuleTable002_;' '_ModuleTable003_="dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w";' export '_ModuleTable003_;' '_ModuleTable004_="LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi";' export '_ModuleTable004_;' '_ModuleTable005_="XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb";' export '_ModuleTable005_;' '_ModuleTable006_="ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv";' export '_ModuleTable006_;' '_ModuleTable007_="MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz";' export '_ModuleTable007_;' '_ModuleTable008_="LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u";' export '_ModuleTable008_;' '_ModuleTable009_="ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw";' export '_ModuleTable009_;' '_ModuleTable010_="b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv";' export '_ModuleTable010_;' '_ModuleTable011_="dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91";' export '_ModuleTable011_;' '_ModuleTable012_="c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j";' export '_ModuleTable012_;' '_ModuleTable013_="b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf";' export '_ModuleTable013_;' '_ModuleTable014_="bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y";' export '_ModuleTable014_;' '_ModuleTable015_="ZV9wcm9kIix9";' export '_ModuleTable015_;' '_ModuleTable_Sz_="15";' export '_ModuleTable_Sz_;' +++ MODULEPATH=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles:/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3:/usrx/local/dev/emc_rocoto/modulefiles:/usrx/local/prod/lmod/lmod/modulefiles/Core:/usrx/local/prod/modulefiles/core_third:/usrx/local/prod/modulefiles/defs:/gpfs/dell1/nco/ops/nwprod/modulefiles/core_prod:/usrx/local/dev/modulefiles:/usrx/local/prod/modulefiles/compiler_third/ips/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/compiler_prod/ips/18.0.1:/usrx/local/prod/modulefiles/compiler_mpi/ips/18.0.1:/usrx/local/prod/modulefiles/mpi_third/ips/18.0.1/impi/18.0.1:/gpfs/dell1/nco/ops/nwprod/modulefiles/mpi_prod/ips/18.0.1/impi/18.0.1:/usrx/local/nceplibs/dev/NCEPLIBS/modulefiles ++ export MODULEPATH ++ _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXtbImNvbXBpbGVyIl09ImlwcyIsWyJtcGkiXT0iaW1waSIsfSxtVD17YmFjaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2JhY2lvLzIuMC4zIixbImZ1bGxOYW1lIl09ImJhY2lvLzIuMC4zIixbImxvYWRPcmRlciJdPTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iYmFjaW8vMi4wLjMiLH0sY21ha2U9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2Nt ++ export _ModuleTable001_ ++ _ModuleTable002_=YWtlLzMuMTAuMCIsWyJmdWxsTmFtZSJdPSJjbWFrZS8zLjEwLjAiLFsibG9hZE9yZGVyIl09MjAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iY21ha2UvMy4xMC4wIix9LGNydG09e1siZm4iXT0iL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfcHJvZC9pcHMvMTguMC4xL2NydG0vMi4yLjYiLFsiZnVsbE5hbWUiXT0iY3J0bS8yLjIuNiIsWyJsb2FkT3JkZXIiXT0xMixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJjcnRtLzIuMi42Iix9LGVzbWY9e1siZm4iXT0iL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2Ny ++ export _ModuleTable002_ -++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9mdmR5Y29yZV9wcjcvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMy9mdjMiLFsiZnVsbE5hbWUiXT0iZnYzIixbImxvYWRPcmRlciJdPTIxLHByb3BUPXt9LFsic3RhY2tE +++ _ModuleTable003_=dWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMvZXNtZi84LjAuMF9QYXJhbGxlbE5ldENERiIsWyJmdWxsTmFtZSJdPSJlc21mLzguMC4wX1BhcmFsbGVsTmV0Q0RGIixbImxvYWRPcmRlciJdPTE5LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImVzbWYvOC4wLjBfUGFyYWxsZWxOZXRDREYiLH0sZnYzPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL0R1c2FuLkpvdmljL3Vmcy9wcjg0L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMvZnYzIixbImZ1bGxOYW1lIl09ImZ2MyIsWyJsb2FkT3JkZXIiXT0yMSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0w ++ export _ModuleTable003_ -++ _ModuleTable004_=ZXB0aCJdPTAsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImZ2MyIsfSxnMj17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvZzIvMy4xLjEiLFsiZnVsbE5hbWUiXT0iZzIvMy4xLjEiLFsibG9hZE9yZGVyIl09MTAscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iZzIvMy4xLjEiLH0sZzJ0bXBsPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9nMnRtcGwvMS42LjAiLFsiZnVsbE5hbWUiXT0iZzJ0bXBsLzEuNi4wIixbImxvYWRPcmRlciJdPTExLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0 +++ _ModuleTable004_=LFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJmdjMiLH0sZzI9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2cyLzMuMS4xIixbImZ1bGxOYW1lIl09ImcyLzMuMS4xIixbImxvYWRPcmRlciJdPTEwLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcyLzMuMS4xIix9LGcydG1wbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEvZzJ0bXBsLzEuNi4wIixbImZ1bGxOYW1lIl09ImcydG1wbC8xLjYuMCIsWyJsb2FkT3JkZXIiXT0xMSxwcm9wVD17fSxbInN0YWNrRGVwdGgi ++ export _ModuleTable004_ -++ _ModuleTable005_=dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImcydG1wbC8xLjYuMCIsfSxoZGY1X3BhcmFsbGVsPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL2hkZjVfcGFyYWxsZWwvMS4xMC42IixbImZ1bGxOYW1lIl09ImhkZjVfcGFyYWxsZWwvMS4xMC42IixbImxvYWRPcmRlciJdPTE3LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09ImhkZjVfcGFyYWxsZWwvMS4xMC42Iix9LGltcGk9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9tcGkvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMS5sdWEiLFsiZnVsbE5hbWUi +++ _ModuleTable005_=XT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJnMnRtcGwvMS42LjAiLH0saGRmNV9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9oZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJmdWxsTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsWyJsb2FkT3JkZXIiXT0xNyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJoZGY1X3BhcmFsbGVsLzEuMTAuNiIsfSxpbXBpPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfbXBpL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEubHVhIixb ++ export _ModuleTable005_ -++ _ModuleTable006_=XT0iaW1waS8xOC4wLjEiLFsibG9hZE9yZGVyIl09Mixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpbXBpLzE4LjAuMSIsfSxpcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvaXAvMy4wLjIiLFsiZnVsbE5hbWUiXT0iaXAvMy4wLjIiLFsibG9hZE9yZGVyIl09NSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJpcC8zLjAuMiIsfSxpcHM9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2lwcy8xOC4wLjEuMTYzIixbImZ1bGxOYW1lIl09Imlwcy8xOC4wLjEuMTYz +++ _ModuleTable006_=ImZ1bGxOYW1lIl09ImltcGkvMTguMC4xIixbImxvYWRPcmRlciJdPTIscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaW1waS8xOC4wLjEiLH0saXA9e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL2lwLzMuMC4yIixbImZ1bGxOYW1lIl09ImlwLzMuMC4yIixbImxvYWRPcmRlciJdPTUscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXAvMy4wLjIiLH0saXBzPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZC9pcHMvMTguMC4xLjE2MyIsWyJmdWxsTmFtZSJdPSJpcHMv ++ export _ModuleTable006_ -++ _ModuleTable007_=IixbImxvYWRPcmRlciJdPTEscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0iaXBzLzE4LjAuMS4xNjMiLH0samFzcGVyPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS9qYXNwZXIvMS45MDAuMjkiLFsiZnVsbE5hbWUiXT0iamFzcGVyLzEuOTAwLjI5IixbImxvYWRPcmRlciJdPTEzLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsfSxsaWJwbmc9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL2xp +++ _ModuleTable007_=MTguMC4xLjE2MyIsWyJsb2FkT3JkZXIiXT0xLHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Imlwcy8xOC4wLjEuMTYzIix9LGphc3Blcj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEvamFzcGVyLzEuOTAwLjI5IixbImZ1bGxOYW1lIl09Imphc3Blci8xLjkwMC4yOSIsWyJsb2FkT3JkZXIiXT0xMyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJqYXNwZXIvMS45MDAuMjkiLH0sbGlicG5nPXtbImZuIl09Ii91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBz ++ export _ModuleTable007_ -++ _ModuleTable008_=YnBuZy8xLjIuNTkiLFsiZnVsbE5hbWUiXT0ibGlicG5nLzEuMi41OSIsWyJsb2FkT3JkZXIiXT0xNCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJsaWJwbmcvMS4yLjU5Iix9LGxzZj17WyJmbiJdPSIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQvbHNmLzEwLjEiLFsiZnVsbE5hbWUiXT0ibHNmLzEwLjEiLFsibG9hZE9yZGVyIl09Myxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJsc2YvMTAuMSIsfSxuZW1zaW89e1siZm4iXT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL25lbXNpby8yLjIu +++ _ModuleTable008_=LzE4LjAuMS9saWJwbmcvMS4yLjU5IixbImZ1bGxOYW1lIl09ImxpYnBuZy8xLjIuNTkiLFsibG9hZE9yZGVyIl09MTQscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibGlicG5nLzEuMi41OSIsfSxsc2Y9e1siZm4iXT0iL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9jb3JlX3RoaXJkL2xzZi8xMC4xIixbImZ1bGxOYW1lIl09ImxzZi8xMC4xIixbImxvYWRPcmRlciJdPTMscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibHNmLzEwLjEiLH0sbmVtc2lvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9u ++ export _ModuleTable008_ -++ _ModuleTable009_=NCIsWyJmdWxsTmFtZSJdPSJuZW1zaW8vMi4yLjQiLFsibG9hZE9yZGVyIl09OSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJuZW1zaW8vMi4yLjQiLH0sbmV0Y2RmX3BhcmFsbGVsPXtbImZuIl09Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzL25ldGNkZl9wYXJhbGxlbC80LjcuNCIsWyJmdWxsTmFtZSJdPSJuZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsibG9hZE9yZGVyIl09MTgscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40Iix9LHBvc3Q9e1siZm4i +++ _ModuleTable009_=ZW1zaW8vMi4yLjQiLFsiZnVsbE5hbWUiXT0ibmVtc2lvLzIuMi40IixbImxvYWRPcmRlciJdPTkscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0ibmVtc2lvLzIuMi40Iix9LG5ldGNkZl9wYXJhbGxlbD17WyJmbiJdPSIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9lbWMubmVtc3BhcmEvc29mdC9tb2R1bGVmaWxlcy9uZXRjZGZfcGFyYWxsZWwvNC43LjQiLFsiZnVsbE5hbWUiXT0ibmV0Y2RmX3BhcmFsbGVsLzQuNy40IixbImxvYWRPcmRlciJdPTE4LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09Im5ldGNkZl9wYXJhbGxlbC80LjcuNCIsfSxw ++ export _ModuleTable009_ -++ _ModuleTable010_=XT0iL3VzcngvbG9jYWwvbmNlcGxpYnMvZGV2L05DRVBMSUJTL21vZHVsZWZpbGVzL3Bvc3QvOC4wLjUiLFsiZnVsbE5hbWUiXT0icG9zdC84LjAuNSIsWyJsb2FkT3JkZXIiXT0xNixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJwb3N0LzguMC41Iix9LHNwPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9zcC8yLjAuMyIsWyJmdWxsTmFtZSJdPSJzcC8yLjAuMyIsWyJsb2FkT3JkZXIiXT02LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InNwLzIuMC4zIix9LHczZW1jPXtbImZuIl09Ii91c3J4L2xvY2Fs +++ _ModuleTable010_=b3N0PXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy9wb3N0LzguMC41IixbImZ1bGxOYW1lIl09InBvc3QvOC4wLjUiLFsibG9hZE9yZGVyIl09MTYscHJvcFQ9e30sWyJzdGFja0RlcHRoIl09MSxbInN0YXR1cyJdPSJhY3RpdmUiLFsidXNlck5hbWUiXT0icG9zdC84LjAuNSIsfSxzcD17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvc3AvMi4wLjMiLFsiZnVsbE5hbWUiXT0ic3AvMi4wLjMiLFsibG9hZE9yZGVyIl09Nixwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJzcC8yLjAuMyIsfSx3M2VtYz17WyJmbiJdPSIv ++ export _ModuleTable010_ -++ _ModuleTable011_=L25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M2VtYy8yLjMuMSIsWyJmdWxsTmFtZSJdPSJ3M2VtYy8yLjMuMSIsWyJsb2FkT3JkZXIiXT04LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczZW1jLzIuMy4xIix9LHczbmNvPXtbImZuIl09Ii91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcy93M25jby8yLjAuNyIsWyJmdWxsTmFtZSJdPSJ3M25jby8yLjAuNyIsWyJsb2FkT3JkZXIiXT03LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InczbmNvLzIuMC43Iix9LHpsaWI9e1siZm4iXT0iL3VzcngvbG9jYWwv +++ _ModuleTable011_=dXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNlbWMvMi4zLjEiLFsiZnVsbE5hbWUiXT0idzNlbWMvMi4zLjEiLFsibG9hZE9yZGVyIl09OCxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M2VtYy8yLjMuMSIsfSx3M25jbz17WyJmbiJdPSIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMvdzNuY28vMi4wLjciLFsiZnVsbE5hbWUiXT0idzNuY28vMi4wLjciLFsibG9hZE9yZGVyIl09Nyxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ3M25jby8yLjAuNyIsfSx6bGliPXtbImZuIl09Ii91 ++ export _ModuleTable011_ -++ _ModuleTable012_=cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl90aGlyZC9pcHMvMTguMC4xL3psaWIvMS4yLjExIixbImZ1bGxOYW1lIl09InpsaWIvMS4yLjExIixbImxvYWRPcmRlciJdPTE1LHByb3BUPXt9LFsic3RhY2tEZXB0aCJdPTEsWyJzdGF0dXMiXT0iYWN0aXZlIixbInVzZXJOYW1lIl09InpsaWIvMS4yLjExIix9LH0sbXBhdGhBPXsiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvZW1jLm5lbXNwYXJhL3NvZnQvbW9kdWxlZmlsZXMiLCIvZ3Bmcy9kZWxsMi9lbWMvbW9kZWxpbmcvbm9zY3J1Yi9EdXNhbi5Kb3ZpYy91ZnMvZnZkeWNvcmVfcHI3L3Vmcy13ZWF0aGVyLW1vZGVsL21vZHVsZWZpbGVzL3djb3NzX2RlbGxfcDMiLCIvdXNyeC9sb2NhbC9kZXYvZW1jX3JvY290 +++ _ModuleTable012_=c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMS96bGliLzEuMi4xMSIsWyJmdWxsTmFtZSJdPSJ6bGliLzEuMi4xMSIsWyJsb2FkT3JkZXIiXT0xNSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0xLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJ6bGliLzEuMi4xMSIsfSx9LG1wYXRoQT17Ii9ncGZzL2RlbGwyL2VtYy9tb2RlbGluZy9ub3NjcnViL2VtYy5uZW1zcGFyYS9zb2Z0L21vZHVsZWZpbGVzIiwiL2dwZnMvZGVsbDIvZW1jL21vZGVsaW5nL25vc2NydWIvRHVzYW4uSm92aWMvdWZzL3ByODQvdWZzLXdlYXRoZXItbW9kZWwvbW9kdWxlZmlsZXMvd2Nvc3NfZGVsbF9wMyIsIi91c3J4L2xvY2FsL2Rldi9lbWNfcm9j ++ export _ModuleTable012_ -++ _ModuleTable013_=by9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbG1vZC9sbW9kL21vZHVsZWZpbGVzL0NvcmUiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnMiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb3JlX3Byb2QiLCIvdXNyeC9sb2NhbC9kZXYvbW9kdWxlZmlsZXMiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3RoaXJkL2lwcy8xOC4wLjEiLCIvZ3Bmcy9kZWxsMS9uY28vb3BzL253cHJvZC9tb2R1bGVmaWxlcy9jb21waWxlcl9wcm9kL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX21w +++ _ModuleTable013_=b3RvL21vZHVsZWZpbGVzIiwiL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZCIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvZGVmcyIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVfcHJvZCIsIi91c3J4L2xvY2FsL2Rldi9tb2R1bGVmaWxlcyIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJfdGhpcmQvaXBzLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvbXBpbGVyX3Byb2QvaXBzLzE4LjAuMSIsIi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29tcGlsZXJf ++ export _ModuleTable013_ -++ _ModuleTable014_=aS9pcHMvMTguMC4xIiwiL3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9tcGlfdGhpcmQvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL21waV9wcm9kL2lwcy8xOC4wLjEvaW1waS8xOC4wLjEiLCIvdXNyeC9sb2NhbC9uY2VwbGlicy9kZXYvTkNFUExJQlMvbW9kdWxlZmlsZXMiLH0sWyJzeXN0ZW1CYXNlTVBBVEgiXT0iL3VzcngvbG9jYWwvcHJvZC9sbW9kL2xtb2QvbW9kdWxlZmlsZXMvQ29yZTovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2NvcmVfdGhpcmQ6L3VzcngvbG9jYWwvcHJvZC9tb2R1bGVmaWxlcy9kZWZzOi9ncGZzL2RlbGwxL25jby9vcHMvbndwcm9kL21vZHVsZWZpbGVzL2NvcmVf +++ _ModuleTable014_=bXBpL2lwcy8xOC4wLjEiLCIvdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL21waV90aGlyZC9pcHMvMTguMC4xL2ltcGkvMTguMC4xIiwiL2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvbXBpX3Byb2QvaXBzLzE4LjAuMS9pbXBpLzE4LjAuMSIsIi91c3J4L2xvY2FsL25jZXBsaWJzL2Rldi9OQ0VQTElCUy9tb2R1bGVmaWxlcyIsfSxbInN5c3RlbUJhc2VNUEFUSCJdPSIvdXNyeC9sb2NhbC9wcm9kL2xtb2QvbG1vZC9tb2R1bGVmaWxlcy9Db3JlOi91c3J4L2xvY2FsL3Byb2QvbW9kdWxlZmlsZXMvY29yZV90aGlyZDovdXNyeC9sb2NhbC9wcm9kL21vZHVsZWZpbGVzL2RlZnM6L2dwZnMvZGVsbDEvbmNvL29wcy9ud3Byb2QvbW9kdWxlZmlsZXMvY29y ++ export _ModuleTable014_ -++ _ModuleTable015_=cHJvZCIsfQ== +++ _ModuleTable015_=ZV9wcm9kIix9 ++ export _ModuleTable015_ ++ _ModuleTable_Sz_=15 ++ export _ModuleTable_Sz_ ++ : -s sh + eval -+ cd build_fv3_3 -+ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model -D32BIT=Y ++ cd build_fv3_9 ++ cmake /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model -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.1.20171018 -- The CXX compiler identification is Intel 18.0.1.20171018 -- The Fortran compiler identification is Intel 18.0.1.20171018 @@ -3253,7 +56861,7 @@ CXX compiler: Intel 18.0.1.20171018 (mpiicpc) Fortran compiler: Intel 18.0.1.20171018 (mpiifort) DEBUG is disabled -REPRO is disabled +REPRO is ENABLED 32BIT is ENABLED OPENMP is ENABLED AVX2 is disabled @@ -3264,146 +56872,208 @@ Selected physics package: gfs Force 64 bits in gfsphysics Force 64 bits in ipd +-- Dynamics compiled with 32-bit option, adjust fv_sat_adj types +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Disable SIONlib support +-- Disable Intel MKL support +-- Enable netCDF support +-- Disable ESMF support +-- Disable multi-gases physics +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- Detecting OpenMP flags for Intel C++ compiler: -qopenmp +-- Detecting OpenMP flags for Intel Fortran compiler: -qopenmp +-- Enable OpenMP support for C/C++/Fortran compiler +-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.1") +-- Skipping tests, defined for dynamic build only +-- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot +-- Detecting OpenMP flags for Intel C compiler: -qopenmp +-- 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: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFDL_parse_tracers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aer_cloud.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerclm_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/aerinterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/calpreciptype.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldwat2m_micro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cldmacro.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/date_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/funcphys.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcycle.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfs_phy_tracer_config.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gocart_tracer_config_stub.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2o_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ointerp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccn_def.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iccninterp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/iounitdef.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/machine.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mersenne_twister.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbl.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg2_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/micro_mg3_0.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bfmicrophysics.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/multi_gases.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_model.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_parameters.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_nst_water_prop.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_radar.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_mp_thompson_make_number_concentrations.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MP_FER_HIRES.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_bl_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_mynn.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_SF_JSFC.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_BL_MYJPBL.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmp_glacier.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_noahmplsm.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_module.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ugwp_driver_v0.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_triggers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_initialize.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_solvers.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_utils.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_orowam2017.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_lsatdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_orodis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_vert_wmsdis.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpblt.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfpbltq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscu.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mfscuq.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/noahmp_tables.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/num_parthds.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozne_def.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozinterp.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physcons.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/physparam.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radcons.f90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_aerosols.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_astronomy.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_clouds.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_gases.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radiation_surface.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_datatb.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_param.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfaerosols.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfcsub.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sflx.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/surface_perturbation.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_deep.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_sh.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/tridi.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/wv_saturation.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_sf_ruclsm.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/namelist_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/set_soilveg_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_soil_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/GFS_layer/GFS_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/gfsphysics/CCPP_layer/CCPP_typedefs.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rayleigh_damp.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_composites.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radsw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_ocean.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdc.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_cloud_microphys.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_time_vary_pre.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_setup.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gscond.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ysuvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_SCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_sice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfdeepcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdif.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv_aw_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_phys_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/samfshalcnv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/precpd.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_noahmp_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_fer_hires.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/radlw_main.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_debug.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNrad_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys_2015.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/satmedmfvdifq.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cs_conv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shinhongvdif.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/h2ophys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_nst.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_ntiedtke.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diff.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_diag_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/m_micro.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gfdl_fv_sat_adj.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_surface_loop_control.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gcm_shoc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rrtmg_post.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_GWD_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_sw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_MP_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cu_gf_driver.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_PBL_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninedmf_hafs.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/mp_thompson.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rrtmg_lw_pre.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/gwdps.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/shalcnv.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cires_ugwp.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/get_prs_fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_suite_init_finalize_test.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYJSFC_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/module_MYNNPBL_wrapper.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/ozphys.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv_ruc.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_stochastics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/drag_suite.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_drv.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sfc_cice.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/sascnvn.F;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/lsm_ruc_sfc_sice_interstitial.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_DCNV_generic.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/cnvc90.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/GFS_rad_time_vary.fv3.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/maximum_hourly_diagnostics.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/rascnv.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/dcyc2.f;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/FV3/ccpp/physics/physics/moninshoc.f +INFOGot CAPS from environment variable: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stochastics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_fast_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_physics_cap.F90;/gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9/FV3/ccpp/physics/ccpp_FV3_GFS_2017_stretched_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: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/tests/build_fv3_3 +-- Build files have been written to: /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/tests/build_fv3_9 + make -j 4 -Scanning dependencies of target fms Scanning dependencies of target fv3cpl +Scanning dependencies of target ccpp [ 0%] 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 -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/platform/platform.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 +[ 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%] Linking Fortran static library libfv3cpl.a +[ 1%] Built target fv3cpl +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 +[ 1%] 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. -[ 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 Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 2%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/co2hc.f.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 1%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_input.F90.o +[ 1%] 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 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 FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_composition.f.o -[ 2%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/MersenneTwister.F90.o -[ 3%] 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 -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wam_f107_kp_mod.f90.o -[ 5%] Linking Fortran static library libfv3cpl.a -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/mersenne_twister.f.o -[ 5%] Built target fv3cpl -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/GFDL_parse_tracers.F90.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/iounitdef.f.o -[ 5%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_wrf_utl.f90.o -[ 6%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o -[ 6%] 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 -[ 8%] 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 -[ 8%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2o_def.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/physparam.f.o -[ 10%] 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 -[ 11%] 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/iccn_def.f.o -[ 11%] 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/micro_mg_utils.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 +Scanning dependencies of target ccppphys +[ 3%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_data.F90.o +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/machine.F.o +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mersenne_twister.f.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 11%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.F90.o -[ 11%] 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 +[ 3%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFDL_parse_tracers.F90.o +[ 4%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp.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/iounitdef.f.o +[ 4%] 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 Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 12%] 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 -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_astronomy.f.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_surface.f.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_parameters.f90.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/aer_cloud.F.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_thompson_gfs.F90.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_mp_wsm6_fv3.F90.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs_fv3.f90.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_cice.f.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diff.f.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_module.F90.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rascnvv2.f.o -[ 13%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_aerosols.f.o -ifort: command line warning #10121: overriding '-xHOST' with '-xCORE-AVX-I' -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_bfmicrophysics.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_gases.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_datatb.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_datatb.f.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/module_nst_water_prop.f90.o -[ 14%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/wv_saturation.F.o -[ 15%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cs_conv.F90.o -[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_efp.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 +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_deep.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_gfdl_cloud_microphys.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfs_phy_tracer_config.F.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radcons.f90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg.f.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MP_FER_HIRES.F90.o +[ 6%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_BL_MYJPBL.F90.o +[ 7%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/date_def.f.o +[ 7%] 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/gwdps.f.o +[ 7%] 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. -[ 15%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o -[ 16%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_diag.f.o -[ 17%] 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 +[ 7%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_memutils.F90.o +[ 8%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_SF_JSFC.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. -[ 19%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/gradient.F90.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_drv.f.o -[ 19%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_ocean.f.o -[ 20%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_domains.F90.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfc_sice.f.o -[ 21%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o -[ 22%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radiation_clouds.f.o -[ 23%] 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 -[ 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 +[ 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/module_sf_ruclsm.F90.o +[ 9%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/set_soilveg_ruc.F90.o +[ 10%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_post.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cnvc90.f.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_DCNV_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_GWD_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_MP_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_PBL_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_SCNV_generic.F90.o +[ 11%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_composites.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_loop_control.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/maximum_hourly_diagnostics.F90.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ozphys.f.o +[ 12%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rayleigh_damp.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diag_post.F90.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_diff.f.o +[ 13%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_stochastics.F90.o +[ 14%] 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/funcphys.f90.o +[ 14%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radlw_param.f.o +[ 14%] 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 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/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 -[ 27%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_diagnostics.F90.o -[ 27%] 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 -[ 28%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_restart.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters_comm.F90.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 +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_mp_thompson_make_number_concentrations.F90.o +[ 18%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/aer_cloud.F.o +[ 19%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_gf_sh.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/dcyc2.f.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/get_prs_fv3.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_surface_generic.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_fv_sat_adj.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gfdl_cloud_microphys.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/wv_saturation.F.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/__/__/gfsphysics/GFS_layer/GFS_typedefs.F90.o +[ 20%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_water_prop.f90.o +[ 21%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_module.F90.o +[ 22%] 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/module_sf_mynn.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 +[ 25%] 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/gscond.f.o +[ 26%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/precpd.f.o +[ 27%] 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_2017_stretched_fast_physics_cap.F90.o +[ 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/radlw_main.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/radsw_main.f.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_nst_model.f90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldmacro.F.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cldwat2m_micro.F.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg2_0.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/micro_mg3_0.F90.o +[ 28%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp.F90.o +[ 28%] 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_setup.F90.o [ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_io.F90.o +[ 29%] 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. @@ -3413,352 +57083,374 @@ Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o -[ 29%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.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/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 +[ 31%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_post.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rrtmg_sw_pre.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stochastics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_phys_time_vary.fv3.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/GFS_rad_time_vary.fv3.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_stochastics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_physics_cap.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_radiation_cap.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms_io.F90.o +[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/memutils/memutils.F90.o +[ 32%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_physics_cap.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 29%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o -[ 30%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.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/time_manager/time_manager.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 33%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_radiation_cap.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_time_vary_cap.F90.o +[ 34%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_time_vary_cap.F90.o +[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/fms/fms.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bicubic.F90.o +[ 36%] 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. -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_conserve.F90.o -[ 31%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_bilinear.F90.o +[ 37%] 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. -[ 31%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o -[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2oc.f.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o -[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_solar_heating.f.o -[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_tracer.f.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_grid.F90.o -[ 32%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp_spherical.F90.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/axis_utils/axis_utils.F90.o +[ 37%] 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. -[ 32%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ideaca.f.o -[ 33%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sfcsub.F.o -[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ugwp_driver_v0.f.o -[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cnvc90.f.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o -[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.f.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o -[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/dcyc2.pre.rad.f.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o -[ 34%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/get_prs.f.o -[ 34%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o -[ 35%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gocart_tracer_config_stub.f.o -[ 35%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_data.F90.o -[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscond.f.o +[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/field_manager.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/mosaic.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/gaussian_topog.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_manager/get_cal_time.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/horiz_interp/horiz_interp.F90.o +[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp.F90.o +[ 39%] 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. -[ 36%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o -[ 36%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gscondp.f.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o -[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdc.f.o -[ 37%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gwdps.f.o -[ 37%] Building Fortran object CMakeFiles/fms.dir/FMS/time_interp/time_interp_external.F90.o -[ 38%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_axis.F90.o +[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/field_manager/fm_util.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_types.F90.o +[ 40%] 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. +[ 40%] 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. -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.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 CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o -[ 39%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ophys.f.o -[ 39%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_output.F90.o -[ 40%] 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 CMakeFiles/fms.dir/FMS/diag_manager/diag_manifest.F90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/xbt_drop_rate_adjust.f90.o +[ 40%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/write_ocean_data.F90.o +[ 41%] 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. -[ 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 CMakeFiles/fms.dir/FMS/diag_manager/diag_util.F90.o +[ 41%] 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. -[ 42%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/idea_o2_o3.f.o -[ 43%] 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 CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.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 -[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_manager.F90.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 +[ 41%] Building Fortran object CMakeFiles/fms.dir/FMS/diag_manager/diag_table.F90.o +[ 41%] 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. -[ 45%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/moninedmf_hafs.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 CMakeFiles/fms.dir/FMS/data_override/data_override.F90.o +[ 41%] 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. +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o +[ 42%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o +[ 42%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_cap.F90.o +[ 43%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/ccpp_FV3_GFS_2017_stretched_cap.F90.o +[ 43%] 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 +[ 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 +[ 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_gf_driver_pre.F90.o +[ 45%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o +[ 45%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.o +[ 46%] 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. -[ 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 -[ 47%] 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 -[ 48%] 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 -[ 51%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rad_initialize.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/rayleigh_damp_mesopause.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfaerosols.f.o -[ 52%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfdeepcnv.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/samfshalcnv.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnv.f.o -[ 53%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/sascnvn.f.o -[ 54%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdif.f.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/coupler_types.F90.o -[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/stock_constants.F90.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/satmedmfvdifq.f.o -[ 55%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.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 -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcnv.f.o -[ 56%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/shalcv.f.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/amip_interp/amip_interp.F90.o -[ 57%] Building Fortran object CMakeFiles/fms.dir/FMS/astronomy/astronomy.F90.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 -[ 58%] 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. -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.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 CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o -[ 59%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o -[ 59%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/calpreciptype.f90.o -[ 60%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cu_ntiedtke_post.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/column_diagnostics/column_diagnostics.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/coupler/atmos_ocean_fluxes.F90.o +[ 46%] 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 CMakeFiles/fms.dir/FMS/coupler/ensemble_manager.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gwdc.f.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/drifters.F90.o +[ 46%] 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. -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcm_shoc.f90.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/h2ointerp.f90.o -[ 61%] Building Fortran object CMakeFiles/fms.dir/FMS/exchange/xgrid.F90.o -[ 61%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/ozinterp.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/fft/fft.F90.o -[ 62%] 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 -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/num_parthds.F.o -[ 62%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/gcycle.F90.o +[ 46%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/h2ophys.f.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/lsm_ruc_sfc_sice_interstitial.F90.o +[ 46%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro.F90.o +[ 47%] Building Fortran object CMakeFiles/fms.dir/FMS/fft/fft99.F90.o +[ 47%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/m_micro_interstitial.F90.o +[ 48%] Building Fortran object CMakeFiles/fms.dir/FMS/interpolator/interpolator.F90.o +[ 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. -[ 62%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_utils.F90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_triggers.F90.o -[ 63%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/cires_ugwp_solvers.F90.o -[ 63%] Building Fortran object CMakeFiles/fms.dir/FMS/mosaic/grid.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 -[ 64%] 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%] 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 -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/oda_tools/oda_core_ecda.F90.o -[ 64%] Linking Fortran static library libgfsphysics.a -[ 64%] Built target gfsphysics -[ 64%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJPBL_wrapper.F90.o +[ 49%] Building Fortran object CMakeFiles/fms.dir/FMS/mpp/mpp_utilities.F90.o +[ 49%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYJSFC_wrapper.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/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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/module_MYNNrad_pre.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/moninedmf_hafs.f.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/moninshoc.f.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_fer_hires.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_post.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mp_thompson_pre.F90.o +[ 50%] 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_2015.f.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/rascnv.F90.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sascnvn.F.o +[ 50%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdif.F.o +[ 50%] Building Fortran object CMakeFiles/fms.dir/FMS/random_numbers/random_numbers.F90.o +[ 51%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/satmedmfvdifq.F.o +[ 51%] Building Fortran object CMakeFiles/fms.dir/FMS/sat_vapor_pres/sat_vapor_pres.F90.o +[ 52%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_cice.f.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 +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_drv_ruc.F90.o +[ 54%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_noahmp_drv.f.o +[ 54%] Building Fortran object CMakeFiles/fms.dir/FMS/tracer_manager/tracer_manager.F90.o +[ 55%] Building Fortran object CMakeFiles/fms.dir/FMS/tridiagonal/tridiagonal.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfc_ocean.F.o +[ 56%] Building Fortran object CMakeFiles/fms.dir/FMS/drifters/quicksort.F90.o +[ 56%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sfcsub.F.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shalcnv.F.o +[ 57%] Building C object CMakeFiles/fms.dir/FMS/memutils/memuse.c.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/shinhongvdif.F90.o +[ 57%] Building C object CMakeFiles/fms.dir/FMS/mosaic/create_xgrid.c.o +[ 57%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/ugwp_driver_v0.F.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/ysuvdif.F90.o +[ 58%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/calpreciptype.f90.o +[ 58%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o +[ 58%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gcycle.F90.o +[ 58%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o +[ 59%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/gocart_tracer_config_stub.f.o +[ 59%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.o +[ 60%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbl.f.o +[ 61%] Building C object CMakeFiles/fms.dir/FMS/mpp/nsclock.c.o +[ 61%] Building C object CMakeFiles/fms.dir/FMS/mpp/threadloc.c.o +[ 61%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_triggers.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_solvers.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_ugwp_utils.F90.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_orowam2017.f.o +[ 62%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_lsatdis.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_orodis.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/cires_vert_wmsdis.F90.o +[ 63%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpblt.f.o +[ 64%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/mfpbltq.f.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 FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/num_parthds.F.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/sflx.f.o +[ 66%] Building Fortran object FV3/ccpp/physics/CMakeFiles/ccppphys.dir/physics/tridi.f.o +[ 66%] Linking Fortran static library libccppphys.a +[ 66%] Linking Fortran static library FMS/libfms.a +[ 66%] Built target fms +[ 66%] Built target ccppphys +Scanning dependencies of target gfsphysics +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/namelist_soilveg.f.o +[ 66%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/machine.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/GFDL_parse_tracers.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physparam.f.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/physcons.F90.o +[ 68%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_typedefs.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radlw_param.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/radsw_param.f.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_typedefs.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_driver.F90.o +[ 69%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/CCPP_layer/CCPP_data.F90.o +[ 69%] 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_restart.F90.o +[ 70%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/GFS_layer/GFS_abstraction_layer.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/__/ccpp/physics/ccpp_static_api.F90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/noahmp_tables.f90.o +[ 71%] Building Fortran object FV3/gfsphysics/CMakeFiles/gfsphysics.dir/physics/set_soilveg.f.o +[ 71%] Linking Fortran static library libgfsphysics.a +[ 71%] Built target gfsphysics Scanning dependencies of target ipd -[ 64%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o -[ 64%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o -[ 64%] Linking Fortran static library libipd.a -[ 64%] Built target ipd -[ 64%] 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 -[ 65%] Building Fortran object CMakeFiles/fms.dir/FMS/topography/topography.F90.o -[ 65%] 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 -[ 67%] 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 -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/interp.c.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/mosaic_util.c.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/mosaic/read_mosaic.c.o -[ 68%] Building C object CMakeFiles/fms.dir/FMS/affinity/affinity.c.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%] Linking Fortran static library FMS/libfms.a -[ 69%] Built target fms +[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_typedefs.F90.o +Scanning dependencies of target ccppdriver +[ 71%] Building Fortran object FV3/ccpp/driver/CMakeFiles/ccppdriver.dir/CCPP_driver.F90.o +[ 71%] Building Fortran object FV3/ipd/CMakeFiles/ipd.dir/IPD_driver.F90.o +[ 72%] Linking Fortran static library libccppdriver.a +[ 72%] Built target ccppdriver +[ 73%] Linking Fortran static library libipd.a +[ 73%] Built target ipd Scanning dependencies of target io -[ 69%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_fv3_io_def.F90.o -[ 69%] 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 -[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_arrays.F90.o -[ 69%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_sst.F90.o -[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_fill.F90.o -[ 70%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_nemsio.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/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. -[ 70%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sim_nc_mod.F90.o -[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o -[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.F90.o -[ 71%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/DYCORE_typedefs.F90.o -[ 71%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_gfs.F90.o -[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_mp_mod.F90.o -[ 72%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/sorted_index.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_eta.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_cmp.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_sg.F90.o -[ 74%] 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/sim_nc_mod.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf.F90.o +[ 75%] Building Fortran object FV3/io/CMakeFiles/io.dir/module_write_netcdf_parallel.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/post_gfs.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_mp_mod.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/model/fv_sg.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_timing.F90.o +[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o +[ 76%] 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. -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/boundary.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_mapz.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/a2b_edge.F90.o -[ 74%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_surf_map.F90.o -[ 74%] 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 -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/ffsync.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/tp_core.F90.o -[ 76%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o -[ 76%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/init_hydro.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_treat_da_inc.F90.o -[ 77%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/sw_core.F90.o -[ 77%] 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/tools/fv_diagnostics.F90.o -[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_io.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/nh_utils.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/io/CMakeFiles/io.dir/ffsync.F90.o +[ 78%] Building Fortran object FV3/io/CMakeFiles/io.dir/post_nems_routines.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 +[ 78%] 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/tp_core.F90.o +[ 79%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_grid_tools.F90.o +[ 79%] 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/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%] Linking Fortran static library libio.a +[ 81%] Built target io +[ 81%] 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/tools/test_cases.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.F90.o [ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/driver/fvGFS/fv_nggps_diag.F90.o -[ 81%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_tracer2d.F90.o -[ 81%] 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_update_phys.F90.o -[ 82%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/external_ic.F90.o -[ 82%] 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_nesting.F90.o -[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o -[ 83%] 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/model/multi_gases.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_nudge.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/test_cases.F90.o +[ 83%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_regional_bc.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/fv_update_phys.F90.o +[ 84%] 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/tools/external_ic.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/tools/fv_restart.F90.o +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/fv_control.F90.o +[ 85%] 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 +[ 85%] Building Fortran object FV3/CMakeFiles/fv3core.dir/atmos_cubed_sphere/model/multi_gases.F90.o Using 8-byte addressing Using pure routines. Using allocatable derived type array members. Using cray pointers. -[ 85%] Linking Fortran static library libfv3core.a -[ 85%] Built target fv3core +[ 86%] Linking Fortran static library libfv3core.a +[ 86%] Built target fv3core Scanning dependencies of target stochastic_physics -[ 85%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o -[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_gg_def.f.o -[ 87%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/update_ca.f90.o +[ 86%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_resol_def.f.o +[ 86%] 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_gg_def.f.o [ 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/compns_stochy.F90.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/setlats_lag_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 +[ 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/setlats_lag_stochy.f.o +[ 89%] 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/get_ls_node_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/pln2eo_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 +[ 90%] 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 [ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/four_to_grid_stochy.F.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_patterngenerator.F90.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o -[ 91%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o -[ 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/cellular_automata.f90.o +[ 92%] 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/stochy_patterngenerator.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/sumfln_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_lag_stochy.f.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/getcon_spectral.F90.o +[ 92%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/initialize_spectral_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochy_data_mod.F90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/get_stochy_pattern.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/num_parthds_stochy.f.o -[ 95%] Linking Fortran static library libstochastic_physics.a -[ 95%] Built target stochastic_physics +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/num_parthds_stochy.f.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/cellular_automata.f90.o +[ 93%] Building Fortran object FV3/stochastic_physics/CMakeFiles/stochastic_physics.dir/__/__/stochastic_physics/stochastic_physics.F90.o +[ 94%] Linking Fortran static library libstochastic_physics.a +[ 94%] 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 -[ 96%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fcst_grid_comp.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 +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/module_fv3_config.F90.o +[ 94%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/atmos_model.F90.o +[ 94%] 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 +[ 95%] Building Fortran object FV3/CMakeFiles/fv3cap.dir/fv3_cap.F90.o +[ 96%] Linking Fortran static library libfv3cap.a +[ 96%] Built target fv3cap Scanning dependencies of target NEMS.exe -[ 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_MEDIATOR_methods.F90.o +[ 96%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_EARTH_INTERNAL_STATE.F90.o +[ 96%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_MEDIATOR_SpaceWeather.F90.o +[ 96%] 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_NEMS_UTILS.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 -[ 99%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/MAIN_NEMS.F90.o +[ 98%] Building Fortran object CMakeFiles/NEMS.exe.dir/NEMS/src/module_NEMS_INTERNAL_STATE.F90.o +[ 98%] 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%] Linking Fortran executable NEMS.exe /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/lib/libjasper.a(jas_stream.o): In function `jas_stream_tmpfile': /usrx/local/prod/packages/gnu/4.8.5/jasper/1.900.29/src/jasper-1.900.29/src/libjasper/base/jas_stream.c:520: warning: the use of `tmpnam' is dangerous, better use `mkstemp' [100%] Built target NEMS.exe -+ mv NEMS.exe ../fv3_3.exe -+ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/fvdycore_pr7/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_3 ++ mv NEMS.exe ../fv3_9.exe ++ cp /gpfs/dell2/emc/modeling/noscrub/Dusan.Jovic/ufs/pr84/ufs-weather-model/modulefiles/wcoss_dell_p3/fv3 ../modules.fv3_9 + cd .. + '[' YES = YES ']' -+ rm -rf build_fv3_3 -+ elapsed=539 -+ echo 'Elapsed time 539 seconds. Compiling 32BIT=Y finished' -Elapsed time 539 seconds. Compiling 32BIT=Y finished ++ rm -rf build_fv3_9 ++ elapsed=633 ++ echo 'Elapsed time 633 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y finished' +Elapsed time 633 seconds. Compiling REPRO=Y CCPP=Y STATIC=Y SUITES=FV3_GFS_2017,FV3_GFS_2017_stretched 32BIT=Y finished diff --git a/tests/RegressionTests_wcoss_dell_p3.log b/tests/RegressionTests_wcoss_dell_p3.log index 63b085bc0e..f5fea1e639 100644 --- a/tests/RegressionTests_wcoss_dell_p3.log +++ b/tests/RegressionTests_wcoss_dell_p3.log @@ -1,9 +1,9 @@ -Wed Mar 11 14:07:27 UTC 2020 +Wed Mar 18 16:08:41 UTC 2020 Start Regression test -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_control -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_control +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_control +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_control Checking test 001 fv3_control results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -70,8 +70,8 @@ Checking test 001 fv3_control results .... Test 001 fv3_control PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_control -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_decomp +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_control +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_decomp Checking test 002 fv3_decomp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -138,8 +138,8 @@ Checking test 002 fv3_decomp results .... Test 002 fv3_decomp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_control -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_2threads +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_control +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_2threads Checking test 003 fv3_2threads results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -206,8 +206,8 @@ Checking test 003 fv3_2threads results .... Test 003 fv3_2threads PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_restart -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_restart +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_restart +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_restart Checking test 004 fv3_restart results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -274,8 +274,8 @@ Checking test 004 fv3_restart results .... Test 004 fv3_restart PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_read_inc -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_read_inc +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_read_inc +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_read_inc Checking test 005 fv3_read_inc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -342,8 +342,8 @@ Checking test 005 fv3_read_inc results .... Test 005 fv3_read_inc PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_gfdlmp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_gfdlmp +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_gfdlmp Checking test 006 fv3_gfdlmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -390,8 +390,8 @@ Checking test 006 fv3_gfdlmp results .... Test 006 fv3_gfdlmp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_gfdlmprad_gwd -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_gfdlmprad_gwd +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmprad_gwd +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_gfdlmprad_gwd Checking test 007 fv3_gfdlmprad_gwd results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -438,8 +438,8 @@ Checking test 007 fv3_gfdlmprad_gwd results .... Test 007 fv3_gfdlmprad_gwd PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_gfdlmprad_noahmp -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_gfdlmprad_noahmp +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmprad_noahmp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_gfdlmprad_noahmp Checking test 008 fv3_gfdlmprad_noahmp results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK @@ -486,9 +486,9 @@ Checking test 008 fv3_gfdlmprad_noahmp results .... Test 008 fv3_gfdlmprad_noahmp PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_thompson -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_thompson -Checking test 009 fv3_thompson results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_wsm6 +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_wsm6 +Checking test 009 fv3_wsm6 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -551,80 +551,12 @@ Checking test 009 fv3_thompson results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 009 fv3_thompson PASS +Test 009 fv3_wsm6 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_wsm6 -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_wsm6 -Checking test 010 fv3_wsm6 results .... - Comparing atmos_4xdaily.tile1.nc .........OK - Comparing atmos_4xdaily.tile2.nc .........OK - Comparing atmos_4xdaily.tile3.nc .........OK - Comparing atmos_4xdaily.tile4.nc .........OK - Comparing atmos_4xdaily.tile5.nc .........OK - Comparing atmos_4xdaily.tile6.nc .........OK - Comparing phyf000.tile1.nc .........OK - Comparing phyf000.tile2.nc .........OK - Comparing phyf000.tile3.nc .........OK - Comparing phyf000.tile4.nc .........OK - Comparing phyf000.tile5.nc .........OK - Comparing phyf000.tile6.nc .........OK - Comparing phyf024.tile1.nc .........OK - Comparing phyf024.tile2.nc .........OK - Comparing phyf024.tile3.nc .........OK - Comparing phyf024.tile4.nc .........OK - Comparing phyf024.tile5.nc .........OK - Comparing phyf024.tile6.nc .........OK - Comparing dynf000.tile1.nc .........OK - Comparing dynf000.tile2.nc .........OK - Comparing dynf000.tile3.nc .........OK - Comparing dynf000.tile4.nc .........OK - Comparing dynf000.tile5.nc .........OK - Comparing dynf000.tile6.nc .........OK - Comparing dynf024.tile1.nc .........OK - Comparing dynf024.tile2.nc .........OK - Comparing dynf024.tile3.nc .........OK - Comparing dynf024.tile4.nc .........OK - Comparing dynf024.tile5.nc .........OK - Comparing dynf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK -Test 010 fv3_wsm6 PASS - - -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_wrtGauss_netcdf_esmf -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_wrtGauss_netcdf_esmf -Checking test 011 fv3_wrtGauss_netcdf_esmf results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_wrtGauss_netcdf_esmf +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_wrtGauss_netcdf_esmf +Checking test 010 fv3_wrtGauss_netcdf_esmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -667,12 +599,12 @@ Checking test 011 fv3_wrtGauss_netcdf_esmf results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 011 fv3_wrtGauss_netcdf_esmf PASS +Test 010 fv3_wrtGauss_netcdf_esmf PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_wrtGauss_netcdf -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_wrtGauss_netcdf -Checking test 012 fv3_wrtGauss_netcdf results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_wrtGauss_netcdf +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_wrtGauss_netcdf +Checking test 011 fv3_wrtGauss_netcdf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -715,12 +647,12 @@ Checking test 012 fv3_wrtGauss_netcdf results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 012 fv3_wrtGauss_netcdf PASS +Test 011 fv3_wrtGauss_netcdf PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_wrtGauss_nemsio -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_wrtGauss_nemsio -Checking test 013 fv3_wrtGauss_nemsio results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_wrtGauss_nemsio +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_wrtGauss_nemsio +Checking test 012 fv3_wrtGauss_nemsio results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -763,12 +695,12 @@ Checking test 013 fv3_wrtGauss_nemsio results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 013 fv3_wrtGauss_nemsio PASS +Test 012 fv3_wrtGauss_nemsio PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_wrtGauss_nemsio_c192 -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_wrtGauss_nemsio_c192 -Checking test 014 fv3_wrtGauss_nemsio_c192 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_wrtGauss_nemsio_c192 +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_wrtGauss_nemsio_c192 +Checking test 013 fv3_wrtGauss_nemsio_c192 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -811,12 +743,12 @@ Checking test 014 fv3_wrtGauss_nemsio_c192 results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 014 fv3_wrtGauss_nemsio_c192 PASS +Test 013 fv3_wrtGauss_nemsio_c192 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_stochy -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_stochy -Checking test 015 fv3_stochy results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_stochy +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_stochy +Checking test 014 fv3_stochy results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -879,12 +811,12 @@ Checking test 015 fv3_stochy results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 015 fv3_stochy PASS +Test 014 fv3_stochy PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_iau -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_iau -Checking test 016 fv3_iau results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_iau +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_iau +Checking test 015 fv3_iau results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -947,12 +879,12 @@ Checking test 016 fv3_iau results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 016 fv3_iau PASS +Test 015 fv3_iau PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_csawmgshoc -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_csawmgshoc -Checking test 017 fv3_csawmgshoc results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_csawmgshoc +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_csawmgshoc +Checking test 016 fv3_csawmgshoc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -995,12 +927,12 @@ Checking test 017 fv3_csawmgshoc results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 017 fv3_csawmgshoc PASS +Test 016 fv3_csawmgshoc PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_csawmg -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_csawmg -Checking test 018 fv3_csawmg results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_csawmg +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_csawmg +Checking test 017 fv3_csawmg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1043,12 +975,12 @@ Checking test 018 fv3_csawmg results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 018 fv3_csawmg PASS +Test 017 fv3_csawmg PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_rasmgshoc -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_rasmgshoc -Checking test 019 fv3_rasmgshoc results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_rasmgshoc +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_rasmgshoc +Checking test 018 fv3_rasmgshoc results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1091,12 +1023,12 @@ Checking test 019 fv3_rasmgshoc results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 019 fv3_rasmgshoc PASS +Test 018 fv3_rasmgshoc PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_csawmg3shoc127 -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_csawmg3shoc127 -Checking test 020 fv3_csawmg3shoc127 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_csawmg3shoc127 +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_csawmg3shoc127 +Checking test 019 fv3_csawmg3shoc127 results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1139,12 +1071,12 @@ Checking test 020 fv3_csawmg3shoc127 results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 020 fv3_csawmg3shoc127 PASS +Test 019 fv3_csawmg3shoc127 PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_satmedmf -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_satmedmf -Checking test 021 fv3_satmedmf results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_satmedmf +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_satmedmf +Checking test 020 fv3_satmedmf results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1187,12 +1119,12 @@ Checking test 021 fv3_satmedmf results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 021 fv3_satmedmf PASS +Test 020 fv3_satmedmf PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_lheatstrg -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_lheatstrg -Checking test 022 fv3_lheatstrg results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_lheatstrg +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_lheatstrg +Checking test 021 fv3_lheatstrg results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1235,12 +1167,12 @@ Checking test 022 fv3_lheatstrg results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 022 fv3_lheatstrg PASS +Test 021 fv3_lheatstrg PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_gfdlmprad -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_gfdlmprad -Checking test 023 fv3_gfdlmprad results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmprad +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_gfdlmprad +Checking test 022 fv3_gfdlmprad results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1284,12 +1216,12 @@ Checking test 023 fv3_gfdlmprad results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK Comparing out_grd.glo_30m .........OK -Test 023 fv3_gfdlmprad PASS +Test 022 fv3_gfdlmprad PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_gfdlmprad_atmwav -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_gfdlmprad_atmwav -Checking test 024 fv3_gfdlmprad_atmwav results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmprad_atmwav +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_gfdlmprad_atmwav +Checking test 023 fv3_gfdlmprad_atmwav results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1333,12 +1265,12 @@ Checking test 024 fv3_gfdlmprad_atmwav results .... Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK Comparing out_grd.glo_30m .........OK -Test 024 fv3_gfdlmprad_atmwav PASS +Test 023 fv3_gfdlmprad_atmwav PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_control -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_appbuild -Checking test 025 fv3_appbuild results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_control +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_appbuild +Checking test 024 fv3_appbuild results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1401,12 +1333,12 @@ Checking test 025 fv3_appbuild results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 025 fv3_appbuild PASS +Test 024 fv3_appbuild PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_control_32bit -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_control_32bit -Checking test 026 fv3_control_32bit results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_control_32bit +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_control_32bit +Checking test 025 fv3_control_32bit results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1469,12 +1401,12 @@ Checking test 026 fv3_control_32bit results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 026 fv3_control_32bit PASS +Test 025 fv3_control_32bit PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_gfdlmprad_32bit_post -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_gfdlmprad_32bit_post -Checking test 027 fv3_gfdlmprad_32bit_post results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmprad_32bit_post +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_gfdlmprad_32bit_post +Checking test 026 fv3_gfdlmprad_32bit_post results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1521,12 +1453,12 @@ Checking test 027 fv3_gfdlmprad_32bit_post results .... Comparing RESTART/phy_data.tile4.nc .........OK Comparing RESTART/phy_data.tile5.nc .........OK Comparing RESTART/phy_data.tile6.nc .........OK -Test 027 fv3_gfdlmprad_32bit_post PASS +Test 026 fv3_gfdlmprad_32bit_post PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_stretched -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_stretched -Checking test 028 fv3_stretched results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_stretched +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_stretched +Checking test 027 fv3_stretched results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1577,12 +1509,12 @@ Checking test 028 fv3_stretched results .... Comparing RESTART/sfc_data.tile4.nc .........OK Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -Test 028 fv3_stretched PASS +Test 027 fv3_stretched PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_stretched_nest -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_stretched_nest -Checking test 029 fv3_stretched_nest results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_stretched_nest +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_stretched_nest +Checking test 028 fv3_stretched_nest results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1644,12 +1576,12 @@ Checking test 029 fv3_stretched_nest results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK Comparing RESTART/sfc_data.nest02.tile7.nc .........OK -Test 029 fv3_stretched_nest PASS +Test 028 fv3_stretched_nest PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_stretched_nest_quilt -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_stretched_nest_quilt -Checking test 030 fv3_stretched_nest_quilt results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_stretched_nest_quilt +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_stretched_nest_quilt +Checking test 029 fv3_stretched_nest_quilt results .... Comparing atmos_4xdaily.tile1.nc .........OK Comparing atmos_4xdaily.tile2.nc .........OK Comparing atmos_4xdaily.tile3.nc .........OK @@ -1709,47 +1641,5050 @@ Checking test 030 fv3_stretched_nest_quilt results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK Comparing RESTART/sfc_data.nest02.tile7.nc .........OK -Test 030 fv3_stretched_nest_quilt PASS +Test 029 fv3_stretched_nest_quilt PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_regional_control -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_regional_control -Checking test 031 fv3_regional_control results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_regional_control +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_regional_control +Checking test 030 fv3_regional_control results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK -Test 031 fv3_regional_control PASS +Test 030 fv3_regional_control PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_regional_restart -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_regional_restart -Checking test 032 fv3_regional_restart results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_regional_restart +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_regional_restart +Checking test 031 fv3_regional_restart results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK -Test 032 fv3_regional_restart PASS +Test 031 fv3_regional_restart PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_regional_quilt -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_regional_quilt -Checking test 033 fv3_regional_quilt results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_regional_quilt +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_regional_quilt +Checking test 032 fv3_regional_quilt results .... Comparing atmos_4xdaily.nc .........OK Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK -Test 033 fv3_regional_quilt PASS +Test 032 fv3_regional_quilt PASS -baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200227/fv3_regional_c768 -working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_31093/fv3_regional_c768 -Checking test 034 fv3_regional_c768 results .... +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_regional_c768 +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_regional_c768 +Checking test 033 fv3_regional_c768 results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK -Test 034 fv3_regional_c768 PASS +Test 033 fv3_regional_c768 PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_control_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_control_repro +Checking test 034 fv3_control results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 034 fv3_control PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_control_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_decomp_repro +Checking test 035 fv3_decomp results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 035 fv3_decomp PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_control_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_2threads_repro +Checking test 036 fv3_2threads results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 036 fv3_2threads PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_restart_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_restart_repro +Checking test 037 fv3_restart results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf027.tile1.nc .........OK + Comparing phyf027.tile2.nc .........OK + Comparing phyf027.tile3.nc .........OK + Comparing phyf027.tile4.nc .........OK + Comparing phyf027.tile5.nc .........OK + Comparing phyf027.tile6.nc .........OK + Comparing phyf048.tile1.nc .........OK + Comparing phyf048.tile2.nc .........OK + Comparing phyf048.tile3.nc .........OK + Comparing phyf048.tile4.nc .........OK + Comparing phyf048.tile5.nc .........OK + Comparing phyf048.tile6.nc .........OK + Comparing dynf027.tile1.nc .........OK + Comparing dynf027.tile2.nc .........OK + Comparing dynf027.tile3.nc .........OK + Comparing dynf027.tile4.nc .........OK + Comparing dynf027.tile5.nc .........OK + Comparing dynf027.tile6.nc .........OK + Comparing dynf048.tile1.nc .........OK + Comparing dynf048.tile2.nc .........OK + Comparing dynf048.tile3.nc .........OK + Comparing dynf048.tile4.nc .........OK + Comparing dynf048.tile5.nc .........OK + Comparing dynf048.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 037 fv3_restart PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_read_inc_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_read_inc_repro +Checking test 038 fv3_read_inc results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf027.tile1.nc .........OK + Comparing phyf027.tile2.nc .........OK + Comparing phyf027.tile3.nc .........OK + Comparing phyf027.tile4.nc .........OK + Comparing phyf027.tile5.nc .........OK + Comparing phyf027.tile6.nc .........OK + Comparing phyf048.tile1.nc .........OK + Comparing phyf048.tile2.nc .........OK + Comparing phyf048.tile3.nc .........OK + Comparing phyf048.tile4.nc .........OK + Comparing phyf048.tile5.nc .........OK + Comparing phyf048.tile6.nc .........OK + Comparing dynf027.tile1.nc .........OK + Comparing dynf027.tile2.nc .........OK + Comparing dynf027.tile3.nc .........OK + Comparing dynf027.tile4.nc .........OK + Comparing dynf027.tile5.nc .........OK + Comparing dynf027.tile6.nc .........OK + Comparing dynf048.tile1.nc .........OK + Comparing dynf048.tile2.nc .........OK + Comparing dynf048.tile3.nc .........OK + Comparing dynf048.tile4.nc .........OK + Comparing dynf048.tile5.nc .........OK + Comparing dynf048.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 038 fv3_read_inc PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_wrtGauss_netcdf_esmf_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_wrtGauss_netcdf_esmf_repro +Checking test 039 fv3_wrtGauss_netcdf_esmf results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf024.nc .........OK + Comparing dynf000.nc .........OK + Comparing dynf024.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 039 fv3_wrtGauss_netcdf_esmf PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_wrtGauss_netcdf_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_wrtGauss_netcdf_repro +Checking test 040 fv3_wrtGauss_netcdf results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf024.nc .........OK + Comparing dynf000.nc .........OK + Comparing dynf024.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 040 fv3_wrtGauss_netcdf PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_wrtGauss_nemsio_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_wrtGauss_nemsio_repro +Checking test 041 fv3_wrtGauss_nemsio results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 041 fv3_wrtGauss_nemsio PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_wrtGauss_nemsio_c192_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_wrtGauss_nemsio_c192_repro +Checking test 042 fv3_wrtGauss_nemsio_c192 results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 042 fv3_wrtGauss_nemsio_c192 PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_stochy_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_stochy_repro +Checking test 043 fv3_stochy results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf012.tile1.nc .........OK + Comparing phyf012.tile2.nc .........OK + Comparing phyf012.tile3.nc .........OK + Comparing phyf012.tile4.nc .........OK + Comparing phyf012.tile5.nc .........OK + Comparing phyf012.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf012.tile1.nc .........OK + Comparing dynf012.tile2.nc .........OK + Comparing dynf012.tile3.nc .........OK + Comparing dynf012.tile4.nc .........OK + Comparing dynf012.tile5.nc .........OK + Comparing dynf012.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 043 fv3_stochy PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_iau_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_iau_repro +Checking test 044 fv3_iau results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf027.tile1.nc .........OK + Comparing phyf027.tile2.nc .........OK + Comparing phyf027.tile3.nc .........OK + Comparing phyf027.tile4.nc .........OK + Comparing phyf027.tile5.nc .........OK + Comparing phyf027.tile6.nc .........OK + Comparing phyf048.tile1.nc .........OK + Comparing phyf048.tile2.nc .........OK + Comparing phyf048.tile3.nc .........OK + Comparing phyf048.tile4.nc .........OK + Comparing phyf048.tile5.nc .........OK + Comparing phyf048.tile6.nc .........OK + Comparing dynf027.tile1.nc .........OK + Comparing dynf027.tile2.nc .........OK + Comparing dynf027.tile3.nc .........OK + Comparing dynf027.tile4.nc .........OK + Comparing dynf027.tile5.nc .........OK + Comparing dynf027.tile6.nc .........OK + Comparing dynf048.tile1.nc .........OK + Comparing dynf048.tile2.nc .........OK + Comparing dynf048.tile3.nc .........OK + Comparing dynf048.tile4.nc .........OK + Comparing dynf048.tile5.nc .........OK + Comparing dynf048.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 044 fv3_iau PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmp_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_gfdlmp_repro +Checking test 045 fv3_gfdlmp results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 045 fv3_gfdlmp PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmprad_gwd_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_gfdlmprad_gwd_repro +Checking test 046 fv3_gfdlmprad_gwd results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 046 fv3_gfdlmprad_gwd PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmprad_noahmp_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_gfdlmprad_noahmp_repro +Checking test 047 fv3_gfdlmprad_noahmp results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 047 fv3_gfdlmprad_noahmp PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_csawmgshoc_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_csawmgshoc_repro +Checking test 048 fv3_csawmgshoc results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 048 fv3_csawmgshoc PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_csawmg3shoc127_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_csawmg3shoc127_repro +Checking test 049 fv3_csawmg3shoc127 results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 049 fv3_csawmg3shoc127 PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_csawmg_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_csawmg_repro +Checking test 050 fv3_csawmg results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 050 fv3_csawmg PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_satmedmf_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_satmedmf_repro +Checking test 051 fv3_satmedmf results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 051 fv3_satmedmf PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmprad_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_gfdlmprad_repro +Checking test 052 fv3_gfdlmprad results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing out_grd.glo_30m .........OK +Test 052 fv3_gfdlmprad PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmprad_atmwav_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_gfdlmprad_atmwav_repro +Checking test 053 fv3_gfdlmprad_atmwav results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing out_grd.glo_30m .........OK +Test 053 fv3_gfdlmprad_atmwav PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_control_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_appbuild_repro +Checking test 054 fv3_appbuild results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 054 fv3_appbuild PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_control_32bit_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_control_32bit_repro +Checking test 055 fv3_control_32bit results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 055 fv3_control_32bit PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmprad_32bit_post_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_gfdlmprad_32bit_post_repro +Checking test 056 fv3_gfdlmprad_32bit_post results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 056 fv3_gfdlmprad_32bit_post PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_stretched_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_stretched_repro +Checking test 057 fv3_stretched results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing fv3_history2d.tile1.nc .........OK + Comparing fv3_history2d.tile2.nc .........OK + Comparing fv3_history2d.tile3.nc .........OK + Comparing fv3_history2d.tile4.nc .........OK + Comparing fv3_history2d.tile5.nc .........OK + Comparing fv3_history2d.tile6.nc .........OK + Comparing fv3_history.tile1.nc .........OK + Comparing fv3_history.tile2.nc .........OK + Comparing fv3_history.tile3.nc .........OK + Comparing fv3_history.tile4.nc .........OK + Comparing fv3_history.tile5.nc .........OK + Comparing fv3_history.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 057 fv3_stretched PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_stretched_nest_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_stretched_nest_repro +Checking test 058 fv3_stretched_nest results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing atmos_4xdaily.nest02.tile7.nc .........OK + Comparing fv3_history2d.tile1.nc .........OK + Comparing fv3_history2d.tile2.nc .........OK + Comparing fv3_history2d.tile3.nc .........OK + Comparing fv3_history2d.tile4.nc .........OK + Comparing fv3_history2d.tile5.nc .........OK + Comparing fv3_history2d.tile6.nc .........OK + Comparing fv3_history2d.nest02.tile7.nc .........OK + Comparing fv3_history.tile1.nc .........OK + Comparing fv3_history.tile2.nc .........OK + Comparing fv3_history.tile3.nc .........OK + Comparing fv3_history.tile4.nc .........OK + Comparing fv3_history.tile5.nc .........OK + Comparing fv3_history.tile6.nc .........OK + Comparing fv3_history.nest02.tile7.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.nest02.nc .........OK + Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK + Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_core.res.nest02.tile7.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.nest02.tile7.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.nest02.tile7.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/phy_data.nest02.tile7.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/sfc_data.nest02.tile7.nc .........OK +Test 058 fv3_stretched_nest PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_regional_control_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_regional_control_repro +Checking test 059 fv3_regional_control results .... + Comparing atmos_4xdaily.nc .........OK + Comparing fv3_history2d.nc .........OK + Comparing fv3_history.nc .........OK +Test 059 fv3_regional_control PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_regional_restart_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_regional_restart_repro +Checking test 060 fv3_regional_restart results .... + Comparing atmos_4xdaily.nc .........OK + Comparing fv3_history2d.nc .........OK + Comparing fv3_history.nc .........OK +Test 060 fv3_regional_restart PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_regional_quilt_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_regional_quilt_repro +Checking test 061 fv3_regional_quilt results .... + Comparing atmos_4xdaily.nc .........OK + Comparing dynf000.nc .........OK + Comparing dynf024.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf024.nc .........OK +Test 061 fv3_regional_quilt PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_regional_c768_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_regional_c768_repro +Checking test 062 fv3_regional_c768 results .... + Comparing atmos_4xdaily.nc .........OK + Comparing fv3_history2d.nc .........OK + Comparing fv3_history.nc .........OK +Test 062 fv3_regional_c768 PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmp_32bit_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_gfdlmp_32bit_repro +Checking test 063 fv3_gfdlmp_32bit results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 063 fv3_gfdlmp_32bit PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_cpt_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_cpt_repro +Checking test 064 fv3_cpt results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 064 fv3_cpt PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_control_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_control_repro +Checking test 065 fv3_ccpp_control results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 065 fv3_ccpp_control PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_control_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_decomp_repro +Checking test 066 fv3_ccpp_decomp results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 066 fv3_ccpp_decomp PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_control_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_2threads_repro +Checking test 067 fv3_ccpp_2threads results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 067 fv3_ccpp_2threads PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_restart_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_restart_repro +Checking test 068 fv3_ccpp_restart results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf027.tile1.nc .........OK + Comparing phyf027.tile2.nc .........OK + Comparing phyf027.tile3.nc .........OK + Comparing phyf027.tile4.nc .........OK + Comparing phyf027.tile5.nc .........OK + Comparing phyf027.tile6.nc .........OK + Comparing phyf048.tile1.nc .........OK + Comparing phyf048.tile2.nc .........OK + Comparing phyf048.tile3.nc .........OK + Comparing phyf048.tile4.nc .........OK + Comparing phyf048.tile5.nc .........OK + Comparing phyf048.tile6.nc .........OK + Comparing dynf027.tile1.nc .........OK + Comparing dynf027.tile2.nc .........OK + Comparing dynf027.tile3.nc .........OK + Comparing dynf027.tile4.nc .........OK + Comparing dynf027.tile5.nc .........OK + Comparing dynf027.tile6.nc .........OK + Comparing dynf048.tile1.nc .........OK + Comparing dynf048.tile2.nc .........OK + Comparing dynf048.tile3.nc .........OK + Comparing dynf048.tile4.nc .........OK + Comparing dynf048.tile5.nc .........OK + Comparing dynf048.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 068 fv3_ccpp_restart PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_read_inc_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_read_inc_repro +Checking test 069 fv3_ccpp_read_inc results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf027.tile1.nc .........OK + Comparing phyf027.tile2.nc .........OK + Comparing phyf027.tile3.nc .........OK + Comparing phyf027.tile4.nc .........OK + Comparing phyf027.tile5.nc .........OK + Comparing phyf027.tile6.nc .........OK + Comparing phyf048.tile1.nc .........OK + Comparing phyf048.tile2.nc .........OK + Comparing phyf048.tile3.nc .........OK + Comparing phyf048.tile4.nc .........OK + Comparing phyf048.tile5.nc .........OK + Comparing phyf048.tile6.nc .........OK + Comparing dynf027.tile1.nc .........OK + Comparing dynf027.tile2.nc .........OK + Comparing dynf027.tile3.nc .........OK + Comparing dynf027.tile4.nc .........OK + Comparing dynf027.tile5.nc .........OK + Comparing dynf027.tile6.nc .........OK + Comparing dynf048.tile1.nc .........OK + Comparing dynf048.tile2.nc .........OK + Comparing dynf048.tile3.nc .........OK + Comparing dynf048.tile4.nc .........OK + Comparing dynf048.tile5.nc .........OK + Comparing dynf048.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 069 fv3_ccpp_read_inc PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_wrtGauss_netcdf_esmf_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_wrtGauss_netcdf_esmf_repro +Checking test 070 fv3_ccpp_wrtGauss_netcdf_esmf results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf024.nc .........OK + Comparing dynf000.nc .........OK + Comparing dynf024.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 070 fv3_ccpp_wrtGauss_netcdf_esmf PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_wrtGauss_netcdf_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_wrtGauss_netcdf_repro +Checking test 071 fv3_ccpp_wrtGauss_netcdf results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf024.nc .........OK + Comparing dynf000.nc .........OK + Comparing dynf024.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 071 fv3_ccpp_wrtGauss_netcdf PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_wrtGauss_nemsio_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_wrtGauss_nemsio_repro +Checking test 072 fv3_ccpp_wrtGauss_nemsio results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 072 fv3_ccpp_wrtGauss_nemsio PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_wrtGauss_nemsio_c192_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_wrtGauss_nemsio_c192_repro +Checking test 073 fv3_ccpp_wrtGauss_nemsio_c192 results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 073 fv3_ccpp_wrtGauss_nemsio_c192 PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_stochy_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_stochy_repro +Checking test 074 fv3_ccpp_stochy results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf012.tile1.nc .........OK + Comparing phyf012.tile2.nc .........OK + Comparing phyf012.tile3.nc .........OK + Comparing phyf012.tile4.nc .........OK + Comparing phyf012.tile5.nc .........OK + Comparing phyf012.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf012.tile1.nc .........OK + Comparing dynf012.tile2.nc .........OK + Comparing dynf012.tile3.nc .........OK + Comparing dynf012.tile4.nc .........OK + Comparing dynf012.tile5.nc .........OK + Comparing dynf012.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 074 fv3_ccpp_stochy PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_iau_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_iau_repro +Checking test 075 fv3_ccpp_iau results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf027.tile1.nc .........OK + Comparing phyf027.tile2.nc .........OK + Comparing phyf027.tile3.nc .........OK + Comparing phyf027.tile4.nc .........OK + Comparing phyf027.tile5.nc .........OK + Comparing phyf027.tile6.nc .........OK + Comparing phyf048.tile1.nc .........OK + Comparing phyf048.tile2.nc .........OK + Comparing phyf048.tile3.nc .........OK + Comparing phyf048.tile4.nc .........OK + Comparing phyf048.tile5.nc .........OK + Comparing phyf048.tile6.nc .........OK + Comparing dynf027.tile1.nc .........OK + Comparing dynf027.tile2.nc .........OK + Comparing dynf027.tile3.nc .........OK + Comparing dynf027.tile4.nc .........OK + Comparing dynf027.tile5.nc .........OK + Comparing dynf027.tile6.nc .........OK + Comparing dynf048.tile1.nc .........OK + Comparing dynf048.tile2.nc .........OK + Comparing dynf048.tile3.nc .........OK + Comparing dynf048.tile4.nc .........OK + Comparing dynf048.tile5.nc .........OK + Comparing dynf048.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 075 fv3_ccpp_iau PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmprad_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_gfdlmprad_repro +Checking test 076 fv3_ccpp_gfdlmprad results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing out_grd.glo_30m .........OK +Test 076 fv3_ccpp_gfdlmprad PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmprad_atmwav_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_gfdlmprad_atmwav_repro +Checking test 077 fv3_ccpp_gfdlmprad_atmwav results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing out_grd.glo_30m .........OK +Test 077 fv3_ccpp_gfdlmprad_atmwav PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_control_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_appbuild_repro +Checking test 078 fv3_ccpp_appbuild results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 078 fv3_ccpp_appbuild PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_control_32bit_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_control_32bit_repro +Checking test 079 fv3_ccpp_control_32bit results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 079 fv3_ccpp_control_32bit PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_stretched_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_stretched_repro +Checking test 080 fv3_ccpp_stretched results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing fv3_history2d.tile1.nc .........OK + Comparing fv3_history2d.tile2.nc .........OK + Comparing fv3_history2d.tile3.nc .........OK + Comparing fv3_history2d.tile4.nc .........OK + Comparing fv3_history2d.tile5.nc .........OK + Comparing fv3_history2d.tile6.nc .........OK + Comparing fv3_history.tile1.nc .........OK + Comparing fv3_history.tile2.nc .........OK + Comparing fv3_history.tile3.nc .........OK + Comparing fv3_history.tile4.nc .........OK + Comparing fv3_history.tile5.nc .........OK + Comparing fv3_history.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 080 fv3_ccpp_stretched PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_stretched_nest_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_stretched_nest_repro +Checking test 081 fv3_ccpp_stretched_nest results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing atmos_4xdaily.nest02.tile7.nc .........OK + Comparing fv3_history2d.tile1.nc .........OK + Comparing fv3_history2d.tile2.nc .........OK + Comparing fv3_history2d.tile3.nc .........OK + Comparing fv3_history2d.tile4.nc .........OK + Comparing fv3_history2d.tile5.nc .........OK + Comparing fv3_history2d.tile6.nc .........OK + Comparing fv3_history2d.nest02.tile7.nc .........OK + Comparing fv3_history.tile1.nc .........OK + Comparing fv3_history.tile2.nc .........OK + Comparing fv3_history.tile3.nc .........OK + Comparing fv3_history.tile4.nc .........OK + Comparing fv3_history.tile5.nc .........OK + Comparing fv3_history.tile6.nc .........OK + Comparing fv3_history.nest02.tile7.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.nest02.nc .........OK + Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK + Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_core.res.nest02.tile7.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.nest02.tile7.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.nest02.tile7.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/phy_data.nest02.tile7.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/sfc_data.nest02.tile7.nc .........OK +Test 081 fv3_ccpp_stretched_nest PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_regional_control_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_regional_control_repro +Checking test 082 fv3_ccpp_regional_control results .... + Comparing atmos_4xdaily.nc .........OK + Comparing fv3_history2d.nc .........OK + Comparing fv3_history.nc .........OK +Test 082 fv3_ccpp_regional_control PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_regional_restart_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_regional_restart_repro +Checking test 083 fv3_ccpp_regional_restart results .... + Comparing atmos_4xdaily.nc .........OK + Comparing fv3_history2d.nc .........OK + Comparing fv3_history.nc .........OK +Test 083 fv3_ccpp_regional_restart PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_regional_quilt_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_regional_quilt_repro +Checking test 084 fv3_ccpp_regional_quilt results .... + Comparing atmos_4xdaily.nc .........OK + Comparing dynf000.nc .........OK + Comparing dynf024.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf024.nc .........OK +Test 084 fv3_ccpp_regional_quilt PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_regional_c768_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_regional_c768_repro +Checking test 085 fv3_ccpp_regional_c768 results .... + Comparing atmos_4xdaily.nc .........OK + Comparing fv3_history2d.nc .........OK + Comparing fv3_history.nc .........OK +Test 085 fv3_ccpp_regional_c768 PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmp_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_gfdlmp_repro +Checking test 086 fv3_ccpp_gfdlmp results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 086 fv3_ccpp_gfdlmp PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmprad_gwd_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_gfdlmprad_gwd_repro +Checking test 087 fv3_ccpp_gfdlmprad_gwd results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 087 fv3_ccpp_gfdlmprad_gwd PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmprad_noahmp_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_gfdlmprad_noahmp_repro +Checking test 088 fv3_ccpp_gfdlmprad_noahmp results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 088 fv3_ccpp_gfdlmprad_noahmp PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_csawmg_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_csawmg_repro +Checking test 089 fv3_ccpp_csawmg results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 089 fv3_ccpp_csawmg PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_satmedmf_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_satmedmf_repro +Checking test 090 fv3_ccpp_satmedmf results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 090 fv3_ccpp_satmedmf PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmp_32bit_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_gfdlmp_32bit_repro +Checking test 091 fv3_ccpp_gfdlmp_32bit results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 091 fv3_ccpp_gfdlmp_32bit PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmprad_32bit_post_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_gfdlmprad_32bit_post_repro +Checking test 092 fv3_ccpp_gfdlmprad_32bit_post results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 092 fv3_ccpp_gfdlmprad_32bit_post PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_cpt_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_cpt_repro +Checking test 093 fv3_ccpp_cpt results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 093 fv3_ccpp_cpt PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gsd_repro +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_gsd_repro +Checking test 094 fv3_ccpp_gsd results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing phyf027.tile1.nc .........OK + Comparing phyf027.tile2.nc .........OK + Comparing phyf027.tile3.nc .........OK + Comparing phyf027.tile4.nc .........OK + Comparing phyf027.tile5.nc .........OK + Comparing phyf027.tile6.nc .........OK + Comparing phyf048.tile1.nc .........OK + Comparing phyf048.tile2.nc .........OK + Comparing phyf048.tile3.nc .........OK + Comparing phyf048.tile4.nc .........OK + Comparing phyf048.tile5.nc .........OK + Comparing phyf048.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing dynf027.tile1.nc .........OK + Comparing dynf027.tile2.nc .........OK + Comparing dynf027.tile3.nc .........OK + Comparing dynf027.tile4.nc .........OK + Comparing dynf027.tile5.nc .........OK + Comparing dynf027.tile6.nc .........OK + Comparing dynf048.tile1.nc .........OK + Comparing dynf048.tile2.nc .........OK + Comparing dynf048.tile3.nc .........OK + Comparing dynf048.tile4.nc .........OK + Comparing dynf048.tile5.nc .........OK + Comparing dynf048.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 094 fv3_ccpp_gsd PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_control_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_control_prod +Checking test 095 fv3_ccpp_control results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 095 fv3_ccpp_control PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_control_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_decomp_prod +Checking test 096 fv3_ccpp_decomp results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 096 fv3_ccpp_decomp PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_control_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_2threads_prod +Checking test 097 fv3_ccpp_2threads results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 097 fv3_ccpp_2threads PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_restart_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_restart_prod +Checking test 098 fv3_ccpp_restart results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf027.tile1.nc .........OK + Comparing phyf027.tile2.nc .........OK + Comparing phyf027.tile3.nc .........OK + Comparing phyf027.tile4.nc .........OK + Comparing phyf027.tile5.nc .........OK + Comparing phyf027.tile6.nc .........OK + Comparing phyf048.tile1.nc .........OK + Comparing phyf048.tile2.nc .........OK + Comparing phyf048.tile3.nc .........OK + Comparing phyf048.tile4.nc .........OK + Comparing phyf048.tile5.nc .........OK + Comparing phyf048.tile6.nc .........OK + Comparing dynf027.tile1.nc .........OK + Comparing dynf027.tile2.nc .........OK + Comparing dynf027.tile3.nc .........OK + Comparing dynf027.tile4.nc .........OK + Comparing dynf027.tile5.nc .........OK + Comparing dynf027.tile6.nc .........OK + Comparing dynf048.tile1.nc .........OK + Comparing dynf048.tile2.nc .........OK + Comparing dynf048.tile3.nc .........OK + Comparing dynf048.tile4.nc .........OK + Comparing dynf048.tile5.nc .........OK + Comparing dynf048.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 098 fv3_ccpp_restart PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_read_inc_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_read_inc_prod +Checking test 099 fv3_ccpp_read_inc results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf027.tile1.nc .........OK + Comparing phyf027.tile2.nc .........OK + Comparing phyf027.tile3.nc .........OK + Comparing phyf027.tile4.nc .........OK + Comparing phyf027.tile5.nc .........OK + Comparing phyf027.tile6.nc .........OK + Comparing phyf048.tile1.nc .........OK + Comparing phyf048.tile2.nc .........OK + Comparing phyf048.tile3.nc .........OK + Comparing phyf048.tile4.nc .........OK + Comparing phyf048.tile5.nc .........OK + Comparing phyf048.tile6.nc .........OK + Comparing dynf027.tile1.nc .........OK + Comparing dynf027.tile2.nc .........OK + Comparing dynf027.tile3.nc .........OK + Comparing dynf027.tile4.nc .........OK + Comparing dynf027.tile5.nc .........OK + Comparing dynf027.tile6.nc .........OK + Comparing dynf048.tile1.nc .........OK + Comparing dynf048.tile2.nc .........OK + Comparing dynf048.tile3.nc .........OK + Comparing dynf048.tile4.nc .........OK + Comparing dynf048.tile5.nc .........OK + Comparing dynf048.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 099 fv3_ccpp_read_inc PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_wrtGauss_netcdf_esmf_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_wrtGauss_netcdf_esmf_prod +Checking test 100 fv3_ccpp_wrtGauss_netcdf_esmf results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf024.nc .........OK + Comparing dynf000.nc .........OK + Comparing dynf024.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 100 fv3_ccpp_wrtGauss_netcdf_esmf PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_wrtGauss_netcdf_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_wrtGauss_netcdf_prod +Checking test 101 fv3_ccpp_wrtGauss_netcdf results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf024.nc .........OK + Comparing dynf000.nc .........OK + Comparing dynf024.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 101 fv3_ccpp_wrtGauss_netcdf PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_wrtGauss_nemsio_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_wrtGauss_nemsio_prod +Checking test 102 fv3_ccpp_wrtGauss_nemsio results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 102 fv3_ccpp_wrtGauss_nemsio PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_wrtGauss_nemsio_c192_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_wrtGauss_nemsio_c192_prod +Checking test 103 fv3_ccpp_wrtGauss_nemsio_c192 results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 103 fv3_ccpp_wrtGauss_nemsio_c192 PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_stochy_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_stochy_prod +Checking test 104 fv3_ccpp_stochy results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf012.tile1.nc .........OK + Comparing phyf012.tile2.nc .........OK + Comparing phyf012.tile3.nc .........OK + Comparing phyf012.tile4.nc .........OK + Comparing phyf012.tile5.nc .........OK + Comparing phyf012.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf012.tile1.nc .........OK + Comparing dynf012.tile2.nc .........OK + Comparing dynf012.tile3.nc .........OK + Comparing dynf012.tile4.nc .........OK + Comparing dynf012.tile5.nc .........OK + Comparing dynf012.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 104 fv3_ccpp_stochy PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_iau_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_iau_prod +Checking test 105 fv3_ccpp_iau results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf027.tile1.nc .........OK + Comparing phyf027.tile2.nc .........OK + Comparing phyf027.tile3.nc .........OK + Comparing phyf027.tile4.nc .........OK + Comparing phyf027.tile5.nc .........OK + Comparing phyf027.tile6.nc .........OK + Comparing phyf048.tile1.nc .........OK + Comparing phyf048.tile2.nc .........OK + Comparing phyf048.tile3.nc .........OK + Comparing phyf048.tile4.nc .........OK + Comparing phyf048.tile5.nc .........OK + Comparing phyf048.tile6.nc .........OK + Comparing dynf027.tile1.nc .........OK + Comparing dynf027.tile2.nc .........OK + Comparing dynf027.tile3.nc .........OK + Comparing dynf027.tile4.nc .........OK + Comparing dynf027.tile5.nc .........OK + Comparing dynf027.tile6.nc .........OK + Comparing dynf048.tile1.nc .........OK + Comparing dynf048.tile2.nc .........OK + Comparing dynf048.tile3.nc .........OK + Comparing dynf048.tile4.nc .........OK + Comparing dynf048.tile5.nc .........OK + Comparing dynf048.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 105 fv3_ccpp_iau PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmprad_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_gfdlmprad_prod +Checking test 106 fv3_ccpp_gfdlmprad results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing out_grd.glo_30m .........OK +Test 106 fv3_ccpp_gfdlmprad PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmprad_atmwav_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_gfdlmprad_atmwav_prod +Checking test 107 fv3_ccpp_gfdlmprad_atmwav results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing out_grd.glo_30m .........OK +Test 107 fv3_ccpp_gfdlmprad_atmwav PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_control_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_appbuild_prod +Checking test 108 fv3_ccpp_appbuild results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 108 fv3_ccpp_appbuild PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_control_32bit_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_control_32bit_prod +Checking test 109 fv3_ccpp_control_32bit results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 109 fv3_ccpp_control_32bit PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_stretched_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_stretched_prod +Checking test 110 fv3_ccpp_stretched results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing fv3_history2d.tile1.nc .........OK + Comparing fv3_history2d.tile2.nc .........OK + Comparing fv3_history2d.tile3.nc .........OK + Comparing fv3_history2d.tile4.nc .........OK + Comparing fv3_history2d.tile5.nc .........OK + Comparing fv3_history2d.tile6.nc .........OK + Comparing fv3_history.tile1.nc .........OK + Comparing fv3_history.tile2.nc .........OK + Comparing fv3_history.tile3.nc .........OK + Comparing fv3_history.tile4.nc .........OK + Comparing fv3_history.tile5.nc .........OK + Comparing fv3_history.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 110 fv3_ccpp_stretched PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_stretched_nest_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_stretched_nest_prod +Checking test 111 fv3_ccpp_stretched_nest results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing atmos_4xdaily.nest02.tile7.nc .........OK + Comparing fv3_history2d.tile1.nc .........OK + Comparing fv3_history2d.tile2.nc .........OK + Comparing fv3_history2d.tile3.nc .........OK + Comparing fv3_history2d.tile4.nc .........OK + Comparing fv3_history2d.tile5.nc .........OK + Comparing fv3_history2d.tile6.nc .........OK + Comparing fv3_history2d.nest02.tile7.nc .........OK + Comparing fv3_history.tile1.nc .........OK + Comparing fv3_history.tile2.nc .........OK + Comparing fv3_history.tile3.nc .........OK + Comparing fv3_history.tile4.nc .........OK + Comparing fv3_history.tile5.nc .........OK + Comparing fv3_history.tile6.nc .........OK + Comparing fv3_history.nest02.tile7.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.nest02.nc .........OK + Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK + Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_core.res.nest02.tile7.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.nest02.tile7.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.nest02.tile7.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/phy_data.nest02.tile7.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/sfc_data.nest02.tile7.nc .........OK +Test 111 fv3_ccpp_stretched_nest PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_regional_control_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_regional_control_prod +Checking test 112 fv3_ccpp_regional_control results .... + Comparing atmos_4xdaily.nc .........OK + Comparing fv3_history2d.nc .........OK + Comparing fv3_history.nc .........OK +Test 112 fv3_ccpp_regional_control PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_regional_restart_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_regional_restart_prod +Checking test 113 fv3_ccpp_regional_restart results .... + Comparing atmos_4xdaily.nc .........OK + Comparing fv3_history2d.nc .........OK + Comparing fv3_history.nc .........OK +Test 113 fv3_ccpp_regional_restart PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_regional_quilt_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_regional_quilt_prod +Checking test 114 fv3_ccpp_regional_quilt results .... + Comparing atmos_4xdaily.nc .........OK + Comparing dynf000.nc .........OK + Comparing dynf024.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf024.nc .........OK +Test 114 fv3_ccpp_regional_quilt PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_regional_c768_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_regional_c768_prod +Checking test 115 fv3_ccpp_regional_c768 results .... + Comparing atmos_4xdaily.nc .........OK + Comparing fv3_history2d.nc .........OK + Comparing fv3_history.nc .........OK +Test 115 fv3_ccpp_regional_c768 PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_control_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_control_debug_prod +Checking test 116 fv3_ccpp_control_debug results .... +Test 116 fv3_ccpp_control_debug PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_stretched_nest_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_stretched_nest_debug_prod +Checking test 117 fv3_ccpp_stretched_nest_debug results .... +Test 117 fv3_ccpp_stretched_nest_debug PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmp_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_gfdlmp_prod +Checking test 118 fv3_ccpp_gfdlmp results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 118 fv3_ccpp_gfdlmp PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmprad_gwd_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_gfdlmprad_gwd_prod +Checking test 119 fv3_ccpp_gfdlmprad_gwd results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 119 fv3_ccpp_gfdlmprad_gwd PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmprad_noahmp_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_gfdlmprad_noahmp_prod +Checking test 120 fv3_ccpp_gfdlmprad_noahmp results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 120 fv3_ccpp_gfdlmprad_noahmp PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_csawmg_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_csawmg_prod +Checking test 121 fv3_ccpp_csawmg results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 121 fv3_ccpp_csawmg PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_satmedmf_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_satmedmf_prod +Checking test 122 fv3_ccpp_satmedmf results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 122 fv3_ccpp_satmedmf PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmp_32bit_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_gfdlmp_32bit_prod +Checking test 123 fv3_ccpp_gfdlmp_32bit results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 123 fv3_ccpp_gfdlmp_32bit PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gfdlmprad_32bit_post_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_gfdlmprad_32bit_post_prod +Checking test 124 fv3_ccpp_gfdlmprad_32bit_post results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 124 fv3_ccpp_gfdlmprad_32bit_post PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_cpt_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_cpt_prod +Checking test 125 fv3_ccpp_cpt results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.nemsio .........OK + Comparing phyf024.nemsio .........OK + Comparing dynf000.nemsio .........OK + Comparing dynf024.nemsio .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK +Test 125 fv3_ccpp_cpt PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gsd_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_gsd_prod +Checking test 126 fv3_ccpp_gsd results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing phyf027.tile1.nc .........OK + Comparing phyf027.tile2.nc .........OK + Comparing phyf027.tile3.nc .........OK + Comparing phyf027.tile4.nc .........OK + Comparing phyf027.tile5.nc .........OK + Comparing phyf027.tile6.nc .........OK + Comparing phyf048.tile1.nc .........OK + Comparing phyf048.tile2.nc .........OK + Comparing phyf048.tile3.nc .........OK + Comparing phyf048.tile4.nc .........OK + Comparing phyf048.tile5.nc .........OK + Comparing phyf048.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing dynf027.tile1.nc .........OK + Comparing dynf027.tile2.nc .........OK + Comparing dynf027.tile3.nc .........OK + Comparing dynf027.tile4.nc .........OK + Comparing dynf027.tile5.nc .........OK + Comparing dynf027.tile6.nc .........OK + Comparing dynf048.tile1.nc .........OK + Comparing dynf048.tile2.nc .........OK + Comparing dynf048.tile3.nc .........OK + Comparing dynf048.tile4.nc .........OK + Comparing dynf048.tile5.nc .........OK + Comparing dynf048.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 126 fv3_ccpp_gsd PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_thompson_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_thompson_prod +Checking test 127 fv3_ccpp_thompson results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 127 fv3_ccpp_thompson PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_thompson_no_aero_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_thompson_no_aero_prod +Checking test 128 fv3_ccpp_thompson_no_aero results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 128 fv3_ccpp_thompson_no_aero PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_gsd_debug_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_gsd_debug_prod +Checking test 129 fv3_ccpp_gsd_debug results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf024.tile1.nc .........OK + Comparing phyf024.tile2.nc .........OK + Comparing phyf024.tile3.nc .........OK + Comparing phyf024.tile4.nc .........OK + Comparing phyf024.tile5.nc .........OK + Comparing phyf024.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf024.tile1.nc .........OK + Comparing dynf024.tile2.nc .........OK + Comparing dynf024.tile3.nc .........OK + Comparing dynf024.tile4.nc .........OK + Comparing dynf024.tile5.nc .........OK + Comparing dynf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 129 fv3_ccpp_gsd_debug PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_thompson_debug_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_thompson_debug_prod +Checking test 130 fv3_ccpp_thompson_debug results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf006.tile1.nc .........OK + Comparing phyf006.tile2.nc .........OK + Comparing phyf006.tile3.nc .........OK + Comparing phyf006.tile4.nc .........OK + Comparing phyf006.tile5.nc .........OK + Comparing phyf006.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf006.tile1.nc .........OK + Comparing dynf006.tile2.nc .........OK + Comparing dynf006.tile3.nc .........OK + Comparing dynf006.tile4.nc .........OK + Comparing dynf006.tile5.nc .........OK + Comparing dynf006.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 130 fv3_ccpp_thompson_debug PASS + + +baseline dir = /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT/NEMSfv3gfs/develop-20200317/fv3_thompson_no_aero_debug_ccpp +working dir = /gpfs/dell2/ptmp/Dusan.Jovic/FV3_RT/rt_146497/fv3_ccpp_thompson_no_aero_debug_prod +Checking test 131 fv3_ccpp_thompson_no_aero_debug results .... + Comparing atmos_4xdaily.tile1.nc .........OK + Comparing atmos_4xdaily.tile2.nc .........OK + Comparing atmos_4xdaily.tile3.nc .........OK + Comparing atmos_4xdaily.tile4.nc .........OK + Comparing atmos_4xdaily.tile5.nc .........OK + Comparing atmos_4xdaily.tile6.nc .........OK + Comparing phyf000.tile1.nc .........OK + Comparing phyf000.tile2.nc .........OK + Comparing phyf000.tile3.nc .........OK + Comparing phyf000.tile4.nc .........OK + Comparing phyf000.tile5.nc .........OK + Comparing phyf000.tile6.nc .........OK + Comparing phyf006.tile1.nc .........OK + Comparing phyf006.tile2.nc .........OK + Comparing phyf006.tile3.nc .........OK + Comparing phyf006.tile4.nc .........OK + Comparing phyf006.tile5.nc .........OK + Comparing phyf006.tile6.nc .........OK + Comparing dynf000.tile1.nc .........OK + Comparing dynf000.tile2.nc .........OK + Comparing dynf000.tile3.nc .........OK + Comparing dynf000.tile4.nc .........OK + Comparing dynf000.tile5.nc .........OK + Comparing dynf000.tile6.nc .........OK + Comparing dynf006.tile1.nc .........OK + Comparing dynf006.tile2.nc .........OK + Comparing dynf006.tile3.nc .........OK + Comparing dynf006.tile4.nc .........OK + Comparing dynf006.tile5.nc .........OK + Comparing dynf006.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK +Test 131 fv3_ccpp_thompson_no_aero_debug PASS REGRESSION TEST WAS SUCCESSFUL -Wed Mar 11 14:47:03 UTC 2020 -Elapsed time: 00h:39m:40s. Have a nice day! +Wed Mar 18 17:07:32 UTC 2020 +Elapsed time: 00h:58m:55s. Have a nice day! From f02ee41804607203d15dd222b95ac67f89fd8d18 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 18 Mar 2020 14:13:15 -0600 Subject: [PATCH 88/89] Update submodule pointer for fv3atm --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 9e219262d5..b8abee37c3 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 9e219262d5055706658f0706d36d39cf7d23a4a8 +Subproject commit b8abee37c36e78dac89c18c28468c1cc639b7e56 From fc05ce5a961e1fdadb7517872464925741a01bdb Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 19 Mar 2020 09:18:30 -0600 Subject: [PATCH 89/89] Revert change to .gitmdules and update submodule pointer for FV3 --- .gitmodules | 6 ++---- FV3 | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index 4bd3fe02ee..dade981c8e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,7 @@ [submodule "FV3"] path = FV3 - #url = https://github.com/NOAA-EMC/fv3atm - #branch = develop - url = https://github.com/climbfuji/fv3atm - branch = update_ncar_master_from_dtc_develop_20200317 + url = https://github.com/NOAA-EMC/fv3atm + branch = develop [submodule "NEMS"] path = NEMS url = https://github.com/NOAA-EMC/NEMS diff --git a/FV3 b/FV3 index b8abee37c3..515a83f4fd 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit b8abee37c36e78dac89c18c28468c1cc639b7e56 +Subproject commit 515a83f4fddb0c116ed6d2981e87ba7c30ed2a79